qiskit/qiskit
MozammilQ 45ee089d23
Add random circuit with graph (#12474)
* Added random_circuit_with_graph

* added tests

* added release note

* lint

* fix docs lint

* fix lint

* refactor code;lint

* refactor code;lint

* refactor code;lint

* refactor code; added suggestions

* fix weird merge conflict

* edit docstrings; fix typos

* added a test;fixed lint

* added suggestions

* refactor tests; added tests; lint

* added a few more tests

* added rel_diff; altered docstrings; added tests

* restoring symengine version

* added rel_diff to docstrings; releasenote; lint

* removed rel_diff

* added suggestion; refactor code

* added a bit of explanation; removed delay

* altered comments

* refactor code

* refactor code

* fix lint

* optimized code; added a few tests

* fixed many typos; added suggestions by Eli Arbel

* added random circuit API docs

* fixed releasenote; added test to validate probs

* added support of cp_map; fixed lint

* refactor code

* removed c_if dependency

* applied Eli Arbel's suggestion

* fixed renormalization, typo

* refactor code; optimized test

* applied Eli Arbel's suggestions

---------

Co-authored-by: Eli Arbel <46826214+eliarbel@users.noreply.github.com>
2025-04-08 20:10:15 +00:00
..
circuit Add random circuit with graph (#12474) 2025-04-08 20:10:15 +00:00
compiler Fix default optimization level in comment (#14045) 2025-03-21 17:42:32 +00:00
converters Do not raise deprecation warnings for internal uses of dag.duration and dag.unit (#14133) 2025-03-31 15:01:43 +00:00
dagcircuit Do not raise deprecation warnings for internal uses of dag.duration and dag.unit (#14133) 2025-03-31 15:01:43 +00:00
passmanager Delegate `BasePass.__call__` to `PassManager.run` (#13820) 2025-03-06 02:01:25 +00:00
primitives Fix: Updated documentation for /primitives/statevector_estimator.py (#14150) (#14159) 2025-04-03 07:19:11 +00:00
providers Remove pulse module files, pulse visualization and final cleanup (#13872) 2025-03-06 03:01:30 +00:00
qasm/libs Update version of OpenQASM 3.0 standard library (#12387) 2024-07-22 15:44:46 +00:00
qasm2 Remove condition/c_if, duration, and unit from instructions (#13506) 2025-02-24 15:33:45 +00:00
qasm3 Concise ``StandardGate::<ID>`` enums in Rust space (#14026) 2025-03-17 15:58:18 +00:00
qpy Fix qpy for `MCMTGate` (#14096) 2025-03-28 08:34:47 +00:00
quantum_info Handle an optional symengine and sympy in qpy (#13917) 2025-03-05 19:00:46 +00:00
result Fix result.to_dict() following new 2.0 typing (#14124) 2025-03-31 11:40:05 +00:00
synthesis Improve annotated plugin (#13916) 2025-04-03 12:32:49 +00:00
transpiler Port the full VF2Layout pass to Rust (#14056) 2025-04-07 19:27:42 +00:00
utils Remove pulse module files, pulse visualization and final cleanup (#13872) 2025-03-06 03:01:30 +00:00
visualization Do not raise deprecation warnings for internal uses of dag.duration and dag.unit (#14133) 2025-03-31 15:01:43 +00:00
VERSION.txt Bump versions post 2.0.0rc1 release (#13982) 2025-03-10 19:42:57 +00:00
__init__.py Cleanup python submodules in rust code (#14063) 2025-03-20 23:29:26 +00:00
_numpy_compat.py Spellcheck Done [Unitary Hack 2024] (#12501) 2024-06-19 15:50:03 +00:00
exceptions.py Introduction of ExperimentalWarning (#11326) 2024-01-31 12:16:46 +00:00
user_config.py Refactor parallelism utilities for public API (#12412) 2025-02-26 20:55:29 +00:00
version.py Remove __qiskit_version__ (deprecated in Qiskit Terra 0.25) (#11305) 2023-11-24 09:31:09 +00:00