qiskit 1.2.0rc1__cp38-abi3-macosx_10_9_universal2.whl → 1.2.2__cp38-abi3-macosx_10_9_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. qiskit/VERSION.txt +1 -1
  2. qiskit/_accelerate.abi3.so +0 -0
  3. qiskit/circuit/__init__.py +15 -2
  4. qiskit/circuit/library/basis_change/qft.py +3 -1
  5. qiskit/circuit/library/data_preparation/initializer.py +5 -2
  6. qiskit/circuit/library/data_preparation/state_preparation.py +2 -2
  7. qiskit/circuit/library/pauli_evolution.py +1 -0
  8. qiskit/circuit/library/standard_gates/__init__.py +32 -25
  9. qiskit/circuit/quantumcircuit.py +43 -18
  10. qiskit/compiler/transpiler.py +1 -1
  11. qiskit/dagcircuit/dagcircuit.py +1 -1
  12. qiskit/primitives/base/base_estimator.py +2 -2
  13. qiskit/primitives/containers/data_bin.py +9 -1
  14. qiskit/providers/basic_provider/basic_simulator.py +1 -1
  15. qiskit/providers/fake_provider/fake_openpulse_2q.py +3 -3
  16. qiskit/providers/fake_provider/fake_openpulse_3q.py +2 -3
  17. qiskit/providers/fake_provider/fake_pulse_backend.py +2 -1
  18. qiskit/providers/fake_provider/fake_qasm_backend.py +2 -1
  19. qiskit/providers/fake_provider/generic_backend_v2.py +434 -18
  20. qiskit/providers/models/__init__.py +47 -21
  21. qiskit/pulse/builder.py +16 -7
  22. qiskit/pulse/instructions/directives.py +5 -0
  23. qiskit/pulse/library/symbolic_pulses.py +4 -3
  24. qiskit/pulse/schedule.py +5 -9
  25. qiskit/pulse/transforms/alignments.py +3 -1
  26. qiskit/pulse/transforms/dag.py +7 -0
  27. qiskit/qasm2/parse.py +29 -0
  28. qiskit/qasm3/exporter.py +20 -7
  29. qiskit/qpy/__init__.py +1 -1
  30. qiskit/quantum_info/operators/operator.py +24 -0
  31. qiskit/quantum_info/operators/symplectic/pauli.py +2 -0
  32. qiskit/quantum_info/operators/symplectic/sparse_pauli_op.py +6 -1
  33. qiskit/synthesis/clifford/clifford_decompose_bm.py +1 -1
  34. qiskit/synthesis/clifford/clifford_decompose_greedy.py +1 -1
  35. qiskit/synthesis/linear/cnot_synth.py +1 -1
  36. qiskit/synthesis/one_qubit/one_qubit_decompose.py +2 -1
  37. qiskit/synthesis/permutation/permutation_full.py +2 -2
  38. qiskit/synthesis/permutation/permutation_lnn.py +3 -1
  39. qiskit/synthesis/two_qubit/two_qubit_decompose.py +2 -2
  40. qiskit/transpiler/__init__.py +6 -1
  41. qiskit/transpiler/instruction_durations.py +4 -0
  42. qiskit/transpiler/passes/__init__.py +2 -0
  43. qiskit/transpiler/passes/basis/basis_translator.py +2 -1
  44. qiskit/transpiler/passes/calibration/rx_builder.py +1 -1
  45. qiskit/transpiler/passes/optimization/__init__.py +1 -0
  46. qiskit/transpiler/passes/optimization/consolidate_blocks.py +7 -1
  47. qiskit/transpiler/passes/optimization/elide_permutations.py +2 -2
  48. qiskit/transpiler/passes/optimization/hoare_opt.py +12 -8
  49. qiskit/transpiler/passes/optimization/split_2q_unitaries.py +16 -20
  50. qiskit/transpiler/passes/scheduling/alignments/pulse_gate_validation.py +1 -1
  51. qiskit/transpiler/passes/scheduling/padding/dynamical_decoupling.py +9 -3
  52. qiskit/transpiler/passes/scheduling/padding/pad_delay.py +3 -0
  53. qiskit/transpiler/passes/synthesis/high_level_synthesis.py +16 -6
  54. qiskit/transpiler/passes/synthesis/unitary_synthesis.py +1 -1
  55. qiskit/transpiler/preset_passmanagers/builtin_plugins.py +12 -55
  56. qiskit/transpiler/preset_passmanagers/generate_preset_pass_manager.py +9 -0
  57. qiskit/utils/optionals.py +173 -150
  58. qiskit/visualization/bloch.py +44 -1
  59. qiskit/visualization/dag_visualization.py +10 -3
  60. qiskit/visualization/gate_map.py +28 -6
  61. qiskit/visualization/pass_manager_visualization.py +3 -14
  62. {qiskit-1.2.0rc1.dist-info → qiskit-1.2.2.dist-info}/METADATA +20 -20
  63. {qiskit-1.2.0rc1.dist-info → qiskit-1.2.2.dist-info}/RECORD +67 -67
  64. {qiskit-1.2.0rc1.dist-info → qiskit-1.2.2.dist-info}/WHEEL +1 -1
  65. {qiskit-1.2.0rc1.dist-info → qiskit-1.2.2.dist-info}/LICENSE.txt +0 -0
  66. {qiskit-1.2.0rc1.dist-info → qiskit-1.2.2.dist-info}/entry_points.txt +0 -0
  67. {qiskit-1.2.0rc1.dist-info → qiskit-1.2.2.dist-info}/top_level.txt +0 -0
@@ -945,6 +945,7 @@ def plot_gate_map(
945
945
  font_color,
946
946
  ax,
947
947
  filename,
948
+ planar=rx.is_planar(coupling_map.graph.to_undirected(multigraph=False)),
948
949
  )
949
950
 
950
951
 
@@ -966,6 +967,8 @@ def plot_coupling_map(
966
967
  font_color="white",
967
968
  ax=None,
968
969
  filename=None,
970
+ *,
971
+ planar=True,
969
972
  ):
970
973
  """Plots an arbitrary coupling map of qubits (embedded in a plane).
971
974
 
@@ -987,6 +990,7 @@ def plot_coupling_map(
987
990
  font_color (str): The font color for the qubit labels.
988
991
  ax (Axes): A Matplotlib axes instance.
989
992
  filename (str): file path to save image to.
993
+ planar (bool): If the coupling map is planar or not. Default: ``True`` (i.e. it is planar)
990
994
 
991
995
  Returns:
992
996
  Figure: A Matplotlib figure instance.
@@ -1057,7 +1061,14 @@ def plot_coupling_map(
1057
1061
 
1058
1062
  if font_size is None:
1059
1063
  max_characters = max(1, max(len(str(x)) for x in qubit_labels))
1060
- font_size = max(int(20 / max_characters), 1)
1064
+ if max_characters == 1:
1065
+ font_size = 20
1066
+ elif max_characters == 2:
1067
+ font_size = 14
1068
+ elif max_characters == 3:
1069
+ font_size = 12
1070
+ else:
1071
+ font_size = 1
1061
1072
 
1062
1073
  def color_node(node):
1063
1074
  if qubit_coordinates:
@@ -1065,8 +1076,6 @@ def plot_coupling_map(
1065
1076
  "label": str(qubit_labels[node]),
1066
1077
  "color": f'"{qubit_color[node]}"',
1067
1078
  "fillcolor": f'"{qubit_color[node]}"',
1068
- "style": "filled",
1069
- "shape": "circle",
1070
1079
  "pos": f'"{qubit_coordinates[node][0]},{qubit_coordinates[node][1]}"',
1071
1080
  "pin": "True",
1072
1081
  }
@@ -1075,11 +1084,11 @@ def plot_coupling_map(
1075
1084
  "label": str(qubit_labels[node]),
1076
1085
  "color": f'"{qubit_color[node]}"',
1077
1086
  "fillcolor": f'"{qubit_color[node]}"',
1078
- "style": "filled",
1079
- "shape": "circle",
1080
1087
  }
1088
+ out_dict["style"] = "filled"
1089
+ out_dict["shape"] = "circle"
1081
1090
  out_dict["fontcolor"] = f'"{font_color}"'
1082
- out_dict["fontsize"] = str(font_size)
1091
+ out_dict["fontsize"] = f'"{str(font_size)}!"'
1083
1092
  out_dict["height"] = str(qubit_size * px)
1084
1093
  out_dict["fixedsize"] = "True"
1085
1094
  out_dict["fontname"] = '"DejaVu Sans"'
@@ -1093,9 +1102,22 @@ def plot_coupling_map(
1093
1102
  }
1094
1103
  return out_dict
1095
1104
 
1105
+ graph_attributes = None
1106
+ if not qubit_coordinates:
1107
+ if planar:
1108
+ graph_attributes = {
1109
+ "overlap_scaling": "-7",
1110
+ "overlap": "prism",
1111
+ "model": "subset",
1112
+ }
1113
+ else:
1114
+ graph_attributes = {
1115
+ "overlap": "true",
1116
+ }
1096
1117
  plot = graphviz_draw(
1097
1118
  graph,
1098
1119
  method="neato",
1120
+ graph_attr=graph_attributes,
1099
1121
  node_attr_fn=color_node,
1100
1122
  edge_attr_fn=color_edge,
1101
1123
  filename=filename,
@@ -58,23 +58,12 @@ def pass_manager_drawer(pass_manager, filename=None, style=None, raw=False):
58
58
  Example:
59
59
  .. code-block::
60
60
 
61
- %matplotlib inline
62
61
  from qiskit import QuantumCircuit
63
- from qiskit.compiler import transpile
64
- from qiskit.transpiler import PassManager
62
+ from qiskit.transpiler import generate_preset_pass_manager
65
63
  from qiskit.visualization import pass_manager_drawer
66
- from qiskit.transpiler.passes import Unroller
67
64
 
68
- circ = QuantumCircuit(3)
69
- circ.ccx(0, 1, 2)
70
- circ.draw()
71
-
72
- pass_ = Unroller(['u1', 'u2', 'u3', 'cx'])
73
- pm = PassManager(pass_)
74
- new_circ = pm.run(circ)
75
- new_circ.draw(output='mpl')
76
-
77
- pass_manager_drawer(pm, "passmanager.jpg")
65
+ pm = generate_preset_pass_manager(optimization_level=0)
66
+ pass_manager_drawer(pm)
78
67
  """
79
68
  import pydot
80
69
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: qiskit
3
- Version: 1.2.0rc1
3
+ Version: 1.2.2
4
4
  Summary: An open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
5
5
  Author-email: Qiskit Development Team <qiskit@us.ibm.com>
6
6
  License: Apache 2.0
@@ -28,29 +28,29 @@ Classifier: Topic :: Scientific/Engineering
28
28
  Requires-Python: >=3.8
29
29
  Description-Content-Type: text/markdown
30
30
  License-File: LICENSE.txt
31
- Requires-Dist: rustworkx >=0.15.0
32
- Requires-Dist: numpy <3,>=1.17
33
- Requires-Dist: scipy >=1.5
34
- Requires-Dist: sympy >=1.3
35
- Requires-Dist: dill >=0.3
36
- Requires-Dist: python-dateutil >=2.8.0
37
- Requires-Dist: stevedore >=3.0.0
31
+ Requires-Dist: rustworkx>=0.15.0
32
+ Requires-Dist: numpy<3,>=1.17
33
+ Requires-Dist: scipy>=1.5
34
+ Requires-Dist: sympy>=1.3
35
+ Requires-Dist: dill>=0.3
36
+ Requires-Dist: python-dateutil>=2.8.0
37
+ Requires-Dist: stevedore>=3.0.0
38
38
  Requires-Dist: typing-extensions
39
- Requires-Dist: symengine >=0.11
39
+ Requires-Dist: symengine>=0.11
40
40
  Provides-Extra: all
41
- Requires-Dist: qiskit[crosstalk-pass,csp-layout-pass,qasm3-import,visualization] ; extra == 'all'
41
+ Requires-Dist: qiskit[crosstalk-pass,csp-layout-pass,qasm3-import,visualization]; extra == "all"
42
42
  Provides-Extra: crosstalk-pass
43
- Requires-Dist: z3-solver >=4.7 ; extra == 'crosstalk-pass'
43
+ Requires-Dist: z3-solver>=4.7; extra == "crosstalk-pass"
44
44
  Provides-Extra: csp-layout-pass
45
- Requires-Dist: python-constraint >=1.4 ; extra == 'csp-layout-pass'
45
+ Requires-Dist: python-constraint>=1.4; extra == "csp-layout-pass"
46
46
  Provides-Extra: qasm3-import
47
- Requires-Dist: qiskit-qasm3-import >=0.1.0 ; extra == 'qasm3-import'
47
+ Requires-Dist: qiskit-qasm3-import>=0.1.0; extra == "qasm3-import"
48
48
  Provides-Extra: visualization
49
- Requires-Dist: matplotlib >=3.3 ; extra == 'visualization'
50
- Requires-Dist: pydot ; extra == 'visualization'
51
- Requires-Dist: Pillow >=4.2.1 ; extra == 'visualization'
52
- Requires-Dist: pylatexenc >=1.4 ; extra == 'visualization'
53
- Requires-Dist: seaborn >=0.9.0 ; extra == 'visualization'
49
+ Requires-Dist: matplotlib>=3.3; extra == "visualization"
50
+ Requires-Dist: pydot; extra == "visualization"
51
+ Requires-Dist: Pillow>=4.2.1; extra == "visualization"
52
+ Requires-Dist: pylatexenc>=1.4; extra == "visualization"
53
+ Requires-Dist: seaborn>=0.9.0; extra == "visualization"
54
54
 
55
55
  # Qiskit
56
56
 
@@ -77,7 +77,7 @@ For more details on how to use Qiskit, refer to the documentation located here:
77
77
  ## Installation
78
78
 
79
79
  > [!WARNING]
80
- > Do not try to upgrade an existing Qiskit 0.* environment to Qiskit 1.0 in-place. [Read more](https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-installation).
80
+ > Do not try to upgrade an existing Qiskit 0.* environment to Qiskit 1.0 in-place. [Read more](https://docs.quantum.ibm.com/migration-guides/qiskit-1.0-installation).
81
81
 
82
82
  We encourage installing Qiskit via ``pip``:
83
83
 
@@ -87,7 +87,7 @@ pip install qiskit
87
87
 
88
88
  Pip will handle all dependencies automatically and you will always install the latest (and well-tested) version.
89
89
 
90
- To install from source, follow the instructions in the [documentation](https://docs.quantum.ibm.com/start/install-qiskit-source).
90
+ To install from source, follow the instructions in the [documentation](https://docs.quantum.ibm.com/guides/install-qiskit-source).
91
91
 
92
92
  ## Create your first quantum program in Qiskit
93
93
 
@@ -1,20 +1,20 @@
1
1
  qiskit/version.py,sha256=MiraFeJt5GQEspFyvP3qJedHen2C1e8dNEttzg0u7YU,2498
2
2
  qiskit/__init__.py,sha256=h_3PcAndCRLW2AhP-GzbxjFzpwd4RpSZ-cQg062et_w,5420
3
- qiskit/_accelerate.abi3.so,sha256=PYxXJvDyeEBRb3HGN6vJmEDgPQfR6RkLyFT9QARYLz0,12298688
3
+ qiskit/_accelerate.abi3.so,sha256=ZixJJ9OcPNgLSpGhsmq2y4nZwFftKAWblpkr_K742y4,12273680
4
4
  qiskit/user_config.py,sha256=I7QCF9W2IDpleWunxDjgYGySsVUlq57gfj_137o0Dac,10109
5
5
  qiskit/_numpy_compat.py,sha256=ZlnDTF2KBTKcVF489ZuxoBk6r9KLsMuhAlozFhOn0a8,2815
6
6
  qiskit/exceptions.py,sha256=78bbfww9680_v4CaNgepavY5DwGTN7_j47Ckob3lLPM,5619
7
- qiskit/VERSION.txt,sha256=dywufka2ghIWBN3ovAqWZAYWudegcU4KCJUWhWeyFWM,9
7
+ qiskit/VERSION.txt,sha256=xipcxhrEUlk1dT9ewoTAoFKksdpLOjWA3OK313ohVK4,6
8
8
  qiskit/visualization/circuit_visualization.py,sha256=6R-A96Uwb_RZOovsSB0LGVsC7lP5IhtLNp6VP2yVBwE,698
9
9
  qiskit/visualization/counts_visualization.py,sha256=rgoEqV0gucL9Auz33wf1LiRWR3yFQzjK94zzBF830iY,16791
10
- qiskit/visualization/pass_manager_visualization.py,sha256=ng5koUMIFfEYU-PsOmvs_4eawOJyFXJzUlxDF1Kedyk,11220
10
+ qiskit/visualization/pass_manager_visualization.py,sha256=19m4pUdYG0csZgQbuxfFP-zfoVGnk0pJr0HVToD1Y04,10886
11
11
  qiskit/visualization/state_visualization.py,sha256=nPx7YltijQcbdqoC5gA_AWqYIuREiHn4aXVvej-keJ4,52199
12
12
  qiskit/visualization/library.py,sha256=oCzruZqrshriwA17kSfCeY0ujZehr6WZnWvZNmvUw7g,1295
13
- qiskit/visualization/bloch.py,sha256=xXdFO8Lhepk2aa21QFf0Xc2ZJ-pudEGseUJSWyawKXY,28829
13
+ qiskit/visualization/bloch.py,sha256=neJ5oBuIhdg5YHuNWE9eyM0I02aAONQrmzphsDBMqM4,30229
14
14
  qiskit/visualization/transition_visualization.py,sha256=zVMSf0p2amqGdHgoevtNlVQCHAQgGp47MJTd6rCAEgs,12264
15
- qiskit/visualization/gate_map.py,sha256=5Doji9QG_rcx_MQPp9dCXX7Rc7H-3yoqUaW2yPYkbxQ,36392
15
+ qiskit/visualization/gate_map.py,sha256=4HcxjbF3EmcudTMi1LpWaezARzv-yrf1Lk0j1I2fPpw,37075
16
16
  qiskit/visualization/__init__.py,sha256=HPgzHp8pY3wXCLYnEKla1YiMMjHbjM6suvJcV4pVmw8,7645
17
- qiskit/visualization/dag_visualization.py,sha256=p5wNAZ-4cQGCtY2CbYJDkutgr5WuXecC_sOrw0DC7_Y,8770
17
+ qiskit/visualization/dag_visualization.py,sha256=Y7DbbIsLjqoVyjZ0x4vbC0TR0tHf89-67DNLZfM1Aro,9066
18
18
  qiskit/visualization/utils.py,sha256=OPB2TA5SCZk19mhuUcm8RdrXzJfPX3A_Cu-Aoouw0a4,1776
19
19
  qiskit/visualization/exceptions.py,sha256=XPB9Z5EUJiAbYjCW6WX7TxEg0AKcw3av1xV0jywRRrY,682
20
20
  qiskit/visualization/array.py,sha256=EMatkIJjuvpJopOINM1ahRbt0DfnOCpBSAmZIEFdQ0E,7924
@@ -63,14 +63,14 @@ qiskit/visualization/timeline/plotters/__init__.py,sha256=3uM5AgCcqxqBHhslUGjjmq
63
63
  qiskit/transpiler/timing_constraints.py,sha256=TAFuarfaeLdH4AdWO1Cexv7jo8VC8IGhAOPYTDLBFdE,2382
64
64
  qiskit/transpiler/layout.py,sha256=OX1taS67SD31FuDD_1YdD-l4v6KYQw2AQU7_HTx1CIQ,28073
65
65
  qiskit/transpiler/coupling.py,sha256=Lrh6U3hFXqEPk-X0xHrLZzdB-SXkJEVkLlAVzwEmKrA,18603
66
- qiskit/transpiler/__init__.py,sha256=sbMQ3vd2PRm4pKggJhH_-0BZ0ttFzNxOdUb6WfDX-Bc,48745
66
+ qiskit/transpiler/__init__.py,sha256=zMqpUBFQq_zhweeIbztujh4jStvQ8x2IwpL2hgx5iqY,48968
67
67
  qiskit/transpiler/basepasses.py,sha256=RV-B5Se3pt_4rOeKXw7YQQkbpW3g-ynBQZjIuPc-jKE,8769
68
68
  qiskit/transpiler/passmanager.py,sha256=mxdKQQkV9ZJ1tB1TFbqlkex_0B8HItILGzk6CNFikzE,20399
69
69
  qiskit/transpiler/passmanager_config.py,sha256=W0Vi73vGspwn6Z8jwUeiU3CZQdbFBbyYt1a2fgjpbko,9220
70
70
  qiskit/transpiler/exceptions.py,sha256=ZxZk41x0T3pCcaEsDmpDg25SwIbCLQ6T1D-V54vwb1A,1710
71
71
  qiskit/transpiler/target.py,sha256=7z_xrWW7L7hLXmG9Rwx_AeaA8JCWmv58dX5gj1ypel4,72951
72
- qiskit/transpiler/instruction_durations.py,sha256=zBZa6wxNJPCA8LAFqIiv7IWWsNqVYsoPSKU8a5biaG8,11099
73
- qiskit/transpiler/passes/__init__.py,sha256=4qjWG8cqVIuKNY1V6ZVHdcxjs2JBo2K43LJ_6fMxFk0,7789
72
+ qiskit/transpiler/instruction_durations.py,sha256=sXX_-jbf6I5R4cHpBBheQaTaRRa4b24Fp7E750AhrC0,11236
73
+ qiskit/transpiler/passes/__init__.py,sha256=y6GrJQ0LcWqBNrpawdxuu90_XpR_M1ZaLvKIZo3_c-g,7856
74
74
  qiskit/transpiler/passes/analysis/dag_longest_path.py,sha256=bOUWUR_2Y91pyvtXjEmAQxSgWyXaqo3XhSysn-3L-4E,957
75
75
  qiskit/transpiler/passes/analysis/num_tensor_factors.py,sha256=KK5DcFja8JsO0pfYvmYGnyEAPMZPYUTJpT9xWhwiYWI,950
76
76
  qiskit/transpiler/passes/analysis/__init__.py,sha256=zFkmqBW9ZfrVg0Ol6krRE7D0h-S5sF89qkfDdW_t5Eg,875
@@ -92,21 +92,21 @@ qiskit/transpiler/passes/scheduling/scheduling/base_scheduler.py,sha256=yzXuzjkn
92
92
  qiskit/transpiler/passes/scheduling/scheduling/asap.py,sha256=1uNc_81sImG35P0_VJ-IoP2sqL4ouqc2yxWaz8cLfro,5765
93
93
  qiskit/transpiler/passes/scheduling/scheduling/__init__.py,sha256=nuRmai-BprATkKLqoHzH-2vLu-E7VRPS9hbhTY8xiDo,654
94
94
  qiskit/transpiler/passes/scheduling/scheduling/set_io_latency.py,sha256=NzdU1K_aBt5yQCIuUHUSjkwZhdVtk6SG3uOMT5bZVsU,2854
95
- qiskit/transpiler/passes/scheduling/padding/dynamical_decoupling.py,sha256=dWO068Z1TX9Nl1KHRhbe1kQGlSt2VL66JoRbUUiPp-s,20326
96
- qiskit/transpiler/passes/scheduling/padding/pad_delay.py,sha256=Gz2TlFBrqRrYQcE7xMt_rFTKUvGqYRmB0c9tU4lR-MU,2763
95
+ qiskit/transpiler/passes/scheduling/padding/dynamical_decoupling.py,sha256=foLhgzDU0AmL9I8qUqbyte6ymRm2YMDdpkOozC6pqZk,20551
96
+ qiskit/transpiler/passes/scheduling/padding/pad_delay.py,sha256=EFlT4_sXezNZz8AuvSu7y9x0X_D30hu7eERlXiP34mM,2865
97
97
  qiskit/transpiler/passes/scheduling/padding/__init__.py,sha256=SFLOuwUFgrBv5zRCemIWW5JQvlwCd0acsC3FytrYzII,629
98
98
  qiskit/transpiler/passes/scheduling/padding/base_padding.py,sha256=4fsCiWzSs32nzBerm-fio_OHgjjLYtNEoCwHDb35nJI,10453
99
99
  qiskit/transpiler/passes/scheduling/alignments/reschedule.py,sha256=vR0KR4MDD9J7qKKR5YFGBSj4P-J49YBjR0v_pRYatWI,10711
100
100
  qiskit/transpiler/passes/scheduling/alignments/__init__.py,sha256=BzOIhQ0xjuDcluWw60bE6IwBK6028Q6i7b1Yov2q8zs,4138
101
101
  qiskit/transpiler/passes/scheduling/alignments/check_durations.py,sha256=1yho8PjEdauBku1c0SOSTwhuSjCnEzEH50fTTXG6zdo,3385
102
102
  qiskit/transpiler/passes/scheduling/alignments/align_measures.py,sha256=_kw_eGgaU12zXkhndCTKz_yI0WRje5ZjAMQFD5RZg8w,11172
103
- qiskit/transpiler/passes/scheduling/alignments/pulse_gate_validation.py,sha256=wETGgyv16p47rMMdqjRfnn7_F_VhjtkQf-lYfr91W20,4808
103
+ qiskit/transpiler/passes/scheduling/alignments/pulse_gate_validation.py,sha256=kGCldIhjJqZukfYEZYt6axwmabkUitRpWGPmJd3gF7E,4809
104
104
  qiskit/transpiler/passes/calibration/builders.py,sha256=LfE8PPIy0owVUYKDxAhBmk7SJclTsxJUovC-LH7ZZAo,740
105
105
  qiskit/transpiler/passes/calibration/base_builder.py,sha256=Ht70gUplj0Zy5rC-iVCPzA94RNsCu8zZbkvP2XtwKwA,2859
106
106
  qiskit/transpiler/passes/calibration/__init__.py,sha256=ZLR5wTLsIBAM2SGSeu6q9Q6hqux5CKtDzj-HoZF71bA,689
107
107
  qiskit/transpiler/passes/calibration/rzx_templates.py,sha256=_M_e4eKeiKXP6CJobhU3CPWrdwjjzsDygQCN0Xk7JQg,1514
108
108
  qiskit/transpiler/passes/calibration/exceptions.py,sha256=HDBOCj1WqLo8nFt6hDKg7EX63RzGzbpWDHRDN8LTVpg,777
109
- qiskit/transpiler/passes/calibration/rx_builder.py,sha256=aY_bM4X_25tWEZe7bcAefPZgtZV7qvIcGb9ZrGtHOjc,6059
109
+ qiskit/transpiler/passes/calibration/rx_builder.py,sha256=9069yyc18nvaTL1in2UVoKPowORf5ycMyqaKonJohLk,6061
110
110
  qiskit/transpiler/passes/calibration/pulse_gate.py,sha256=2OlckFm242-vZYdcJINTtsA5xLRKJg4ZzgbgiDd0ngk,3721
111
111
  qiskit/transpiler/passes/calibration/rzx_builder.py,sha256=brbX9e6lVEE0vm-AA-JXU5pPYPw1EkxzYdQjVF4GWmg,16461
112
112
  qiskit/transpiler/passes/layout/sabre_layout.py,sha256=5eS5yFTKegyJe7XUOxLSKylYTC-2jB_-27y__KbnRL0,22474
@@ -130,16 +130,16 @@ qiskit/transpiler/passes/optimization/collect_linear_functions.py,sha256=ZPR-kdE
130
130
  qiskit/transpiler/passes/optimization/echo_rzx_weyl_decomposition.py,sha256=uO4rscTREBheqSma2O2XruLeBn8gDg0r14pzhyA_4pI,7016
131
131
  qiskit/transpiler/passes/optimization/optimize_1q_gates.py,sha256=mWGmdOWHkkaTYw6RRHOM7aHI1hsNJwHCXY9n720hKU4,17229
132
132
  qiskit/transpiler/passes/optimization/collect_and_collapse.py,sha256=av0er7p3EFQexd1TTGiWllQsz8E0gguDZqZDS6acJhk,4438
133
- qiskit/transpiler/passes/optimization/split_2q_unitaries.py,sha256=TO-FACah5CRkPhkX52KlTGrUDeBoN1h3OMV-kzNOOlY,3808
133
+ qiskit/transpiler/passes/optimization/split_2q_unitaries.py,sha256=F4w0SRt1TAZwAZ_fAqSuQFmZvD5CEPiw6LJF6z2KxSk,3743
134
134
  qiskit/transpiler/passes/optimization/remove_final_reset.py,sha256=ZZ2za9NYZWh0eAUBEq1vcEU_iLe1P4jq6_1f3TRfHXA,1333
135
135
  qiskit/transpiler/passes/optimization/collect_1q_runs.py,sha256=eE_pZv98vIMUMYIR6JDuG5Qv0p2t5ihyD-W1I4PYY58,1114
136
- qiskit/transpiler/passes/optimization/elide_permutations.py,sha256=49fPAyMEslfoncvdGkD-eHTU5FPGb-8yUbiJboewknw,5366
137
- qiskit/transpiler/passes/optimization/hoare_opt.py,sha256=YHpKg_xblPiSKxcx5mG2HHyDQDnVuO8oBS6LfWxFfnM,15986
136
+ qiskit/transpiler/passes/optimization/elide_permutations.py,sha256=BFPHOsTuqBsXncnIpBBV-J6ogZWr1w7_GYSfBQZbVKU,5369
137
+ qiskit/transpiler/passes/optimization/hoare_opt.py,sha256=A5DIB7lrIpmRB6kDVluKajsQUEFRwo0QDNYnwUzC-Gg,16291
138
138
  qiskit/transpiler/passes/optimization/remove_diagonal_gates_before_measure.py,sha256=KdST9dwZUK8aMULjzw8Vs6EN9UlW8CIR5X-dEi5vyLs,2365
139
139
  qiskit/transpiler/passes/optimization/commutation_analysis.py,sha256=ysK0nQMG0DD7MHTg-RAt54_oCC5Qc8BsIxTLu3-2cCk,3773
140
140
  qiskit/transpiler/passes/optimization/collect_2q_blocks.py,sha256=IVQDvs70ZPzlX5VVCwNFGTuivTDk0atcNCzD5wXvtEk,1224
141
141
  qiskit/transpiler/passes/optimization/commutative_inverse_cancellation.py,sha256=o4pnes901Blh4cM3EgQpUfsn9MQ87-rAEIOCdvKbXGY,5729
142
- qiskit/transpiler/passes/optimization/__init__.py,sha256=nV51u8NhympMhOkPmjqnl95m3x6-HmFCkb7GtH7D4xw,2076
142
+ qiskit/transpiler/passes/optimization/__init__.py,sha256=ebI214S-fxFLfsCRB7sX01gVfBB0Gk1vCqLroWWdq9U,2129
143
143
  qiskit/transpiler/passes/optimization/remove_reset_in_zero_state.py,sha256=xE5ok4OOLQ8idRN534W8Rev1E6QWeTZgcHVZ-tWPaYI,1247
144
144
  qiskit/transpiler/passes/optimization/cx_cancellation.py,sha256=EbwBAEM751bO4c5mJgJ0nYJ2TyPJM12Kl30SgHqJ1eQ,2336
145
145
  qiskit/transpiler/passes/optimization/normalize_rx_angle.py,sha256=23ZddjkU924Yc7hLCXKOCmMCkHVGvaueEg8OYBbQvV4,6255
@@ -152,7 +152,7 @@ qiskit/transpiler/passes/optimization/template_optimization.py,sha256=biZ_UD1AJc
152
152
  qiskit/transpiler/passes/optimization/optimize_1q_decomposition.py,sha256=ex3Vc-Ceg9JIceP80itBheIhdQq2wOAd9VSQ8lg1vqM,11911
153
153
  qiskit/transpiler/passes/optimization/optimize_cliffords.py,sha256=GXX8c_M1i4I6l6sCbftGpZpjXROL4arLbH6_l1hWSBE,3221
154
154
  qiskit/transpiler/passes/optimization/optimize_annotated.py,sha256=hw9QpGAEuxfun5bESIsryN_1cTFP0gbz3kcXKYUCwn8,18659
155
- qiskit/transpiler/passes/optimization/consolidate_blocks.py,sha256=7agNXifJOuTD6axTB0zjLIdGS0vqGB-lseyD52D_WSY,9871
155
+ qiskit/transpiler/passes/optimization/consolidate_blocks.py,sha256=_-eEiAMr95fVF-mVYCZMnd4z8uNGgIy_rkia84KDvKA,10181
156
156
  qiskit/transpiler/passes/optimization/reset_after_measure_simplification.py,sha256=2PZ_1lheWvq8Y9ualZjn-qIzHH6dnX2BMUtjOir-efs,2011
157
157
  qiskit/transpiler/passes/optimization/optimize_1q_commutation.py,sha256=svyl0lMrgv0nGm5F59Yc-fgQXuJ2SngNmi_v6t6iZMQ,10315
158
158
  qiskit/transpiler/passes/optimization/template_matching/template_matching.py,sha256=Rmry8mO4rgB1uWvQ4UC7XGVjh53VT8eR-uQzRO3o9Xs,17655
@@ -183,8 +183,8 @@ qiskit/transpiler/passes/synthesis/solovay_kitaev_synthesis.py,sha256=Ir5MFRZlNs
183
183
  qiskit/transpiler/passes/synthesis/__init__.py,sha256=VYO9Sl_SJyoZ_bLronrkvK9u8kL-LW9G93LbWyWNEaM,925
184
184
  qiskit/transpiler/passes/synthesis/plugin.py,sha256=XWXFQ92R0Fv4UM0YWPI2K2CtFflatlATuEHAKax7dH4,30815
185
185
  qiskit/transpiler/passes/synthesis/linear_functions_synthesis.py,sha256=Q1r-52HMETK_7iWTMmJKGU39rNws-MrmGDHh7TgQVj4,1407
186
- qiskit/transpiler/passes/synthesis/high_level_synthesis.py,sha256=HNlkHuz1JWrGkxkdJdIvXGBRKu9LxRsQ_iXn4Q2SUqE,48296
187
- qiskit/transpiler/passes/synthesis/unitary_synthesis.py,sha256=ROBaxt2amBITqKi5iMu2E4hSubV092pMhq54P2pGw1Y,44805
186
+ qiskit/transpiler/passes/synthesis/high_level_synthesis.py,sha256=zCyU9XKXoVewij6gXceeh4bh-hhXnohg2uXW7XcErLQ,48698
187
+ qiskit/transpiler/passes/synthesis/unitary_synthesis.py,sha256=JudMemqLzjPEcLoukmBnbuv_QaWyOp_Z8vEcnPgFnhY,44823
188
188
  qiskit/transpiler/passes/synthesis/aqc_plugin.py,sha256=SDgHqcCHR0hON50ckSHQDrVnBzOc-I7hYibE6r6oaB8,5343
189
189
  qiskit/transpiler/passes/routing/__init__.py,sha256=SHAsTgVHmWlf1wp9WirLqN5kz9HOK-RkwjOxX4qzMMQ,942
190
190
  qiskit/transpiler/passes/routing/layout_transformation.py,sha256=4Hz0y11jfZcFJ0vfCiqtbdDcYNxxhhvf12eJW04SecA,4685
@@ -207,19 +207,19 @@ qiskit/transpiler/passes/basis/decompose.py,sha256=YpM43tRXFvq11C--diYuceLHXOA2H
207
207
  qiskit/transpiler/passes/basis/translate_parameterized.py,sha256=jNekE2530Pj-WGlxDPfCa8bErISDFhRUsC3j0GtrxCs,7425
208
208
  qiskit/transpiler/passes/basis/__init__.py,sha256=JF0s79eUZOJo-8T8rFUlq0nvF7Q-FS7sqjB1A2Jy7Yo,783
209
209
  qiskit/transpiler/passes/basis/unroll_3q_or_more.py,sha256=a3q5JEsP1zRrPJgijIhIzXMOWqGztkOCp1pd5zwe9Kk,3643
210
- qiskit/transpiler/passes/basis/basis_translator.py,sha256=Y2lHMuRpnfnQTwXAiW61AJAFj_wvgbXhzEsZScWYHvo,30821
210
+ qiskit/transpiler/passes/basis/basis_translator.py,sha256=q6B0cthTiEeXE_kZpTixMN0IUcwu2p8hsu7Z4Nm7DDo,30885
211
211
  qiskit/transpiler/passes/basis/unroll_custom_definitions.py,sha256=bWpl9bk7g8IyjRKAngnPvkf4oI62sjrFpgj7YVRD--s,4366
212
- qiskit/transpiler/preset_passmanagers/builtin_plugins.py,sha256=itKDpp-lMN8-QeCJr4rEzZUqW2Jd7hf5loTaYMr2Ih0,44272
212
+ qiskit/transpiler/preset_passmanagers/builtin_plugins.py,sha256=AoGDx5V4BKDHzWiNRZhtJynhOG0YJ6evdVMknLh12Tk,42075
213
213
  qiskit/transpiler/preset_passmanagers/level0.py,sha256=emrcxdh3Rnv5pyAo5WuMJlY3tfz6WnkKJlGao7vSYAI,4277
214
214
  qiskit/transpiler/preset_passmanagers/__init__.py,sha256=i6t27h2cHewTwN6g8JAyR98obTTP9Aimzqdl2SRdiwQ,2758
215
- qiskit/transpiler/preset_passmanagers/generate_preset_pass_manager.py,sha256=Kr0n3c3mzrosSNzw6w54c8XPur2PDPgKJVLuqju8kyI,25649
215
+ qiskit/transpiler/preset_passmanagers/generate_preset_pass_manager.py,sha256=nP4FCeQdAVyYFe9NxHgzXc1vbOF7z1WzAcDfD9yX8Xw,25987
216
216
  qiskit/transpiler/preset_passmanagers/level1.py,sha256=15OG8az6JecM-3CjyFNgIrTL8HW_2hiFRmoZvpu8c_k,4806
217
217
  qiskit/transpiler/preset_passmanagers/common.py,sha256=7pI6bJ6Uz577r7T76J4y6fpX-upwt9L05YkWYAQU_TA,25857
218
218
  qiskit/transpiler/preset_passmanagers/level2.py,sha256=Bt0EAyreXQb5cxAR6JF_4XoieaJVwi2qO5UyxYSHZiY,4731
219
219
  qiskit/transpiler/preset_passmanagers/level3.py,sha256=t6WoVq84nfZo3SHSqbkEfXkw91akYevsVivh-r25r8I,4919
220
220
  qiskit/transpiler/preset_passmanagers/plugin.py,sha256=kU2DXDDJhU4d4t4Dej7GZH1sevP-rZfeAYkz3DsV9HU,14920
221
221
  qiskit/qasm3/experimental.py,sha256=w_0rdAuf6pzOztLYgvh9mxPS3DWZ_aJe2BHmp-l021Y,1992
222
- qiskit/qasm3/exporter.py,sha256=pjZi357kk9KaiYxCb0oz7U0m1chdkESEcPMnANZu5E0,59623
222
+ qiskit/qasm3/exporter.py,sha256=1qR_bN0zOAhnCcviPyMslRhnNNbY1SNmrtvsGkVpnss,60327
223
223
  qiskit/qasm3/__init__.py,sha256=RbJicb-wSTD7xyigMZZHSn1CK__3mdTY-AMmnMAh5c0,13237
224
224
  qiskit/qasm3/ast.py,sha256=bb4PA36VUeRVpdXKWAf4Jc2cXIxQ8sSCzOG61Zo8S3g,15523
225
225
  qiskit/qasm3/exceptions.py,sha256=jNfCnD7kXAGCF_DbtLPfyJCidThqf0Vdp2ORPDqvm2c,909
@@ -248,7 +248,7 @@ qiskit/assembler/assemble_circuits.py,sha256=2T4vSDsfmDjyiCC5LejFUI85H1HSPwOa2C_
248
248
  qiskit/qasm2/__init__.py,sha256=AgSA2ixOfl6PGsCwOfZX0WxSN9PHni_M2cPV3W-9Q2k,25110
249
249
  qiskit/qasm2/export.py,sha256=m-nOkTT8YYilr0Rz-TQdl6I8Zxe4xBOjaVrsuMzTWYk,13222
250
250
  qiskit/qasm2/exceptions.py,sha256=b5qiSLPTMLsfYq9vYB1kWC9XvDlgj3IBCVsK0NloFDo,923
251
- qiskit/qasm2/parse.py,sha256=eECou3Uolz6aHz8jSlP-1w8V4tVMsGR_fHUTz0qJWfY,17411
251
+ qiskit/qasm2/parse.py,sha256=yFsbRbYYhT0jZyyMv_pOW7VkE9HuWfVAfw31c4hrVpQ,18581
252
252
  qiskit/circuit/store.py,sha256=n8biU2kLaGj29P-gPhtN42-7r_MyRmHoMZ1lGsRLfPk,3374
253
253
  qiskit/circuit/measure.py,sha256=T4Rt2MZ4IH2ERnKOHe5YepiX21poxnYKYJFUt1N2ZL4,1470
254
254
  qiskit/circuit/parametertable.py,sha256=6sT2UO-U4MoHoz-w6UabDgdAZtpqdVfmJ-gb1uyVbqg,3269
@@ -260,7 +260,7 @@ qiskit/circuit/annotated_operation.py,sha256=9TPDzb_iFHjz1Qb-zekywdwD2FIe1J2kZM1
260
260
  qiskit/circuit/barrier.py,sha256=e9rOI-2o_ydpS4H6U5xsnuWhvRts58mMiEzsPZLqbgE,1612
261
261
  qiskit/circuit/reset.py,sha256=gaUpq_mgDh6eYN6N90cXGG1zuq6Yck06Rgh2wCEp7a8,1128
262
262
  qiskit/circuit/duration.py,sha256=JtMbAdMGIPXg2xSf2LJXcmtyVUwdMQ95SScYC5XRUdA,2952
263
- qiskit/circuit/__init__.py,sha256=1SRFWFzH5uFv_wiQQ3Jzg-Q735i5k4NSHG9wpBrzI_4,58523
263
+ qiskit/circuit/__init__.py,sha256=V4djnQp8L5O6OtNAbk0ldkv6EBfb8UP3CribHMfWoV4,58957
264
264
  qiskit/circuit/classicalregister.py,sha256=oLKotR8jFREs6i2M1K7Jrvm5rrfG7TzLgaB0-PGa040,1691
265
265
  qiskit/circuit/operation.py,sha256=ecfuw_bkQYFsHyEPdf1z-vJhY99NYSFLYps_X1DF3jc,2015
266
266
  qiskit/circuit/quantumregister.py,sha256=S_4lTalKmDI0LiVq3WJUyqDQwrx7-7mVDOMO-YIs4qI,2032
@@ -274,7 +274,7 @@ qiskit/circuit/controlledgate.py,sha256=tvn9yyfLJcgGJOvjld42ZPQprQPSw5FTAqAZOju4
274
274
  qiskit/circuit/bit.py,sha256=CRVp2JMA65QjktYSH3JzF6zmGqefOc1-ksGjswgmORc,3124
275
275
  qiskit/circuit/exceptions.py,sha256=QoT6kFuoVLe6lWUlTKkSMWufVtyfDCgaUe1kyv79WAY,691
276
276
  qiskit/circuit/equivalence_library.py,sha256=7f2T6c7sbDWaVQNVALNJL0olLVFZmHgA9xzcy7_FdDQ,708
277
- qiskit/circuit/quantumcircuit.py,sha256=DowQyzBXIJTu2pRlYauBoboE7ITnjTKMb_npLRYU26o,292193
277
+ qiskit/circuit/quantumcircuit.py,sha256=mRAVYg8r05mQkTwAQaIVAwLoQnXAG1dfLu-yFzME-mQ,292950
278
278
  qiskit/circuit/_standard_gates_commutations.py,sha256=6lsU_f27w7T1r0vPqT3IgiGF8IXxKthwtYgG4sbuFg4,85750
279
279
  qiskit/circuit/instruction.py,sha256=vzb3nNYRnUdjxlJZItl11MKRnpY-mcGr9sMl8qy4Q7w,25393
280
280
  qiskit/circuit/equivalence.py,sha256=DN7Fz5XxYeetybzE5eIQ01Kse3XUlsJLAaJU8kmSsNs,11225
@@ -292,7 +292,7 @@ qiskit/circuit/classicalfunction/classicalfunction.py,sha256=OfwE7HM__MemzDHlPy-
292
292
  qiskit/circuit/classicalfunction/exceptions.py,sha256=oSfjWiM52Up-ndJN1QfpdlDwgILmzlyOef7FFZqp_Wg,1070
293
293
  qiskit/circuit/tools/pi_check.py,sha256=6gwDvgfhud2I9nW3UikG4w4GFzPF-na0w6AoPevYTfk,7173
294
294
  qiskit/circuit/tools/__init__.py,sha256=_Rpdz9Yqiksplpw9CSGq0gOAJDIxoXQ26BRkHi1x0HY,540
295
- qiskit/circuit/library/pauli_evolution.py,sha256=m9GG0vCwv9BLlI5Vc_9Ku08xzjTpDyAL3xMY-9F0LWo,6516
295
+ qiskit/circuit/library/pauli_evolution.py,sha256=FaOisdii-aAUVUfHWX60UEwqcAoE-CjwtY3U7xeAyRQ,6547
296
296
  qiskit/circuit/library/hidden_linear_function.py,sha256=Mr5EP9KI96NSvQJWyh4aRh5QPijnbc2-bIWvGv_4w5M,3531
297
297
  qiskit/circuit/library/blueprintcircuit.py,sha256=EkhYypixeVotvJSJEVWxl9RfnOYJEcZRb0v4xz_IhuU,7061
298
298
  qiskit/circuit/library/graph_state.py,sha256=6XZC3YfhKb65-9poGAkY26w63Ggkle8Hi4H6lYLeTPM,3153
@@ -322,14 +322,14 @@ qiskit/circuit/library/generalized_gates/isometry.py,sha256=U7Atfquddxhtzue0jQ0p
322
322
  qiskit/circuit/library/generalized_gates/pauli.py,sha256=Q2QuxQUnqoBQnguVbplEDZ1xx_vkjaUn_6sIq8AgbxI,3153
323
323
  qiskit/circuit/library/generalized_gates/ucrx.py,sha256=6RKlDx955rO9l4OH9atooC44ETwGqOwpNHgI5TEwdoM,1095
324
324
  qiskit/circuit/library/generalized_gates/mcmt.py,sha256=LtaUhbBBXOWB_TKwNryHcMchbRHyWsfU0tkQtpkDwec,10368
325
- qiskit/circuit/library/basis_change/qft.py,sha256=XMBilb49A4C1q4A-eBWMiUAG6qEDipSOBlrcZ9x_d4Y,11645
325
+ qiskit/circuit/library/basis_change/qft.py,sha256=qE3t_0WQq6I8NbuhLoXuQy1bbROuDZ9ykbLdkOgEGs4,11772
326
326
  qiskit/circuit/library/basis_change/__init__.py,sha256=JFOleW2bg9vOFdWs2RbrFDpUPx47DWmPP6pG1spSS7s,548
327
- qiskit/circuit/library/data_preparation/state_preparation.py,sha256=vEyR1HlNGTaJ9KhyAG7-U23ICLqMHL6yEzgAgAa77rI,14123
327
+ qiskit/circuit/library/data_preparation/state_preparation.py,sha256=2TL97DdkliXwRlOc-ETOidGc_zVZRu9E9VOUFEal1JE,14150
328
328
  qiskit/circuit/library/data_preparation/z_feature_map.py,sha256=9tMS0ScFzMMjgMRC3kle1dAs0iuYZm45xZHKT1dS6A4,6347
329
329
  qiskit/circuit/library/data_preparation/zz_feature_map.py,sha256=KixkX4byMfcynaSZdaXg9__ungnQN4ZIL3tvo1ZMxPk,6409
330
330
  qiskit/circuit/library/data_preparation/pauli_feature_map.py,sha256=tyMuysstqiQLqB7s6Sgs796DVk9g8ljm1lZXq1WtwXs,12605
331
331
  qiskit/circuit/library/data_preparation/__init__.py,sha256=NYQYKqo_y2H9S5JlAcmyKGys_72PCe8G6auMrf8if-s,2336
332
- qiskit/circuit/library/data_preparation/initializer.py,sha256=Rhcl2gHmEGffFYWSButWwPqnFbFd6dxf5y3VPV19DWQ,4342
332
+ qiskit/circuit/library/data_preparation/initializer.py,sha256=0MGo6PVqXachVpr-YEWqR2HeJq6qvPhSV5AQbEOCWYo,4453
333
333
  qiskit/circuit/library/boolean_logic/quantum_xor.py,sha256=mE7NEFn792_VNSe9R-v-qLXsgsISMyNbpI5m_CHbdHI,2311
334
334
  qiskit/circuit/library/boolean_logic/__init__.py,sha256=A9ZvZGbyOERLAcLeRtw64xsGSzkKL2jZkPFtUeyFkSQ,645
335
335
  qiskit/circuit/library/boolean_logic/quantum_and.py,sha256=RAgn9Ah3ppmp4iBOD6OIz37MNYM2z5Jpuec6Ab0hWNM,3945
@@ -362,7 +362,7 @@ qiskit/circuit/library/standard_gates/u1.py,sha256=MNAEoUkOURbffL61bjHvI8YYooPOF
362
362
  qiskit/circuit/library/standard_gates/r.py,sha256=Yz7MOLWvyrZEj2efqtTfB1R1SWHmLKNaZ2yq2itX2Vc,4002
363
363
  qiskit/circuit/library/standard_gates/swap.py,sha256=5WxRZsQlXa4yzmmvJI42LUNTyOvPdB4EYD-xRlms1ro,8988
364
364
  qiskit/circuit/library/standard_gates/y.py,sha256=7UuD6eXqmtrdDhOB_ruCehyiiRzsb7_amYhGxuDZys8,7888
365
- qiskit/circuit/library/standard_gates/__init__.py,sha256=BI6SQ9xb2FdKjWRKTum1Q3Ux-jDJLP7sWoiE_ivaFQo,3730
365
+ qiskit/circuit/library/standard_gates/__init__.py,sha256=prveyGmbnu2DS4Noryc-6rIDH45lH8wQbuQyR7j-E3M,3528
366
366
  qiskit/circuit/library/standard_gates/x.py,sha256=iQ_PRR_E3icz2-_akhblVRAbF4jZs7vSFpt4XKiS5Kw,55029
367
367
  qiskit/circuit/library/standard_gates/global_phase.py,sha256=eXHt_02D8-MbEiCFTybG2d2Z8OdQnazYm-W4Weyjl0E,2913
368
368
  qiskit/circuit/library/standard_gates/rzz.py,sha256=46WHinS80c5vqmEgDChGpqS2X54inMMIhcTRoD9y5vQ,6518
@@ -503,11 +503,11 @@ qiskit/providers/backend_compat.py,sha256=GDxBHOtwG22IU4W-TS9gNRqPM9v0BJT8Av6-C6
503
503
  qiskit/providers/fake_provider/fake_1q.py,sha256=pzBYc48EvR1-9OfdivBMPBF8VHD6uSgCP2pJNAyYN4w,3102
504
504
  qiskit/providers/fake_provider/fake_backend.py,sha256=apn4UZMpEIUmyIsVg_PWK2ujKkwT72PChGQuAs2Z7Ro,6008
505
505
  qiskit/providers/fake_provider/__init__.py,sha256=uYrGKlJgnTxhe1qFRYNArWVv8JMYgv7ZglWr6ozvt3U,2899
506
- qiskit/providers/fake_provider/fake_pulse_backend.py,sha256=vIVfM6yIIWiZ0Elo_pYaBizCTEOdZtySV2abFPtn-UI,1446
507
- qiskit/providers/fake_provider/generic_backend_v2.py,sha256=ZuRrH_9ea73aSKIVyjrBRCTEaqfzOa5YwoKFRxqaGkw,27134
508
- qiskit/providers/fake_provider/fake_qasm_backend.py,sha256=bMMDGy2FU88A9LbOz9lfEQZUms3IAM8sfO4lUN7_dZc,2527
509
- qiskit/providers/fake_provider/fake_openpulse_3q.py,sha256=gVZ9A0Wc7u-HjFpGcuyWKZ3bJdPcFtWNrHKdYysoLAw,16600
510
- qiskit/providers/fake_provider/fake_openpulse_2q.py,sha256=ZCu94rVzqsRlhPLiFOAf8WP2ap-dR4ULegsLEVjjxsg,17270
506
+ qiskit/providers/fake_provider/fake_pulse_backend.py,sha256=HXL8WmOs1NiaiU4F4EgSPj-oem4jqnqWG9OCKrk1nkA,1516
507
+ qiskit/providers/fake_provider/generic_backend_v2.py,sha256=y071_-NDb4-8dMe0-JfDCEFYBE_hxnwUlydy9lpIgyI,42509
508
+ qiskit/providers/fake_provider/fake_qasm_backend.py,sha256=AtceqYfp41geY_ocjNV_pqxjasIIFHemnDghQqW1iiM,2601
509
+ qiskit/providers/fake_provider/fake_openpulse_3q.py,sha256=55UYKjTghkQLgKmbtvHAo4tb5H2nnCCoqzGnSa2mie8,16662
510
+ qiskit/providers/fake_provider/fake_openpulse_2q.py,sha256=_hedUJnTgMvCMh-CyR5vtzpGStv_BXzClGJ5r3QnVyQ,17333
511
511
  qiskit/providers/fake_provider/backends_v1/__init__.py,sha256=IS8g0W4mUX_FAF6mMdAxCj8tidwzn4BGxa5ed3ZagQs,734
512
512
  qiskit/providers/fake_provider/backends_v1/fake_127q_pulse/props_washington.json,sha256=fDDWxzGBBxlDjfR_x2ldXhJ18VYiH-KNS763x0ybUZA,368050
513
513
  qiskit/providers/fake_provider/backends_v1/fake_127q_pulse/defs_washington.json,sha256=LOfVSckDfVM6nTh1s52WDB2pHu3r-ZtKSO-LT6xLfTw,1479046
@@ -537,7 +537,7 @@ qiskit/providers/fake_provider/utils/backend_converter.py,sha256=YPogiOaB1GfDVKb
537
537
  qiskit/providers/fake_provider/utils/json_decoder.py,sha256=vm5bogS834RJ-zChlipPuhlbVfROuqdsn1dPCFRm1gI,3506
538
538
  qiskit/providers/models/jobstatus.py,sha256=lATdhhNc5JYFGNXmsygOOBGavRNQ66Dr_TT-wbu75QE,1947
539
539
  qiskit/providers/models/backendstatus.py,sha256=AY0iY3J_1LZU8zM5fiwoyTMFS_k8ztcsKkG7wK1CBtM,2952
540
- qiskit/providers/models/__init__.py,sha256=W-yorP2x3rlk3YbpTYRx_pc2IWgPMfaI_TfxR--RoDQ,1765
540
+ qiskit/providers/models/__init__.py,sha256=tz5ovJAJEZY5HVuR3oXsCMsJ0X6kqk_kdy0Th0TbFF0,2929
541
541
  qiskit/providers/models/pulsedefaults.py,sha256=Wj_8Z8MgQgCfi4XmR6k0AeC2K7DEPtkyQ_72CoXuTlw,10642
542
542
  qiskit/providers/models/backendproperties.py,sha256=m-o6xxhpkFxZpWEG5AcFsrlSDVKvV3TuF3ydEpvljOQ,16928
543
543
  qiskit/providers/models/backendconfiguration.py,sha256=ObeuLPhdnoloI_CLpay1b8R2GwbFPLzstlwQWM5ZoIM,40270
@@ -546,42 +546,42 @@ qiskit/providers/basic_provider/__init__.py,sha256=9JGu9Gs96v5jYKPU4dNUu3FyFV_Xp
546
546
  qiskit/providers/basic_provider/basic_provider_tools.py,sha256=iQ2A-pIP_a5zwXrOrkN7aPvV_GBRPtq7uDlm7ZhoX-M,7398
547
547
  qiskit/providers/basic_provider/exceptions.py,sha256=b9HVfcQBTe2at9D1bMU3RXaVNKTIxESzvubD6-aYo6k,929
548
548
  qiskit/providers/basic_provider/basic_provider_job.py,sha256=lnkaILX5Kp3xqBiC9VulN3OvwvixOKL9847CaAuyDJ8,1850
549
- qiskit/providers/basic_provider/basic_simulator.py,sha256=oUgIlgMNPSXTaH7LgIWOJpC7ZgpYsDTsPU_JTpQYkp4,32324
549
+ qiskit/providers/basic_provider/basic_simulator.py,sha256=rnUSPEdxvV9YJK0R8BARafuj63tHaad5eI2O9b2HQQQ,32345
550
550
  qiskit/pulse/calibration_entries.py,sha256=hFlyjo8PGl6GDBMh_CVhMbOW06hr4QGoId7K2He5nio,13856
551
551
  qiskit/pulse/configuration.py,sha256=VBix7Emn2xNzdEEcvITcZZDdn2w0xwexsTLlgdteg20,7873
552
552
  qiskit/pulse/parameter_manager.py,sha256=CJWpm6dz5TWc1GDsu9QzfDdNdY4lOlve7cNvvnpavc0,17698
553
553
  qiskit/pulse/instruction_schedule_map.py,sha256=bABnsrxgX-swQCYmPl7TQ8yDEvr0FThRGsDzbAUNIy0,15526
554
554
  qiskit/pulse/__init__.py,sha256=yI4aO85ZeeNQ6CxjMK1a6ixM5gWRvy_DI-NQuita_E0,3861
555
- qiskit/pulse/builder.py,sha256=1imJs0XY8QZ_vtT78LcMa1gwN37dJLs-saEiyfCBjwM,71025
555
+ qiskit/pulse/builder.py,sha256=Bh_M4m3KaEwGiLgp61P1ofMYrLpkd2ZFRmCysmIXb8Q,71314
556
556
  qiskit/pulse/parser.py,sha256=f1OG9utHEMvIYqm2Sg9nlJdDDKCkD596Z576WiyTeSM,10052
557
557
  qiskit/pulse/utils.py,sha256=VjQc_blid_AhjtUq-9fqCc2AglaVzorz78HCAVf_wfk,5973
558
558
  qiskit/pulse/macros.py,sha256=cwDsbpajL13yPfo2JEXAgzvnztU2u4NR8YpEivkmKfg,10733
559
559
  qiskit/pulse/exceptions.py,sha256=TRLIXtga3yaOqLr6ZEfL8LlFZyO4XEMnWVjhY2M4ItA,1279
560
560
  qiskit/pulse/channels.py,sha256=0mdKXpU3nIZrYNF6645rI70rdI0tglL9NHMDmNqk6ME,7435
561
561
  qiskit/pulse/reference_manager.py,sha256=Zetcf3osTMPqGcgWNkRl4JXMLiUVaNPtIhaVZVsYiSc,2045
562
- qiskit/pulse/schedule.py,sha256=x-WunZSdACrVEaVJOKNUPDp-Nf7EzfdyEIT4zfa8-1s,72822
562
+ qiskit/pulse/schedule.py,sha256=NvkVtz16IhNlGKoXH52UzMF4pc6gtTRH4zHpyKdpLao,72842
563
563
  qiskit/pulse/filters.py,sha256=vNodu-QJfG3eJvq4llWlMOnc_bJ5lxAK757HOPS-pTM,10208
564
564
  qiskit/pulse/instructions/phase.py,sha256=496jJZT7FTURbF4CVjkN1SLEqPDZyBaz5EM8NsFzUZ4,5211
565
565
  qiskit/pulse/instructions/frequency.py,sha256=quGhzkybIGSWpy8MzNG-1holposRHjiRgdkvPD7mSoQ,4440
566
566
  qiskit/pulse/instructions/acquire.py,sha256=h9-z0QbghlEJgKNUb8yGWQtJRZYRODj8pKQMGxPPb6w,6054
567
567
  qiskit/pulse/instructions/__init__.py,sha256=XBp5VjRNvVUK5f51ohWvcMK2FlsMU_pgLZtp4QuAjWk,2277
568
568
  qiskit/pulse/instructions/play.py,sha256=RANI7XRgzX-B7t2ucc8iFcr_atUH6Jf9ecxpQUHswV4,3777
569
- qiskit/pulse/instructions/directives.py,sha256=sC6gK-304mlkGRKEDBu7fHue9LQlto38aHQY3OY_yrA,4944
569
+ qiskit/pulse/instructions/directives.py,sha256=L4hCY22ckz31ys0eG0po0ajlltha5R4YuuYQobC_vz0,5166
570
570
  qiskit/pulse/instructions/delay.py,sha256=Y-3blt4znCHHQCVINUk9gdmMyc9VkIZk1mTsz8eWjQY,2331
571
571
  qiskit/pulse/instructions/reference.py,sha256=NyzwMx_3QVtvvezEwbKgQGktLX8466xzXdMZ3Is33Bk,4067
572
572
  qiskit/pulse/instructions/instruction.py,sha256=ihYz_nLFxTJdlhabbkXldF_mqPFbYp_FTiA6kDgoIro,8759
573
573
  qiskit/pulse/instructions/snapshot.py,sha256=kGIIK6XO04HodQKzAa2K4-3X5BrTcqQwqOyKC3Bg_Vg,2864
574
574
  qiskit/pulse/library/waveform.py,sha256=SCAaHHsCm8XzFbz6mhp1Flptf3S79fqCIFCVeJ2a_KE,5153
575
575
  qiskit/pulse/library/pulse.py,sha256=y3lPSj0PwbCqwz2rGdNj2-aTCUZvRWF9gloA69H3zJo,5646
576
- qiskit/pulse/library/symbolic_pulses.py,sha256=9_wnYQ4J-2HTLrbRC5lfeegAiJzbWaWU9RUJd1f_b9k,77455
576
+ qiskit/pulse/library/symbolic_pulses.py,sha256=pwGt69OrE0g55amMcM5CGxxPuHrbrs_I6rxAboWA2N4,77506
577
577
  qiskit/pulse/library/__init__.py,sha256=XmLNgMFJ6_bzVsKdiyXocENBsbJWcb7HErHMlFFOlEU,2873
578
578
  qiskit/pulse/library/continuous.py,sha256=sq3UnRUcSbbcHmSvDHMQvp9NncKpghNwox2FPJPNo3s,14772
579
579
  qiskit/pulse/library/samplers/strategies.py,sha256=cHN62QP-retJTgY-HDzFaoWdpCTck1wt3AhRxzc8ftU,2450
580
580
  qiskit/pulse/library/samplers/__init__.py,sha256=nHVmHCAeluBjcCWHVi_pnOBgJXh3UwjE3mrZwguDVpQ,591
581
581
  qiskit/pulse/library/samplers/decorators.py,sha256=wQu-Z1VpQKzZlV6Rzjh7ubRm2bj55S7pWrFRtQm_wGw,11479
582
582
  qiskit/pulse/transforms/canonicalization.py,sha256=DCtBJbTARwR2YW-Q-RdjO4_1JCpFO9fz_CS5rEyyz1I,19044
583
- qiskit/pulse/transforms/alignments.py,sha256=aox4kK7HF92T1d1Ut8h2TIzDZFDLVqmdUcAqdCsEIFk,13809
584
- qiskit/pulse/transforms/dag.py,sha256=M8dB_N6yV4bW_G9RYrElTw0R18gsBh11lEnYKhdp8b8,4028
583
+ qiskit/pulse/transforms/alignments.py,sha256=1FYQBJ7_xHLd5ryP76-R8rngZxXUaQ8oplPYmTFWZFo,13841
584
+ qiskit/pulse/transforms/dag.py,sha256=x19_a3qVk1r_L50PRTjVNiR_oI2jkB_fPTCrtdrpec0,4201
585
585
  qiskit/pulse/transforms/__init__.py,sha256=4-BGF8CMvejz-cPitYW6YkxyiXOQ6_rTyIHwXRh_Hq4,2493
586
586
  qiskit/pulse/transforms/base_transforms.py,sha256=4UAs4ku2yYOLhF05AFvfl4e_FdcEvX8DqkMEggRxvTE,2401
587
587
  qiskit/converters/dagdependency_to_dag.py,sha256=6nzlOvC-gN8cbUaqlFX-mdVZ0_x6UMfYHfFSEPhUfx8,1615
@@ -602,7 +602,7 @@ qiskit/dagcircuit/dagdependency_v2.py,sha256=XlQs00qboMSm9Z0YqUsALrbyNrzOmq1QrFr
602
602
  qiskit/dagcircuit/__init__.py,sha256=_EqnZKmQ3CdSov9QQDTSYcV21NKMluxy-YKluO9llPE,1192
603
603
  qiskit/dagcircuit/exceptions.py,sha256=Jy8-MnQBLRphHwwE1PAeDfj9HOY70qp7r0k1sC_CiZE,1234
604
604
  qiskit/dagcircuit/dagnode.py,sha256=C9oHL1pMN77AKI8jPt0aq0OWFuQflJuOoQ6huYRGCug,9085
605
- qiskit/dagcircuit/dagcircuit.py,sha256=pbfNX4JDvrOwwr9FcrbJ6RVNuk9KLBCfKCJPbpD7Yvk,104917
605
+ qiskit/dagcircuit/dagcircuit.py,sha256=eEW9ctP4K1sWE81Y8RqU3lY7XlR4gT5jceXwAtbAPM4,104928
606
606
  qiskit/scheduler/config.py,sha256=qiKdqRPRQ2frKJxgXP9mHlz6_KCYrcc6yNvxhG1WVmc,1264
607
607
  qiskit/scheduler/sequence.py,sha256=VTfMT1KVuhsVs5lWED-KLmgHpxA5yocJhUwKogdru7E,3979
608
608
  qiskit/scheduler/lowering.py,sha256=N_G4ozWm_z2ypPd92k9BOPZb6H2GGCE-CaEwu4xTWoA,8326
@@ -615,7 +615,7 @@ qiskit/utils/deprecation.py,sha256=KhDr9uM1dXoa90C607RQABciHkbIdCfO1K3x67_-JF4,1
615
615
  qiskit/utils/__init__.py,sha256=xkenv3i66YEwf8oQ1C3KsU2zeytYxuGzk7lM3quAUKQ,2248
616
616
  qiskit/utils/lazy_tester.py,sha256=5f8FrMvr5n5kxdsD7CPVLdAyRYZVgbKXlXyVXhOkjtc,14547
617
617
  qiskit/utils/parallel.py,sha256=qjlQ6k5fkDtSMHi0UCzunZUOGADJxOaUpRXQMpXl2M0,7093
618
- qiskit/utils/optionals.py,sha256=THBHw2xAjLBFmbF2DUC3_T_PMO0BumYgHErb6pkr-8Q,13838
618
+ qiskit/utils/optionals.py,sha256=D8TMYWjFNjvomHHI58-TxV_m8neSYite7Cgk25Q4zGY,13158
619
619
  qiskit/utils/classtools.py,sha256=RrpYkpXmKAMRM53Ymf4zZnxcLIUm8ia7_rN0D1lj6Lk,6673
620
620
  qiskit/utils/multiprocessing.py,sha256=kySxsw_qi-a7lsFnaRCeZ3WZJGbnYImUsny4gjo6V6c,1708
621
621
  qiskit/synthesis/__init__.py,sha256=9RP7oMw9gtZazjVXh9o6IOTwh1icLCbd3BKeJU7a-kM,4278
@@ -633,12 +633,12 @@ qiskit/synthesis/unitary/aqc/fast_gradient/pmatrix.py,sha256=bXsyzCcrcnFUBu-kS7i
633
633
  qiskit/synthesis/unitary/aqc/fast_gradient/layer.py,sha256=HVbZi04j0cARx2nSIEU5GqvoUud_dtx_EwsvjAHCJOc,12899
634
634
  qiskit/synthesis/unitary/aqc/fast_gradient/fast_grad_utils.py,sha256=eRz4Z1nbEufqDY8NBDi8KejOVNV6YvH8oRXllCBfxPw,7365
635
635
  qiskit/synthesis/unitary/aqc/fast_gradient/fast_gradient.py,sha256=qemfNdv3JQfMMhYglGg8Uw0NXWyihsBV1l4Gws3MeHI,9056
636
- qiskit/synthesis/permutation/permutation_full.py,sha256=Z7lMxZrxWv0OqXawLwSe2PKtINOnb1Yzxf0Q0svG1I0,3322
636
+ qiskit/synthesis/permutation/permutation_full.py,sha256=f6T9eXz7ajb5A1O_rKd1vB5APSTV3B2RHQ9modBWdKg,3352
637
637
  qiskit/synthesis/permutation/permutation_reverse_lnn.py,sha256=t0e4-lfFoLjZ6vattyipIbAGg7I-yVougGxHRvsv5mM,3016
638
638
  qiskit/synthesis/permutation/__init__.py,sha256=Y5Lil8dM3G1KqItfAOUHjavXZjVQ0DgT7T_3EuTfLo0,757
639
- qiskit/synthesis/permutation/permutation_lnn.py,sha256=o0ib8V_6JhCM-4HYaQOzgKI75bUhbhLMpDzpNEPxSYA,2416
639
+ qiskit/synthesis/permutation/permutation_lnn.py,sha256=dmqhE6t0_Du7gCn3fZJEdDE9ocpxtkVSINVoHR_G3Sw,2445
640
640
  qiskit/synthesis/permutation/permutation_utils.py,sha256=9is8GgPp7J5Tsw2l0-AnJDZB0dfNObtxHkWbE7zM3Ok,655
641
- qiskit/synthesis/two_qubit/two_qubit_decompose.py,sha256=WYjMl6E-ozcsyTuHF8nhY2j1WtCYXWucXSuHTrDLFr0,28942
641
+ qiskit/synthesis/two_qubit/two_qubit_decompose.py,sha256=stjCQZXfRXG2dnFjBNo3BizjoC3Mzp2qCaqtpBZNHus,28972
642
642
  qiskit/synthesis/two_qubit/__init__.py,sha256=MEMY-lKO6W30WF_CmWR5xvV7oLt-LEV0ggMbb129TUg,673
643
643
  qiskit/synthesis/two_qubit/local_invariance.py,sha256=8LhHeY4dzTkUo_EJCGGf73Ra-WEbbTtmHsT0J7ATG7w,2085
644
644
  qiskit/synthesis/two_qubit/weyl.py,sha256=tp_LXQpKp9utUiqK7s48irvBLvuOV2eJjYvxz_S1Io8,3299
@@ -651,9 +651,9 @@ qiskit/synthesis/two_qubit/xx_decompose/decomposer.py,sha256=NPUh36QFN8NsyftmqXy
651
651
  qiskit/synthesis/two_qubit/xx_decompose/utilities.py,sha256=3xRwR07SGFcivP1dfWNN1tvOHRz5Zu2ldV-4wIb2QSU,1214
652
652
  qiskit/synthesis/two_qubit/xx_decompose/weyl.py,sha256=wleRtTgxmZ3G69Z9aJ1B0u_37D-CAywtin4PJuZmauU,4522
653
653
  qiskit/synthesis/clifford/clifford_decompose_ag.py,sha256=WCjD0ZGxbOrvUvsnLD7mbRqx-VqN4_m6dt37dYj8yv8,5700
654
- qiskit/synthesis/clifford/clifford_decompose_greedy.py,sha256=wNgONHBGsRZh6I-4mLAjHiys7glyOHD1L4FLVjr8L0o,2119
654
+ qiskit/synthesis/clifford/clifford_decompose_greedy.py,sha256=_DeeIQMTZn8agkGXRMkvYuz9kQgjdbvmw5LsfZ7CiJA,2134
655
655
  qiskit/synthesis/clifford/__init__.py,sha256=k8LzFLsXklYGs1B3foMqObZh4mtTAp2oG41NjVmjIJM,848
656
- qiskit/synthesis/clifford/clifford_decompose_bm.py,sha256=2wrO1n6heIKRPux3ffVrbx4XvqygTilAC5Bl6v8nIus,1575
656
+ qiskit/synthesis/clifford/clifford_decompose_bm.py,sha256=zmAwUEJybMbSWqtFUgdD1FTcBHuA6KVpYleYS4HT95U,1590
657
657
  qiskit/synthesis/clifford/clifford_decompose_layers.py,sha256=y8ZaHFLilKZ2-SHGIs-grN60MpUxQAHcQvJ0TM_Ovrs,17183
658
658
  qiskit/synthesis/clifford/clifford_decompose_full.py,sha256=7ud2PuVxkNznIAXxY0rE5UA0IsEEJ3GFr8xkWBbhWao,2611
659
659
  qiskit/synthesis/stabilizer/__init__.py,sha256=cApQX9mk6bixa1EdWlvtT5y74EwnwnIRR2NSCTdO3sI,700
@@ -664,7 +664,7 @@ qiskit/synthesis/qft/qft_decompose_full.py,sha256=TT4l9c_NzvHBKx40mQE6Y4get_TlDy
664
664
  qiskit/synthesis/qft/qft_decompose_lnn.py,sha256=OSglZvCCmOMHyhtKonWLUZ0z-Vd-ir72Sw8mE2-Wubg,3392
665
665
  qiskit/synthesis/linear/linear_depth_lnn.py,sha256=SLlhhFve-V2ttp-PlM2w1a9AIbFAs75SjjzvQbBJeKk,10135
666
666
  qiskit/synthesis/linear/linear_matrix_utils.py,sha256=tU8egXpG8rpq2nh39xtPPizmFFGqTNFNmciLao2NHYQ,873
667
- qiskit/synthesis/linear/cnot_synth.py,sha256=nh0_ssv2J1oTwoGTsDvCsQvb2I04fZHGbxZFWEya0cE,2785
667
+ qiskit/synthesis/linear/cnot_synth.py,sha256=cZQ51g4VZztQ6t5G8UIC1UiCcWtKzg9GaUswQ3boz3w,2800
668
668
  qiskit/synthesis/linear/__init__.py,sha256=ICXc__9Nm1ONXGocYXNrz-i-JKNSflLJsMjLzqRLVNg,1010
669
669
  qiskit/synthesis/linear/linear_circuits_utils.py,sha256=AVhLIZqA-TvRLPdUn8_GH8wBIO2HZnfHBgaaZeKHGgg,4718
670
670
  qiskit/synthesis/evolution/suzuki_trotter.py,sha256=mO0Z97gpPm6PsKx5w5Rm3swjVsgjEzkkz2jCjCSeqxk,6242
@@ -679,7 +679,7 @@ qiskit/synthesis/cnotdihedral/cnotdihedral_decompose_two_qubits.py,sha256=wRYkJ4
679
679
  qiskit/synthesis/cnotdihedral/__init__.py,sha256=yi84y0UKkKBo-KhyJZzEopPoinxo-cdiORhEmFPcQQw,755
680
680
  qiskit/synthesis/cnotdihedral/cnotdihedral_decompose_full.py,sha256=7AJW-ywRZseGksu09WOAc-LIpKA18iBuRN8WMPKCwUY,1995
681
681
  qiskit/synthesis/one_qubit/__init__.py,sha256=a2svkSAmJzYjzdwQnyBaGIvKpAsHvCVL5gmUvmuFk24,603
682
- qiskit/synthesis/one_qubit/one_qubit_decompose.py,sha256=nBHCOAy-bJB1RVLLNcsrsBAIV_Wh1HH7eidifnTunD8,10312
682
+ qiskit/synthesis/one_qubit/one_qubit_decompose.py,sha256=ycbSZZl_FIAra7agS2tasaWuhv3fX1xth_3AI-aQLnk,10340
683
683
  qiskit/synthesis/linear_phase/cx_cz_depth_lnn.py,sha256=Nfr3ImXVD93CHwP-tOybdvI1WQHpT6pWMF23_0Y5rIg,9433
684
684
  qiskit/synthesis/linear_phase/cnot_phase_synth.py,sha256=RjMyvC9wLguZGhcmOGaPFFfzU20ig76zdiNO7ymHTuM,8616
685
685
  qiskit/synthesis/linear_phase/cz_depth_lnn.py,sha256=iEr2O3SWoDLZFG78F5QXk_SLa8IUTwLewu187qpfLGA,6175
@@ -700,7 +700,7 @@ qiskit/primitives/backend_sampler.py,sha256=7V3-oWVNWS-UUQp2aI19NKFHgD-q1Y9qudmu
700
700
  qiskit/primitives/estimator.py,sha256=hgdVcoVSuTC-zDHezJjBvN6NqB1dIvxjU3p1QRmrxBk,6368
701
701
  qiskit/primitives/sampler.py,sha256=H2sgcx66xTZsodunf4CpfdZ12aVLLNUYHjR7VmaUkj0,5861
702
702
  qiskit/primitives/backend_sampler_v2.py,sha256=Kb4WKXZE7Z6UQhcMOiWkZeB17e4SwHLR1SGb4IOc9PE,10602
703
- qiskit/primitives/containers/data_bin.py,sha256=6eM1OqohbkRQGzf0iM-__n_pdy-dBR63u43NVyM7KFc,5236
703
+ qiskit/primitives/containers/data_bin.py,sha256=M4XE40yTkGutlEwh1EZXwdcQ2uKFIOyFf1h87jD1Ht0,5430
704
704
  qiskit/primitives/containers/sampler_pub.py,sha256=tvbOa4RHZeJAL3kxen_QvClgrZtR7XUGYjJuoRQYvhI,6667
705
705
  qiskit/primitives/containers/object_array.py,sha256=V50bfBDMhpIiD9UNI5r4R9bPmUN2abvMbZs_yEEn21g,3375
706
706
  qiskit/primitives/containers/primitive_result.py,sha256=Vou_bepYOMeTG9yncWKLzQzL34fmFIs-Bl7xY-El5GM,1719
@@ -712,7 +712,7 @@ qiskit/primitives/containers/bit_array.py,sha256=4uj5VbbehUi-9W2LXT4QwBInrxhM_wh
712
712
  qiskit/primitives/containers/shape.py,sha256=x1efHbvXKMGDfANboE3UGVK08uNVxWj2koxYc3YSgHI,3866
713
713
  qiskit/primitives/containers/pub_result.py,sha256=IIM3jKczU2N4appeY1kh0BftssVD4LcwhbD2J791DTQ,1420
714
714
  qiskit/primitives/containers/observables_array.py,sha256=OAKP7IDwiadZxXqV58wZYX3BA10pdSQ6-uh_sm8OzlY,10198
715
- qiskit/primitives/base/base_estimator.py,sha256=sofmgwIO8-CL_N6PluNac1ncd7FmFNh9GBMw44mSGRo,8766
715
+ qiskit/primitives/base/base_estimator.py,sha256=tMHbUhIssOcPt6Dx4tErjtTUM5AQYF_vrbsqD8MFKRQ,8764
716
716
  qiskit/primitives/base/base_sampler.py,sha256=ETSpSEL5lcMbK7DKgUO2XSv49LvLk9AE7mJJJYnsD3U,6928
717
717
  qiskit/primitives/base/sampler_result.py,sha256=40QJ9lSvk2guq7NrLlFGZlsg7i_ZbVO61uE49Pu76wk,1434
718
718
  qiskit/primitives/base/__init__.py,sha256=x-L2lp9MqjhBkVLlJJ-SwVntuUtcTy7brUKNwylGNJY,764
@@ -722,7 +722,7 @@ qiskit/primitives/base/estimator_result.py,sha256=YUNMS8uKaHVGBn4j2QKJBijh3nsQkE
722
722
  qiskit/primitives/base/base_primitive_job.py,sha256=E9JZPlHeDU-Zx2ccje73dpEAkt0rCYD1yrMb-WEmgbk,2834
723
723
  qiskit/primitives/base/validation.py,sha256=KMWbPhGUSyr1XYSoh11YgNBabjgtgVpbTFYu9-0TvjU,8846
724
724
  qiskit/qpy/interface.py,sha256=LLaox9mYJDP3EUPP1tgtE8wWNgm169gqNTRmYaPJNtY,12374
725
- qiskit/qpy/__init__.py,sha256=4aoZfZZmKqedSxRIsd2Ob-3QgAJbDbyRGNxWozENQ8A,56460
725
+ qiskit/qpy/__init__.py,sha256=M_0PFAv4dp8y6q4bP9WL3XVmRyoRsQH35MWnx9UK5zQ,56461
726
726
  qiskit/qpy/common.py,sha256=hsABKxwrbZNOOhN8FJjLz93xQeiXCDtgCkWDy1yJI1E,10287
727
727
  qiskit/qpy/type_keys.py,sha256=_2FKRgX1H6B5L6UOt3RCBzbeecNh0LPISZUr75felQg,15761
728
728
  qiskit/qpy/formats.py,sha256=88GCscjzqnU8LTZ5yf0a1BiA0_wjjWVGpC3qVkhEa_k,11269
@@ -761,7 +761,7 @@ qiskit/quantum_info/operators/custom_iterator.py,sha256=zRI_UTgIhlUFJ2TShwAC87ld
761
761
  qiskit/quantum_info/operators/linear_op.py,sha256=bBuHrWhlryKjrV1hhhmnQX0sMZSnW5HuVBs4Sl_jfmU,811
762
762
  qiskit/quantum_info/operators/scalar_op.py,sha256=jkRSjDi3lRCb3pD4ZFCoRkkJvNsw-D2HRoQ-B8dhTyY,8845
763
763
  qiskit/quantum_info/operators/base_operator.py,sha256=2QH-ETcUqkNt6qEbkCbkdFPVeClvZ2BUoBWHS4hDZTc,4957
764
- qiskit/quantum_info/operators/operator.py,sha256=zoc1fmlO5v2ZMpvS2dK7WRVgb89hAp0c3nmviE2zMNI,31236
764
+ qiskit/quantum_info/operators/operator.py,sha256=jyTbBHwVjC6Iz2QM4sHQcxVk085QSUc432XRQL4hZIA,32147
765
765
  qiskit/quantum_info/operators/__init__.py,sha256=R_TOo9xrY7qar_hnqNzdbxPhCE_fLK0wWbv3wAox__c,966
766
766
  qiskit/quantum_info/operators/random.py,sha256=_B5ys2zsWMls9i7Ch5qn4pfsUHVRN7_Ojn_3zUnozCg,5226
767
767
  qiskit/quantum_info/operators/op_shape.py,sha256=8cw6k5dELs3YbpozHMpiyfUAfreW-RGqDMbwG87CPQM,19195
@@ -779,8 +779,8 @@ qiskit/quantum_info/operators/symplectic/__init__.py,sha256=avNZ9y84Y0x1_hfwZ7dv
779
779
  qiskit/quantum_info/operators/symplectic/clifford.py,sha256=Dlnx8GaQ4VobKeGVn0mQHb65RcRgMEPUkTm1_dRGmN4,38597
780
780
  qiskit/quantum_info/operators/symplectic/random.py,sha256=MAfeBMGRe05L2Ge4anUyNZWBOvLIQ1xXWf8VQhV9_fI,8897
781
781
  qiskit/quantum_info/operators/symplectic/pauli_list.py,sha256=CcIOzo82jNXbbo6JW1F06kI6lMyDm3Pz0epvoa0UHrE,46141
782
- qiskit/quantum_info/operators/symplectic/pauli.py,sha256=fZSFNuEq2cwwrWNn_PR06IRv4dSJaF864U72l5qch44,28516
783
- qiskit/quantum_info/operators/symplectic/sparse_pauli_op.py,sha256=aazdXpXNEUjpd-AIqHhxJEv8KjBpEb8HEtEHmeQ6XQ4,46877
782
+ qiskit/quantum_info/operators/symplectic/pauli.py,sha256=r6Nb2Dfg9GIxDCe2LHiZnOxfCeofjExu5-A0CryD5uc,28563
783
+ qiskit/quantum_info/operators/symplectic/sparse_pauli_op.py,sha256=1vZRNLvOkZTFrMPi2ysYqaLjhWjrwZciSysE2KqjP98,47066
784
784
  qiskit/quantum_info/operators/dihedral/dihedral_circuits.py,sha256=XEvzlJxblN0ZYPJbYuAlmQyqmQ8pYz_IJXutuDkWK0g,8799
785
785
  qiskit/quantum_info/operators/dihedral/dihedral.py,sha256=dG3GTccskxAMnrzI0SDs_Sjv1629yJz_j5Bg0WKVWoc,20264
786
786
  qiskit/quantum_info/operators/dihedral/__init__.py,sha256=z_a63ppM7gZqDiB3XJccyEIDyka2c4LkpsKzkYWDb-Y,586
@@ -810,11 +810,11 @@ qiskit/quantum_info/states/quantum_state.py,sha256=v__EAFkAu2aJwafAfaVDce5_525fT
810
810
  qiskit/compiler/sequencer.py,sha256=Pn28FtZc5-VB_6KEnWr5BFJbdRNvff4LbGO47-6I-GQ,3089
811
811
  qiskit/compiler/__init__.py,sha256=Far4-zXOyDGCqdNmFP4Q8zV47meApMw6sbIdd1t_wM4,989
812
812
  qiskit/compiler/assembler.py,sha256=e6LEZ5gZKj5YkFvEUQswmgg5Q5z0wC1BsN-22Su-W-4,26709
813
- qiskit/compiler/transpiler.py,sha256=nVysGoQywdScq7KPK2rKNppzeuZ7sTslrTG1jOku0lo,24000
813
+ qiskit/compiler/transpiler.py,sha256=LZYdnfqb2UDufn_Tdl1tVgT-_BY_zzEF7YDW182-FuE,24018
814
814
  qiskit/compiler/scheduler.py,sha256=wjIqDBNkspcLMEuHxHxCUREKiq3FMx9xfo0Ug_QPBYA,4411
815
- qiskit-1.2.0rc1.dist-info/RECORD,,
816
- qiskit-1.2.0rc1.dist-info/WHEEL,sha256=pnArJm6e7uJFOPMQH37QkyNCM-nVY-myS8F9bltZD6g,113
817
- qiskit-1.2.0rc1.dist-info/entry_points.txt,sha256=dCqiF7i6g_s6cYnXX7UUO1MM63xFFb5DCHYEYyGAeCc,3556
818
- qiskit-1.2.0rc1.dist-info/top_level.txt,sha256=_vjFXLv7qrHyJJOC2-JXfG54o4XQygW9GuQPxgtSt9Q,7
819
- qiskit-1.2.0rc1.dist-info/LICENSE.txt,sha256=IXrBXbzaJ4LgBPUVKIbYR5iMY2eqoMT8jDVTY8Ib0iQ,11416
820
- qiskit-1.2.0rc1.dist-info/METADATA,sha256=i7VEOlpbWlNnF02_4Y8pxI3orJjmSGBEqxiGLeEf4FI,12897
815
+ qiskit-1.2.2.dist-info/RECORD,,
816
+ qiskit-1.2.2.dist-info/WHEEL,sha256=lmqPbMnkYfRLFzK4tzuBqPppyHOzdJYfX2reiDko3_0,113
817
+ qiskit-1.2.2.dist-info/entry_points.txt,sha256=dCqiF7i6g_s6cYnXX7UUO1MM63xFFb5DCHYEYyGAeCc,3556
818
+ qiskit-1.2.2.dist-info/top_level.txt,sha256=_vjFXLv7qrHyJJOC2-JXfG54o4XQygW9GuQPxgtSt9Q,7
819
+ qiskit-1.2.2.dist-info/LICENSE.txt,sha256=IXrBXbzaJ4LgBPUVKIbYR5iMY2eqoMT8jDVTY8Ib0iQ,11416
820
+ qiskit-1.2.2.dist-info/METADATA,sha256=xb2Gf4mENFXtfm_ZSVF_qu_Tv6wrDQqjbnqj5OmskfM,12867
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.43.0)
2
+ Generator: bdist_wheel (0.44.0)
3
3
  Root-Is-Purelib: false
4
4
  Tag: cp38-abi3-macosx_10_9_universal2
5
5