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
Christian Clauss
24d3cf8244
The black formatter is no longer beta ( #5960 )
...
* The black formatter is no longer beta
* pre-commit autoupdate
* pre-commit autoupdate
* Remove project_euler/problem_145 which is killing our CI tests
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2022-01-30 20:29:54 +01:00
Christian Clauss
a481bfa231
Fix broken build: Remove trailing spaces ( #3501 )
...
* Fix broken build: Remove trailing spaces
* updating DIRECTORY.md
* One more trailing space
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-10-18 18:07:27 +02:00
Abhishek Jaisingh
beb2c35dd8
Implement Deutsch-Jozsa Algorithm In Qiskit ( #3447 )
...
* Implement Deutsch-Jozsa Algorithm In Qiskit
Signed-off-by: Abhishek Jaisingh <abhi2254015@gmail.com>
* Add Changes Requested In Review
Signed-off-by: Abhishek Jaisingh <abhi2254015@gmail.com>
* Address Further Review Comments
* fixup! Format Python code with psf/black push
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
2020-10-18 16:54:46 +02:00