Commit edebe14
authored
Support
This change supports granular noise configuration for the mechanisms
that use sparse state simulator, namely `qsharp.run` and `openqasm.run`.
This brings it up to parity with our QIR-based simulation in the
`NeutralAtomDevice` on cpu and gpu (and clifford).NoiseConfig for Q# and OpenQASM on sparse simulation (#3062)1 parent a1bdbe8 commit edebe14
File tree
16 files changed
+955
-45
lines changed- source
- compiler
- qsc_eval/src
- backend
- qsc
- src
- interpret
- pip
- qsharp
- interop/qiskit/backends
- openqasm
- src
- tests
- simulators
- benches
- src
16 files changed
+955
-45
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
833 | 834 | | |
834 | 835 | | |
835 | 836 | | |
| 837 | + | |
836 | 838 | | |
837 | 839 | | |
838 | 840 | | |
839 | 841 | | |
840 | 842 | | |
841 | 843 | | |
842 | 844 | | |
| 845 | + | |
843 | 846 | | |
844 | 847 | | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
| 852 | + | |
845 | 853 | | |
846 | 854 | | |
847 | | - | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
848 | 859 | | |
849 | 860 | | |
850 | 861 | | |
| |||
863 | 874 | | |
864 | 875 | | |
865 | 876 | | |
| 877 | + | |
866 | 878 | | |
867 | 879 | | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
868 | 885 | | |
869 | 886 | | |
870 | | - | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
871 | 891 | | |
872 | 892 | | |
873 | 893 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments