-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init * Fixed Problems in PresetQiskitNoisyBackend.py * Clean up in PresetQiskitNoisyBackend.py and CustomQiskitNoisyBackend.py * Deactivated CircuitCopulaIBM * Revised IBM Quantum Deployment. I would suggest to revise it in Q3/2024, since IBM will change a lot in the near future. * MMD Update * MMD Update - QCBM removed for now * renamed IBM Backends * removed plt.ioff statement * Added ibm_runtime to get_requirements and removed redundant input * Update requirements_full.txt * typo * Adjusted qiskit package versions. * Avoid lynting errors. * Avoid lynting error caused by dependencies. * Hopefully solved the dependency issues for now. * Addressing dependency issues by temporarily removing ibm-runtime-dependent content. * Updated moduledb and removed remaining ibm_runtime-dependent parts. --------- Co-authored-by: Maximilian Wolf <[email protected]> Co-authored-by: Marvin Erdmann (FG-231) <[email protected]>
- Loading branch information
1 parent
de5162f
commit e797af9
Showing
15 changed files
with
3,804 additions
and
2,419 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,32 @@ | ||
seaborn==0.13.0 | ||
networkx==2.8.8 | ||
inquirer==3.1.2 | ||
packaging==23.1 | ||
pyyaml==6.0 | ||
typing-extensions==4.6.3 | ||
sphinx==6.2.1 | ||
sphinx-rtd-theme==1.2.0 | ||
numpy==1.23.5 | ||
dimod==0.12.5 | ||
amazon-braket-sdk==1.35.1 | ||
scipy==1.11.1 | ||
botocore==1.25.7 | ||
boto3==1.22.7 | ||
pennylane==0.28.0 | ||
pennylane-lightning==0.28.0 | ||
amazon-braket-pennylane-plugin==1.5.2 | ||
dwave-samplers==1.0.0 | ||
nnf==0.4.1 | ||
qubovert==1.2.5 | ||
python-sat==0.1.7.dev26 | ||
more-itertools==9.0.0 | ||
qiskit-optimization==0.5.0 | ||
pyqubo==1.4.0 | ||
dwave_networkx==0.8.13 | ||
qiskit==0.40.0 | ||
pandas==1.5.2 | ||
cma==3.3.0 | ||
tensorboard==2.13.0 | ||
tensorboardX==2.6.2 | ||
seaborn==0.13.0 | ||
networkx==2.8.8 | ||
inquirer==3.1.2 | ||
packaging==23.1 | ||
pyyaml==6.0 | ||
typing-extensions==4.6.3 | ||
sphinx==6.2.1 | ||
sphinx-rtd-theme==1.2.0 | ||
numpy==1.23.5 | ||
dimod==0.12.5 | ||
amazon-braket-sdk==1.35.1 | ||
scipy==1.11.1 | ||
botocore==1.25.7 | ||
boto3==1.22.7 | ||
pennylane==0.28.0 | ||
pennylane-lightning==0.28.0 | ||
amazon-braket-pennylane-plugin==1.5.2 | ||
dwave-samplers==1.0.0 | ||
nnf==0.4.1 | ||
qubovert==1.2.5 | ||
python-sat==0.1.7.dev26 | ||
more-itertools==9.0.0 | ||
qiskit-optimization==0.5.0 | ||
pyqubo==1.4.0 | ||
dwave_networkx==0.8.13 | ||
qiskit==0.45.0 | ||
pandas==1.5.2 | ||
qiskit-ibmq-provider==0.19.2 | ||
cma==3.3.0 | ||
tensorboard==2.13.0 | ||
tensorboardX==2.6.2 | ||
qiskit_aer==0.11.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.