Python/quantum
Tianyi Zheng 2859d4bf3a
Remove references to depreciated QasmSimulator (#7417)
* Fix typos

* Replace depreciated QasmSimulator in Deutsch-Jozsa algorithm

* Replace depreciated QasmSimulator in half adder algorithm

* Replace depreciated QasmSimulator in not gate algorithm

* Replace depreciated QasmSimulator in full adder algorithm

* Simplify qiskit import

* Make formatting more consistent

* Replace depreciated QasmSimulator in quantum entanglement algorithm

* Replace depreciated QasmSimulator in ripple adder algorithm

* Replace depreciated QasmSimulator in qubit measure algorithm

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* updating DIRECTORY.md

* updating DIRECTORY.md

* Remove qiskit import alias for clarity

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-10-19 22:12:44 +02:00
..
__init__.py Add __init__.py files in all the directories (#2503) 2020-09-28 19:42:36 +02:00
deutsch_jozsa.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
half_adder.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
not_gate.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
q_full_adder.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
quantum_entanglement.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
README.md Added barcode_validator.py (#6771) 2022-10-13 00:56:10 +02:00
ripple_adder_classic.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00
single_qubit_measure.py Remove references to depreciated QasmSimulator (#7417) 2022-10-19 22:12:44 +02:00