Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add random circuit with graph #12474

Open
wants to merge 39 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
fd31959
Added random_circuit_with_graph
MozammilQ May 29, 2024
e173505
added tests
MozammilQ May 29, 2024
f0b3e5a
added release note
MozammilQ May 29, 2024
81a5207
lint
MozammilQ May 29, 2024
7238cac
fix docs lint
MozammilQ May 29, 2024
7195850
fix lint
MozammilQ May 29, 2024
69f7824
refactor code;lint
MozammilQ May 29, 2024
940eed5
refactor code;lint
MozammilQ May 29, 2024
692b052
refactor code;lint
MozammilQ May 30, 2024
aca4e1a
refactor code; added suggestions
MozammilQ Jun 10, 2024
b359f6a
Merge branch 'main' into add_random_circuit_with_graph
MozammilQ Jun 10, 2024
aa5bf41
fix weird merge conflict
MozammilQ Jun 10, 2024
79efdf5
edit docstrings; fix typos
MozammilQ Jun 11, 2024
4c69570
added a test;fixed lint
MozammilQ Jun 11, 2024
8ae7db4
added suggestions
MozammilQ Jun 18, 2024
ecd9cec
refactor tests; added tests; lint
MozammilQ Jun 19, 2024
fecfd4c
added a few more tests
MozammilQ Jun 19, 2024
79fbc39
added rel_diff; altered docstrings; added tests
MozammilQ Jun 19, 2024
808ec92
Merge branch 'Qiskit:main' into add_random_circuit_with_graph
MozammilQ Jun 19, 2024
35b6552
restoring symengine version
MozammilQ Jun 19, 2024
5f4dc1a
added rel_diff to docstrings; releasenote; lint
MozammilQ Jun 19, 2024
99f0b12
removed rel_diff
MozammilQ Jul 4, 2024
b2788d3
added suggestion; refactor code
MozammilQ Jul 5, 2024
b73d44f
added a bit of explanation; removed delay
MozammilQ Jul 5, 2024
e621d24
altered comments
MozammilQ Jul 11, 2024
a955890
Merge branch 'Qiskit:main' into add_random_circuit_with_graph
MozammilQ Oct 28, 2024
2335b59
Merge branch 'main' into add_random_circuit_with_graph
MozammilQ Oct 29, 2024
501617b
Merge branch 'Qiskit:main' into add_random_circuit_with_graph
MozammilQ Jan 18, 2025
862e8c8
refactor code
MozammilQ Jan 19, 2025
2e29647
refactor code
MozammilQ Jan 19, 2025
4cfb770
fix lint
MozammilQ Jan 20, 2025
755ff33
optimized code; added a few tests
MozammilQ Jan 21, 2025
44cca81
fixed many typos; added suggestions by Eli Arbel
MozammilQ Jan 29, 2025
ebe1de0
added random circuit API docs
MozammilQ Jan 30, 2025
6e7ede8
fixed releasenote; added test to validate probs
MozammilQ Jan 31, 2025
eab2a4c
added support of cp_map; fixed lint
MozammilQ Jan 31, 2025
7cb79aa
Merge branch 'Qiskit:main' into add_random_circuit_with_graph
MozammilQ Feb 2, 2025
aabacb9
refactor code
MozammilQ Feb 5, 2025
7c1cca7
Merge branch 'main' into add_random_circuit_with_graph
MozammilQ Feb 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion qiskit/circuit/random/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

"""Method for generating random circuits."""

from .utils import random_circuit, random_clifford_circuit
from .utils import random_circuit, random_clifford_circuit, random_circuit_from_graph
Loading
Loading