mirror of
https://github.com/TheAlgorithms/Python.git
synced 2026-03-13 09:50:19 +08:00
Upgrade to Python 3.12 (#9576)
* DRAFT: GitHub Actions: Test on Python 3.12 Repeats #8777 * #8777 Some of our dependencies will not be ready yet. * Python 3.12: Disable qiskit and tensorflow algorithms * updating DIRECTORY.md --------- Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
1
quantum/deutsch_jozsa.py → quantum/deutsch_jozsa.py.DISABLED.txt
Executable file → Normal file
1
quantum/deutsch_jozsa.py → quantum/deutsch_jozsa.py.DISABLED.txt
Executable file → Normal file
@@ -1,3 +1,4 @@
|
||||
# DISABLED!!
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Deutsch-Jozsa Algorithm is one of the first examples of a quantum
|
||||
1
quantum/half_adder.py → quantum/half_adder.py.DISABLED.txt
Executable file → Normal file
1
quantum/half_adder.py → quantum/half_adder.py.DISABLED.txt
Executable file → Normal file
@@ -1,3 +1,4 @@
|
||||
# DISABLED!!
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Build a half-adder quantum circuit that takes two bits as input,
|
||||
Reference in New Issue
Block a user