cirq-core 1.5.0.dev20250327175906__py3-none-any.whl → 1.5.0.dev20250327210023__py3-none-any.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.

Potentially problematic release.


This version of cirq-core might be problematic. Click here for more details.

Files changed (415) hide show
  1. cirq/_compat_test.py +11 -9
  2. cirq/_import.py +6 -7
  3. cirq/_version.py +1 -1
  4. cirq/_version_test.py +1 -1
  5. cirq/circuits/_block_diagram_drawer.py +1 -2
  6. cirq/circuits/_block_diagram_drawer_test.py +3 -3
  7. cirq/circuits/_box_drawing_character_data.py +0 -1
  8. cirq/circuits/_box_drawing_character_data_test.py +2 -2
  9. cirq/circuits/_bucket_priority_queue.py +0 -1
  10. cirq/circuits/_bucket_priority_queue_test.py +1 -1
  11. cirq/circuits/circuit.py +1 -1
  12. cirq/circuits/circuit_operation.py +1 -1
  13. cirq/circuits/circuit_test.py +2 -3
  14. cirq/circuits/frozen_circuit.py +1 -1
  15. cirq/circuits/moment.py +4 -5
  16. cirq/circuits/optimization_pass.py +1 -1
  17. cirq/circuits/optimization_pass_test.py +3 -2
  18. cirq/circuits/qasm_output.py +3 -3
  19. cirq/circuits/qasm_output_test.py +2 -1
  20. cirq/circuits/text_diagram_drawer.py +3 -3
  21. cirq/circuits/text_diagram_drawer_test.py +5 -4
  22. cirq/contrib/acquaintance/bipartite.py +1 -2
  23. cirq/contrib/acquaintance/bipartite_test.py +0 -1
  24. cirq/contrib/acquaintance/devices.py +3 -4
  25. cirq/contrib/acquaintance/devices_test.py +0 -1
  26. cirq/contrib/acquaintance/executor.py +4 -6
  27. cirq/contrib/acquaintance/executor_test.py +2 -2
  28. cirq/contrib/acquaintance/gates.py +2 -3
  29. cirq/contrib/acquaintance/gates_test.py +1 -1
  30. cirq/contrib/acquaintance/inspection_utils.py +1 -2
  31. cirq/contrib/acquaintance/inspection_utils_test.py +1 -1
  32. cirq/contrib/acquaintance/mutation_utils.py +2 -4
  33. cirq/contrib/acquaintance/optimizers.py +2 -3
  34. cirq/contrib/acquaintance/optimizers_test.py +1 -1
  35. cirq/contrib/acquaintance/permutation.py +1 -1
  36. cirq/contrib/acquaintance/permutation_test.py +1 -1
  37. cirq/contrib/acquaintance/shift.py +1 -1
  38. cirq/contrib/acquaintance/strategies/complete.py +0 -1
  39. cirq/contrib/acquaintance/strategies/cubic.py +1 -1
  40. cirq/contrib/circuitdag/circuit_dag.py +2 -2
  41. cirq/contrib/circuitdag/circuit_dag_test.py +1 -1
  42. cirq/contrib/graph_device/graph_device.py +1 -3
  43. cirq/contrib/graph_device/graph_device_test.py +0 -1
  44. cirq/contrib/graph_device/hypergraph_test.py +1 -0
  45. cirq/contrib/json_test.py +2 -2
  46. cirq/contrib/noise_models/noise_models.py +1 -1
  47. cirq/contrib/paulistring/clifford_optimize.py +1 -1
  48. cirq/contrib/paulistring/clifford_optimize_test.py +0 -1
  49. cirq/contrib/paulistring/clifford_target_gateset.py +3 -3
  50. cirq/contrib/paulistring/optimize.py +2 -2
  51. cirq/contrib/paulistring/optimize_test.py +0 -1
  52. cirq/contrib/paulistring/pauli_string_dag_test.py +0 -1
  53. cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation.py +3 -3
  54. cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation_test.py +3 -4
  55. cirq/contrib/paulistring/pauli_string_optimize_test.py +1 -2
  56. cirq/contrib/paulistring/recombine.py +2 -2
  57. cirq/contrib/paulistring/recombine_test.py +1 -1
  58. cirq/contrib/paulistring/separate.py +1 -2
  59. cirq/contrib/qasm_import/_lexer.py +1 -0
  60. cirq/contrib/qasm_import/_lexer_test.py +1 -0
  61. cirq/contrib/qasm_import/_parser.py +2 -3
  62. cirq/contrib/qasm_import/_parser_test.py +1 -1
  63. cirq/contrib/qasm_import/qasm_test.py +1 -1
  64. cirq/contrib/quantum_volume/quantum_volume.py +1 -1
  65. cirq/contrib/quantum_volume/quantum_volume_test.py +3 -1
  66. cirq/contrib/quimb/density_matrix.py +1 -1
  67. cirq/contrib/quimb/state_vector.py +1 -1
  68. cirq/contrib/quirk/export_to_quirk.py +3 -3
  69. cirq/contrib/routing/device.py +1 -1
  70. cirq/contrib/routing/device_test.py +1 -2
  71. cirq/contrib/routing/greedy.py +2 -2
  72. cirq/contrib/routing/initialization_test.py +1 -1
  73. cirq/contrib/routing/swap_network.py +1 -1
  74. cirq/contrib/routing/utils.py +2 -2
  75. cirq/contrib/routing/utils_test.py +1 -2
  76. cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking.py +2 -2
  77. cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking_test.py +6 -4
  78. cirq/contrib/svg/svg.py +2 -3
  79. cirq/devices/device.py +3 -1
  80. cirq/devices/device_test.py +1 -0
  81. cirq/devices/grid_device_metadata.py +2 -1
  82. cirq/devices/grid_device_metadata_test.py +2 -1
  83. cirq/devices/grid_qubit.py +2 -2
  84. cirq/devices/insertion_noise_model.py +1 -1
  85. cirq/devices/insertion_noise_model_test.py +1 -1
  86. cirq/devices/line_qubit.py +1 -0
  87. cirq/devices/named_topologies.py +6 -6
  88. cirq/devices/named_topologies_test.py +5 -4
  89. cirq/devices/noise_model.py +2 -2
  90. cirq/devices/noise_properties.py +2 -2
  91. cirq/devices/noise_properties_test.py +2 -2
  92. cirq/devices/noise_utils.py +3 -3
  93. cirq/devices/superconducting_qubits_noise_properties.py +2 -2
  94. cirq/devices/superconducting_qubits_noise_properties_test.py +3 -3
  95. cirq/devices/thermal_noise_model.py +2 -1
  96. cirq/devices/unconstrained_device.py +1 -1
  97. cirq/experiments/qubit_characterizations.py +9 -10
  98. cirq/experiments/qubit_characterizations_test.py +4 -6
  99. cirq/experiments/random_quantum_circuit_generation.py +3 -4
  100. cirq/experiments/random_quantum_circuit_generation_test.py +4 -4
  101. cirq/experiments/readout_confusion_matrix.py +5 -3
  102. cirq/experiments/readout_confusion_matrix_test.py +2 -2
  103. cirq/experiments/single_qubit_readout_calibration.py +5 -4
  104. cirq/experiments/single_qubit_readout_calibration_test.py +1 -1
  105. cirq/experiments/t1_decay_experiment.py +4 -5
  106. cirq/experiments/t1_decay_experiment_test.py +1 -2
  107. cirq/experiments/t2_decay_experiment.py +0 -1
  108. cirq/experiments/t2_decay_experiment_test.py +1 -2
  109. cirq/experiments/two_qubit_xeb.py +13 -10
  110. cirq/experiments/two_qubit_xeb_test.py +3 -4
  111. cirq/experiments/xeb_fitting.py +6 -3
  112. cirq/experiments/xeb_fitting_test.py +5 -5
  113. cirq/experiments/xeb_sampling.py +5 -5
  114. cirq/experiments/xeb_simulation.py +3 -2
  115. cirq/experiments/z_phase_calibration.py +4 -3
  116. cirq/experiments/z_phase_calibration_test.py +4 -5
  117. cirq/interop/quirk/cells/arithmetic_cells.py +8 -8
  118. cirq/interop/quirk/cells/arithmetic_cells_test.py +1 -1
  119. cirq/interop/quirk/cells/cell.py +6 -6
  120. cirq/interop/quirk/cells/composite_cell.py +5 -5
  121. cirq/interop/quirk/cells/composite_cell_test.py +1 -1
  122. cirq/interop/quirk/cells/frequency_space_cells.py +2 -2
  123. cirq/interop/quirk/cells/ignored_cells.py +1 -1
  124. cirq/interop/quirk/cells/input_cells.py +1 -1
  125. cirq/interop/quirk/cells/input_cells_test.py +1 -1
  126. cirq/interop/quirk/cells/input_rotation_cells.py +1 -1
  127. cirq/interop/quirk/cells/input_rotation_cells_test.py +1 -1
  128. cirq/interop/quirk/cells/measurement_cells.py +1 -1
  129. cirq/interop/quirk/cells/parse.py +3 -4
  130. cirq/interop/quirk/cells/parse_test.py +1 -1
  131. cirq/interop/quirk/cells/single_qubit_rotation_cells.py +1 -1
  132. cirq/interop/quirk/cells/swap_cell_test.py +1 -1
  133. cirq/interop/quirk/cells/unsupported_cells.py +1 -1
  134. cirq/interop/quirk/url_to_circuit.py +7 -7
  135. cirq/interop/quirk/url_to_circuit_test.py +1 -1
  136. cirq/json_resolver_cache.py +6 -5
  137. cirq/linalg/combinators.py +2 -2
  138. cirq/linalg/combinators_test.py +1 -1
  139. cirq/linalg/decompositions.py +2 -2
  140. cirq/linalg/decompositions_test.py +1 -2
  141. cirq/linalg/diagonalize.py +1 -1
  142. cirq/linalg/diagonalize_test.py +1 -1
  143. cirq/linalg/predicates.py +2 -2
  144. cirq/linalg/predicates_test.py +1 -0
  145. cirq/linalg/tolerance.py +1 -1
  146. cirq/neutral_atoms/convert_to_neutral_atom_gates_test.py +0 -1
  147. cirq/ops/arithmetic_operation.py +2 -2
  148. cirq/ops/arithmetic_operation_test.py +2 -2
  149. cirq/ops/classically_controlled_operation.py +2 -2
  150. cirq/ops/clifford_gate.py +3 -3
  151. cirq/ops/clifford_gate_test.py +1 -1
  152. cirq/ops/common_channels.py +2 -2
  153. cirq/ops/common_gate_families.py +1 -1
  154. cirq/ops/common_gate_families_test.py +1 -0
  155. cirq/ops/common_gates.py +3 -3
  156. cirq/ops/control_values.py +2 -2
  157. cirq/ops/control_values_test.py +2 -1
  158. cirq/ops/controlled_gate.py +2 -2
  159. cirq/ops/controlled_operation.py +3 -3
  160. cirq/ops/dense_pauli_string.py +3 -3
  161. cirq/ops/diagonal_gate.py +1 -1
  162. cirq/ops/diagonal_gate_test.py +1 -0
  163. cirq/ops/eigen_gate.py +1 -1
  164. cirq/ops/eigen_gate_test.py +1 -1
  165. cirq/ops/fourier_transform.py +1 -1
  166. cirq/ops/fourier_transform_test.py +2 -1
  167. cirq/ops/gate_operation.py +5 -5
  168. cirq/ops/gateset_test.py +4 -2
  169. cirq/ops/global_phase_op.py +3 -3
  170. cirq/ops/identity.py +1 -1
  171. cirq/ops/kraus_channel.py +1 -0
  172. cirq/ops/kraus_channel_test.py +2 -1
  173. cirq/ops/linear_combinations.py +9 -9
  174. cirq/ops/matrix_gates.py +2 -2
  175. cirq/ops/measure_util.py +2 -2
  176. cirq/ops/measurement_gate.py +1 -1
  177. cirq/ops/measurement_gate_test.py +1 -0
  178. cirq/ops/mixed_unitary_channel.py +1 -0
  179. cirq/ops/mixed_unitary_channel_test.py +2 -1
  180. cirq/ops/named_qubit.py +0 -1
  181. cirq/ops/op_tree.py +1 -1
  182. cirq/ops/parallel_gate.py +1 -1
  183. cirq/ops/parallel_gate_test.py +2 -1
  184. cirq/ops/parity_gates.py +5 -6
  185. cirq/ops/pauli_gates.py +4 -5
  186. cirq/ops/pauli_gates_test.py +1 -0
  187. cirq/ops/pauli_interaction_gate.py +3 -3
  188. cirq/ops/pauli_interaction_gate_test.py +2 -3
  189. cirq/ops/pauli_measurement_gate.py +4 -4
  190. cirq/ops/pauli_string.py +5 -5
  191. cirq/ops/pauli_string_phasor.py +6 -7
  192. cirq/ops/pauli_string_phasor_test.py +2 -1
  193. cirq/ops/pauli_string_raw_types.py +1 -0
  194. cirq/ops/pauli_sum_exponential.py +1 -1
  195. cirq/ops/pauli_sum_exponential_test.py +0 -1
  196. cirq/ops/permutation_gate_test.py +1 -1
  197. cirq/ops/phased_x_gate.py +3 -4
  198. cirq/ops/phased_x_z_gate.py +3 -3
  199. cirq/ops/qubit_manager.py +2 -1
  200. cirq/ops/qubit_manager_test.py +2 -1
  201. cirq/ops/qubit_order.py +1 -1
  202. cirq/ops/random_gate_channel.py +1 -1
  203. cirq/ops/raw_types.py +4 -4
  204. cirq/ops/raw_types_test.py +2 -2
  205. cirq/ops/state_preparation_channel.py +2 -2
  206. cirq/ops/state_preparation_channel_test.py +2 -1
  207. cirq/ops/swap_gates.py +2 -2
  208. cirq/ops/three_qubit_gates.py +2 -3
  209. cirq/ops/three_qubit_gates_test.py +1 -0
  210. cirq/ops/two_qubit_diagonal_gate.py +3 -2
  211. cirq/ops/uniform_superposition_gate.py +3 -3
  212. cirq/ops/uniform_superposition_gate_test.py +1 -0
  213. cirq/ops/wait_gate.py +1 -1
  214. cirq/protocols/act_on_protocol_test.py +1 -1
  215. cirq/protocols/apply_channel_protocol.py +2 -2
  216. cirq/protocols/apply_mixture_protocol.py +1 -1
  217. cirq/protocols/approximate_equality_protocol.py +3 -4
  218. cirq/protocols/approximate_equality_protocol_test.py +3 -1
  219. cirq/protocols/circuit_diagram_info_protocol.py +5 -5
  220. cirq/protocols/decompose_protocol.py +3 -4
  221. cirq/protocols/decompose_protocol_test.py +1 -0
  222. cirq/protocols/equal_up_to_global_phase_protocol_test.py +1 -0
  223. cirq/protocols/has_stabilizer_effect_protocol.py +5 -5
  224. cirq/protocols/has_unitary_protocol.py +1 -1
  225. cirq/protocols/inverse_protocol.py +1 -1
  226. cirq/protocols/json_serialization_test.py +1 -1
  227. cirq/protocols/kraus_protocol.py +1 -2
  228. cirq/protocols/kraus_protocol_test.py +0 -1
  229. cirq/protocols/mixture_protocol_test.py +1 -2
  230. cirq/protocols/pauli_expansion_protocol.py +1 -0
  231. cirq/protocols/pow_protocol.py +1 -1
  232. cirq/protocols/qasm.py +1 -1
  233. cirq/protocols/qid_shape_protocol.py +1 -1
  234. cirq/protocols/resolve_parameters.py +1 -2
  235. cirq/protocols/resolve_parameters_test.py +2 -1
  236. cirq/protocols/trace_distance_bound.py +1 -1
  237. cirq/protocols/trace_distance_bound_test.py +1 -0
  238. cirq/protocols/unitary_protocol.py +2 -2
  239. cirq/qis/clifford_tableau.py +2 -1
  240. cirq/qis/entropy.py +1 -1
  241. cirq/qis/entropy_test.py +2 -1
  242. cirq/qis/measures.py +3 -3
  243. cirq/qis/noise_utils_test.py +4 -4
  244. cirq/qis/quantum_state_representation.py +1 -1
  245. cirq/qis/states.py +3 -2
  246. cirq/sim/classical_simulator.py +7 -6
  247. cirq/sim/classical_simulator_test.py +3 -1
  248. cirq/sim/clifford/stabilizer_state_ch_form.py +1 -0
  249. cirq/sim/density_matrix_simulator.py +1 -1
  250. cirq/sim/density_matrix_utils.py +1 -1
  251. cirq/sim/mux.py +2 -2
  252. cirq/sim/simulation_state.py +3 -4
  253. cirq/sim/simulation_state_base.py +1 -1
  254. cirq/sim/simulation_utils_test.py +2 -3
  255. cirq/sim/simulator_base.py +5 -5
  256. cirq/sim/simulator_test.py +2 -2
  257. cirq/sim/sparse_simulator.py +2 -2
  258. cirq/sim/sparse_simulator_test.py +1 -1
  259. cirq/sim/state_vector.py +2 -2
  260. cirq/sim/state_vector_simulator.py +4 -4
  261. cirq/study/flatten_expressions.py +2 -2
  262. cirq/study/flatten_expressions_test.py +1 -1
  263. cirq/study/resolver.py +1 -0
  264. cirq/study/result.py +3 -3
  265. cirq/study/sweepable.py +3 -2
  266. cirq/study/sweeps.py +4 -4
  267. cirq/study/sweeps_test.py +1 -0
  268. cirq/testing/circuit_compare.py +3 -4
  269. cirq/testing/circuit_compare_test.py +1 -2
  270. cirq/testing/consistent_act_on.py +3 -3
  271. cirq/testing/consistent_channels_test.py +2 -1
  272. cirq/testing/consistent_controlled_gate_op.py +3 -2
  273. cirq/testing/consistent_controlled_gate_op_test.py +2 -3
  274. cirq/testing/consistent_decomposition.py +1 -1
  275. cirq/testing/consistent_decomposition_test.py +1 -2
  276. cirq/testing/consistent_phase_by.py +1 -1
  277. cirq/testing/consistent_phase_by_test.py +1 -2
  278. cirq/testing/consistent_protocols.py +9 -9
  279. cirq/testing/consistent_protocols_test.py +3 -4
  280. cirq/testing/consistent_qasm.py +1 -1
  281. cirq/testing/consistent_qasm_test.py +1 -1
  282. cirq/testing/consistent_resolve_parameters.py +2 -1
  283. cirq/testing/consistent_specified_has_unitary_test.py +1 -1
  284. cirq/testing/consistent_unitary.py +3 -1
  285. cirq/testing/consistent_unitary_test.py +3 -3
  286. cirq/testing/devices.py +1 -1
  287. cirq/testing/devices_test.py +1 -0
  288. cirq/testing/equals_tester.py +1 -3
  289. cirq/testing/equals_tester_test.py +1 -0
  290. cirq/testing/equivalent_basis_map.py +1 -0
  291. cirq/testing/equivalent_basis_map_test.py +0 -1
  292. cirq/testing/json.py +2 -3
  293. cirq/testing/lin_alg_utils_test.py +1 -1
  294. cirq/testing/order_tester.py +1 -1
  295. cirq/testing/order_tester_test.py +1 -1
  296. cirq/testing/random_circuit.py +2 -2
  297. cirq/testing/random_circuit_test.py +1 -1
  298. cirq/testing/routing_devices_test.py +2 -1
  299. cirq/testing/sample_circuits.py +1 -1
  300. cirq/testing/sample_gates.py +3 -2
  301. cirq/testing/sample_gates_test.py +2 -2
  302. cirq/transformers/align.py +1 -0
  303. cirq/transformers/analytical_decompositions/clifford_decomposition.py +2 -1
  304. cirq/transformers/analytical_decompositions/clifford_decomposition_test.py +1 -1
  305. cirq/transformers/analytical_decompositions/controlled_gate_decomposition.py +1 -1
  306. cirq/transformers/analytical_decompositions/cphase_to_fsim_test.py +1 -1
  307. cirq/transformers/analytical_decompositions/pauli_string_decomposition.py +2 -2
  308. cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py +4 -4
  309. cirq/transformers/analytical_decompositions/quantum_shannon_decomposition.py +6 -7
  310. cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py +5 -5
  311. cirq/transformers/analytical_decompositions/single_qubit_decompositions.py +1 -1
  312. cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry.py +1 -1
  313. cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry_test.py +1 -0
  314. cirq/transformers/analytical_decompositions/three_qubit_decomposition.py +2 -3
  315. cirq/transformers/analytical_decompositions/three_qubit_decomposition_test.py +1 -1
  316. cirq/transformers/analytical_decompositions/two_qubit_state_preparation.py +2 -1
  317. cirq/transformers/analytical_decompositions/two_qubit_state_preparation_test.py +2 -1
  318. cirq/transformers/analytical_decompositions/two_qubit_to_cz.py +5 -6
  319. cirq/transformers/analytical_decompositions/two_qubit_to_cz_test.py +2 -2
  320. cirq/transformers/analytical_decompositions/two_qubit_to_fsim.py +1 -1
  321. cirq/transformers/analytical_decompositions/two_qubit_to_fsim_test.py +1 -2
  322. cirq/transformers/analytical_decompositions/two_qubit_to_ms.py +2 -2
  323. cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap.py +1 -1
  324. cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap_test.py +2 -1
  325. cirq/transformers/drop_empty_moments.py +1 -0
  326. cirq/transformers/drop_negligible_operations.py +1 -0
  327. cirq/transformers/dynamical_decoupling.py +7 -7
  328. cirq/transformers/dynamical_decoupling_test.py +4 -2
  329. cirq/transformers/eject_phased_paulis.py +4 -3
  330. cirq/transformers/eject_phased_paulis_test.py +1 -1
  331. cirq/transformers/eject_z.py +2 -1
  332. cirq/transformers/eject_z_test.py +1 -1
  333. cirq/transformers/gauge_compiling/cphase_gauge.py +5 -5
  334. cirq/transformers/gauge_compiling/cz_gauge.py +4 -4
  335. cirq/transformers/gauge_compiling/gauge_compiling.py +9 -9
  336. cirq/transformers/gauge_compiling/gauge_compiling_test.py +8 -6
  337. cirq/transformers/gauge_compiling/gauge_compiling_test_utils.py +2 -2
  338. cirq/transformers/gauge_compiling/gauge_compiling_test_utils_test.py +2 -1
  339. cirq/transformers/gauge_compiling/iswap_gauge.py +2 -2
  340. cirq/transformers/gauge_compiling/spin_inversion_gauge.py +2 -2
  341. cirq/transformers/gauge_compiling/sqrt_cz_gauge.py +5 -5
  342. cirq/transformers/gauge_compiling/sqrt_iswap_gauge.py +3 -2
  343. cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils.py +2 -1
  344. cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils_test.py +1 -1
  345. cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation.py +4 -4
  346. cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation_test.py +4 -4
  347. cirq/transformers/insertion_sort.py +1 -1
  348. cirq/transformers/merge_k_qubit_gates.py +2 -2
  349. cirq/transformers/merge_single_qubit_gates.py +1 -1
  350. cirq/transformers/noise_adding.py +4 -3
  351. cirq/transformers/noise_adding_test.py +3 -2
  352. cirq/transformers/optimize_for_target_gateset.py +1 -1
  353. cirq/transformers/optimize_for_target_gateset_test.py +2 -1
  354. cirq/transformers/randomized_measurements.py +2 -1
  355. cirq/transformers/randomized_measurements_test.py +2 -1
  356. cirq/transformers/routing/initial_mapper.py +1 -1
  357. cirq/transformers/routing/initial_mapper_test.py +1 -0
  358. cirq/transformers/routing/line_initial_mapper.py +3 -2
  359. cirq/transformers/routing/mapping_manager.py +2 -2
  360. cirq/transformers/routing/mapping_manager_test.py +2 -2
  361. cirq/transformers/routing/route_circuit_cqc.py +3 -2
  362. cirq/transformers/routing/route_circuit_cqc_test.py +2 -1
  363. cirq/transformers/routing/visualize_routed_circuit.py +1 -0
  364. cirq/transformers/routing/visualize_routed_circuit_test.py +1 -0
  365. cirq/transformers/stratify.py +2 -2
  366. cirq/transformers/synchronize_terminal_measurements.py +2 -1
  367. cirq/transformers/target_gatesets/compilation_target_gateset.py +1 -2
  368. cirq/transformers/target_gatesets/compilation_target_gateset_test.py +2 -0
  369. cirq/transformers/target_gatesets/cz_gateset.py +1 -1
  370. cirq/transformers/target_gatesets/cz_gateset_test.py +4 -2
  371. cirq/transformers/target_gatesets/sqrt_iswap_gateset.py +1 -1
  372. cirq/transformers/target_gatesets/sqrt_iswap_gateset_test.py +3 -2
  373. cirq/transformers/transformer_api.py +5 -4
  374. cirq/transformers/transformer_api_test.py +3 -3
  375. cirq/transformers/transformer_primitives.py +3 -4
  376. cirq/transformers/transformer_primitives_test.py +1 -0
  377. cirq/value/abc_alt.py +1 -2
  378. cirq/value/angle.py +2 -0
  379. cirq/value/classical_data.py +1 -0
  380. cirq/value/digits.py +1 -1
  381. cirq/value/duration.py +3 -3
  382. cirq/value/duration_test.py +2 -1
  383. cirq/value/linear_dict.py +2 -1
  384. cirq/value/measurement_key.py +1 -2
  385. cirq/value/periodic_value.py +0 -1
  386. cirq/value/probability.py +1 -0
  387. cirq/value/random_state.py +1 -1
  388. cirq/value/timestamp_test.py +2 -1
  389. cirq/value/value_equality_attr.py +1 -1
  390. cirq/vis/density_matrix.py +1 -1
  391. cirq/vis/density_matrix_test.py +2 -5
  392. cirq/vis/heatmap.py +0 -1
  393. cirq/vis/heatmap_test.py +2 -3
  394. cirq/vis/histogram.py +1 -1
  395. cirq/vis/histogram_test.py +1 -2
  396. cirq/vis/state_histogram.py +4 -2
  397. cirq/vis/state_histogram_test.py +2 -2
  398. cirq/work/collector.py +1 -1
  399. cirq/work/observable_grouping.py +2 -2
  400. cirq/work/observable_measurement.py +3 -3
  401. cirq/work/observable_measurement_data.py +2 -2
  402. cirq/work/observable_measurement_test.py +8 -8
  403. cirq/work/observable_readout_calibration.py +2 -2
  404. cirq/work/observable_readout_calibration_test.py +2 -1
  405. cirq/work/observable_settings.py +6 -6
  406. cirq/work/observable_settings_test.py +2 -2
  407. cirq/work/pauli_sum_collector.py +1 -1
  408. cirq/work/sampler.py +2 -3
  409. cirq/work/sampler_test.py +1 -2
  410. cirq/work/zeros_sampler.py +1 -1
  411. {cirq_core-1.5.0.dev20250327175906.dist-info → cirq_core-1.5.0.dev20250327210023.dist-info}/METADATA +1 -1
  412. {cirq_core-1.5.0.dev20250327175906.dist-info → cirq_core-1.5.0.dev20250327210023.dist-info}/RECORD +415 -415
  413. {cirq_core-1.5.0.dev20250327175906.dist-info → cirq_core-1.5.0.dev20250327210023.dist-info}/LICENSE +0 -0
  414. {cirq_core-1.5.0.dev20250327175906.dist-info → cirq_core-1.5.0.dev20250327210023.dist-info}/WHEEL +0 -0
  415. {cirq_core-1.5.0.dev20250327175906.dist-info → cirq_core-1.5.0.dev20250327210023.dist-info}/top_level.txt +0 -0
@@ -1,58 +1,58 @@
1
1
  cirq/__init__.py,sha256=Qi4qkUVdT7je-13VrMLdVVcF1RPHI3nR8oTUs90l9OI,28084
2
2
  cirq/_compat.py,sha256=_DknO27XngcjEidNApRsCzLUWDS4QmDk9M12BaqP5Is,29531
3
- cirq/_compat_test.py,sha256=Qq3ZcfgD-Nb81cEppQdJqhAyrVqXKtfXZYGXT0p-Wh0,34718
3
+ cirq/_compat_test.py,sha256=0m3sYIyxRNv9jvAo6rzJ-cnbpny3KGnAByrbU7bApgQ,34720
4
4
  cirq/_doc.py,sha256=yDyWUD_2JDS0gShfGRb-rdqRt9-WeL7DhkqX7np0Nko,2879
5
- cirq/_import.py,sha256=p9gMHJscbtDDkfHOaulvd3Aer0pwUF5AXpL89XR8dNw,8402
5
+ cirq/_import.py,sha256=TZOcGFGV9cW53VvNe8ufqOQmrlxRVP9UP0CdRdTbcBw,8401
6
6
  cirq/_import_test.py,sha256=6K_v0riZJXOXUphHNkGA8MY-JcmGlezFaGmvrNhm3OQ,1015
7
- cirq/_version.py,sha256=Klz7otuxVT6tBcqSlMU8D7OnRjddOHqueBMrHN3RBJE,1206
8
- cirq/_version_test.py,sha256=y_5CyOf3SG_R47a8c-UaX9IrICHkjYltviQPaftaC5A,147
7
+ cirq/_version.py,sha256=GIYkZGw3-Bdql0c41lOuLGEcV5Y9VkTsKVnn4bWq5EU,1206
8
+ cirq/_version_test.py,sha256=8mVkltjEh5kjtzM2H-Zf7K52o4RgADQGsZerASam2oM,147
9
9
  cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
10
- cirq/json_resolver_cache.py,sha256=p-vEOa-8GQ2cFIAdze-kd6C1un1uRvtujVPljVKaHBg,13557
10
+ cirq/json_resolver_cache.py,sha256=AaitojArEHKXoDlTWF4uM8CQUDxdVj64cA59zvrWoq4,13558
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
12
12
  cirq/circuits/__init__.py,sha256=HKunqRpZoDmjy1IiK9Cn84MTGT84_PMeQ5VDCPafcWk,1335
13
- cirq/circuits/_block_diagram_drawer.py,sha256=06ceNV01cMx4irIGYnztfLt_HDNhK3AwfsiNh686hjU,9510
14
- cirq/circuits/_block_diagram_drawer_test.py,sha256=g21rH5iZgqf8L5ruDh0NR13B-7-0O7IGQsNp03EhRHo,11391
15
- cirq/circuits/_box_drawing_character_data.py,sha256=QLoCXwcLL7091RdxEKO259goxt4RtbZK7G-ivCoB4LA,12116
16
- cirq/circuits/_box_drawing_character_data_test.py,sha256=XO94z0piwZRHaNZHTf-5tKHQ4MKcDruMeRIKdT8GbYA,1624
17
- cirq/circuits/_bucket_priority_queue.py,sha256=hxFuii2fKD8G6EKT_aVLEsA7FmSfqFXPwIbA0KsoSC4,6745
18
- cirq/circuits/_bucket_priority_queue_test.py,sha256=t6u_hG7K2e2WKWrgCsKxNRtp4ghKwiCrp0_WSY0W25k,5288
19
- cirq/circuits/circuit.py,sha256=Xv8Q_0jKUqoIhEIc9RKTaMajfxGAguwx2lkAqhj9w6c,119444
20
- cirq/circuits/circuit_operation.py,sha256=ebI2KBvQLcBYgjQXKO6y6jB2EDLgwtxdZBRs3hSYaLM,36438
13
+ cirq/circuits/_block_diagram_drawer.py,sha256=XuqIQjyHc-B7TaSzuKJe9ZFwzItjxVGdmZjTDw0d2T0,9509
14
+ cirq/circuits/_block_diagram_drawer_test.py,sha256=qEWEJ9gCYunxgJpXeZweu3fEnSBSWqGfre9fw0FO7zA,11391
15
+ cirq/circuits/_box_drawing_character_data.py,sha256=5Ldk4XlJRacmyvsfcl2KhlMdXqO11uqJ650P99xjSuc,12115
16
+ cirq/circuits/_box_drawing_character_data_test.py,sha256=b3BN-iVUkQENi2Ja-RYQ_-_lNcKgwV1F9DyalXxiI10,1624
17
+ cirq/circuits/_bucket_priority_queue.py,sha256=ml98_VAwGXzASUS0hE7lT7PeA0Hugz-qAZtjtAdBsvw,6744
18
+ cirq/circuits/_bucket_priority_queue_test.py,sha256=1FnB39rJKODvXP3SpSD6B8Tu02yQWCWOUQSPmR-22Pw,5288
19
+ cirq/circuits/circuit.py,sha256=F718lMtWoEa1XlMhs-yU_0LajouDr363ymuwYB4ugvg,119444
20
+ cirq/circuits/circuit_operation.py,sha256=1hnNilAMeLfPIXjmIofzHeJ5MDucjmOl7LB6mPq8J5U,36438
21
21
  cirq/circuits/circuit_operation_test.py,sha256=SFyM12Ky7-OVwl-jK3OTMMN0DD5hR6tWfx_v7m6HUMo,48866
22
- cirq/circuits/circuit_test.py,sha256=AN81b3nvLGOshSaBIDt4-7lghr1MmFtdTa2XePUll6I,163314
23
- cirq/circuits/frozen_circuit.py,sha256=1TO4PI43IsZ23kl6eC9wZ7PXxZhDtDqdK9FOdNlAwQo,9252
22
+ cirq/circuits/circuit_test.py,sha256=Yx8LQjqMDuyeG-OGi2cD5U_ub8bLoIIXOsTLekuqk4U,163298
23
+ cirq/circuits/frozen_circuit.py,sha256=FrCdTS7kNqd9t3WtwzNLxL-kO6ei7w-h4MwNZfZJhRo,9252
24
24
  cirq/circuits/frozen_circuit_test.py,sha256=rHyii8hLhOQ6jdA8dC1OcYPGnyeBC4uY5Q53XspkkCk,4133
25
25
  cirq/circuits/insert_strategy.py,sha256=JU_KPe74P3OpbVQei5iDPgEpOjpts5JFKXU5Xy1QYHE,3211
26
26
  cirq/circuits/insert_strategy_test.py,sha256=LVtUECfTe59tYO2piuD1kCA6lhI7ioerF7tp2cQ3bnk,1136
27
- cirq/circuits/moment.py,sha256=eFlncWc5o72RuvzwQBE-q40I2LGuhN-AELRE93Lc4U0,25997
27
+ cirq/circuits/moment.py,sha256=YayXeFGm5eU5m0yGFah8tf9XrgoFZbBZ6yPb6u-KJjU,25996
28
28
  cirq/circuits/moment_test.py,sha256=672QcwLSTuuJzXIISH9UyMIOX89aYZZD3odvhyzhxLo,31116
29
- cirq/circuits/optimization_pass.py,sha256=uw3ne0-ebZo6GNjwfQMuQ3b5u9RCgyaXRfhpbljlxao,6468
30
- cirq/circuits/optimization_pass_test.py,sha256=eQB0NBJ9EvqjgSFGQMgaHIh5niQhksdnvqSXhsj3nOg,5947
31
- cirq/circuits/qasm_output.py,sha256=fHbD2OeRzC0ZIvpN551JMaXDMTih7z9ZUIeCY6zQDQU,13090
32
- cirq/circuits/qasm_output_test.py,sha256=PawmzjqGpwauWgESqoi_U_iaYVZAMg_eIhZ_2VrPkPw,13634
33
- cirq/circuits/text_diagram_drawer.py,sha256=w--5J7YoLGQO2b6kFEg0KAQP0YbjVSnrDqnRABdsPyo,16572
34
- cirq/circuits/text_diagram_drawer_test.py,sha256=2bSoBIeQajRi0aQxqYDpbMlT2eqpx_f-Cmg9XO6A9Jk,10750
29
+ cirq/circuits/optimization_pass.py,sha256=JOeTTu_iOemp51pwE6M952glfKiQ8RmaDpav98-pgIQ,6468
30
+ cirq/circuits/optimization_pass_test.py,sha256=jN7A05bLY7jIfGy_OuAg56ZpLiFtMDbCucawhgyS8-M,5948
31
+ cirq/circuits/qasm_output.py,sha256=IUKX5N7GfsLa2fxjQ_HUZWEvBGQKswXvqS7qdWsFQJ0,13090
32
+ cirq/circuits/qasm_output_test.py,sha256=b8qQkFlLjTogYT-Lc-eQ61c_8Rkbu-D4bvhjZw66Rgc,13635
33
+ cirq/circuits/text_diagram_drawer.py,sha256=5zX1sq62oY51dKUhIjgZr0oAYzs74JwrhxKm2hzxjMk,16572
34
+ cirq/circuits/text_diagram_drawer_test.py,sha256=CAp28ZagRpOZjRJ35uGQR7QmKxSLl65lgq8Vx8GKsjg,10751
35
35
  cirq/contrib/__init__.py,sha256=Mha0eF2ci88OVQX3laQiXgdEVo0yGwM7R5a13ryQ8jM,1065
36
36
  cirq/contrib/json.py,sha256=L9vDmk4YWJynzWzwRvK8Lwfb2pTXPQKJsJKumJJJnSQ,752
37
- cirq/contrib/json_test.py,sha256=I9t_WpBfTBaIxKVo0HjK806V_FguTSBR95Y2gu-qYBo,1117
37
+ cirq/contrib/json_test.py,sha256=GKP_XKouLW1WPotgUDyHvdaOagrHnwdq2MVbhaseeQw,1117
38
38
  cirq/contrib/acquaintance/__init__.py,sha256=mJgE6eQjZ0csa7hrGYkb3lC86c4hY4LvmpY8QEOIA8s,3201
39
- cirq/contrib/acquaintance/bipartite.py,sha256=iEElNihoQ0m1pt5f0bPOIubPnRqqbPJSEhc-WumIJgM,6526
40
- cirq/contrib/acquaintance/bipartite_test.py,sha256=hjdJfjDsd2pnUdpph5n9kTWEclSvocsAEmnTbBT21Ak,15648
41
- cirq/contrib/acquaintance/devices.py,sha256=1hWW9_WF5TZQXFMu9-yXNTk3GfSETyjikNboPQvPYWk,3031
42
- cirq/contrib/acquaintance/devices_test.py,sha256=icl_9SOp8PuZu7msfW5H7zP7_-zfTwTjyPPkajDu-w4,1088
43
- cirq/contrib/acquaintance/executor.py,sha256=ZGPWcEVYAdkqA9rvECsp7WFgxYC_wAvfE6HKNqzT7AM,8681
44
- cirq/contrib/acquaintance/executor_test.py,sha256=ir-LKuQTfHm5WCcjmLriJ8qCT89YnltLpFx89Q3bF_I,7837
45
- cirq/contrib/acquaintance/gates.py,sha256=ZYEVM8CxY_jAuI7iuf8Fbn-rKHh9M8GFlUmA6AscnZE,13577
46
- cirq/contrib/acquaintance/gates_test.py,sha256=5FVX7zAtZSUqDPNsXk_Wm7LwDmHIApzgNhjAIX1IQBM,15010
47
- cirq/contrib/acquaintance/inspection_utils.py,sha256=-olAKpSZPm4Q9xhaQwAjT2ovUqZQd5zXAJ0ImkffOWk,2607
48
- cirq/contrib/acquaintance/inspection_utils_test.py,sha256=N5WyOkZaP7Vy0DRoiq6ZtQ1S99j5F7XyRPnyRLJqmtM,1250
49
- cirq/contrib/acquaintance/mutation_utils.py,sha256=HM9mjXufOYRrCO1ydusiJuCh4RnzJkB0876kDilMsqg,4732
39
+ cirq/contrib/acquaintance/bipartite.py,sha256=JvWXCADkdHjsVOkdlAoPniffjFWz1noWO3KeQJ3QLkE,6525
40
+ cirq/contrib/acquaintance/bipartite_test.py,sha256=y2hL8_MwdUAQ0meLaojAt6miJQP_vbUl814PHV1aUJQ,15647
41
+ cirq/contrib/acquaintance/devices.py,sha256=rk04cWBdOcbV05MPzBaVCBCMDkzFaHs-fzZCCphPSgQ,3030
42
+ cirq/contrib/acquaintance/devices_test.py,sha256=-katmWDHRG1MRL5V2HE3n5zKeHQeA-alLjfa0viJbEw,1087
43
+ cirq/contrib/acquaintance/executor.py,sha256=N96PewFMtjmNnV6e7OmZv_BG4_RXTOQKXfnvdVwk050,8679
44
+ cirq/contrib/acquaintance/executor_test.py,sha256=gSH4gyKgYFfAdIJG7xhyyxvMNJnGscDTvokk0y7D658,7837
45
+ cirq/contrib/acquaintance/gates.py,sha256=F-B4Rmn4jjjTWkVyKy8jQBkBerf4VDuATxutIrjdtOg,13576
46
+ cirq/contrib/acquaintance/gates_test.py,sha256=m_QMKqElKXqDbtviwJcgwYf8E1ZM7jcFmb2iPbAIrGM,15010
47
+ cirq/contrib/acquaintance/inspection_utils.py,sha256=n4IUZ9Kl64jU1HsDvs8A-u4wyfFAzrdSa7V7ATq2te0,2606
48
+ cirq/contrib/acquaintance/inspection_utils_test.py,sha256=Mk47PrfEfGN0blerbp5oLcrggS9TXJj4UDClM_sVMj4,1250
49
+ cirq/contrib/acquaintance/mutation_utils.py,sha256=I2qra9c1_yxt8rM_hZt7rKx__MlWoJZ-ydVomcqe5Aw,4730
50
50
  cirq/contrib/acquaintance/mutation_utils_test.py,sha256=r_0IdvjSqres1KWs4o4HEb8a5WATovIBOUIAjVeIzns,7848
51
- cirq/contrib/acquaintance/optimizers.py,sha256=xAdmecOLiO4-GDO8v5O3uYNAjjSKSDk8_vz7rm7Mjm4,2092
52
- cirq/contrib/acquaintance/optimizers_test.py,sha256=-MBJT0JkvxjEwknHA6Q6PoAzrC_JwRBjAfpMwQjWoj0,2455
53
- cirq/contrib/acquaintance/permutation.py,sha256=bv9JW0sS6yefCKv5ev0Bt94zN3hduO3uwCTm8_D4da8,11854
54
- cirq/contrib/acquaintance/permutation_test.py,sha256=ASeOCXr4oiIK31L31uWsDokZemp5fHoMtWrPVEZcfmk,11503
55
- cirq/contrib/acquaintance/shift.py,sha256=9t2YQn5sfMNfyOuc9LonrL3rjB-HwqmTS8TP2Ebg-kE,3059
51
+ cirq/contrib/acquaintance/optimizers.py,sha256=YsIuyrXu99aFaSwEtmHdE1D8SRvKQUbCCZA9n2tGxec,2091
52
+ cirq/contrib/acquaintance/optimizers_test.py,sha256=R_r_G7bBPBo_8qOjKgZsEBLMihZO6jlZ0yor-U25vBE,2455
53
+ cirq/contrib/acquaintance/permutation.py,sha256=hZKa9E2MATubm-14mHGhlm5h19EzwFD22jMV8HHBOVU,11854
54
+ cirq/contrib/acquaintance/permutation_test.py,sha256=6Q9s-qvEoLbDEmoPrtyXv_57uIDzggooJEcqY3mRzZg,11503
55
+ cirq/contrib/acquaintance/shift.py,sha256=_n7fGYj2LHPo9L8Qxfos3v9eENPMJFvy-z4ah7RjRq8,3059
56
56
  cirq/contrib/acquaintance/shift_swap_network.py,sha256=XQaF8akqi4F_zb1_dYmV3u_T9Yumnene36AtkqcEtQo,5283
57
57
  cirq/contrib/acquaintance/shift_swap_network_test.py,sha256=lFbP4ATIc1R-MXc3xwoC9TKvJOBu2aWo-8KX-M5ti5c,11590
58
58
  cirq/contrib/acquaintance/shift_test.py,sha256=FnY-D0i4CZsE0v1GLf30u_JyIYDtzV06O-Hd0tDnuXc,4555
@@ -60,8 +60,8 @@ cirq/contrib/acquaintance/testing.py,sha256=auzzDDTTBiE6-0PGnJs-etYwozGqBoJ7JVlP
60
60
  cirq/contrib/acquaintance/topological_sort.py,sha256=PjMABmMCG_hoD1pHHeQ_xEGA8zbt5_Cpz7Ld0uyBDnQ,2944
61
61
  cirq/contrib/acquaintance/topological_sort_test.py,sha256=rW4Oa3A92kQfw2GQSxSXPIJfhftuh7eaAPJX8nUwcSQ,1672
62
62
  cirq/contrib/acquaintance/strategies/__init__.py,sha256=yz8Lx08TstxjUhphVf8vjFSEaqrkNs99RIrOhHZrPlU,1022
63
- cirq/contrib/acquaintance/strategies/complete.py,sha256=3cWAO7N5fBh0rlAUz2BoIFxPR7Uekkzql4oay9UPZ-E,2165
64
- cirq/contrib/acquaintance/strategies/cubic.py,sha256=wsDNDzeq5hFwYguLX3xvTuR30s6RN5YN5rbO5Yx2q6k,3150
63
+ cirq/contrib/acquaintance/strategies/complete.py,sha256=CODbiwmxU_HnYZxp57btavZmgflgTPD9_OhuiFVgK2U,2164
64
+ cirq/contrib/acquaintance/strategies/cubic.py,sha256=jUKl8kvPSerdMh1ZGeH_oZej0OjTnIf1cwPj1FQAAis,3150
65
65
  cirq/contrib/acquaintance/strategies/cubic_test.py,sha256=0ZgDl8uNv9lG1TxQSaCEjNGgRFMeaoETzKSpnhBlR8Y,1547
66
66
  cirq/contrib/acquaintance/strategies/quartic_paired.py,sha256=LGOa-E-v2RjK2QIEqbF2UffrAvVFsdzbr-NSm2W81u4,2560
67
67
  cirq/contrib/acquaintance/strategies/quartic_paired_test.py,sha256=zIMocEKc6rcCSJlyBsI2EJqiNY_iLVrNqruzqiQFDMk,2129
@@ -69,49 +69,49 @@ cirq/contrib/bayesian_network/__init__.py,sha256=gR0nRY83RmjX_W16Q2lMpXYOm6wD0Fw
69
69
  cirq/contrib/bayesian_network/bayesian_network_gate.py,sha256=WchaOQe6zPQe72I1UA2o5plnnckoyyp3VU5rvUQ7ono,9157
70
70
  cirq/contrib/bayesian_network/bayesian_network_gate_test.py,sha256=d263Wm3yGedN87SraSlea9OMb0yy3ZkNRnaEYZd8AcU,5876
71
71
  cirq/contrib/circuitdag/__init__.py,sha256=0FBbgVjA_nbQQH_B1RkRVotqtWLTcqsh7IPxKnvPPvs,745
72
- cirq/contrib/circuitdag/circuit_dag.py,sha256=SLX_dUZ4iJ_WQNnuqLacyXEY107iK017qztjOX-wb0c,6894
73
- cirq/contrib/circuitdag/circuit_dag_test.py,sha256=o3hMLGTlVd7u04Dl-hCyHbGvVrwGpfyUSjTfNriV9I4,8222
72
+ cirq/contrib/circuitdag/circuit_dag.py,sha256=w5e3zImaCV9stX9GC9wPN0ricafloO0zqJQ3g68TNUI,6894
73
+ cirq/contrib/circuitdag/circuit_dag_test.py,sha256=Daj480Yk0eisOsQXvYITy2kyLSQJ7g5AHirZzNs_dYw,8222
74
74
  cirq/contrib/custom_simulators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
75
75
  cirq/contrib/custom_simulators/custom_state_simulator.py,sha256=xSQLAyAQSghi5nbrGbJqoBnDKC2twBidpf77F1PUuss,3198
76
76
  cirq/contrib/custom_simulators/custom_state_simulator_test.py,sha256=ZKtvswStMBzJHtqSNMOQWuPHfD0C3WiGFTjTj3TUON4,7686
77
77
  cirq/contrib/graph_device/__init__.py,sha256=Q7tjzfme7cMypjdg8lPKxNrVHIv2e7WFabBwxj4VsCU,1343
78
- cirq/contrib/graph_device/graph_device.py,sha256=SVOwD5tRIXzI1IcpENojC8GP6NUligbXN5JLGdXGa2o,7972
79
- cirq/contrib/graph_device/graph_device_test.py,sha256=ocCI2O3YTPWM2AXuhQI6uQwukQGeRhT5VkEWDmjeqFU,7204
78
+ cirq/contrib/graph_device/graph_device.py,sha256=kJBMz8EYVPFgspvEn7C-TyQcvXmeHZwhnwQTKn6_ZwI,7970
79
+ cirq/contrib/graph_device/graph_device_test.py,sha256=2Z0jTprCZL4V5-gnOblOpz3p6IRsei1VCNxqLWoWnSo,7203
80
80
  cirq/contrib/graph_device/hypergraph.py,sha256=6hdKri90qqU6ujmR2y8nVyk2pr5wHvFhHAhLYbg5T7o,4716
81
- cirq/contrib/graph_device/hypergraph_test.py,sha256=M7l5vIDGHrn1FU3_MNoeuBgbB6zhERlEp437wqrNqNM,3768
81
+ cirq/contrib/graph_device/hypergraph_test.py,sha256=ccwPqqHOWq-ZJ4abhyDrCjXQdrmY1Nb6lP9G_jdi6pw,3769
82
82
  cirq/contrib/graph_device/uniform_graph_device.py,sha256=ymG7X-wLzZE9hBc9P7Kixf4_Mg4ii6jxCWDiH2GJ3uI,2358
83
83
  cirq/contrib/graph_device/uniform_graph_device_test.py,sha256=b49Kx1pH_VvD5m-DV2TSI1qe2ZjQQaB76HJVboGyRYs,1616
84
84
  cirq/contrib/hacks/__init__.py,sha256=C1uZ1J79EG0dmPxj29mnjdfx6aRU6moz6QAD9PFGUYM,584
85
85
  cirq/contrib/hacks/disable_validation.py,sha256=wJEzMoK3qDzhIFDUOIgdKqNDcHl74MJAi0OJuCjl82k,1419
86
86
  cirq/contrib/hacks/disable_validation_test.py,sha256=nuDfktj3bD7oFlae3R0Jf_qcAo87Z9CphYxi9lFQ1J4,1711
87
87
  cirq/contrib/noise_models/__init__.py,sha256=O3wvaQ6kyNZzwsCnMMZvr2EyS76LpO9xnVZ69a2obv0,957
88
- cirq/contrib/noise_models/noise_models.py,sha256=qFisVwg94-YqGoru5z5bqy_9_PHBI124rI4Gy34ogHI,7658
88
+ cirq/contrib/noise_models/noise_models.py,sha256=1aIV0_52bVe5elt_NCSE4yEbHwP9DES1yL9mJhsXayw,7658
89
89
  cirq/contrib/noise_models/noise_models_test.py,sha256=nELHWYWbRp6RCurjTSEAumpZPMY2gNN3S4Mhho3pwJ0,10488
90
90
  cirq/contrib/paulistring/__init__.py,sha256=1k2_MYLTMPn8AFoJvSgpN-F-6xgmDjKXRhb-FdDsFoQ,1761
91
- cirq/contrib/paulistring/clifford_optimize.py,sha256=q2lTMivOGoxncxnQ8CxnwlV9kSsHzETsTWG705FG9qw,7849
92
- cirq/contrib/paulistring/clifford_optimize_test.py,sha256=IttwXaYRftUb84Sz3fEJFDl9fZ8NwzcbNsuFAJeLR_8,3890
93
- cirq/contrib/paulistring/clifford_target_gateset.py,sha256=r2Nkq3gbENGyeRrRHtjdx5_uoSR0UfXojlTLhNNGTL8,6353
91
+ cirq/contrib/paulistring/clifford_optimize.py,sha256=zeap55snqMQZL7GiDHCdQztgsRlVYlEsAFYmPtrEBwo,7849
92
+ cirq/contrib/paulistring/clifford_optimize_test.py,sha256=Q8REpwDRNEHVYl3yxfzxN7c5dsQLhZSkk842xaKvFrw,3889
93
+ cirq/contrib/paulistring/clifford_target_gateset.py,sha256=zrYW6BVFeB_CgwsfZx_IKwpj4nWedXAlOkcmWln-PWw,6353
94
94
  cirq/contrib/paulistring/clifford_target_gateset_test.py,sha256=Q_Zqbfp6yVzLabpKLnhIFCnGBaCgsgiABXCuAixwySQ,8668
95
- cirq/contrib/paulistring/optimize.py,sha256=qhBOGxLYovUua_xVqXWgVDPRRmv4VOmyFgKVBVuaYR0,2707
96
- cirq/contrib/paulistring/optimize_test.py,sha256=jie0UomSCIj90TMv3MIi4hd32iTjttQ8-zr7ZDs0tug,3560
95
+ cirq/contrib/paulistring/optimize.py,sha256=ArUWzXYpHq9SE7K9FdqsJ5WJg1ZvHs8DP6zHeJMlp18,2707
96
+ cirq/contrib/paulistring/optimize_test.py,sha256=jdZBpXIialcHQGsp8LIuIpU9M5wBQX9HgnqqiMv5l8U,3559
97
97
  cirq/contrib/paulistring/pauli_string_dag.py,sha256=vg0994h84zHIejSdwfqR-mdwmHOWWOAOOcGuStfKPdk,1106
98
- cirq/contrib/paulistring/pauli_string_dag_test.py,sha256=rlwbuh0DvFv1GlJIqEG1OI_geY77dzxo4bb7qqDkz8M,1125
99
- cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation.py,sha256=1Vuvng02ocNUziCgE9XjYrTQIAxSfvM4eqY0Hc6LZpk,15677
100
- cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation_test.py,sha256=AqQTKNuPLFDrB7XUHWAZDi6y8B9-Bf0-iAGg3TXnSBo,21436
98
+ cirq/contrib/paulistring/pauli_string_dag_test.py,sha256=4XQ2IoXx-2g5OUU1SMCLbEvDWoGyDg9FMy3_rTTqfBk,1124
99
+ cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation.py,sha256=U8RjZrrbUaaTADmy9K-ZbdCzcKROav25VmjHkTWsnho,15677
100
+ cirq/contrib/paulistring/pauli_string_measurement_with_readout_mitigation_test.py,sha256=r2maZa_9bhuolXWn2OaSe3DucOFchIMoZrX3gWs1_l8,21435
101
101
  cirq/contrib/paulistring/pauli_string_optimize.py,sha256=81MDk6rKl0jmw7DXFkA02YmluiXLLznuuCTvca7mVoY,2815
102
- cirq/contrib/paulistring/pauli_string_optimize_test.py,sha256=f1BWjg8IGw5ChXFYNVhYKNIrFul8PgvpnOEadkRm-3Q,2897
103
- cirq/contrib/paulistring/recombine.py,sha256=SU6DNj3Y9Wicf9pMP3IYzdWV7Fuz1DA_1v2AtUVnuF4,4355
104
- cirq/contrib/paulistring/recombine_test.py,sha256=hJ083nR67JsIs38TfmCjmBLnhqyG0rBfqtBhTptDlic,1895
105
- cirq/contrib/paulistring/separate.py,sha256=2g4l78mXYJDR6xkv51VExZDb-rm5JEvhYrpMPgWa0Us,3961
102
+ cirq/contrib/paulistring/pauli_string_optimize_test.py,sha256=EbgbY6cohl5vi2XCz8VzYFYn9Rv85yA7atDKE68Dp4Y,2896
103
+ cirq/contrib/paulistring/recombine.py,sha256=zm5AJL80Xl4hgTe9U1YUEgWfcHZys_YcWNpnv02DcL0,4355
104
+ cirq/contrib/paulistring/recombine_test.py,sha256=uo6XyWCz5eIbpUvsCtAjRJ4cUq7Ij5-RlIt3SVgOEhw,1895
105
+ cirq/contrib/paulistring/separate.py,sha256=clzMvgTUyEW1l-fghk3EYUsKZNOBicy1l2MiuZaoc7o,3960
106
106
  cirq/contrib/paulistring/separate_test.py,sha256=FzR78MSHDhNJxizbXreK6u3BeYhT7xn7W1QyHfEZ34E,1267
107
107
  cirq/contrib/qasm_import/__init__.py,sha256=RKX0vGDC2Pe5rH5rM4ClXdvtrAU16ePFImQpiJtJVNo,744
108
- cirq/contrib/qasm_import/_lexer.py,sha256=-72amAxuZbkybMH-xBynqYqx1-TnRVpl51Dd2qtjjCY,2928
109
- cirq/contrib/qasm_import/_lexer_test.py,sha256=mgzCMoXwngMOJ8JZYVqaSNRIiZEnnzpla_3jo9UMLjQ,6217
110
- cirq/contrib/qasm_import/_parser.py,sha256=S9Yme100Yp3Ye8wGoCm0MkAeweOvPI1uOV7UbbDoEDc,26053
111
- cirq/contrib/qasm_import/_parser_test.py,sha256=uyVd7nBQX0rTrIFT21RSNbaL5qCTjGdcCjswnlTZvpA,39723
108
+ cirq/contrib/qasm_import/_lexer.py,sha256=RkrbOoT5flW_NEzdxRgv4nbmJ1mWJWlENPf7aPAVM9Y,2929
109
+ cirq/contrib/qasm_import/_lexer_test.py,sha256=q-NgTZMeXFbBa1s6Q66qu0oHHO_f2Tsczn50kVw04Y4,6218
110
+ cirq/contrib/qasm_import/_parser.py,sha256=lcXWip0si5ZI8iCEQ-oQQcKj08pPSDnk2Y3u55JiWys,26052
111
+ cirq/contrib/qasm_import/_parser_test.py,sha256=aQZhZAjE8J7QH7fHk1RoFTKSsOn7PFhLcA4cQDuD7ls,39723
112
112
  cirq/contrib/qasm_import/exception.py,sha256=Wm6cwUPIkNMPjkv-ELpQ-zSoXaiLOddOQ4iYybwuS6I,695
113
113
  cirq/contrib/qasm_import/qasm.py,sha256=CP444IWCw4zlDNA7HxsTJ2xIak4mZhQv62ZiLlUc2zo,914
114
- cirq/contrib/qasm_import/qasm_test.py,sha256=e5b7LVn_6FIFZ6kINqMzJFIjzgtTgutVhgXgX_DcTc0,1861
114
+ cirq/contrib/qasm_import/qasm_test.py,sha256=Co2ksl14dBvYtBUB9-9DONjjyV7uTdZqNP8k8dBLS-Y,1861
115
115
  cirq/contrib/qcircuit/__init__.py,sha256=6-pIZQUK3LlPVGiPFI7HJTl2_O1P-Rts0MsdDgQZaZ0,1000
116
116
  cirq/contrib/qcircuit/qcircuit_diagram.py,sha256=b1WwGT92nLpVaXpS0J7CB4uruj5ToU_q9V9GFeQ_n0I,2749
117
117
  cirq/contrib/qcircuit/qcircuit_diagram_info.py,sha256=T1-FVcVgVtHG524MrhheqQ-GfiYY-tvKP3wH5ODcWl8,4560
@@ -119,65 +119,65 @@ cirq/contrib/qcircuit/qcircuit_diagram_info_test.py,sha256=2CEJ3LCA-kaBeZOAc-2RR
119
119
  cirq/contrib/qcircuit/qcircuit_pdf.py,sha256=cLE5Ikypxpi5anx48FEyDJVh2kv4DbRU-7F0iaaTu4Q,2412
120
120
  cirq/contrib/qcircuit/qcircuit_test.py,sha256=TJI1mmIEhKkTQ-z1RBvLYU8oMu__x_eLP9aWAicJWjc,6021
121
121
  cirq/contrib/quantum_volume/__init__.py,sha256=RF_nbmm9s9A8sLhsnb7aZnuuoeHnsvlRNuoK8nBBW2w,1038
122
- cirq/contrib/quantum_volume/quantum_volume.py,sha256=we7K8_RQPGwMgVCziB38n1bHheU-MXhQD6pcIyN6giw,19597
123
- cirq/contrib/quantum_volume/quantum_volume_test.py,sha256=HREyULIBznCplzjOO8PbQkaMgEp_Ba2u9Pq3triixMk,12398
122
+ cirq/contrib/quantum_volume/quantum_volume.py,sha256=DLSvxQ9YtLqtqJfib-qnRVEORcaprXoqxVKFVO0bsyU,19597
123
+ cirq/contrib/quantum_volume/quantum_volume_test.py,sha256=hVwInjcdS9jKPKeDoQ8EnxjwESC_QLvgEOaykwk27rI,12400
124
124
  cirq/contrib/quimb/__init__.py,sha256=G6tzsTqQeYUg14urOBKE_dOe59cxsBWgvR5b_ngvKkE,943
125
- cirq/contrib/quimb/density_matrix.py,sha256=3hvoXaJdHlJY97v8eCQZS50Xtqi5Z4hS2F4c6W4e7nc,8637
125
+ cirq/contrib/quimb/density_matrix.py,sha256=Q1MOZYFsymYwx5QIi89ydzctO3mj2Hb5fpHujubykHA,8637
126
126
  cirq/contrib/quimb/density_matrix_test.py,sha256=llLw_VwvDuFM3DnpL4i885vSWdNll-2i4B4OZm_abEg,2999
127
127
  cirq/contrib/quimb/grid_circuits.py,sha256=vuMiMaVXsJi-8ZwPnGcKJVVVYlXGi3O-CCwRVwz18qQ,4628
128
128
  cirq/contrib/quimb/grid_circuits_test.py,sha256=0Pl_wea4E_HDa9zaKkmazltFdorB4QsaL2rmMrDv8Sw,3223
129
129
  cirq/contrib/quimb/mps_simulator.py,sha256=wz7Et54hzoShXtxrXrJ2T2Im5c_hvz7N-SCaAQ3G7qk,24705
130
130
  cirq/contrib/quimb/mps_simulator_test.py,sha256=6sjC95Ba4WCFoI6zlJmZCYi8GFwI58wkpXQdAoF2Sms,17007
131
- cirq/contrib/quimb/state_vector.py,sha256=WziCD7uMeh-cHI6F6DJCjqFKOtji_us2rf0vQhvtnvc,6686
131
+ cirq/contrib/quimb/state_vector.py,sha256=wc4-d6ZH-Mjqhb6vfftaV-YDoMJqJPNqQcNjfGcQTAw,6686
132
132
  cirq/contrib/quimb/state_vector_test.py,sha256=Jwuk_9hL00OA-WDRBafGY16ZHiBJQ18Dn8Bx2l8AAoc,5800
133
133
  cirq/contrib/quirk/__init__.py,sha256=0c14toTDI-aopiJjaGre6HGnXA6Vq7zs8Hun9whUEhA,728
134
- cirq/contrib/quirk/export_to_quirk.py,sha256=DLZU0AcDGJhulrYlOcy2_ac9ITiqZ9bBz8a6ZZwFv8Y,3837
134
+ cirq/contrib/quirk/export_to_quirk.py,sha256=RwxIyLSy0N0DjzKQDb2CcUBRvK7LX5NZ4Vgp4FvIRyw,3837
135
135
  cirq/contrib/quirk/export_to_quirk_test.py,sha256=XDs5VT-i78-Jw4kp4ZjDqNAi1fVzUqrHxVnANj_4l5s,11986
136
136
  cirq/contrib/quirk/linearize_circuit.py,sha256=Q5KEQ6L4QLqPwaLi4G-w06tWLvK5OOi0s209B2dpNqk,1545
137
137
  cirq/contrib/quirk/quirk_gate.py,sha256=aQkCCrMIlShNhKKWWY9rSSknPUVP_XSEmjHqZt1yd2M,7275
138
138
  cirq/contrib/routing/__init__.py,sha256=ktb3I20eDrRtlywE_JR9yHZ_YHDC3UQn6xB-S6GTaTs,1279
139
- cirq/contrib/routing/device.py,sha256=L-yNYiS7MGj05d8BPqKul1KL0Df66hblWff46p9h4Ec,2889
140
- cirq/contrib/routing/device_test.py,sha256=AGAYzYNwao5n2sxfeISJRQ8CISSogKW0M03hZ_C9N6I,1927
141
- cirq/contrib/routing/greedy.py,sha256=Y8ZN6gH87Q1dRCiJliEkHsNQmdzHc5w_zWbs3Ow3Oq0,13899
139
+ cirq/contrib/routing/device.py,sha256=bj0AdDB9xnXqzrsSy2C3puVOza0bU-GhImoEr1IBZDw,2889
140
+ cirq/contrib/routing/device_test.py,sha256=fGGN9agUEEusrzCaodsmCWMJE7LBF4Vc9JQ9KL_7b9A,1926
141
+ cirq/contrib/routing/greedy.py,sha256=M6ywWixJAna1Ce4PMxhqf5zDk5PBWEEVkfoN7gvsMl8,13899
142
142
  cirq/contrib/routing/greedy_test.py,sha256=Q9DMsGPJZdgv7KtVkk4PQrUa1_9R7sTZIFLN1EqWtkI,2204
143
143
  cirq/contrib/routing/initialization.py,sha256=nlEPDO11a6OVbqrSyHjRb2HGbo-ATE93au-eXjC1F_4,3699
144
- cirq/contrib/routing/initialization_test.py,sha256=T2EBdTofSkm9gaIMk2GhGgtPcfZX0S580J5IB6Nz5No,2473
144
+ cirq/contrib/routing/initialization_test.py,sha256=_-nePdUmoE3IdW240GEMBCm0P8rlOWF_ENXb196LlQo,2473
145
145
  cirq/contrib/routing/router.py,sha256=KK4b8eZGxz3OrJVOaj9DnGONLXNGrOv1SBgMWcaa7tQ,2529
146
146
  cirq/contrib/routing/router_test.py,sha256=eIoKRCOMgXdAbxKURgD2rBhlz47AQXqDMbwyqKTz-ng,6330
147
- cirq/contrib/routing/swap_network.py,sha256=w14mOyeXGmZOUvnJFP1Evk89rsqdplGyxqtsAc4HfHU,2375
147
+ cirq/contrib/routing/swap_network.py,sha256=F9zOTMEwQZbJk1GU_bcfx89qQ68zNrP4Kc43ej2aXW4,2375
148
148
  cirq/contrib/routing/swap_network_test.py,sha256=XxbjIvOowvtOVwT2RN4e7YWlLebLm98Ty2TtOI1zXzU,4816
149
- cirq/contrib/routing/utils.py,sha256=P0_PnaGfy4Rm6CVl9FE7RpdZ0YzGtimcW1acduvp5rU,3761
150
- cirq/contrib/routing/utils_test.py,sha256=1oGEDAd70uQ2OrBwbaQd1DYoPcMSZsBQ2l5VLJBtXBM,2021
149
+ cirq/contrib/routing/utils.py,sha256=fYv26JNCQKAo6UoiwmHWG9uArf7WyaacfbOo5KIBDXU,3761
150
+ cirq/contrib/routing/utils_test.py,sha256=WzOWrun1hnvSI6A4pA0jHRzSsiLCjZBa6ARGkYoBK9Y,2020
151
151
  cirq/contrib/shuffle_circuits/__init__.py,sha256=AL-V3OaZiaF596WTLlyxDPk0t1WMpTHpQrpRW_A9t48,832
152
- cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking.py,sha256=eQmB7hoWaPqqUV3xgcUKIPTtGpv0ze_dM01ygQt33XU,10844
153
- cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking_test.py,sha256=L2Mx3LV_chDxg_v4NDnIF7ciHYqvKt04ulgwu0J4vMM,13862
152
+ cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking.py,sha256=d7tW83RW5RW3s5NUTXSPlw1-KAk7mll3wrkJkuJXlcI,10844
153
+ cirq/contrib/shuffle_circuits/shuffle_circuits_with_readout_benchmarking_test.py,sha256=TaO33Z5IYLQcFxpaYXbCiTjQdtgeBwL5qhT2TjbHpDA,13847
154
154
  cirq/contrib/svg/__init__.py,sha256=m7d-CNT2j74uNQdmM2xJ1a7HG6v0FZMt8eAwW4rPJpI,148
155
- cirq/contrib/svg/svg.py,sha256=d4_XgDNb8o1lDINVJA44XXunGmK71qTAlqw2sc_UnAo,9366
155
+ cirq/contrib/svg/svg.py,sha256=HB3yndrATnYU-osoDL7FvypKXrFnCQ_oWxRc299zhjo,9365
156
156
  cirq/contrib/svg/svg_test.py,sha256=gBHXeosNRHzrKWVo-JwhZLguHbksKQSiFwZ8fUXp-a8,2379
157
157
  cirq/devices/__init__.py,sha256=ZhUNJv7L1V9n3yQCDFJ_CkQNjgT-rJ8MZTfafHqCvhY,2577
158
- cirq/devices/device.py,sha256=9rUZwpbbmqk8AUVH4N4KfJ59j5im7hVgDJAHtN9iH_0,5361
159
- cirq/devices/device_test.py,sha256=v3gT6jrGLLfYnZbTizIaIMkI3s5_xVM3OV9JQchvAxY,1124
160
- cirq/devices/grid_device_metadata.py,sha256=h4Xo_PaiZqQSVUgb1ctVtYYYE2tNik2KQhCgooilZrE,8629
161
- cirq/devices/grid_device_metadata_test.py,sha256=IeOqYOZcUGhB4ivuQW2g0Q9dt-zFA0H6Dav6yv6Lul0,8592
162
- cirq/devices/grid_qubit.py,sha256=oT7UbNAOL7Sgh-aksI1Uow4SH9O1MTgfOgLiSYLX94A,18859
158
+ cirq/devices/device.py,sha256=9WCe_d-ahPWVk4sSijhUiQGmAK1sCQQ73jOeIN6LOyU,5363
159
+ cirq/devices/device_test.py,sha256=9MDFBoTA2AwjhR65Dzmibohecah82yEM7d6w_ujWiSc,1125
160
+ cirq/devices/grid_device_metadata.py,sha256=ycDRdew-W0k5uEvmkSsLUuv7ebnYJv7LGxRXe6Nw22g,8630
161
+ cirq/devices/grid_device_metadata_test.py,sha256=jUnuBRH_ufJUIp4fA70z7IOXCbIxYAbgfHwYbC-nTJ8,8593
162
+ cirq/devices/grid_qubit.py,sha256=l3K4etDSavg_Q_80Om3RDE9bTcW_yyg3NKYge2_al34,18859
163
163
  cirq/devices/grid_qubit_test.py,sha256=Mf1AfjvcpKPHeg-2GWDZaKPUsXGn8wvidIbwu_3rZu4,15015
164
- cirq/devices/insertion_noise_model.py,sha256=-X07pSTp-lxQj6AQT_89gTHx_jKtI9GSMrD4dozCwTs,3614
165
- cirq/devices/insertion_noise_model_test.py,sha256=i9jB257VXO5wi5QdDO5G4tphx5RKMaouUsdsQT3kiBU,3992
166
- cirq/devices/line_qubit.py,sha256=iVxyiJsnvlMQ_GExpmWyoGMwGRObxlxEFhsSjtD1RLY,11850
164
+ cirq/devices/insertion_noise_model.py,sha256=OsDQgEmZmU3nYNW0SpB7MbAeX-FsIVDg5kwnpsxzLQ4,3614
165
+ cirq/devices/insertion_noise_model_test.py,sha256=YtKV1tI57ux_mXJbAF98TuTk2kpGeBxBQjzWWmkVtY8,3992
166
+ cirq/devices/line_qubit.py,sha256=PMWGx9d4HK1hpdQL-IV40RIW7kEq-ArLPnGY-7NQVlY,11851
167
167
  cirq/devices/line_qubit_test.py,sha256=eu47MSzy5eymIccIuHct8Z_WJeHhZYEARR3yB3NXyO8,10287
168
- cirq/devices/named_topologies.py,sha256=grFXvi0UDHZl1pRyHDWSqjub3xF_Yf7RLXfMAZbyoEA,15790
169
- cirq/devices/named_topologies_test.py,sha256=Nj_tlGmqPH7IVUzpUHPnAPlfUWhSGbZsIHdsLLjxIZs,4736
170
- cirq/devices/noise_model.py,sha256=c00mxBd7ZYw8k-cCoKgF5ePI8WKcPyJS925NarivIRI,11339
168
+ cirq/devices/named_topologies.py,sha256=5qalcd1JR649O-hBVWq2tzUew_UlDsTfTzt44T9-xcA,15790
169
+ cirq/devices/named_topologies_test.py,sha256=4YURaPFHN7CAxl9Tve_kysJuEY4O1PPywEMkGGr12m0,4737
170
+ cirq/devices/noise_model.py,sha256=hUCOwOhjGC3BpIfMiaEhEP-zCWWZLG_aMIK2NpkCDO8,11339
171
171
  cirq/devices/noise_model_test.py,sha256=SAcr-JWCiOeVqQHA209xUPqfmNS9vIbYTor7AxaDQ64,9242
172
- cirq/devices/noise_properties.py,sha256=DyaaNl2VlDFX38x4J7Zu5EMJBIj8bCDUYwSjbkBfXUA,5085
173
- cirq/devices/noise_properties_test.py,sha256=JTJW8_-rI4awd9jTbCgI5l8MpeDsNlXnO53s8QgJw2A,2341
174
- cirq/devices/noise_utils.py,sha256=_9sogndFl7OdcthZg7Q88qvN09mNnoCvZB6HrvtlciY,7165
172
+ cirq/devices/noise_properties.py,sha256=-OLtCTkLzD7w4HcwufftE9iTOkuC9Z9lNZQXXr4Dqxk,5085
173
+ cirq/devices/noise_properties_test.py,sha256=0s8ROjcRyfXeExxGz4gyA79pZARXwHanzOpDpcXEmcM,2341
174
+ cirq/devices/noise_utils.py,sha256=bec6PyBQa5gbPK3C_eYK2ejbAxiLZQbyQNBj6G7g-bA,7165
175
175
  cirq/devices/noise_utils_test.py,sha256=cMSiNoOIPeo40t13b3R2-RrFUITjJhOoKj1UGpmJ3cs,2063
176
- cirq/devices/superconducting_qubits_noise_properties.py,sha256=OtnIrpLmgBhKlJJrUrrcrJIap2qAolqsd8jIug5vtxw,8145
177
- cirq/devices/superconducting_qubits_noise_properties_test.py,sha256=u9B1_4uwRdNzeyW9f-CSbYfsNpxiJ0RtmttvaaNzXkk,12207
178
- cirq/devices/thermal_noise_model.py,sha256=qdWrN7Kqw5dq1rwVUBLY1DDw1nCPADSaxoLtGHC-zW4,11608
176
+ cirq/devices/superconducting_qubits_noise_properties.py,sha256=JdMWh7Lf0qgcEpeGyg4YpDA2_oVYq4AxBIUnfFWbDTo,8145
177
+ cirq/devices/superconducting_qubits_noise_properties_test.py,sha256=znS1R4chjxZeUFb4W2GdhpWTwHDcdXpIJgIDHCXA5Tg,12207
178
+ cirq/devices/thermal_noise_model.py,sha256=3vD8OGIZMjs0t-De0DwYHIqCxSEcAXppDejVCIHZKsw,11609
179
179
  cirq/devices/thermal_noise_model_test.py,sha256=ox9b0BoHH6d73CjWWI1fIAGd_o3r-4qy8v2ggUwc-pw,12246
180
- cirq/devices/unconstrained_device.py,sha256=cnwn1caPDj7GnBf9_GYX6jMCTCWi4q5g3RkLaVKnDLY,1525
180
+ cirq/devices/unconstrained_device.py,sha256=dtpB_n0RpjyoUzcSkfT5dUuY9O2U1c-YM3m6V-jL9xc,1525
181
181
  cirq/devices/unconstrained_device_test.py,sha256=OF9E2m1HPpq6hyrNAwFGWaNOpQ3H2efAEj6V8Y-hRW4,832
182
182
  cirq/experiments/__init__.py,sha256=Sx2sW3Uj0p7W-E_HkZ21YpHVUvKlp_zc5WWtago4rlo,3667
183
183
  cirq/experiments/fidelity_estimation.py,sha256=JK9yUoD4TL3nkf2yiEJ5f_RR-rhkAHSKpeLlYCRvZU4,9214
@@ -186,251 +186,251 @@ cirq/experiments/n_qubit_tomography.py,sha256=9M_kf2-1hvFxfZOWND7ACwHYgD9SJU5nYF
186
186
  cirq/experiments/n_qubit_tomography_test.py,sha256=wHfV2OpGYSDXfoyEh-B5dc1Dv8sxKNFbUoHyjIWZoFk,4362
187
187
  cirq/experiments/purity_estimation.py,sha256=6D1UwFlQRzHeajXMTyTUfBYAc0jJQ8Cfz4lteFKeUaM,2467
188
188
  cirq/experiments/purity_estimation_test.py,sha256=xlBGp0NOBYR0IhTy3bckHPgi81FkGSGxKqk9hwXG-I8,923
189
- cirq/experiments/qubit_characterizations.py,sha256=hhbs_6aCLb4co0Y6TNJGiSmmjE8smGUHQh1cfC1dI7U,36732
190
- cirq/experiments/qubit_characterizations_test.py,sha256=b_ONqxyW6s01Ts8T65BEdb4e8Xy24Qp4zTGXWesL0ic,9733
191
- cirq/experiments/random_quantum_circuit_generation.py,sha256=tTgo1mEbLhY8i9VzR-p6xPqnv-O62TlJyW8AGj4V56M,28269
192
- cirq/experiments/random_quantum_circuit_generation_test.py,sha256=zOWsLLcYefG0yA1rKn-hwdNjNANBXDaKg4vAUXPIwHk,16522
193
- cirq/experiments/readout_confusion_matrix.py,sha256=frHnyfCQtspjsxyW1bX-yPXOgOFENSwNVKLKtQSv67s,20805
194
- cirq/experiments/readout_confusion_matrix_test.py,sha256=ETvKHVuJWvq8KuL0l6w22UOfZHhBNH-TVeWAKqjSQEc,10632
195
- cirq/experiments/single_qubit_readout_calibration.py,sha256=x6fF6GqU1D4YY05YvW1DFlTlbjC12_bfj7W2psd75-U,14722
196
- cirq/experiments/single_qubit_readout_calibration_test.py,sha256=_002QXj2rIFHkH3vw9iTVMh45vCPuCI_fTqOUK8uMe4,7718
197
- cirq/experiments/t1_decay_experiment.py,sha256=ealdmc_RTE__z1YUcaDEncDzQOaiT0K6IRWB7lNtPfs,7087
198
- cirq/experiments/t1_decay_experiment_test.py,sha256=Pgbm-37JiCdw9iQg2OaXVvs72xGWV2629CgsTQlLQnw,9139
199
- cirq/experiments/t2_decay_experiment.py,sha256=lTgZ9yJ7Fk9_ozUCHysQn1qKrMQwTpsgEv-QnvsEif0,19158
200
- cirq/experiments/t2_decay_experiment_test.py,sha256=DFR0BGn0Id4qNPfqIExj70TEAqf7Vrc8eK91Wj0YKTc,15031
201
- cirq/experiments/two_qubit_xeb.py,sha256=G6e6l9H0Jd6fo_DmgWZFCVIe9w34IpAK31q-Vj7K5IA,22787
202
- cirq/experiments/two_qubit_xeb_test.py,sha256=wJi-ulxtSJyE5pzJPoUgoV8X2NLZG_H0jlW1JKHSo_I,10681
203
- cirq/experiments/xeb_fitting.py,sha256=bu7aRW388t-QvYZfeLq7fl8S0n7cMol0audWTouyY_I,30362
204
- cirq/experiments/xeb_fitting_test.py,sha256=0GQ6ifSWdvEJ6-ICIcSR-R9lFLRwBykgf6toLElmg0o,15483
205
- cirq/experiments/xeb_sampling.py,sha256=6ZOidGi7Kt6p4cMQCjK7qQuIUXVHCYl47B2GnL8M-Bw,14987
189
+ cirq/experiments/qubit_characterizations.py,sha256=KC0hAHYSflSsKFCNtKw3ofJcqis9xsj1MELDVatoWEA,36731
190
+ cirq/experiments/qubit_characterizations_test.py,sha256=km4-D-JrsxhjCjbpf7DTgHnGSNS3Iadtqt0b5hfTQqI,9716
191
+ cirq/experiments/random_quantum_circuit_generation.py,sha256=c04WmY36y8VEZKL995ZhTy1mEeR3rKh2itVQ0ZjFv8U,28255
192
+ cirq/experiments/random_quantum_circuit_generation_test.py,sha256=7Hs4bSxvOZOgiuAMKgLvTRVhu-kNykjlGLqFwoEbdaQ,16522
193
+ cirq/experiments/readout_confusion_matrix.py,sha256=RQ1d-iJXqRhKYIXU6NCPid8IAlhX8wZVx9aQ_WW8RYQ,20807
194
+ cirq/experiments/readout_confusion_matrix_test.py,sha256=fIL-r9vi6QEp0Bt5Fv9BlJlPh-aWPSj58_enzNLafpE,10632
195
+ cirq/experiments/single_qubit_readout_calibration.py,sha256=WJ6wM7hS5xEi71Nm4r-bwOYQwf3P8N0-wmax5EltVo4,14723
196
+ cirq/experiments/single_qubit_readout_calibration_test.py,sha256=ivc7IDyxmrZXCYNWSOgJXJ4ZdYFbatmlFUf_u2Rh_uo,7718
197
+ cirq/experiments/t1_decay_experiment.py,sha256=bnf9FpptNpZO1lOGCttrHA0IrykfviEVbjsWvCSiGn8,7086
198
+ cirq/experiments/t1_decay_experiment_test.py,sha256=LauXCkcLNxrmM5gNCT5RSWaRQ8OnlV8sCZZ3CBrLjpI,9138
199
+ cirq/experiments/t2_decay_experiment.py,sha256=JhIPsoPRV0g3j1wkDh61MkqBFJNDwjhaZK8Vy4eqCfk,19157
200
+ cirq/experiments/t2_decay_experiment_test.py,sha256=dJhtdqgH2majCQ-sstyjog75wkzkzHrHVsQrGpuYXfE,15030
201
+ cirq/experiments/two_qubit_xeb.py,sha256=vGKpfF_1141hjMRExqEtL7_2WyEHNqwbaw3W10ZXwiI,22764
202
+ cirq/experiments/two_qubit_xeb_test.py,sha256=UnTmDbs02mjWZXOm_Yveun1G_pop9_w0rvYf6swv8wQ,10680
203
+ cirq/experiments/xeb_fitting.py,sha256=ZWz6gUVPljf3zc7LNGYu6frbYIInux1_pgrxRZvi7eE,30365
204
+ cirq/experiments/xeb_fitting_test.py,sha256=q4d-6dPnnN_E9Qw9laip-opsfhdftJuY3QZfEh_u7Wo,15483
205
+ cirq/experiments/xeb_sampling.py,sha256=1Js9QfJXZyz79VBqVEAYwCyuz5-McVQeDDbjvdqxX1s,14987
206
206
  cirq/experiments/xeb_sampling_test.py,sha256=0XkQGvcURsug3IblE_wZrHVDoOQV3WuQilrqCJbDHjI,6784
207
- cirq/experiments/xeb_simulation.py,sha256=yML2NAnYTRFG1wsQHvxtNEGEMXuExbWjrE2JYuCqnrk,5076
207
+ cirq/experiments/xeb_simulation.py,sha256=_RhxisdCA4kO5dfBYNeMmpY3gem6WxSpLIddagV2DtQ,5077
208
208
  cirq/experiments/xeb_simulation_test.py,sha256=YWFKXPdtBFuZNhQoG06W1EetVhXighc3zyXwhKfGAeo,5652
209
- cirq/experiments/z_phase_calibration.py,sha256=2mkpmtY60hQuaB91If6eAL_q_nW88hwJ2Pqdq9R_iTE,15152
210
- cirq/experiments/z_phase_calibration_test.py,sha256=52rvCYan00Nxu9Ri-ksJdIzprtb8Mj-4oaU0pOm6URg,9040
209
+ cirq/experiments/z_phase_calibration.py,sha256=t6hUKNnXzPSY8_o-UyLsZhRWUS1pdsJsaedd5c4rm4Y,15153
210
+ cirq/experiments/z_phase_calibration_test.py,sha256=tcYBMWkhnEzP0lRbyH2OqZRTVHJ_dnn44weeEntANX4,9039
211
211
  cirq/interop/__init__.py,sha256=Xt1xU9UegP_jBNa9xaeOFSgtC0lYb_HNHq4hQQ0J20k,784
212
212
  cirq/interop/quirk/__init__.py,sha256=W11jqaExSgvoUkjM_d0Kik4R8bqETF9Ezo27CDEB3iw,1237
213
- cirq/interop/quirk/url_to_circuit.py,sha256=1ToWnFJdJIhCko9q62BEvOoCGxCpOUl8891IdCa52MM,14211
214
- cirq/interop/quirk/url_to_circuit_test.py,sha256=VBRA81eNbEcu9xAGZuDWMiqusRyVtoZgQMbP33CRzYo,26282
213
+ cirq/interop/quirk/url_to_circuit.py,sha256=STj3-mv1ET5krlEfAXX6pCdr6ui4oHpNWUqMzWbubp8,14211
214
+ cirq/interop/quirk/url_to_circuit_test.py,sha256=dB_QV_aT_9OfJS61JxHbe5oMbiJh-d6Y3aJI1LjqCFg,26282
215
215
  cirq/interop/quirk/cells/__init__.py,sha256=whHeo2FI2h19CUYzUzzdrRqEz-LE0AswzQdmklbuFdE,1483
216
216
  cirq/interop/quirk/cells/all_cells.py,sha256=Umd8wmwx51LzEqQbJFpWuvqL7g4MsSQXXztGzg1JbPk,2558
217
- cirq/interop/quirk/cells/arithmetic_cells.py,sha256=vAKgLv4FQKIR0Epwmi_TRLsE-f8xkzij-FVc9OZGPiI,13146
218
- cirq/interop/quirk/cells/arithmetic_cells_test.py,sha256=n7Za9O3KLEpDFJDTOxv8n8hxwzXlQ9EOMqbBRX__eFM,14625
219
- cirq/interop/quirk/cells/cell.py,sha256=Ait9MhNPiCrdSefNYMy8kavbkaFuhek3hDhPRfbOYAk,8463
217
+ cirq/interop/quirk/cells/arithmetic_cells.py,sha256=tUdzb9a4VBKqSt6WMqbSrBBAssq_6UTwVyxfOvGCmX4,13146
218
+ cirq/interop/quirk/cells/arithmetic_cells_test.py,sha256=dalnDnHwMp2oBi9VpIxVNTz6nMZNYL5WI74kw7Flb5w,14625
219
+ cirq/interop/quirk/cells/cell.py,sha256=dxdHNCv5l3ZH7XyvlnMPUX7qCJXf5_UyWpHx5uV-PPo,8463
220
220
  cirq/interop/quirk/cells/cell_test.py,sha256=-HDH3PIn8DPtaeUWlfR4bpLWQ-LqF6WQcjFUolUvXCg,2276
221
- cirq/interop/quirk/cells/composite_cell.py,sha256=3qlh6q6aTRucWPJ4hioPoHYUVPWn8RnZgItY0Rh7Mm8,5352
222
- cirq/interop/quirk/cells/composite_cell_test.py,sha256=oPFKTothfcqjq47ccFNT2dGA3libKnpVM4LwguYE3hs,5308
221
+ cirq/interop/quirk/cells/composite_cell.py,sha256=9o1aP3YeYOqdCE-t4wNiysdCOFBSV1nZm8ovN_SPba0,5352
222
+ cirq/interop/quirk/cells/composite_cell_test.py,sha256=3qiQb0VOLtr1ZBKjCMRrJm_AXALDBLK9DwBTu3kQG6o,5308
223
223
  cirq/interop/quirk/cells/control_cells.py,sha256=WDXGjcUk4sOzphJcnXGC-Bvzxcq0BaZJBZxd1ETB8sg,5579
224
224
  cirq/interop/quirk/cells/control_cells_test.py,sha256=rqCmmjE5ym5wqzpTrEGso8dCgrIC6JxnMHqzuk4hfsc,4673
225
- cirq/interop/quirk/cells/frequency_space_cells.py,sha256=80JKJx9WvLsOfaUHkfH7SQOR_OxB7F4cp_OVL5X-Kdg,1890
225
+ cirq/interop/quirk/cells/frequency_space_cells.py,sha256=eAkPlz1rqnWqs8ljh_kFtuWnwmeBiN5XQp_e25lqa98,1890
226
226
  cirq/interop/quirk/cells/frequency_space_cells_test.py,sha256=fPAjxnD8sKnuxNdY89K66pdbV4Hi3IxhdeWWni5-Uno,1812
227
- cirq/interop/quirk/cells/ignored_cells.py,sha256=9YcpYmLEQUjpYIFs8tIXwOpUd6vMQNb-2Sw53CRVAwg,1378
227
+ cirq/interop/quirk/cells/ignored_cells.py,sha256=SVYXVuVM7FWfIPQdTSS64zqadxwpVDnaMmA3AG92nqo,1378
228
228
  cirq/interop/quirk/cells/ignored_cells_test.py,sha256=46KXRNPM_t6-aKklrDpLbBDXijHDDafepE2KKuJGNLA,919
229
- cirq/interop/quirk/cells/input_cells.py,sha256=t5Bunve-RSUGHUBzyb2Ry78QiIR_ubnnXrqeoS8Ht5A,2927
230
- cirq/interop/quirk/cells/input_cells_test.py,sha256=3g8Ru3w7K11I1jF43qHbteui1nrVS3r1ngCZPpii4oM,3500
231
- cirq/interop/quirk/cells/input_rotation_cells.py,sha256=mo75TGkbtD_phNPM-ZPFs2VJcH2wkp1ShO_fUnpB5tg,7369
232
- cirq/interop/quirk/cells/input_rotation_cells_test.py,sha256=1jmEBHbHpmSSB3grPbn8LFzMEwkc6Or3kAULxVofTEg,6318
233
- cirq/interop/quirk/cells/measurement_cells.py,sha256=1jLtGMHCbxfNN9r5E_GWPIqz7fLdNKJK0WgrcjXsS3I,1504
229
+ cirq/interop/quirk/cells/input_cells.py,sha256=1BsH_7oJnOynmt6VmJQnUSFUW48VB3eJB9VIYgwHhmA,2927
230
+ cirq/interop/quirk/cells/input_cells_test.py,sha256=Aavp8SHgnF0vAG2fvcX1y0x6Hzrz6dg1tGMjBNLyl5o,3500
231
+ cirq/interop/quirk/cells/input_rotation_cells.py,sha256=sUVe5Kkxfww6uh3EFDI62GAGKzqmAxWfOZpvGO-spQE,7369
232
+ cirq/interop/quirk/cells/input_rotation_cells_test.py,sha256=o56BWKRiE_MFSZldbSa9PnDlnOFslEyODbmcjzRlqjM,6318
233
+ cirq/interop/quirk/cells/measurement_cells.py,sha256=u_J9-sz4L3zy5eziUiVhT__oW4ax5jxPhg2QZRcL11w,1504
234
234
  cirq/interop/quirk/cells/measurement_cells_test.py,sha256=AYYzjn3BrQbk-Rg1L3WjCOQN9eGLRQzqwYr6i8UH0Fk,1574
235
- cirq/interop/quirk/cells/parse.py,sha256=lvh6rqSrBr8-CYQuq4qGdHcZipnZ9XAIQGCwYshjCUY,11874
236
- cirq/interop/quirk/cells/parse_test.py,sha256=MKIwjt-xb0S3p-ffWU0--SZebTPHs2jsAqKHe8idYq0,7473
235
+ cirq/interop/quirk/cells/parse.py,sha256=Ilyzz9rbe9XYExVlj4rcJsrIWN4TnAj6LlVl37S9MO8,11873
236
+ cirq/interop/quirk/cells/parse_test.py,sha256=1L3qRRaz8Q0vh8N92uFwI7G-ez97mKIqubQgp10uPsI,7473
237
237
  cirq/interop/quirk/cells/qubit_permutation_cells.py,sha256=F9Br_SFB1ys4pP-hYlpPRMXH_4Cd8LePtOl4aTE_p8g,3390
238
238
  cirq/interop/quirk/cells/qubit_permutation_cells_test.py,sha256=n0veQKx0EdFzu_gdY_AVjwqyoHae7JGkDFX6qhLeGrQ,4460
239
239
  cirq/interop/quirk/cells/scalar_cells.py,sha256=TuV5TwiY2SEb3776k1MvkSMcJoP2uQVXfpWf4uaNf30,1246
240
240
  cirq/interop/quirk/cells/scalar_cells_test.py,sha256=1IrttKsY0921W-885PnpZaYe8OQXKVQ9g7semm28W4E,1367
241
- cirq/interop/quirk/cells/single_qubit_rotation_cells.py,sha256=8776WWmVRtITfYySgkDYPuPms_Qu8wky4G-lswjvYzo,4463
241
+ cirq/interop/quirk/cells/single_qubit_rotation_cells.py,sha256=rlRRCWKf3jYj1u1XXtyIAAivH2zv8sK9lSH9pFGRlBw,4463
242
242
  cirq/interop/quirk/cells/single_qubit_rotation_cells_test.py,sha256=NZ5r7sLQx9p3yLCQ0RQmX-8R6e2vPtXmpL8_xbv1PnE,5037
243
243
  cirq/interop/quirk/cells/swap_cell.py,sha256=6pE6hFcMxLSr1F8_DhwNZulWwO2lKDVYnRxK6Bl-Ql0,2421
244
- cirq/interop/quirk/cells/swap_cell_test.py,sha256=nb-lmXqphy6wneVWNrVWyyqzUeCPLObeiQI3qsjHaWs,2321
244
+ cirq/interop/quirk/cells/swap_cell_test.py,sha256=z3Dz7jrkEI7ri2vOqQQAO8bbhUSRYU4JORgF4YqOY3k,2321
245
245
  cirq/interop/quirk/cells/testing.py,sha256=eHnAwIyQvVesYK3adyCo7-HPTbAADugs2EMuoNoSvP0,3318
246
246
  cirq/interop/quirk/cells/testing_test.py,sha256=Qb__MOXjUrna7Wy6mlRWFyyy78KfzqlKsTvNfdR8-fc,3929
247
- cirq/interop/quirk/cells/unsupported_cells.py,sha256=JFLuP_0MtKQ2sMpB1Jx071qrn9oGM6V6F5n9VzQhDAE,2841
247
+ cirq/interop/quirk/cells/unsupported_cells.py,sha256=xTE4aKpuVocey_lvWwb8Q1fla6oMqI1S4rc7a2UtDgs,2841
248
248
  cirq/interop/quirk/cells/unsupported_cells_test.py,sha256=5bl-maazy7Dr8u6kwK1AhGT4vtHqzIMRKxoMKYC-JWs,2178
249
249
  cirq/ion/__init__.py,sha256=F6tf4JZOGpDdxX0FxT42qgq8rF96ZTFHMJ0OV09Yj1c,787
250
250
  cirq/linalg/__init__.py,sha256=9WLnBqLQ02FzCIUcchHBMYpOGVcENAjzv7GyDNgh89I,4013
251
- cirq/linalg/combinators.py,sha256=bq--LTsTI2WFRnok3weeIX7_QYKTW2OEFC2xktPMwA0,5336
252
- cirq/linalg/combinators_test.py,sha256=nZ3snkVA2nAOZ6WJK1hNd1f_i2a5xNdnostfMD1upbc,4699
253
- cirq/linalg/decompositions.py,sha256=FZRJb6bnZghT7y2C-pg5utsWHeopzorjFF86Z9DZ1ew,38652
254
- cirq/linalg/decompositions_test.py,sha256=7ydYawGYe4R0zu0zD4mh_ua26x9Z5W5bKFAuidq9dTw,25663
255
- cirq/linalg/diagonalize.py,sha256=Ym7C0JTAC9xfRQDYI72U6NxMYg0DfchjfXcbdg_92QE,10051
256
- cirq/linalg/diagonalize_test.py,sha256=H-JcLvcCBdN-DrKo2o1Gs7B8Q9SU70oAZmdT4yTLAi4,9089
251
+ cirq/linalg/combinators.py,sha256=0tts29gbwQg9lpZvCSX8QKMIMf38NGGdBJqI911m7jA,5336
252
+ cirq/linalg/combinators_test.py,sha256=45li4cqyuhVSYer5HbVJbxUmppe2RYvspIH0sj1p_sg,4699
253
+ cirq/linalg/decompositions.py,sha256=9dOJSJuYG8_dk3zdBO5rXDONKkw7SKZd5ZpWK4FnypQ,38652
254
+ cirq/linalg/decompositions_test.py,sha256=djww45_ZGCwmUoWahCB5lxyZcJDntJRu77RXeBS5rR4,25647
255
+ cirq/linalg/diagonalize.py,sha256=Y3fFcyEWKH5CGbGY8KeQPGBgdDgvETF3WUCkVNIVfNw,10051
256
+ cirq/linalg/diagonalize_test.py,sha256=Jn6Gc1R_1MaL6vUUqjIx_6WvMDTIj7l8OxUNJgWKmsc,9089
257
257
  cirq/linalg/operator_spaces.py,sha256=-i5DEAW-b_sgmfZKXFf37XzX5h7cZ7R6EeW7RcFNeE0,4128
258
258
  cirq/linalg/operator_spaces_test.py,sha256=Hbm8e4kGbGw9c4O3v5o0kYbcikwDkdIoAy3V8EofJr4,10605
259
- cirq/linalg/predicates.py,sha256=Q8BTlR4EvPg2KP9VodK78UEWYJbSCOTqRahn1DnFmSc,12056
260
- cirq/linalg/predicates_test.py,sha256=UVDkNH2ujI80JwJwsDjbTgyALZUQJAVVCoFN1T_LLf0,21503
261
- cirq/linalg/tolerance.py,sha256=yHYVSHx2aoRci1aac9ZiM8OH1Bvy1Em-Rybnar701nE,1870
259
+ cirq/linalg/predicates.py,sha256=5629wZyDuXXcdEnplhNNEVy3DzrkoAtW3mdLPFrXK7Y,12056
260
+ cirq/linalg/predicates_test.py,sha256=syNiyS-clEGeZnbKT7zyR8_ClDnXFYtDnLKozLbitzw,21504
261
+ cirq/linalg/tolerance.py,sha256=a68RNOmCw0ybFwhXOq6DERK5gHAOlPJIRdPuMzV6xuU,1870
262
262
  cirq/linalg/tolerance_test.py,sha256=wnmuXIGEn_mugGoNm3AigSgjV2DMFdj8xpgRTMBbO7A,2355
263
263
  cirq/linalg/transformations.py,sha256=cUZWPZJq6DISQ4rS02KSObmNwqLHYxIkNCfYijgJLoA,31986
264
264
  cirq/linalg/transformations_test.py,sha256=GsqD8_X0N88ECKr44t0O9wAJ6-uJJi0wExivn0Okf7M,25333
265
265
  cirq/neutral_atoms/__init__.py,sha256=VoQBkmZ5m4TPxjxShRixjqJbnc-IAnAWkGOPu8MBS5o,813
266
266
  cirq/neutral_atoms/convert_to_neutral_atom_gates.py,sha256=SsXFh1-NoBGqp4yX8-jIbIw-AK40baA-qh-iTL1wS6Q,1070
267
- cirq/neutral_atoms/convert_to_neutral_atom_gates_test.py,sha256=mIeGevxs9NoYpfTF_znHL67RrJKVQyQP-DPhn7t9SUA,1862
267
+ cirq/neutral_atoms/convert_to_neutral_atom_gates_test.py,sha256=svleNo8P_cQLCMfcGLkU896cpLjZKPynDKnJGM2pyJ0,1861
268
268
  cirq/neutral_atoms/neutral_atom_devices.py,sha256=s-LInrNp8k_txKbpLWfsaoiZvUScOWNxr-jiB-nFcDA,1358
269
269
  cirq/ops/__init__.py,sha256=Fvghj3MopLpeIdbpb6en855QgwperBs5esV1iszhBDA,8274
270
- cirq/ops/arithmetic_operation.py,sha256=PBqIwOfADRlsij11Lo1ao_OZM-O8PDlObgZBxGKsYKs,10125
271
- cirq/ops/arithmetic_operation_test.py,sha256=axy8xy9IvDb-ATUV-LE1HNWRqCEz06VyZWVrLNOtXXI,4942
270
+ cirq/ops/arithmetic_operation.py,sha256=gAup6Gou7oIbfjIdjXIDFff-z3ybdjlkbsBPly-oQ30,10125
271
+ cirq/ops/arithmetic_operation_test.py,sha256=iKjnwOvd1wCWk-byeUC14aGwYuHXOlkrtlOvNRUcMqs,4942
272
272
  cirq/ops/boolean_hamiltonian.py,sha256=li003lNq6zS8pNPTobqzfzYJvyvaIpCVo3wkliI6Hzk,14930
273
273
  cirq/ops/boolean_hamiltonian_test.py,sha256=1ey5yfYZPKZDsfM3jpCPAOpbPs_y8i4K_WvDK2d5_4Y,8518
274
- cirq/ops/classically_controlled_operation.py,sha256=M4NAcChYcz-a88oyIwOnV4uP06S18Cbef4VnhMmjyrA,10374
274
+ cirq/ops/classically_controlled_operation.py,sha256=ePhBPrHymodrsztJFk_g2IGI3QSbFnpQ54d-6AH9CN4,10374
275
275
  cirq/ops/classically_controlled_operation_test.py,sha256=nIYyXfNH4E2IibZSLk6QDVHpfJQbuI_iWwirCH8rhi8,50209
276
- cirq/ops/clifford_gate.py,sha256=W3fDY04QlubdCLawmq-86WAcgYQxk0ugamVro8ABFDk,39899
277
- cirq/ops/clifford_gate_test.py,sha256=MQzZRURV--SPjRGLk_ESMBz75YXtKwtQGg2jufFDR0w,40341
278
- cirq/ops/common_channels.py,sha256=go4yhaRw0XNAr3TUBJ59SOhn2SKxf6bHmmrOHPbBYCY,37259
276
+ cirq/ops/clifford_gate.py,sha256=xEqlp5tIDBTxqIu-BXzwchtlU9LkuibSjrAIB20J2B4,39899
277
+ cirq/ops/clifford_gate_test.py,sha256=dqghYb7_afYxCLceBarX56Tn9y_dSWCKF75W-Qrzvcw,40341
278
+ cirq/ops/common_channels.py,sha256=LfIjy4WBRF_K81kc12Y4nLjdVZnJUhIKHL7sxiNNINU,37259
279
279
  cirq/ops/common_channels_test.py,sha256=nQsSSxu7vtedb3ZUuw4hNKIX7MYI4x8lxvLyWMZNt10,30079
280
- cirq/ops/common_gate_families.py,sha256=e5M8wlDYtdrpWBrhdns6iizIvSqzfxDyIsBdxt8hVMc,8611
281
- cirq/ops/common_gate_families_test.py,sha256=Oo3C7BPO3gt3ePuqwsI_lx_lY38et8Ps4AuVydX2Aww,5275
282
- cirq/ops/common_gates.py,sha256=izKH25lp0i_1Vrx9gwGzOIk1PxzOmMnq4MlFu4da4Vk,58170
280
+ cirq/ops/common_gate_families.py,sha256=2E31Qr_Yv1zI-r_MNWmr1xJYrEHHU45274iDrt_oKPE,8611
281
+ cirq/ops/common_gate_families_test.py,sha256=bEF6Q6GtEOTc9kHM5WC1UIULPGnMPXdtm8gzLT_aNBI,5276
282
+ cirq/ops/common_gates.py,sha256=NbdN7UmlE8-4rMeviHMRB6CfwT3Bm8BDFeaZR26TgNk,58170
283
283
  cirq/ops/common_gates_test.py,sha256=tNymwCOXCgVe6JnrHSq7kwzCO-ucQZYHdBF9cvdZRMo,46731
284
- cirq/ops/control_values.py,sha256=nNDN6pgz_aWkUfrpOZ9zHHD42AGFaplWhVQj9rmJwbQ,13410
285
- cirq/ops/control_values_test.py,sha256=iDtdQjL39u80MaR16XLp00LRZqWgJqC54cIeADWf0IY,12906
286
- cirq/ops/controlled_gate.py,sha256=g5pCZMcCbQFhAUeNUndMtnUVnTt8YoOaPql07Bc2Ogg,15511
284
+ cirq/ops/control_values.py,sha256=oDGOBTr8MCIdFdi8GxQ78OMloJJ1L_XFFN-185vusAk,13410
285
+ cirq/ops/control_values_test.py,sha256=K8tbKM6b6PqMEL_lHLFzdrnWF1SkLN0Scft6YMT7FlE,12907
286
+ cirq/ops/controlled_gate.py,sha256=OUF-pTJbabYiRriPhj5JoLKFRQUPLPqhsh-nWmGafqk,15511
287
287
  cirq/ops/controlled_gate_test.py,sha256=6Z_HaIbXXKOJOhwb2l_Dmtfx9tcggl_vYf8pkB_UDms,25205
288
- cirq/ops/controlled_operation.py,sha256=DBTv3zvynztbSE1PSTU3JXeurz7zb8In5gmeg6LLxyk,14057
288
+ cirq/ops/controlled_operation.py,sha256=pgDUCc4Rwocu9ujrXSHXUcpr7DtIgEHKb1-4DzTaygQ,14057
289
289
  cirq/ops/controlled_operation_test.py,sha256=iRRkzxMmsChYiWYMuz5-q3xq2mWV1wJY8Y8QQ1ieP5c,16443
290
- cirq/ops/dense_pauli_string.py,sha256=cDEWmS_r0mD4djxgUdxfE9zCsefB5P6pbkGP89stbIE,24457
290
+ cirq/ops/dense_pauli_string.py,sha256=BhLVNLjq18680Xgw_WcFA7L6_5Aej5lRZLNULEDAyBc,24457
291
291
  cirq/ops/dense_pauli_string_test.py,sha256=duvgzhgTV9wuem4kDSwtL62SEUCThkz1tdP984-C4_s,21504
292
- cirq/ops/diagonal_gate.py,sha256=_-Pzt3T6U1Oq6DwExIjCmVYBBSWY6EoBNCKHpzWIRzk,9021
293
- cirq/ops/diagonal_gate_test.py,sha256=cPHxjc7g2oTcXt5UFm470oo0eJupubSNzs4TccKHlSc,6223
294
- cirq/ops/eigen_gate.py,sha256=gmKsmaucve3ob8M3O-ADll5SbOhOsT7_A2MUH63US6E,18323
295
- cirq/ops/eigen_gate_test.py,sha256=-7l6GmAd1EYzHoGREQN1n7J1VOQKbThH2mA88TRODs8,13928
296
- cirq/ops/fourier_transform.py,sha256=pynO07OcZSVCeL8L0pNQ9m_y5_wrpTWOMf99BHpjXdU,7579
297
- cirq/ops/fourier_transform_test.py,sha256=PIK4bWnCIy2TuX0fgclHeU1CBDT6zRVoQpv1v1jt62c,6220
292
+ cirq/ops/diagonal_gate.py,sha256=NpCGuZpdqMGoM6ya8Q8Jp7UTut2WglMB7DK5oqBRXiE,9021
293
+ cirq/ops/diagonal_gate_test.py,sha256=wsPZWhImVGNrEg1mYnXsO4nJ6VziDBfvEilAFtJJ8b4,6224
294
+ cirq/ops/eigen_gate.py,sha256=Xq7kkaZkn8-WD6oaK27GRgfJ5ZbyjyrBgTYq4e2bqaQ,18323
295
+ cirq/ops/eigen_gate_test.py,sha256=vWYAMKN9EwDRxXelkOXu0-c3TGz2l6A2atf-zqr7hfA,13928
296
+ cirq/ops/fourier_transform.py,sha256=tAApBWbuKIXhpW_rZc-fTZHJg32XMaGzH5Z94Z885yk,7579
297
+ cirq/ops/fourier_transform_test.py,sha256=mtWhiC_Tg60uNh7mhhMb02cckGfNC_Tjte-Q4gRcF8c,6226
298
298
  cirq/ops/fsim_gate.py,sha256=Avzlcb_O201K0_tBmNR5m9fWkpBM7Nby0MfJjNJ9g_8,20136
299
299
  cirq/ops/fsim_gate_test.py,sha256=4kFk0ALzTmaskQURHPl6JerNvw8gbZn49nt1_WAjpdY,25671
300
300
  cirq/ops/gate_features.py,sha256=414mSi3kgKSwLOeAG_WEZKn8ZMaLtOowed7os1qSnM4,1049
301
301
  cirq/ops/gate_features_test.py,sha256=mnlqJnSpllcOnTUdvmUs_ssnPRhAIgHhKIAK2Z86Dfg,2347
302
- cirq/ops/gate_operation.py,sha256=VHyA2T-G7afqEjYhEA7yRT72tsQOPGxg8ULsGrSDBJc,13708
302
+ cirq/ops/gate_operation.py,sha256=1EQXqo4xybDMa68PDW23Qx71dpKHlwW5sbOQ0zVbfCY,13708
303
303
  cirq/ops/gate_operation_test.py,sha256=IsZ6XsrB3KbO6GWSpenBu3fsdAdlWDvuBMTq20Vqpms,17482
304
304
  cirq/ops/gateset.py,sha256=Tx1CIlve0RhnX9jHZsCVw7EHtfC6b3drbBncmCEtcsQ,21634
305
- cirq/ops/gateset_test.py,sha256=BY5UJ1k3NC0jz0d4yocyO1qcQU6e4UbN9mapWE7z7AM,16361
306
- cirq/ops/global_phase_op.py,sha256=Un7IBSkKP_cpgViUOQIsIpuySfQK2qs9WXWvdUZiTEs,4885
305
+ cirq/ops/gateset_test.py,sha256=1uBhmu2KBN-y010d6gtA6USiTwHB3CbkooCwvtH5-5k,16363
306
+ cirq/ops/global_phase_op.py,sha256=3WLv4ul5Ifhgra4I6uf1yj-zKoMkh829NVemhzyEC74,4885
307
307
  cirq/ops/global_phase_op_test.py,sha256=C-YMN5ja9IKKgmwC5w2sPDBpFr8p0pJrE5WFikCVZOg,9833
308
308
  cirq/ops/greedy_qubit_manager.py,sha256=O9qY8GB1KGxm3B7JEjq50sGVD51bNwTSupJpi3WUeAc,4039
309
309
  cirq/ops/greedy_qubit_manager_test.py,sha256=iVZDKes-r08raTiJHpYNmP-Dp89ok3hIU-QboL2BHdw,3300
310
- cirq/ops/identity.py,sha256=mlmyTQknjlomA8RdqS1SZOmyB4SXPSly1PDW75yfTJo,5892
310
+ cirq/ops/identity.py,sha256=InfS8sxU0pJT0W1Gvp-QwC1-1TGATqKWQV9OZEaFVb8,5892
311
311
  cirq/ops/identity_test.py,sha256=OIrm8v4wBVq8bbAGZ-f5TERt8Hl6aD1bL8iHCOEhzNo,7939
312
- cirq/ops/kraus_channel.py,sha256=tCPAEzr_GAL5vTwI43rBoiOnT04l-ebZanuuEuYWDo8,5085
313
- cirq/ops/kraus_channel_test.py,sha256=qH2Y9cngXzKCabd-Mq5xBYcM_wyL8c6KkrXw8kZr7Dc,4726
314
- cirq/ops/linear_combinations.py,sha256=3D3HpmO_3uhggLAcaeVMSmtG9UL_raUQfC-HrAB5gkM,39916
312
+ cirq/ops/kraus_channel.py,sha256=qX828mvPSFgEaG0I3Jhj04y5rD7dUjeEl2HYDn7_7j4,5086
313
+ cirq/ops/kraus_channel_test.py,sha256=e7tpMzEorAAr7dIWHsIzlYzaQAgXlhOhE8zz3FfM_R0,4727
314
+ cirq/ops/linear_combinations.py,sha256=PE1o_mvpdnlg3o95iSn5ID18kuxwS2q3DGDuFnlNC90,39916
315
315
  cirq/ops/linear_combinations_test.py,sha256=ip-wN8T8nUQviD3ql42eet7k_MQ6DVUfIK8aX-_ygOs,67217
316
- cirq/ops/matrix_gates.py,sha256=inBhKPsNx7ZeejNpmbPEGl5hgyrTqmA852BVlKMUZmg,9297
316
+ cirq/ops/matrix_gates.py,sha256=q-lyxDVg5K-eokmZWPN1woUmJkR90IpbNhnFqQgjw4Q,9297
317
317
  cirq/ops/matrix_gates_test.py,sha256=m5rMwq_sqVvsmkc5opVr3Ikd1ERuULmSRNAvGZUg7ds,14224
318
- cirq/ops/measure_util.py,sha256=wkT0XC6rIddOkqNGwkvI-m7Ncr8j5QPN_evwecc6nrw,7390
318
+ cirq/ops/measure_util.py,sha256=ZaH1Lze4Yk3nYrojn7SILUeIN96p_khIoa25ixXLu6A,7390
319
319
  cirq/ops/measure_util_test.py,sha256=Yzlced4nb4DHO-0cM_a-QZGO_3R8oqExkpIALN_pG4A,5307
320
- cirq/ops/measurement_gate.py,sha256=XDjooVGYlhghaR5LJzmgROdHJgulXZuCax2_DVZBs0Q,11993
321
- cirq/ops/measurement_gate_test.py,sha256=ZfaTXEVwf9dZFRrRWwCkn5tIyDdMnpELiEMCnxus-g0,18298
322
- cirq/ops/mixed_unitary_channel.py,sha256=k3O4ovH3bFs1WnAZc647IgCK8thC5JnTGxsCzjBacEY,5259
323
- cirq/ops/mixed_unitary_channel_test.py,sha256=x8LIAea2KcutNupnRJ_cLy1kmxhbUh3K3BkZtg3OkKQ,5058
324
- cirq/ops/named_qubit.py,sha256=niAsH7m32n3lEVIcy1nnVDPkPqk6PY2qlriz7mzgZmk,10006
320
+ cirq/ops/measurement_gate.py,sha256=yc9ccbzpy-si5TKF72Vmrqzqgsxg_60RXCWHOj1d9w8,11993
321
+ cirq/ops/measurement_gate_test.py,sha256=1DenBunnVVqx8uWxhdi4rCMQHxmQ3X7hqPdsB27FUHA,18299
322
+ cirq/ops/mixed_unitary_channel.py,sha256=IqkZOBTf7wSUJaYIznPZnB50Se8YZPBws_aN1EYBZR8,5260
323
+ cirq/ops/mixed_unitary_channel_test.py,sha256=uYDaTGlK7h9nvUeXjxglGm6gWxFKXJehe1qEG8_P-RQ,5059
324
+ cirq/ops/named_qubit.py,sha256=WzGsxgkjRI8rS692zpIrKS3rWBF0wvX76GjsSnF-g7k,10005
325
325
  cirq/ops/named_qubit_test.py,sha256=mtJVRe4JzFSNckMQJSGCj1P0VBtpGh--6YxKbIEE3TQ,5221
326
- cirq/ops/op_tree.py,sha256=jh4SA9lVSz6BF7K8cx5Nb3GfN36bqlcR2W8Gvw1lOB8,5276
326
+ cirq/ops/op_tree.py,sha256=wnOa8fhAWHHVIJCTRhX37IM6BPqQ2QA_0XaBW3Y0syY,5276
327
327
  cirq/ops/op_tree_test.py,sha256=h4phqrxQwYAfyu8o4f_fLi3WP2kdVuzWqrSCWGLHo_c,5575
328
- cirq/ops/parallel_gate.py,sha256=duCtDht-HRlYM3V7JmFnB_l2rx5PRqAwyRMjug9kvnM,6318
329
- cirq/ops/parallel_gate_test.py,sha256=M6o3AyXFQrwyiOTtGxlYH09TbHdjtTxCuMjmn-ALnn0,6298
330
- cirq/ops/parity_gates.py,sha256=tmyb42wBRwaUzELwUcxhRDPfqwM-6KMIO2OcynsFnFA,14384
328
+ cirq/ops/parallel_gate.py,sha256=lkwaatEWd0roRbRKq_fkBz7nmZoMB4hdwFT6LUNxmJ4,6318
329
+ cirq/ops/parallel_gate_test.py,sha256=lWCLnlEhs_LDNgewp7e3uN-23Q513i4G0JMva96_GiE,6299
330
+ cirq/ops/parity_gates.py,sha256=WjuWb69Deym_g22ZJIurrMGY0AWdLQjxNkOFnnrbzAg,14383
331
331
  cirq/ops/parity_gates_test.py,sha256=7C0BmJl1HuoyVzfA8-lVCTiE1qNYQhMtyQlVx2uvFKA,11244
332
- cirq/ops/pauli_gates.py,sha256=ro72hKI_PZkdhWW_qjrRrTPSykvMlbGuQHSQenyUwQM,6968
333
- cirq/ops/pauli_gates_test.py,sha256=bHt7A2w0auWxN9gyKAVeimT1KeOHz5C_CjFHSK1V-Co,7752
334
- cirq/ops/pauli_interaction_gate.py,sha256=Ep7XwZMVP81Qq1J2MTc3kJ79h26daOZcLPxqN3KTYFk,5519
335
- cirq/ops/pauli_interaction_gate_test.py,sha256=U9ORW5Ayx5PESPFiGESzWY-02qHklYcM1mYW56RWe_A,4544
336
- cirq/ops/pauli_measurement_gate.py,sha256=AS9tzLGAOhJzRzVsW9m-WPz5Wx0sMS1jzhppn5qtW84,7239
332
+ cirq/ops/pauli_gates.py,sha256=WcjbuCjO3IjeEihvN5hb3-dXl8lnuG76EKKzihpvCAI,6967
333
+ cirq/ops/pauli_gates_test.py,sha256=3AX2hzr-xeXrZUeSr-yBFYhbLeHK1qEh7_Bq9vGUAgo,7753
334
+ cirq/ops/pauli_interaction_gate.py,sha256=MmFg4U_y0uomIwb03FaDPGiGzBCVRk7Kuo_eNXpLdXQ,5519
335
+ cirq/ops/pauli_interaction_gate_test.py,sha256=adnIIgCvFzO-inNaN77HER-WJ0hg6L63_HfiT60oV3M,4543
336
+ cirq/ops/pauli_measurement_gate.py,sha256=ODHQJgy7oEuDb7qOJ2ja_i0w4jvbV202FaO4O_deo6Y,7239
337
337
  cirq/ops/pauli_measurement_gate_test.py,sha256=uh3J0Ps3V3578V8qkRiEgIl6jBiv8DsXlk_vzLvOEhQ,6720
338
- cirq/ops/pauli_string.py,sha256=mTVfWcqhypF7yQ3EkdHPMrtbJIvCYSBq5RRfA5Q83eg,69675
339
- cirq/ops/pauli_string_phasor.py,sha256=M5AGwwMueY-y7bl50KJHiYql7PF4AcsdBBZhsxkhCWE,17519
340
- cirq/ops/pauli_string_phasor_test.py,sha256=BzmlFH5p-15kxEwLFrrwGaG3JtARZq8gXz2NZPmUfDk,27864
341
- cirq/ops/pauli_string_raw_types.py,sha256=6CgdPWYmOziP4uZbrIsRW0sDSMmV1GioGdAk0owFITU,2240
338
+ cirq/ops/pauli_string.py,sha256=XGbRrvWdLf-ohkFS6xzwBulHBd2sfsV1sm2VdP-TL0M,69675
339
+ cirq/ops/pauli_string_phasor.py,sha256=-86hl5D6TIgV5WaQLd1X0sARnNebFTXDpSTlS7T0Czg,17518
340
+ cirq/ops/pauli_string_phasor_test.py,sha256=PT2PmSeXG8JS45gyUrVpXdTifwpNTCmU0ASUZ9WDk1Q,27865
341
+ cirq/ops/pauli_string_raw_types.py,sha256=IdJgzqF66hGkuJckAxxnyRLc-jMLFTPjnpePzhNdlRw,2241
342
342
  cirq/ops/pauli_string_raw_types_test.py,sha256=SZPluslZPGffPq93F5apESBygWZ2cj7BEX6dQuawRQE,2648
343
343
  cirq/ops/pauli_string_test.py,sha256=JlS0nxddL0L3uv6-kjT7RgSaiN2ME0j-XcLulQL0JTg,77371
344
- cirq/ops/pauli_sum_exponential.py,sha256=_9JERthST1PRwunplPQKIaJaOL45Kbl1oJ5CYUJWlTU,4876
345
- cirq/ops/pauli_sum_exponential_test.py,sha256=wVnJ3FSpEimHT8ERVkmljALrgSuuDYo6GRg91uJ7ztk,5370
344
+ cirq/ops/pauli_sum_exponential.py,sha256=6sKJ0ky2pcxoSXaRtYnlIdB6A3oMYHX7nqBx1i_GEkM,4876
345
+ cirq/ops/pauli_sum_exponential_test.py,sha256=Vi2-0zDUCS4XtFn9dfmkgh9dH2ncuKYOiQLCZPoLMkg,5369
346
346
  cirq/ops/permutation_gate.py,sha256=2h8n76N2M3nu5MA8JkRQgVLByq5cOEluKUN042ClSRs,4196
347
- cirq/ops/permutation_gate_test.py,sha256=SwXRgsZNLn5jnGhfcKPJ0J0CIssNzElbFaqylV2TXD8,3281
347
+ cirq/ops/permutation_gate_test.py,sha256=qroZ88JYhSU6rxuQsJ2pS2XqPFJ1BGvXYVy3cnpUc9k,3281
348
348
  cirq/ops/phased_iswap_gate.py,sha256=Q-1PuSc4F3gsZL9UUN8EgrO31Ix6mA-7HoUIndvePbk,8990
349
349
  cirq/ops/phased_iswap_gate_test.py,sha256=tB1MqH8Y0Kgr0QIxs1kq1yl2g0mKYI7Q_AaadBhFe2U,7360
350
- cirq/ops/phased_x_gate.py,sha256=RPZAdxRh9tJk8TFU5cttSjQSx66156t8j1hVupfJ_tM,9961
350
+ cirq/ops/phased_x_gate.py,sha256=7qMHCcDcd-VQt5Ou_guFHrvNSdlvQPLdCF2xO3T8AyE,9960
351
351
  cirq/ops/phased_x_gate_test.py,sha256=IpY-Z-MsqtYbyIEdxWu1NqgAJF2B7nddxPc2Hxafr4s,10202
352
- cirq/ops/phased_x_z_gate.py,sha256=VIPSaVqwdCCMrApKln7W4152RDQFeauLabWRE2zTiLI,11518
352
+ cirq/ops/phased_x_z_gate.py,sha256=E96p1za5rN3Q2jwOfV1HWnkvb9mcxdV9ZaV8FzcpJHE,11518
353
353
  cirq/ops/phased_x_z_gate_test.py,sha256=KK5-FD5zoaqZkw7p6UKxFddzaFWoxnQnE8LpCiKtIk8,10690
354
354
  cirq/ops/projector.py,sha256=y3ignrYFmthdPm_pjJ0Y0xp8SGPviqcT07Y9KEZ231Y,5646
355
355
  cirq/ops/projector_test.py,sha256=Wq7ddj-PV30yUXJxJoT3XIw2sIUC1AilnZ9m9N5Ejr8,9063
356
356
  cirq/ops/qid_util.py,sha256=SxyoMy_s070lcqXV7ny6vE8pp082OrTjBtawZtHOhXs,2071
357
357
  cirq/ops/qid_util_test.py,sha256=JdViBgFfH4bZJyPKTjUf9MuPxMQe08JV_Tl6tusekfk,1061
358
- cirq/ops/qubit_manager.py,sha256=U8dML-iosNfQn16Ug62z2-b2PFf-iDWc1ZCLuUsIc-g,3539
359
- cirq/ops/qubit_manager_test.py,sha256=SQ_6kOehIaMgRvU43nTOEy6UoDxZSeVzSYQ2Mfouexg,3371
360
- cirq/ops/qubit_order.py,sha256=nYkcMg-y5QtR7M3W1HXq1IWJyMKjrTZXVK1GEbY6gng,5616
358
+ cirq/ops/qubit_manager.py,sha256=BT-1lpp7MTdBHtVekwQw3riN936hipwiDxdzNKIM5Pw,3540
359
+ cirq/ops/qubit_manager_test.py,sha256=HGPOQEwVujNFngi6iAGOYKqqWDwFp0jcA8nbU_GFvpY,3372
360
+ cirq/ops/qubit_order.py,sha256=2jCQE6bebhwkTphxJvPfAvGp16Dyees-erbPrBc4ibw,5616
361
361
  cirq/ops/qubit_order_or_list.py,sha256=WVnhQcOYCgAhiB4t47Kji-pN1tnvs--X5deCQwwGVno,1165
362
362
  cirq/ops/qubit_order_test.py,sha256=B9xMIxlaI7YjRUNA6AkHJuUCFejGYw-lT7ZaSl31yTU,4238
363
- cirq/ops/random_gate_channel.py,sha256=gKDqZa6AwdCIuuh2UOvO5oxCdGRDOInA7fI3ZLQ-LTY,5121
363
+ cirq/ops/random_gate_channel.py,sha256=Xe87IijowzE8UPtgKgmAiA2iwKwC0_poON5D5TfBVoE,5121
364
364
  cirq/ops/random_gate_channel_test.py,sha256=U3EAaAlCZkgFIYxqwcSkPsaVGrKA2PSeG_DK2ou--AE,8606
365
- cirq/ops/raw_types.py,sha256=tKfLpWWbfJT9p9oqG2bJBBX-OuRzZYgGvbFlhYk3oxo,43854
366
- cirq/ops/raw_types_test.py,sha256=U2sAzc6DjpOmgHafGv94VJXqZHm7J898khmJoHAawHQ,33940
367
- cirq/ops/state_preparation_channel.py,sha256=PjVtoLbjBAy_XqnFAY40Am-NifeuCFVVLW6RJxph5sQ,4778
368
- cirq/ops/state_preparation_channel_test.py,sha256=yKUvLw_ft6cvIgRJcFQ779wZS-V6V-pzQq-rZRWdCmU,5922
369
- cirq/ops/swap_gates.py,sha256=Rf3zF_dM6NM9LGvYqRr6QiX0qOxLBhp7yaFs-Awjog8,11792
365
+ cirq/ops/raw_types.py,sha256=tnm6KgsXZOvxmHQg1wgNWWRDnfkcfpbQ7YBo3LynmvM,43854
366
+ cirq/ops/raw_types_test.py,sha256=sMUbeAPKsZ7k--ax5h7jVkuCZ5LX16ufCWUBitY_d14,33940
367
+ cirq/ops/state_preparation_channel.py,sha256=0t_mowWYTFspRpRWJ2xvQtbl7iAQTF282TdP7nF4Kto,4778
368
+ cirq/ops/state_preparation_channel_test.py,sha256=tSjrd5cCkd0nEV26WzJN-IVVHtm7HjfHGImYcvhYec8,5923
369
+ cirq/ops/swap_gates.py,sha256=OO6oPeXUiCgp_I_6-X6po4Ql_i7hm0kCmNs3_S6mwpg,11792
370
370
  cirq/ops/swap_gates_test.py,sha256=_CihLf6rY4PNphCkH-S5mLJQYZW9ILjnnwUyQ9b0Blg,7452
371
371
  cirq/ops/tags.py,sha256=B3nEsZQTurGPJodH7aDoreNSatqawTxwsmw8fSKaIlc,2294
372
372
  cirq/ops/tags_test.py,sha256=4V9twOuCXd7Glvj9p3RW-tZ4-bfLtC1tmonR4soKNA0,1158
373
- cirq/ops/three_qubit_gates.py,sha256=l2wJjiXXDw-dOeznAEjVmALupSigpYblp6LcL7-65nY,28537
374
- cirq/ops/three_qubit_gates_test.py,sha256=iQfQ4p4TwtyHYCqaWOEeZsqszF_Mp49VwlIKRydClMk,11778
375
- cirq/ops/two_qubit_diagonal_gate.py,sha256=7ALyJs1ueE3i3v8FesFraaQC8nPp8h73tqeYIuNUVfU,5396
373
+ cirq/ops/three_qubit_gates.py,sha256=IGJ5emntBp7qSdcI9bxYTprSz8SwVovZYhb3GbJsOeY,28522
374
+ cirq/ops/three_qubit_gates_test.py,sha256=jCwb6nHl1Y0qdvqzeLW2TRIWEPLmGE47SwacdzUcFiU,11779
375
+ cirq/ops/two_qubit_diagonal_gate.py,sha256=xaVproIB3r8f1hPbuN_9YKaGJ9iVF7p5J0oHjydB5gE,5397
376
376
  cirq/ops/two_qubit_diagonal_gate_test.py,sha256=qiuREluCDKMok3ormBOdDYCFlOS9u1zFLqTsORO5JtM,4000
377
- cirq/ops/uniform_superposition_gate.py,sha256=WTO2AUBWIpUtcPGG2eI0r3KWG-pO_tuCV0J_Ka4Chvw,4725
378
- cirq/ops/uniform_superposition_gate_test.py,sha256=9N8woRmaFWeuaPMy2K1JlXyTG8bICIpsfmOzXc3NysU,3551
379
- cirq/ops/wait_gate.py,sha256=PQt2Wg9nbqtGUFgBntr6AoYZ3QOcxfLwlvXTezzODfw,5581
377
+ cirq/ops/uniform_superposition_gate.py,sha256=CdwVJsHCYO0IXcWNQJk4VD_7aBSQHpEfGF3YlC5PP4Y,4725
378
+ cirq/ops/uniform_superposition_gate_test.py,sha256=gbtUQzWctZzSXNrWIq45s37J5L-hTyz9H-rtUzWcL0s,3552
379
+ cirq/ops/wait_gate.py,sha256=x7S7bGN_KbkN8SRvlxwBwwfhsneR1xfUzfh1tYCW8g4,5581
380
380
  cirq/ops/wait_gate_test.py,sha256=2Uw8ZjFkYGhDosoxbJr_IW2wWdxY8kXR-CLyC69DYRg,3543
381
381
  cirq/protocols/__init__.py,sha256=JvMKV92kF8qxm8mXNM9iY8TMyn87mwSwaafnvuphcgY,6087
382
382
  cirq/protocols/act_on_protocol.py,sha256=pRjl2lHqxuYWlJopkWCSPiwrHPggHOdRMb0nu-kHe2I,6886
383
- cirq/protocols/act_on_protocol_test.py,sha256=eYHin_cTQkhxJg0zkkenQCDIj6TFUX0IstTPLgHvEdY,3147
384
- cirq/protocols/apply_channel_protocol.py,sha256=1-EBw-onbgRwZOoVzLFpFrmocRFqSM6SqChDdsrNBZo,15678
383
+ cirq/protocols/act_on_protocol_test.py,sha256=q4vOBfG9-O8CIzmwU8HaB2HZR_U1fk2Vm-q1QhyeEpY,3147
384
+ cirq/protocols/apply_channel_protocol.py,sha256=s5gkjAcAMe_qdPJGPuZnt4r6zZhszpddnK8Ed-wEO90,15678
385
385
  cirq/protocols/apply_channel_protocol_test.py,sha256=ETAWrBTVkPuUPUgHsLZo1HUsJnZsO0hD2fQeXlXtvjE,10582
386
- cirq/protocols/apply_mixture_protocol.py,sha256=YknZTAF4jXQYDvnB-galWd0QCrqT-2_CJP2QlnNehIU,16306
386
+ cirq/protocols/apply_mixture_protocol.py,sha256=t_nSa5nISHqDM-wUzMRRz50RhxZ2d1nHq2a4RL2NTqU,16306
387
387
  cirq/protocols/apply_mixture_protocol_test.py,sha256=6sNZhauFDec2MvHmUsvmkVF-qjH1WLDnZO35RT0OtRY,10793
388
388
  cirq/protocols/apply_unitary_protocol.py,sha256=giJwec5XCEt5s0_uyNEuhGBlcDeJymPvuoIVx08hszY,29772
389
389
  cirq/protocols/apply_unitary_protocol_test.py,sha256=ajjHvcBBv5n8Qh_hMPZkdsOvy1xJ774q4kuC25DJnKM,26136
390
- cirq/protocols/approximate_equality_protocol.py,sha256=HvcPk-kOKbHw7PF3WGZb6RcTLvat_0KxjFkxnERnVbU,6258
391
- cirq/protocols/approximate_equality_protocol_test.py,sha256=BYGw5iNU3lsdH5BUDPnqd9xfvfIo9-j5j0og_yXCQyY,9174
392
- cirq/protocols/circuit_diagram_info_protocol.py,sha256=R8LiAgmCZjuFT7_8ZGQ6Mvl2H0rOGRkB5DaSgM6N3hA,16011
390
+ cirq/protocols/approximate_equality_protocol.py,sha256=ZqnkoltD8vS1eQjV7Lw3RS49cdjZjGTF0LbdRUlBOCw,6257
391
+ cirq/protocols/approximate_equality_protocol_test.py,sha256=HRjM3PVRGgJNM1cqq7NQ3cMlsiYwL6zEm-MN4y7t1_M,9176
392
+ cirq/protocols/circuit_diagram_info_protocol.py,sha256=msCejCJx5QtvJHM-yro5gbyUfave7FNhqjr8bUw9BIg,16011
393
393
  cirq/protocols/circuit_diagram_info_protocol_test.py,sha256=dSvjaGEbMGuSrs4kpFen5Z-_dC1JzPvl27Dg47di4A0,10415
394
394
  cirq/protocols/commutes_protocol.py,sha256=n7EQYs2giG3_Kh0bVhOXYQD7we7vTwj8IklBqQdolgM,7394
395
395
  cirq/protocols/commutes_protocol_test.py,sha256=h0Lky4jrs7Hxrh4MeHxmxNciuofKGGZ2eC-ceWP8wKU,5849
396
396
  cirq/protocols/control_key_protocol.py,sha256=sq4CswLr5TDHPmviNMF1shlL14D6XXlPxt3P985Esy0,2614
397
397
  cirq/protocols/control_key_protocol_test.py,sha256=190gp4QBu5QpP2doMmzx9RkAkp6VZOOWGOXp0RIFgqc,970
398
- cirq/protocols/decompose_protocol.py,sha256=fFy75GOLiJWwNRVDNtl00-19xCJcI_n9J7GiKuMY2wU,18903
399
- cirq/protocols/decompose_protocol_test.py,sha256=5L5lQN_FV9qtE3NHPsnxtdgUtY5uDEIfxZkBHbgDrGs,16025
398
+ cirq/protocols/decompose_protocol.py,sha256=YkpkZrvcXQ0fk1Nf7fT0Rfnee1SDzk0-d6dVE_ODCPY,18874
399
+ cirq/protocols/decompose_protocol_test.py,sha256=x6Nok7yqWL2CN9uqBRBiM2Qfkp3nDdWWVBXcY6XD5vE,16026
400
400
  cirq/protocols/equal_up_to_global_phase_protocol.py,sha256=7uF0v5c8pzmj9j7SbgG-dJ9nd4zddKMRf8tPx-Zr8Ys,4070
401
- cirq/protocols/equal_up_to_global_phase_protocol_test.py,sha256=5uypo6WHTp8AQU1KURl48euQG2J123AXEVFQ6v6cIeE,5964
402
- cirq/protocols/has_stabilizer_effect_protocol.py,sha256=XH6Lv9SGuYhuuSB0mi5v8Eg5emR-vbICKUjjqfxDw1U,4295
401
+ cirq/protocols/equal_up_to_global_phase_protocol_test.py,sha256=4lTuxGY4-JfoK9vr_2OUHxr5IAnVeveq3OAZFkLi_eM,5965
402
+ cirq/protocols/has_stabilizer_effect_protocol.py,sha256=JyJFMS_OdSr9kCS7INgfHrqjym9vSjOdTg6lK17KkK4,4295
403
403
  cirq/protocols/has_stabilizer_effect_protocol_test.py,sha256=0ia7ehyGpmscjRP448dBANZKwnlbqSODdPUYRUhDEN0,3879
404
- cirq/protocols/has_unitary_protocol.py,sha256=inj17qr8Pz2Zofj0Lsp2o7TWlfmdU1TybtRjs1TWVow,5372
404
+ cirq/protocols/has_unitary_protocol.py,sha256=sOP_qz-9JKZ_yg9QDpF0uw0qGfV8dTS_UpPtEpk512I,5372
405
405
  cirq/protocols/has_unitary_protocol_test.py,sha256=IjmJ3dqvteFUUO4FLwCTokgUvYy8H2HJjLmTDzt2__Q,5610
406
406
  cirq/protocols/hash_from_pickle_test.py,sha256=YvDlLEQKZLhTaVhtHXGB4MntUhxN1Za9rQqf7ZfAfdw,4634
407
- cirq/protocols/inverse_protocol.py,sha256=CEqtGRRj86WQyyALonRXxQrNq-fENOs_Zqrlr_BVau8,4115
407
+ cirq/protocols/inverse_protocol.py,sha256=aicyqdJVDbd-ZO-wKHA8S_5CcPl3HDhRklSSdosRdy0,4115
408
408
  cirq/protocols/inverse_protocol_test.py,sha256=pqqIU4_G4Npc9Z-SeoM9eCB2T5JRTeI02NCXhP0UtaI,2017
409
409
  cirq/protocols/json_serialization.py,sha256=zwNSm0nHBRJp5NBwOksJ3gkBVzl87Nw6ZC5b-OqvxGg,24517
410
- cirq/protocols/json_serialization_test.py,sha256=kOM7-DWVy0jy7SBx-RgNNiExm-Ot4wbYm0JKtl9uF0w,27737
411
- cirq/protocols/kraus_protocol.py,sha256=8jed4J2VhyB4NNeZd04Vk5UhCDifuOK-JVdWJyNYKzw,9140
412
- cirq/protocols/kraus_protocol_test.py,sha256=QpPwkk7XBiGKNdrOcjXqtvhESVbUzujnUPz47uUNyqc,5401
410
+ cirq/protocols/json_serialization_test.py,sha256=kspqyqpHXY_oOxW0NZPRUXDZZz1Qr-tAVtfqiTlJfys,27737
411
+ cirq/protocols/kraus_protocol.py,sha256=9DROCafRytKDE2VNFtPBV9AGmaX7Ju4h-jPTXy8LDSk,9139
412
+ cirq/protocols/kraus_protocol_test.py,sha256=NYVayiCaEpfvelsoR7bP57lUKn2pjFKYOiVOFHeZn9Q,5400
413
413
  cirq/protocols/measurement_key_protocol.py,sha256=vqoxjmthtmQ1nWbi7Xd4fdxFNe5y3WL7DZkQ3M_VPnc,13409
414
414
  cirq/protocols/measurement_key_protocol_test.py,sha256=M00RM-ujC2btd5UxN3BK92AGhZivDP1lRpxewj-G8VI,8514
415
415
  cirq/protocols/mixture_protocol.py,sha256=Hva80ZD09ZEfGa_jCGVNYygk_yyI02zzOEDykHejxPo,6301
416
- cirq/protocols/mixture_protocol_test.py,sha256=L0R2jSxZbi3pEhD2tOv8XC3tvi3s4csjQMk-VS987RQ,3616
416
+ cirq/protocols/mixture_protocol_test.py,sha256=N09cs9WoXj3CBvs1p95yDpLK-h6WTManz3-xvHcFGO4,3615
417
417
  cirq/protocols/mul_protocol.py,sha256=ZhkowiHCulggWanjoz6HpMGf0ODqDNIjM32knFKPuJ0,2770
418
418
  cirq/protocols/mul_protocol_test.py,sha256=Qv7y17r-HjLXC7e-6t_Y6ht8lD_iiXE6CRyRFb7noGE,2136
419
- cirq/protocols/pauli_expansion_protocol.py,sha256=UfcBv5NbAVCmhziV3zjpTVZdKUTIr0v2bZ12qsv5CDk,3749
419
+ cirq/protocols/pauli_expansion_protocol.py,sha256=vtpVoBlU1pXm4RQf3DDGervXwcW8jqNxs6ETHPSsp1I,3750
420
420
  cirq/protocols/pauli_expansion_protocol_test.py,sha256=z6eo1mBCVa965OAbVYKlTAqN2VztjqgMVvcYVC2C46s,2728
421
421
  cirq/protocols/phase_protocol.py,sha256=dXZRJb7aT8ZvtliItZOvoiaev-QvjBT4SknwZ5p-RUI,3612
422
422
  cirq/protocols/phase_protocol_test.py,sha256=eU4g6VDqfWZCpklVlY1t5msc5kAZsP-UlPrROLll_ms,1939
423
- cirq/protocols/pow_protocol.py,sha256=0wgb4LLAkOWjmP_u-_6IweXovDViocbdSgtsMOcXdkM,3290
423
+ cirq/protocols/pow_protocol.py,sha256=nFeSTr9mNlbU_8eQvvy6OBjW0ukTFM0wYXRrZvrpgZQ,3290
424
424
  cirq/protocols/pow_protocol_test.py,sha256=8eBcGUqRWSSYkEkvSHXL6tcv1o-ilnl6nzgNl9vfctg,1626
425
- cirq/protocols/qasm.py,sha256=5i9_hznujNQ96dNipsBd7gy9B3p2SKlXk3VMTEBh-RY,7406
425
+ cirq/protocols/qasm.py,sha256=fvypAAtkpTAiduQThswrPFJ70oK8BIYW5Bd7aOa3GRA,7406
426
426
  cirq/protocols/qasm_test.py,sha256=O6QdL45eEPigqzy_oLB_CjFSQhtKUBmCtQWNdk7j8Zg,2216
427
- cirq/protocols/qid_shape_protocol.py,sha256=jCAdpBBkEyK6JGmZwVBp__lHW3JhLmYt0Qzf8OgZtNU,7690
427
+ cirq/protocols/qid_shape_protocol.py,sha256=kIsdspR6O6B_e2K7SKrRmmJS-9XSoguzEIGrsV5jzfM,7690
428
428
  cirq/protocols/qid_shape_protocol_test.py,sha256=Qjo-wemjkP__1jQnVkkB91mUs8EpfXyKI9GzeZQVb1E,2303
429
- cirq/protocols/resolve_parameters.py,sha256=NVFS5PSq18Hcvjv_P6vaZIa2D4OCgZY1u5j6QgPMlTA,7374
430
- cirq/protocols/resolve_parameters_test.py,sha256=sZvwdcwCuHj3l-jwxtorUp4BOsicqO4vQg2NvMgU4y0,4883
431
- cirq/protocols/trace_distance_bound.py,sha256=r_aXr3QuqbjCrXxwqDSyRyRAbCvWaZIzt95iy5-Wx-U,4172
432
- cirq/protocols/trace_distance_bound_test.py,sha256=5DFxGafD8HS9hg1BtHVBorqA91kAEH4LCUIxZW3cmCo,1935
433
- cirq/protocols/unitary_protocol.py,sha256=3maJOpx3IVodWfVXuJA_L6jczak5azO1aUa0oD9Xy8o,8152
429
+ cirq/protocols/resolve_parameters.py,sha256=OqE723_bHVbyMPME-_X0CHz6VJaNH4e7Q_u2OmRTAlU,7345
430
+ cirq/protocols/resolve_parameters_test.py,sha256=LrgTQRxeL8VSBqs_YOM3JxikIBg-bZwwworjyVLIcos,4889
431
+ cirq/protocols/trace_distance_bound.py,sha256=vfZ1ecyjpOg-zg780uLy9vL8cBD_Vy4xY5TRP-CAPNM,4172
432
+ cirq/protocols/trace_distance_bound_test.py,sha256=FHec7-ngnDjdEf9APIMqU76XCcGO7bCjHkinjA0k5us,1936
433
+ cirq/protocols/unitary_protocol.py,sha256=ZH7sVFIKSqWQD4GrsM3BLlswWPiErXCl8aWSO1taow8,8152
434
434
  cirq/protocols/unitary_protocol_test.py,sha256=sby0_pto_WqznJd9xAXG-VtBNz_Sn3IQjEM4pUBtzjM,10189
435
435
  cirq/protocols/json_test_data/AmplitudeDampingChannel.json,sha256=x3szAuG8j_1uAK5ghFapaB410g0twQ83aQNsvItXVdo,60
436
436
  cirq/protocols/json_test_data/AmplitudeDampingChannel.repr,sha256=n_tJNGHkWlxYunXGMFtFO6-RuIv0y8Ki0YqE8w3hOl0,30
@@ -896,45 +896,45 @@ cirq/protocols/json_test_data/sympy.pi.repr,sha256=ZQS0my0esr3dWTZ3mWlqgR63uorPC
896
896
  cirq/qis/__init__.py,sha256=7yOctnS4jY-rTfV9fKMbddVh1m8GjZDf3_hx4A7ZOcM,2892
897
897
  cirq/qis/channels.py,sha256=AxKgLUbWLrb1pz9xLtSpYm_stjN-IWOwLFYC9YZSons,12798
898
898
  cirq/qis/channels_test.py,sha256=iqkSyfvx_c2ZpJKAVEsFyZRmKpzNrJsyFjHbaJUMqcQ,14454
899
- cirq/qis/clifford_tableau.py,sha256=-y4w_qFY1sWv4McIZ4tOYiTdGwwkrVy_DFkeI0_-9zw,26231
899
+ cirq/qis/clifford_tableau.py,sha256=fD5JCdQgJ5801Oohm3rl0bi83E0XarfuF_iJXTiH1oA,26232
900
900
  cirq/qis/clifford_tableau_test.py,sha256=sHmHC3APFc5tpAkSSpVsywVgvAnkg5cYcj8KQjifcBI,18440
901
- cirq/qis/entropy.py,sha256=H9WcGlTK0NBU3aOtRWS8HM53ghmUqLB4OXicbbmwJj0,3954
902
- cirq/qis/entropy_test.py,sha256=NUT7Otn14rkoBbuOI3_PRthUf5aYxfc5tafCv0_wETw,1672
903
- cirq/qis/measures.py,sha256=-e2mStl9882z4mbLwWtbdmmdJilmf6Ex2b_jSXhMX3c,12194
901
+ cirq/qis/entropy.py,sha256=KFMp9oH_4_q7emYiD5wIVRZFpgamyBXrA61_Ul7XGCU,3954
902
+ cirq/qis/entropy_test.py,sha256=FEx-cK8LMfj7iDwX3u-60U_Kg38l00K3uJfkLTQbuKM,1673
903
+ cirq/qis/measures.py,sha256=vg5g-hO5lNCphtEG7LkeaPveNYff_KFyxnVFNOi-Kuw,12194
904
904
  cirq/qis/measures_test.py,sha256=3LTTGdvuFfZWmFyWFeUHpg1yGc9z0VE8j7Kd7J7y8i4,10092
905
905
  cirq/qis/noise_utils.py,sha256=wakkdQdBzOUWCf71sCxMCWwfPPAnJi5bNYsXDzGzkx0,3680
906
- cirq/qis/noise_utils_test.py,sha256=6r99DBN_2bImZbuOIB2A9ZdvyipqDopXsoxV-8OUK_I,3391
907
- cirq/qis/quantum_state_representation.py,sha256=5ybXGqjGSpSZqOn9q6OW6IBOmJs8KQekv5fFZZMCqZQ,3238
908
- cirq/qis/states.py,sha256=1hhW0U6EF_C8MocBPV-017JEYc6uTUvqZucgqI8rMkA,41887
906
+ cirq/qis/noise_utils_test.py,sha256=EX392K8scTM7gpSyfTk6KxH5OHA2zfzRQ-Hb2KiT1mU,3391
907
+ cirq/qis/quantum_state_representation.py,sha256=dDWjauyL5WIGuPJ0eCU-LSIh5eG3nTtg0tXdjbcvxbM,3238
908
+ cirq/qis/states.py,sha256=Lk1RXpvzm_b9luFFbxXr36zA6y-cWma6GXM_6BGkc1s,41888
909
909
  cirq/qis/states_test.py,sha256=I4fHt5drqG0C36bvmU-H7DfY3zOC8CfiZFzKJvSOnFs,31813
910
910
  cirq/sim/__init__.py,sha256=J209uAbjmgzER-48Q-FkRUWQ1FlG6-1c7GK11owZIW4,3452
911
- cirq/sim/classical_simulator.py,sha256=orp2WY15HNCJk60Aosq7igO3bjKcWjAAOeU_CiPK_98,9349
912
- cirq/sim/classical_simulator_test.py,sha256=TxPhVNLoOBPwTlyUCOQoqwid76ZBxQfmN9IPD0yxNHI,12701
911
+ cirq/sim/classical_simulator.py,sha256=zrkFEiCuRo1lbO4sx6WVi_BQb120Dm18t8iRjrCGWPg,9335
912
+ cirq/sim/classical_simulator_test.py,sha256=FzQlf2hsyOjn0KL3QGpzXFPzJ_n73G5RoeuDxSV0-6E,12703
913
913
  cirq/sim/density_matrix_simulation_state.py,sha256=XRxKsKq13OlXR7429WBbKps_jmOoCBRa6U9PzYrYrTc,14065
914
914
  cirq/sim/density_matrix_simulation_state_test.py,sha256=uqSKZrXEPLYO7R3UW2d1y_Yq6CcyJ0drTSCjGbtzBuc,4369
915
- cirq/sim/density_matrix_simulator.py,sha256=-BIY8JjmzAJDmF6tWcv5lbH1yS7UQIlKicU1AJgttfA,17462
915
+ cirq/sim/density_matrix_simulator.py,sha256=UHIImpJzYb8WRb1PPeMdAeGO6o3ioF8-QzIczyjP_JM,17462
916
916
  cirq/sim/density_matrix_simulator_test.py,sha256=Wnj0gWABa-EJ6zP5z9G4fyTN7641Q5OrAo2u1FkY1QQ,61122
917
- cirq/sim/density_matrix_utils.py,sha256=9Fbzh0c9hzwEff383YwRit2K_tvlpT4Vyq3rjLijRyA,10273
917
+ cirq/sim/density_matrix_utils.py,sha256=miwBOle6XjA3VdfF_wdAj1xeSGT5QPwYpjrZ_q5b2x8,10273
918
918
  cirq/sim/density_matrix_utils_test.py,sha256=ZJpeolcie9rSIvrWhxcGhzr6Ojyn8me00rfrDwn4y-M,14225
919
- cirq/sim/mux.py,sha256=gnQGQmArs0LdLnVmxAesOTnVmaudZmgIH6JUatGUXtE,12509
919
+ cirq/sim/mux.py,sha256=lZdA2wczdnK40GBTVtCMu89-6Ow6j6LvPRxG2pPWIE0,12509
920
920
  cirq/sim/mux_test.py,sha256=uJUUnE9qg10rF0pGWo_bAWhp8JzsmOGW4hFRZeTKwdM,13680
921
921
  cirq/sim/simulation_product_state.py,sha256=ehrEXLCZkcthtdYMZTZragWsPmsgzxxnmXuPQNEEg-k,7052
922
922
  cirq/sim/simulation_product_state_test.py,sha256=ajfQcf5QpF40FndpoKetNluRfq6ds91buKFxiTafoXg,8905
923
- cirq/sim/simulation_state.py,sha256=vmjfaG0ugHcdrzRF-xRLPDgNVwwuo1RWe3mHR2ytK1g,12640
924
- cirq/sim/simulation_state_base.py,sha256=1t6dWLpxJDiVvld9kl91A9OGTNY6ZkWrceaHf-qZTX8,4180
923
+ cirq/sim/simulation_state.py,sha256=uBHpo1RYy3tN_ph7PQ_Qv729BlgNpY81Kfly2dN3a4I,12639
924
+ cirq/sim/simulation_state_base.py,sha256=QYlVrDkW3xC7tSG65WySpW63_1HdEAEMcAhGXeKE-KM,4180
925
925
  cirq/sim/simulation_state_test.py,sha256=ubfkvFui9zPQwC6aJw9rmehd_4oDQCi6L3Pe1EVznAE,7410
926
926
  cirq/sim/simulation_utils.py,sha256=hsR4ea2eERW3ugNPSheE0bNBYEcJl6US-a6rmu7CSOA,2598
927
- cirq/sim/simulation_utils_test.py,sha256=1YCuaKFf0JfOqdEbdYE49wlNWmhmtQKUQMIij6YyiDo,1333
927
+ cirq/sim/simulation_utils_test.py,sha256=iBJJxPs0J2HVpAIvuRwg_kiq3-VjhWSJhOM8irQVAkQ,1332
928
928
  cirq/sim/simulator.py,sha256=d5EFMunjzPATr5p3O4e8x0c-Ee3Bd3XQeOfyPXBwPsQ,42046
929
- cirq/sim/simulator_base.py,sha256=mAcIKPT6lsIvAJFdSC4a-cGQFU0kegqbL80K1K7mlFM,18186
929
+ cirq/sim/simulator_base.py,sha256=KUkNDra8sSIPl3i9BTkXa8RH45wr7Qi-oc-2UGyDWPQ,18186
930
930
  cirq/sim/simulator_base_test.py,sha256=Ik_28QV2Pzdc4tGxYMAVnGrNG1IWMiwuKUJcaCeuG7M,14955
931
- cirq/sim/simulator_test.py,sha256=wlJLnCfPfIHbJ2On6Lb5iJPSxkjjgMaB5GXOJvwSby8,18589
932
- cirq/sim/sparse_simulator.py,sha256=OvVjqNk5Kb92DM8Nrdw1BGOB7GFlT6yiXwIPpAcLV7I,12854
933
- cirq/sim/sparse_simulator_test.py,sha256=HJQ6yDqpg2BY6KN3eFg9b-i1qsr0sImxOCuTqJRbwFI,53584
934
- cirq/sim/state_vector.py,sha256=N6N9EELlW66UaLTBaq62ms0XkfIK7CzN9SBM7t52dXo,13428
931
+ cirq/sim/simulator_test.py,sha256=ofu89IW24GtXr2HBC-OGgG0zZ1BCkw9Wkvj2aaa3uUY,18589
932
+ cirq/sim/sparse_simulator.py,sha256=-uoZG1CRW7LbM8zbN7xqx4YQiFh-PlPpCBxHdgScqZM,12854
933
+ cirq/sim/sparse_simulator_test.py,sha256=rrv4LgoMSP__a5b9_YUwNnpgryDqnJm7vMdodprbw14,53584
934
+ cirq/sim/state_vector.py,sha256=-uPCN7MjorKZfD-LZU3-0Ld74zUgmOWD4cGx5BxB1HY,13428
935
935
  cirq/sim/state_vector_simulation_state.py,sha256=e4it_DT1J-30S3OX_gfMJiWAttFaVOMEPQ-Y1ARWnDg,17616
936
936
  cirq/sim/state_vector_simulation_state_test.py,sha256=UtGMIurlV6N74nX7qoVnGoRhwF35-ghDEIP7Mj5AXmI,9841
937
- cirq/sim/state_vector_simulator.py,sha256=j1Dcu6k3gtX2cHedVlJiSgDQ_WQ2UUUyFnAEeHrOF88,8201
937
+ cirq/sim/state_vector_simulator.py,sha256=uHK8nEWAu0oOlgGhwHsnwE05BxY1X2GEoMpyoC5K9DM,8201
938
938
  cirq/sim/state_vector_simulator_test.py,sha256=wJq1OZRzKokeM9cJyaJXi6wHH2qi97h0HmJlYOEBDzU,7864
939
939
  cirq/sim/state_vector_test.py,sha256=AF5LbyRymSjuFDG19gPetp7morKLl8v5yfgf17TFCNg,16586
940
940
  cirq/sim/clifford/__init__.py,sha256=NhHor0z4Zs4FiV3uF2br-z_oNF42Bx_u-voSYq37I68,908
@@ -948,79 +948,79 @@ cirq/sim/clifford/stabilizer_sampler.py,sha256=XfJ2Y0bpCZTdAmiOVMIYPKDQ5SII5EuDJ
948
948
  cirq/sim/clifford/stabilizer_sampler_test.py,sha256=sNqJyUY--wqHjsPfm4E1YPBll1-GirvxKFz04n5I0f4,1338
949
949
  cirq/sim/clifford/stabilizer_simulation_state.py,sha256=mqADFqLHg2Kit9EsuhNp8ntZQQnTRXc51ZQ9LdqQ4PM,6723
950
950
  cirq/sim/clifford/stabilizer_simulation_state_test.py,sha256=dsphoXTaIwRCjprGJQirSs0qeVKHlni_pt_GZJn5Vpc,4317
951
- cirq/sim/clifford/stabilizer_state_ch_form.py,sha256=OAbJK9QuIVPSp7vNyoXUjETxEJ1HOm9bz9r8UetX0Jw,14028
951
+ cirq/sim/clifford/stabilizer_state_ch_form.py,sha256=K3tmFeEAwuZQT3C48lHED67B11IHHeWsGoj4WRIsfLY,14029
952
952
  cirq/sim/clifford/stabilizer_state_ch_form_test.py,sha256=FK0IsyrTfT6ZPZeBYmyPG2xpzUT7RG6P6UQw_61c6kU,3149
953
953
  cirq/study/__init__.py,sha256=OyJhZjBiEkNbtSuSZaOwHGwwnOIGgnn-W8ec0xHhHBI,1647
954
- cirq/study/flatten_expressions.py,sha256=a38GP12hp-MWlYGeVsCdNFwx81r--mvKpr8ICu-XoFg,15582
955
- cirq/study/flatten_expressions_test.py,sha256=6e7pTkaBrZW-EmG4teZxcwemqnxCtJW3kq2KOlPcwW8,6078
956
- cirq/study/resolver.py,sha256=dDEGIwWueP7ZICbEAUc6G5li2UoTFkPS9Qs2dSDCbV8,11906
954
+ cirq/study/flatten_expressions.py,sha256=XUvPFOnuV8jOO2ZyvL4dsD3UWJXhyN2YfyVyq01BJgQ,15582
955
+ cirq/study/flatten_expressions_test.py,sha256=bJZKjgz_brS71Zf-cdpI7MCY6TMhzilHp96Vhn3DoOg,6078
956
+ cirq/study/resolver.py,sha256=UtiHmW31es44caMMohYS1afCVTq3vbaSoyz7bqyMGgc,11907
957
957
  cirq/study/resolver_test.py,sha256=QQe9Rr0z6qNbSWPEvCKd_DNka6454AWVKbG2J2DD1Wg,10228
958
- cirq/study/result.py,sha256=KzjpjvDVCTFjMyq9r91pZSYdtcD1x3yj8jP_StlOSMg,19285
958
+ cirq/study/result.py,sha256=IjeBZ5eiYC92xDG8VbbH5avZzJl0nh_rArZu5oOIIHY,19285
959
959
  cirq/study/result_test.py,sha256=fq5BH78RswfTiYjMchJ4wEDDyaJu0QdJoGobMjKDeSI,15591
960
- cirq/study/sweepable.py,sha256=CHC6NMZbenwKdTQrFJnbK4PlwoXhXTWmAzi1ZjSpS00,4357
960
+ cirq/study/sweepable.py,sha256=TXry4R8jDqhbq_FXPFdLlF9vEHA0MQrmFbJd4K6PlPc,4358
961
961
  cirq/study/sweepable_test.py,sha256=ENv03_GJmbUc_ukJoqfgG-H5C_yyx1jCcvxohSMyQVU,5502
962
- cirq/study/sweeps.py,sha256=yJTmZUjxJNOIqXKTevF0uLd8lSP9HnwKhE5EHigUfG4,21673
963
- cirq/study/sweeps_test.py,sha256=rgnU7zB7hxOXLbalYJb0yy_QPCOd-LxKgUir1bcyC2s,15426
962
+ cirq/study/sweeps.py,sha256=q6wHpIEjK5sQQdxTERFqp_BxDtiHKVQ50zyS7TOrYa0,21673
963
+ cirq/study/sweeps_test.py,sha256=8jq4l_W7eUc2S2A80s84r-KuhtOAzfGC9SoNlWRskAw,15427
964
964
  cirq/testing/__init__.py,sha256=m_HUdHcJ3HcKpGQBKCwZ6E6QSkKpIN-dUGr4e75o4tY,6217
965
- cirq/testing/circuit_compare.py,sha256=nBQES45wLVThOqC3WrPrYKLQP7HQ2pH5DjlJ5bHkrtU,19176
966
- cirq/testing/circuit_compare_test.py,sha256=AduZCzwBNFCYrjEpyS1DvIR6jU8GaFqQBBgPXyIALoU,19743
967
- cirq/testing/consistent_act_on.py,sha256=ofYxdotw7fDfEVaAoM3NJEG2-hTHmi5FlLZkLYfVBWE,7733
965
+ cirq/testing/circuit_compare.py,sha256=7Y9agOcdxDnOvigN58OH9NNvlW-HGTGLjZaj0tRVep4,19175
966
+ cirq/testing/circuit_compare_test.py,sha256=clT6K6PEq97ICDL6e3l0tgci5Q-RIDovFRt2qIRjxMQ,19742
967
+ cirq/testing/consistent_act_on.py,sha256=aMdeUGXQFQpBAEiKPOQPS75HlKXR8cgA7KDJCUknhmw,7733
968
968
  cirq/testing/consistent_act_on_test.py,sha256=QXQCN76-zzNxZXc5S7XwPSvWWQ6Cl3v_k-1Sak5LCbo,3535
969
969
  cirq/testing/consistent_channels.py,sha256=hrPRjaabPko2l0xqqkJ8F3OM7pornkDNCP-St2noHXI,1737
970
- cirq/testing/consistent_channels_test.py,sha256=Xpm0KA5ArxGKh3h1GJ9sdDrLuyDCrnkVZgzPZOQYsTY,3485
971
- cirq/testing/consistent_controlled_gate_op.py,sha256=RQf9twK1sgjSt1Wb8muneybHrBv4HttHoZdmgi4nqP4,2675
972
- cirq/testing/consistent_controlled_gate_op_test.py,sha256=0SyZ6PQocBivbpO_yTjA7iz2_Rpj2dwWjwpLGLT7h24,3252
973
- cirq/testing/consistent_decomposition.py,sha256=mEjnRALNL4XyzLlb-87FvIZT0Oc9KBQ9vARQaIJxwx4,3704
974
- cirq/testing/consistent_decomposition_test.py,sha256=6GUPhZQI4FVHM9fYZbHr62-TrwiK0jOPMTOznDellFw,3820
970
+ cirq/testing/consistent_channels_test.py,sha256=KTh4v1esq6Wy01QnRQJzL74FGmcnfrKRJStazZ4UcI4,3486
971
+ cirq/testing/consistent_controlled_gate_op.py,sha256=P3-xUwoWbXEjR_e5EHWNEiFc0rI9CKAxd1CuCOGCWvA,2676
972
+ cirq/testing/consistent_controlled_gate_op_test.py,sha256=L1ZBrgcwYoaHiwfhc9PBDPQJ2zwXXp908siovKeco1I,3251
973
+ cirq/testing/consistent_decomposition.py,sha256=FecPij4-79tDS76tumbzFmCXVNcdDNS7DkTFzKF_qbQ,3704
974
+ cirq/testing/consistent_decomposition_test.py,sha256=QZ6dp76_X00a0z2Quu_jjwDnCfq5MQo5ochC6do9mFo,3819
975
975
  cirq/testing/consistent_pauli_expansion.py,sha256=NVloOg1I8LGGIEoZxvtUQIUHRvMgo9CNgw5-atuXGsE,1580
976
976
  cirq/testing/consistent_pauli_expansion_test.py,sha256=Gy95osE-L4uQs1E1oxAKHCgVguXl-hjI5UNQJW5cEdI,2402
977
- cirq/testing/consistent_phase_by.py,sha256=oSZcZnKMOIJnBS0HgYi-8aRaVJmHGgI--WAUGC5JxQ8,2085
978
- cirq/testing/consistent_phase_by_test.py,sha256=YbI0n0FpWpBkbgYp0-yGZSeesDZEst0cmYtXgJE2LQY,3273
979
- cirq/testing/consistent_protocols.py,sha256=psJnmdn8e6bburuMgWO4P6uRo7RNFbdttjXTcHnqMa4,7754
980
- cirq/testing/consistent_protocols_test.py,sha256=ZShgGWBWrzClusc-6idmnIBdCL_OAxXLHay8baqRh1g,10004
981
- cirq/testing/consistent_qasm.py,sha256=DaZCJHfrqMe5U3ccORuKs0seFPRGhePLMAavSwd-QuM,5021
982
- cirq/testing/consistent_qasm_test.py,sha256=IM1BDeqZflv0Tui669KRLOlKKWyYnJ9JA-Xoy4lI9Bs,2883
983
- cirq/testing/consistent_resolve_parameters.py,sha256=hYbp6kbXrOLCc1DMDRC2zTAx1qlvCCJMuzZ7a5cGhmA,1973
977
+ cirq/testing/consistent_phase_by.py,sha256=mxZiGh5NV4CFpta8mleJc0yLSWrwVUMsyD1c8v229vw,2085
978
+ cirq/testing/consistent_phase_by_test.py,sha256=ik887z3ZsJs949Rbx6gvdIicNf5pc6uyyUqKgA3IfvQ,3272
979
+ cirq/testing/consistent_protocols.py,sha256=xf9F41rUENCj6wARpmhWG_-xg0kH5P2tfxwNNAiH2b4,7754
980
+ cirq/testing/consistent_protocols_test.py,sha256=1lizbN-A19lY0Ii9T2ulySbM4SMAp_rl2RrGC2sT5vA,10003
981
+ cirq/testing/consistent_qasm.py,sha256=0to-JPll3LJTiaPP50jm1yB345JWzwyjfEI6GgigbEk,5021
982
+ cirq/testing/consistent_qasm_test.py,sha256=KRIP7WbaPu8QZ-KalZvV6kQSjLmtjzhU6Tz51rnTaHw,2883
983
+ cirq/testing/consistent_resolve_parameters.py,sha256=fa8_3KjsS1O0vPJ7P68FBjg56f2IqadSCYfU0ClnoKc,1974
984
984
  cirq/testing/consistent_specified_has_unitary.py,sha256=A8UWU8etwXmEs9GWLI94NiIkGUHUHxMNY-5Brqd9oj4,1132
985
- cirq/testing/consistent_specified_has_unitary_test.py,sha256=5LPqoLCVBT8Lr8YEUN8wYZPG09A62mqFwF-WW-_F81Y,2529
986
- cirq/testing/consistent_unitary.py,sha256=JWUNy4HeWbs4JjPm6kLTKfqNq1wP2e3WYQxpDabkfZU,3247
987
- cirq/testing/consistent_unitary_test.py,sha256=MS0cHzR7gwy4zM_AHiYqNErj7bhqmQX78eIuaYORO6Q,3260
985
+ cirq/testing/consistent_specified_has_unitary_test.py,sha256=fKSSn_cZjcJCQBtKFZfU5hBNlEeJompD3mKs6Grju8o,2529
986
+ cirq/testing/consistent_unitary.py,sha256=hDeMI5sVJB7RsNMjiEv5sGRCKHUeigq0WvSeSro5pmc,3249
987
+ cirq/testing/consistent_unitary_test.py,sha256=DwlqkwYZL5KM8J8JJXLpMBP0x56lLk4Znziyj-xd81s,3260
988
988
  cirq/testing/deprecation.py,sha256=neyww8gBZZmgwPX8xPw8Mg4HgG0OXwSixhOAHnIU2ks,2152
989
989
  cirq/testing/deprecation_test.py,sha256=bWq_VY-rGnfvdeJVqdkMIDzMtxQRj9rdR6gu0kCHtzo,2166
990
- cirq/testing/devices.py,sha256=fA0rcpZxMU0fVObtLcsDJa4XS_QBzi6uH58W0PAYOoA,3259
991
- cirq/testing/devices_test.py,sha256=tIckfI9te14AMPIqJZiQCYtVPT6b5f10yt8Oy51Iouo,2852
992
- cirq/testing/equals_tester.py,sha256=ZZVY9IUyFghgzOLTq0VygpvGl9ErWwgheClWKkoHW-Q,6569
993
- cirq/testing/equals_tester_test.py,sha256=-HAlk1SMYuS-v0T275Hn7tT6IIvcBMrXUyzOB975lI8,10265
994
- cirq/testing/equivalent_basis_map.py,sha256=pUsJtO87hUGyAeGXR_pSKKkQ72vltsDj01EObxGh5g0,2632
995
- cirq/testing/equivalent_basis_map_test.py,sha256=Wiz0AzdU4JMBUqgwgEts4yu2Zwi9GyEuVyYRRzEfbXI,1488
990
+ cirq/testing/devices.py,sha256=i3v7hOGgblJXxOdZhWeAd-XszsF2PX4-ooTmqUdkAoM,3259
991
+ cirq/testing/devices_test.py,sha256=TDtCNDj4VemrpjJxJsUgwz71crvpJLM3h-HDoAvfZFo,2853
992
+ cirq/testing/equals_tester.py,sha256=TJbOlUB4-8H4plssc0yOSvhiiyt8ISG27YCZHo6CCL0,6567
993
+ cirq/testing/equals_tester_test.py,sha256=h1h2gFceSojsKwjokXi79p2ErOjvd57HwYdIGsmF2Gc,10266
994
+ cirq/testing/equivalent_basis_map.py,sha256=y9OlbBOWn-AC7l5x4iLfq5T4q8SxaWX_a-__QjL8_p0,2633
995
+ cirq/testing/equivalent_basis_map_test.py,sha256=4oRrDR5e9RilUF5QEGg5QAg-pCpIeALHGmUPLd3CtrU,1487
996
996
  cirq/testing/equivalent_repr_eval.py,sha256=vM8M9j-kVoxMg5BA1BCfZ3TgjFL5XthO7gXcau6BOak,3378
997
997
  cirq/testing/equivalent_repr_eval_test.py,sha256=FTe_1O9sl84cSmTuxPP8m38P_3mzXrF4yU5X8Bj2wnc,2964
998
998
  cirq/testing/gate_features.py,sha256=39lXCy54-V-b7WT0UC4CQaNCsFLHDLagJVVMG8fCz98,1367
999
999
  cirq/testing/gate_features_test.py,sha256=I5hTTazOYucDCqowWtdYN4rvd9hK-9Nlv3fRjs21Bvw,2168
1000
- cirq/testing/json.py,sha256=l-BqSCS1LE2Y87wwcPxQl3alF7EYM9wG5CDl9d7-RnU,6640
1000
+ cirq/testing/json.py,sha256=vFCtegpsu7LG2Bc83Nxy_dM8AuIpxA0_10PWE1vIpVE,6639
1001
1001
  cirq/testing/json_test.py,sha256=Qblb8hCGk8FUNk-L0lwOMs91YKpsfcOj7O3Ng1YG3y4,1092
1002
1002
  cirq/testing/lin_alg_utils.py,sha256=SiW2C_ugq3OKfyioD48INjILg7AjP24Jz6q5l6L1uEI,6353
1003
- cirq/testing/lin_alg_utils_test.py,sha256=wtQGhHdIGe__4lL708arpN0n-nNjGIlATpsXHlkI_eM,4113
1003
+ cirq/testing/lin_alg_utils_test.py,sha256=t5C9Sx51l1xscYzmTzrJj7wmYucAIrHHgyW4hF8eXUQ,4113
1004
1004
  cirq/testing/logs.py,sha256=0nTTrOQX-T5rspj7kZxtGsqPQg06ZddRAyABT03tYrI,4053
1005
1005
  cirq/testing/logs_test.py,sha256=iBFaO_cwddBlaCYhX13GL9nqRBWeGPekT9hAuZOo1CQ,5719
1006
1006
  cirq/testing/no_identifier_qubit.py,sha256=aRnTp9a7BQguSdZzcGV4_W-1URjTHTYsa-xxov2H4_o,1195
1007
1007
  cirq/testing/no_identifier_qubit_test.py,sha256=mNjvPIqh-G_t8TsWIa3-9J2i4rqpt9CndKDBb7dnz6Y,941
1008
1008
  cirq/testing/op_tree.py,sha256=fb3bOoTihGWp_NvPHekI7s9YZIaBoiufDVhh4ARCfhQ,954
1009
1009
  cirq/testing/op_tree_test.py,sha256=MwDpi5Lw1e3Y_-9Psx9MPvbbW2x4JlOpp7hl8mBvOQA,1073
1010
- cirq/testing/order_tester.py,sha256=0_tfixWyX_HrjTXpNrVFZT9bA6J585Ad8tjS-DsX8yU,6690
1011
- cirq/testing/order_tester_test.py,sha256=2mifnUW_BT17jwWZjmM9p7EoJjq0Ouz54o3G8BqvDqw,5111
1010
+ cirq/testing/order_tester.py,sha256=_qGL-kb676FBdn0Bv2Bj0emRKQeFcGdJcDyLHsVu10I,6690
1011
+ cirq/testing/order_tester_test.py,sha256=qHqIM9FoaOBtQYA2jUUjP-mSVCLRp1jhUyxlaJF-EO0,5111
1012
1012
  cirq/testing/pytest_utils.py,sha256=I3R5oGjZpoc2eWzEVU940hnDLwlDlD5cSa9-B4le-1I,1920
1013
1013
  cirq/testing/pytest_utils_test.py,sha256=LbgQP5UrMapU8iB53DzBdtg69lGKnfCIjGM-yJzEp54,1314
1014
- cirq/testing/random_circuit.py,sha256=oMoz0_VWWVmUGmJ9mu1R7NByNKtSadxdLjFyDEE1qT0,5900
1015
- cirq/testing/random_circuit_test.py,sha256=LbnkwcFOCcgOJk1r8lxYEjvb0RxTCLw16Wtiy_YXrVE,7026
1014
+ cirq/testing/random_circuit.py,sha256=UnMFu2Dsl2JQEp_5iy75cjOiwBAPRrPPuXSYvEmU0d4,5900
1015
+ cirq/testing/random_circuit_test.py,sha256=ZElBd-x7l9J5NiaP9O35b810zo2liC6f7JU2-dupSzQ,7026
1016
1016
  cirq/testing/repr_pretty_tester.py,sha256=dtk713qmE87Biaez3c8R83Wb7tlb4xWFfzt44iKkbto,2899
1017
1017
  cirq/testing/repr_pretty_tester_test.py,sha256=wvwqD72hnAJe7Vg90goZ1Voz5PNGtWELOxAyEn58ivo,2226
1018
1018
  cirq/testing/routing_devices.py,sha256=uIm0j7GcChiHog9-c7kyIw9qdfBEmLLETRF37UwLviY,2530
1019
- cirq/testing/routing_devices_test.py,sha256=iyNZp3J8fUt8bOktXZNhDgxR6L8UBRphgzYmDsmHvTw,5598
1020
- cirq/testing/sample_circuits.py,sha256=8HTrY_RWoPHV18q7aLz6e5Fjd2Twkt9Wkc_IDBzTE1o,1585
1019
+ cirq/testing/routing_devices_test.py,sha256=qWyXzI8UI2_HhzDGkVZLyQz6LtHFxwho6ZHTlq1gBHA,5599
1020
+ cirq/testing/sample_circuits.py,sha256=O0K1wNjG6dAqvXlwYhP4AmS7Y8RmbfrSKwT9y7Cvaos,1585
1021
1021
  cirq/testing/sample_circuits_test.py,sha256=IMz72CMXJeRt7Eg1rRB68hFV1v3k7OQpYUyhqmfjNpo,876
1022
- cirq/testing/sample_gates.py,sha256=4yBPuMiF3OA5tSBvM-uAiL71LwxBAEnzXNn084Sh7jU,3279
1023
- cirq/testing/sample_gates_test.py,sha256=mkfYPNo4WFH6y33Vr_f9zy2Ry1oq5yYLpB__sqSCkjQ,2377
1022
+ cirq/testing/sample_gates.py,sha256=XM5v31XdW_HOtvmp24QNgONf8_eQhHN_BzgcEK6Xp-g,3280
1023
+ cirq/testing/sample_gates_test.py,sha256=Nk35G5th4OJebzkGd7edi-bbbM0nO4EryUJUkFzUcbw,2377
1024
1024
  cirq/testing/_compat_test_data/__init__.py,sha256=T9LHBgX2CLUvAloqrH0F1AAXdtgMuQvG3vZZhNbg61A,3028
1025
1025
  cirq/testing/_compat_test_data/module_a/__init__.py,sha256=hiodvWwXhGy7bG6L5CrM1vC3UIHY351RuK4As_joaMk,415
1026
1026
  cirq/testing/_compat_test_data/module_a/types.py,sha256=XFNOEP88FMOOCgF6jBumwsIBwIr-6KyK7ciaVzMN7T8,83
@@ -1041,173 +1041,173 @@ cirq/testing/test_data/test_module_missing_json_test_data/__init__.py,sha256=47D
1041
1041
  cirq/testing/test_data/test_module_missing_testspec/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1042
1042
  cirq/testing/test_data/test_module_missing_testspec/json_test_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1043
1043
  cirq/transformers/__init__.py,sha256=QjYovkmQHRi7D6nPHkWrszVBM_1__thvOXG4wcYvX_E,6905
1044
- cirq/transformers/align.py,sha256=5BCC61Vi__RaLkmX2Z9kQ8WpPGopcWnBPR7-yHz91zA,3330
1044
+ cirq/transformers/align.py,sha256=qb6tOGydFE3gXwfutND2gKSz5_w7ImRHtxaoU85FRgA,3331
1045
1045
  cirq/transformers/align_test.py,sha256=AI26PxERbtJDfjKtoz17xVAKn6TSr-9pyImqfr5LJWc,7686
1046
- cirq/transformers/drop_empty_moments.py,sha256=Rtn_BrpwkLXyZBdLzwdnsnEGWTdYuf1xOPakzbpv7-w,1517
1046
+ cirq/transformers/drop_empty_moments.py,sha256=B_wGBEnhc9ILLDwxNsgt_13aVhhDYs1g9JzDzdD9Nrk,1518
1047
1047
  cirq/transformers/drop_empty_moments_test.py,sha256=G8pZmTfi8NG2NpGz_K3LZu5NQoqa-xPMCuZjwEu07xk,1907
1048
- cirq/transformers/drop_negligible_operations.py,sha256=8eyOMy7bra2wJAjORbk6QjwHiLdL5SfwRaz8D2Dazbw,2083
1048
+ cirq/transformers/drop_negligible_operations.py,sha256=pd9fkVRrP4TX7MxwKfmFPiwuvre7vEHW0wqD8wDK89M,2084
1049
1049
  cirq/transformers/drop_negligible_operations_test.py,sha256=gqL6RoDPm6Zf4RxtprBenFyIsZQPUxmPur9oRl0Yr3U,3823
1050
- cirq/transformers/dynamical_decoupling.py,sha256=w3Gv9_dFMl2u6h0oKWWYTUuYXDFTqgBlP5HT3NpSyCc,14700
1051
- cirq/transformers/dynamical_decoupling_test.py,sha256=XCLH9Clco1KM6NXQmaVYCpUR1SALBRofgFgCH79RBuI,44690
1052
- cirq/transformers/eject_phased_paulis.py,sha256=usuPCxHgZf6Aw6pqIU4vOvaOypH4SiT2lY8VwAnlObs,13975
1053
- cirq/transformers/eject_phased_paulis_test.py,sha256=-mXsfbi3V0ojC_YqoQM5otzdW4kjGusCx6F-kCv8M98,15834
1054
- cirq/transformers/eject_z.py,sha256=d53z1siUVCPrtNbPls6_RSujz6d2gF77_AQAWhnJmVM,5823
1055
- cirq/transformers/eject_z_test.py,sha256=U0BMdW6nW1cI18I5tE__1YpCvtzDwYGECgqUph5Fc8I,13302
1050
+ cirq/transformers/dynamical_decoupling.py,sha256=dIh5mgE8OKA6RDBvWW4MDbTzs2R-lG1QDc6QHa6ppMc,14700
1051
+ cirq/transformers/dynamical_decoupling_test.py,sha256=7iPpgEgA6pZ_x6we8JnqwIzTUrg-IN6ItK8Fp1kIw0Q,44692
1052
+ cirq/transformers/eject_phased_paulis.py,sha256=UtPXH0-RFFfyhli3zoyYVJ7v4bJJyi-LJhiOHB4xwnE,13976
1053
+ cirq/transformers/eject_phased_paulis_test.py,sha256=8060yn2XILik6V3kBPH4BcwoWkWuQEtQ6vDUo5IbObo,15834
1054
+ cirq/transformers/eject_z.py,sha256=Ja5lU8RMSSrnUr8n8_15Miqruq4L-Y-r4x6jB3rwCUU,5824
1055
+ cirq/transformers/eject_z_test.py,sha256=P1NLIU3-gavB6_Dcy2KYVuf9bGuAHhDn8iftQKMIdQw,13302
1056
1056
  cirq/transformers/expand_composite.py,sha256=nASRoP4qfjsnX_t2a2hBw8BE7B_JD-0XLGIIXxbIdbc,2387
1057
1057
  cirq/transformers/expand_composite_test.py,sha256=4Gn6LVqr0DeuUumde80O4esOLGIoo86_S_Mk-HwnMfk,8640
1058
- cirq/transformers/insertion_sort.py,sha256=cAwseOcAdBFoPlP8F45B_XP8ySGmkPHn0EftTVVsF9Q,2612
1058
+ cirq/transformers/insertion_sort.py,sha256=biwPNET6LlFnnzzHks1pjQda7OMNRnzwNQjYYJVL820,2612
1059
1059
  cirq/transformers/insertion_sort_test.py,sha256=q81tMHSmlxTRqznkfgIGxanF-1fX8GclopAHTaF6yHs,1187
1060
1060
  cirq/transformers/measurement_transformers.py,sha256=ewHTeY8QuEYCXact4XVCKD-VCCAGg3OaQiVDonSH8dE,19581
1061
1061
  cirq/transformers/measurement_transformers_test.py,sha256=VXXqJIfXJcduJXXXz0_yq7onAlAe3FDd7l3EHmp9YyM,28983
1062
- cirq/transformers/merge_k_qubit_gates.py,sha256=dUsswQOIHfbb6Lu37fecgrpT6_45zmDE7eqCUbW1KOI,4390
1062
+ cirq/transformers/merge_k_qubit_gates.py,sha256=c6F33qJeTlwRxneNkgcQoLFgR7MyiY1yaTEfV12A_hM,4390
1063
1063
  cirq/transformers/merge_k_qubit_gates_test.py,sha256=k_ROZvUebHgPy5vsNnWNMBYU4kfIkrunPsw39ZngMwo,13920
1064
- cirq/transformers/merge_single_qubit_gates.py,sha256=NRREV4Z6Ptc3mZnOUgzQePdj4H0aix17WOUwZUB7iQ8,5826
1064
+ cirq/transformers/merge_single_qubit_gates.py,sha256=TFlW-iZuUnlGTsnj6BI_z8P16ZkZbHUi69iHyi-0HPs,5826
1065
1065
  cirq/transformers/merge_single_qubit_gates_test.py,sha256=SWf1Il7Bz0iUCDM7JoDG2Yxe4p2yYr2PgViQpjByFm0,9914
1066
- cirq/transformers/noise_adding.py,sha256=fndp5mHYpdErdhd8YlzUtVl0J2phcryuY_zvBIEzguc,4439
1067
- cirq/transformers/noise_adding_test.py,sha256=ricl2YSqi0MCzudR2F_FDqr3vEAHFQEVGzHLEXRYSBM,2134
1068
- cirq/transformers/optimize_for_target_gateset.py,sha256=MxhFsCm2XgW3gdpNW4NGVmz1VdQvzKdNNCtVZDuZiVE,7229
1069
- cirq/transformers/optimize_for_target_gateset_test.py,sha256=SIsv87E6A9xDKvs7g6NNqpepVO_CMbsv2qZpJ2XT6eo,19524
1066
+ cirq/transformers/noise_adding.py,sha256=UPqLAqXxeDkj0HeYGhFE6oCKGRdT7mQOA60UbUH9zl4,4440
1067
+ cirq/transformers/noise_adding_test.py,sha256=8bTcxE4oiqmZ3H1QJhjP_VImdBVpmdI1b9dxQ-Mz-Pk,2135
1068
+ cirq/transformers/optimize_for_target_gateset.py,sha256=Kawt_ltBP7DX0Wo-f4U6_lEDGfSfCDYU_Qj5mvHdM7k,7229
1069
+ cirq/transformers/optimize_for_target_gateset_test.py,sha256=NJ8H8BPHVEPGhJ-4mewq-49st8Vqz2hHhlcGr6QqBdk,19525
1070
1070
  cirq/transformers/qubit_management_transformers.py,sha256=A7Mweu9ElLSCsy_atmgFbYlzOFXKhct5gQ5YNTjjaVU,9430
1071
1071
  cirq/transformers/qubit_management_transformers_test.py,sha256=GGuZ4uxtFI59t9diW67_J17XQdBu9NFZjOHeMAHmm8Y,13991
1072
- cirq/transformers/randomized_measurements.py,sha256=E1VG4sKWcZ-OZINpFT7F2n0I3kZpButkjNbHz95YaVw,5686
1073
- cirq/transformers/randomized_measurements_test.py,sha256=z3K3YiGFiOrxw0dVjKUxRwbRHKspVvisyM1tpSKozl0,2736
1074
- cirq/transformers/stratify.py,sha256=EEcXD6PEdHTZAoaAfaHnsw3Hf1SftbIl19hZOU_ZnXE,10469
1072
+ cirq/transformers/randomized_measurements.py,sha256=BR0UQympwlJ9NqxmWkx2r83qBRZGURtQEwJXLAzvUu0,5687
1073
+ cirq/transformers/randomized_measurements_test.py,sha256=udQZWgM8_atTQ4i5tPhGnrLu7D9WGvRaLNeeAwUGWeg,2737
1074
+ cirq/transformers/stratify.py,sha256=wXOZI6MrV3R-p7Gd9Np5NTpjJe7OOHUFBYzaJx2YM8M,10469
1075
1075
  cirq/transformers/stratify_test.py,sha256=17ic2VAUPEGuPG2o5j98yDxQ2j2J_PN3EsPsfh5xwUk,15220
1076
- cirq/transformers/synchronize_terminal_measurements.py,sha256=p061MYYglY6HhWYYkFzIny0CtaY9LUygPg4UbGewZhQ,3842
1076
+ cirq/transformers/synchronize_terminal_measurements.py,sha256=H3O1TiKGLYx1po7RCrSXhhLTTTNNRMCylDv5Ww2dJnY,3843
1077
1077
  cirq/transformers/synchronize_terminal_measurements_test.py,sha256=VTiw5S3s_Y31qR7ME8Mzv50LdJ_6M3DOtgwvtziQzPI,7742
1078
- cirq/transformers/transformer_api.py,sha256=f95sfOr-KYXLt4yxAaFXoG0-oEc8IKApzG4pyXsm3YY,16956
1079
- cirq/transformers/transformer_api_test.py,sha256=f-Vup0VCUvTqJKm5kWHf6xet7sFTerLMGYzJHy8Rc5s,13045
1080
- cirq/transformers/transformer_primitives.py,sha256=LbGM_d5xqa1BR-juA08r4FkeWK9JqSU9yISeu4u6WkI,36661
1081
- cirq/transformers/transformer_primitives_test.py,sha256=5N23aI-DGRBj2T6Xd7VUiLBXWU6pgNsvmjZXJ3wwous,41725
1078
+ cirq/transformers/transformer_api.py,sha256=d_voglut7ogMtxrEY00ZnCYSnwmofaT8AKJulLl1QZY,16957
1079
+ cirq/transformers/transformer_api_test.py,sha256=yrA1r7gBNeMAAXn2ChQO4xsCySVtDCbbva6PqQe3UQY,13045
1080
+ cirq/transformers/transformer_primitives.py,sha256=LMZ0CIIKpyyfkF4l13LGCP5AItptjzdyLL6xyfYkCq4,36660
1081
+ cirq/transformers/transformer_primitives_test.py,sha256=5yAD9QtAboL7vRdoM3xVJfxKUJx6_nAlmfMswoi9xrs,41726
1082
1082
  cirq/transformers/analytical_decompositions/__init__.py,sha256=hMsoQSQtSvEn5mNohSvGPjsmf58VN4jzmIFnchVhZi8,3760
1083
- cirq/transformers/analytical_decompositions/clifford_decomposition.py,sha256=DsuuP91pm2dX0CO4rWwmJAJyAfuXMcA1UJK0g8krp7k,6726
1084
- cirq/transformers/analytical_decompositions/clifford_decomposition_test.py,sha256=AAZh_9vEb5f2E_EItPZTlMRNdv0d47AwqTn4BytX0UI,7102
1085
- cirq/transformers/analytical_decompositions/controlled_gate_decomposition.py,sha256=iFF2vb5tI4PVQVHBOP_tuy8EKUtGg8aMDZSdK-74YMI,8675
1083
+ cirq/transformers/analytical_decompositions/clifford_decomposition.py,sha256=x8Xvuvp_-Qf2_Xo3hY6YhgjYO5gGY1MkyMw_47C5ndc,6727
1084
+ cirq/transformers/analytical_decompositions/clifford_decomposition_test.py,sha256=iIU5FhXlmnKoA0cIIp0lnYGcpyCJ4bevNheYNN-_FAc,7102
1085
+ cirq/transformers/analytical_decompositions/controlled_gate_decomposition.py,sha256=Z7XA_lvr9ncPLbuon82LJdg43OY-he6mbQ5VECYa4bA,8675
1086
1086
  cirq/transformers/analytical_decompositions/controlled_gate_decomposition_test.py,sha256=sZ2eDF5foEyNhTDqSzTYKkug4CMY7QmF4NCN-FaA530,5050
1087
1087
  cirq/transformers/analytical_decompositions/cphase_to_fsim.py,sha256=YPkHUwi_FXzjYudOyACXKoa787Mi4chPhxuvc2dQM3I,9109
1088
- cirq/transformers/analytical_decompositions/cphase_to_fsim_test.py,sha256=bwZa0BDclAd1sX3bD-GdNF2MO5DtH7mw2YLppEK0LG0,5568
1089
- cirq/transformers/analytical_decompositions/pauli_string_decomposition.py,sha256=bU9IoY0igVZTmF_wsTdTxAfqPKWyqZ14Gt2AJoK5D_4,4524
1090
- cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py,sha256=qpFODpCJrE9piYLWR1FzweTn3v80EvLCV-PP2fbHcoE,2112
1091
- cirq/transformers/analytical_decompositions/quantum_shannon_decomposition.py,sha256=ZN6qKTdGs-ZLM8uIYhs3iGBQSAkj6_CjqFNiI_EZwBI,11785
1092
- cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=E7NM5NzNUVwlTcgzDs18tmnybA4DUVvGl9y6_Geikss,7685
1093
- cirq/transformers/analytical_decompositions/single_qubit_decompositions.py,sha256=iAPdMwHKM1B3mJtQWH-iNjR-VkzhkUDFC23f8kjXY6M,8436
1088
+ cirq/transformers/analytical_decompositions/cphase_to_fsim_test.py,sha256=RbtQKHz0uEtbfaUejfXGgi6ngjPQ0yQtgM1alxKJUr0,5568
1089
+ cirq/transformers/analytical_decompositions/pauli_string_decomposition.py,sha256=NmnR56BRoOU1Fone3V8EIBy0PbvwXDqsZMuHTjZYXqc,4524
1090
+ cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py,sha256=j-7-rCKpciBt5Qu67A0grMo3AZYtpakkL_dlZ2M3G44,2112
1091
+ cirq/transformers/analytical_decompositions/quantum_shannon_decomposition.py,sha256=cineE--vrEkTyuM2s2RDPkQUHe1sZRi9rDCHh6CPcZE,11784
1092
+ cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=zG_7_dtmkpVrzeiBqDsO85SbUdlEvsIxSii23GYaGjk,7685
1093
+ cirq/transformers/analytical_decompositions/single_qubit_decompositions.py,sha256=YIM0q_l9fnY63Pbyg1uSfW66W-CwfFQGVsv-4DfID-U,8436
1094
1094
  cirq/transformers/analytical_decompositions/single_qubit_decompositions_test.py,sha256=4GfU6wctBoG-OVFqFOE08xymd5dXzY-doE8ZNpsKohI,12308
1095
- cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry.py,sha256=0N6NbY6yc0VGuTheR37mhUIKFu5TYmToxJO2mbLp9xM,2439
1096
- cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry_test.py,sha256=CbWBFjdcswiJQRr68Asx5SWJeo_qZUJMPhfxPaOMjpk,2516
1097
- cirq/transformers/analytical_decompositions/three_qubit_decomposition.py,sha256=yMSsKf31MNXPAhlZ81W3ZhH6FDw2hrvxO0sa4YyF2fk,9762
1098
- cirq/transformers/analytical_decompositions/three_qubit_decomposition_test.py,sha256=t2YovP9bbZTwaa9TJOAurYsKBnHnI0mKIrYTLorHuR8,7847
1099
- cirq/transformers/analytical_decompositions/two_qubit_state_preparation.py,sha256=-wahknipQWwt5J9lSKzxOuTqo9Of-SdEAGiuthzrrCo,6177
1100
- cirq/transformers/analytical_decompositions/two_qubit_state_preparation_test.py,sha256=YBIfOS_SzNC3ahoNdI96vrF9qupGlMt48yhi_S-6rqk,4457
1101
- cirq/transformers/analytical_decompositions/two_qubit_to_cz.py,sha256=7WQTqO0yv7YBacgB27rFVglGXp_Giu2cldjbet_I0VY,9342
1102
- cirq/transformers/analytical_decompositions/two_qubit_to_cz_test.py,sha256=1bVxKj3lWsPe8wZs7MJl4RooV8HjxlQ3GeQydNKXIhg,9941
1103
- cirq/transformers/analytical_decompositions/two_qubit_to_fsim.py,sha256=p3_Mgm-v1jmEAT82Z_jas0hoIUg-TUsZHJ7SC_k2nqU,9721
1104
- cirq/transformers/analytical_decompositions/two_qubit_to_fsim_test.py,sha256=9ElSH1pr0Odu7cWcpXlDI-cDOpin90WEnPQQdnA_xkI,6990
1105
- cirq/transformers/analytical_decompositions/two_qubit_to_ms.py,sha256=Awr7WvaJe_8-6RdrlD93NM8c5QSKX-qaImys8WSRBcw,3772
1095
+ cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry.py,sha256=Qmxv4YJgiBSbZUoonwSSBGGmzuPsUQLQbNTk2z59xRg,2439
1096
+ cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry_test.py,sha256=qBoSS8OoM2HdOIM_46pSdbWFsQBu0aeQxUqiJ9znlnk,2517
1097
+ cirq/transformers/analytical_decompositions/three_qubit_decomposition.py,sha256=3nCZItd7ZZ2IU0ysNuiM0OYn6RQGBCe9kF-H7kWlEBU,9746
1098
+ cirq/transformers/analytical_decompositions/three_qubit_decomposition_test.py,sha256=p9H-XuoQ3jdR5NTcAcbW6Pak69qGfzvBN4N1SDw5eg8,7847
1099
+ cirq/transformers/analytical_decompositions/two_qubit_state_preparation.py,sha256=OOjIy4Nw_28CdcmK5OE8uQEzy0wO5ITEF_tSZKaFSMM,6178
1100
+ cirq/transformers/analytical_decompositions/two_qubit_state_preparation_test.py,sha256=486hVPQp620r8SPKlhyaFIK8TC5jDngX8WqHY1Hb0Hk,4458
1101
+ cirq/transformers/analytical_decompositions/two_qubit_to_cz.py,sha256=plRY9voElUECp8fcL-31R1odfSEv03dwkX7q4fB6aDI,9341
1102
+ cirq/transformers/analytical_decompositions/two_qubit_to_cz_test.py,sha256=TK7uykykqA3HY7M8lEeY73gvktaJ4HrfWo-EBZMxETQ,9941
1103
+ cirq/transformers/analytical_decompositions/two_qubit_to_fsim.py,sha256=Jv5zfIDSsZzQsaO69Su0AWbeVS-32vasxz-xZaE2JD8,9721
1104
+ cirq/transformers/analytical_decompositions/two_qubit_to_fsim_test.py,sha256=U4FJj3Xn417yqyg313ONf4l10d7FR5pKUwMlb87mfco,6989
1105
+ cirq/transformers/analytical_decompositions/two_qubit_to_ms.py,sha256=MUt2ThFMbCCapcRYGY_3cBRwYoZSb4ZFuua1doZsyJA,3772
1106
1106
  cirq/transformers/analytical_decompositions/two_qubit_to_ms_test.py,sha256=85MbuIAos7o1371wXs_KH-Bk6jsPqSBKAx9GJ9c-wVo,4160
1107
- cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap.py,sha256=F_XpM4ApYHxV6hbWnV3C7Ud9L1BnpvBHBXShPh2mP3k,25397
1108
- cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap_test.py,sha256=eKOzjWkR7xs-CL2oPj__nWXR0LL9oO42wEHibnvWq-o,20618
1107
+ cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap.py,sha256=E8Zi0EsJ2WNNJZ3fft9zc_oMTYrKLmqxj6cLvCn0HSI,25397
1108
+ cirq/transformers/analytical_decompositions/two_qubit_to_sqrt_iswap_test.py,sha256=VsbjaDbwy94sMYVnqN02gw66k2g-cRTUyto4o0NPbII,20619
1109
1109
  cirq/transformers/gauge_compiling/__init__.py,sha256=cEcoLT8TONEE_r_sL_deLUvOQv64C1j6NN-5JtK0b1E,1522
1110
- cirq/transformers/gauge_compiling/cphase_gauge.py,sha256=gJyNgic-_hxo1hjkDSAq1q8s8HaZ-rH734kkSZ0wQCc,5540
1110
+ cirq/transformers/gauge_compiling/cphase_gauge.py,sha256=GEw5b1865_5yBmX1TXxrh3JX8KrUvGDspIE8fjp_svc,5540
1111
1111
  cirq/transformers/gauge_compiling/cphase_gauge_test.py,sha256=_lXX8eEiq4kh8cxOb-3M-wRFTipCvjp3KIq8PtgvKsc,1391
1112
- cirq/transformers/gauge_compiling/cz_gauge.py,sha256=TNZviXFu4j-lCF87QMGYVdb2RC_ePHLdI6FRCqh9go4,2550
1112
+ cirq/transformers/gauge_compiling/cz_gauge.py,sha256=j_aF4bI4B2V3R6CDqFwe2xMHe5iN8KGF0jtvUQIt3I8,2550
1113
1113
  cirq/transformers/gauge_compiling/cz_gauge_test.py,sha256=_2RMzwuMoqytgsVZEET2m6QsGoZ2_uWgBfSGGvhZEWo,854
1114
- cirq/transformers/gauge_compiling/gauge_compiling.py,sha256=4g2IyjGqEHD7KkawXlprhNLfbeSyz3QdWIHPAjqeGFo,18846
1115
- cirq/transformers/gauge_compiling/gauge_compiling_test.py,sha256=srpVkn1WlJh5SATk1UozZT2aLVwcykSNBpsJ8u4YCrk,5234
1116
- cirq/transformers/gauge_compiling/gauge_compiling_test_utils.py,sha256=K49nP6OOi2Fga50RA-qwjgjnOMvuT9hqhJdhaQnriTM,5025
1117
- cirq/transformers/gauge_compiling/gauge_compiling_test_utils_test.py,sha256=4Hc3oFInAtiZugWTL75jpGJTVTubKWWTk4uaTLvOEY0,1784
1118
- cirq/transformers/gauge_compiling/iswap_gauge.py,sha256=UGJ_061h65Rfgb9LWREjxC8OSt01ZqP9TGnacL8VAuk,3500
1114
+ cirq/transformers/gauge_compiling/gauge_compiling.py,sha256=bULq-r5MuJBhxUNt_bnV1xhLGR7x2DMNXyshm4C3Itk,18846
1115
+ cirq/transformers/gauge_compiling/gauge_compiling_test.py,sha256=1zKRV_xDV6_AcP_Q2u0JIhpxYXH0F3Twsjzn_Dudy60,5236
1116
+ cirq/transformers/gauge_compiling/gauge_compiling_test_utils.py,sha256=OHALJ4rLbRCwRWrr0MBJ3BV_7LAZTrQFOvxpDJ5eNm4,5025
1117
+ cirq/transformers/gauge_compiling/gauge_compiling_test_utils_test.py,sha256=BM7uekXczYCr3BipdEu-ekFZuPt3mpr88gYyFUxiYs8,1785
1118
+ cirq/transformers/gauge_compiling/iswap_gauge.py,sha256=L6Ei5xkNkU9-kKMJzjZRZCwpjO3p4Q-AaV2lmuJJXpU,3500
1119
1119
  cirq/transformers/gauge_compiling/iswap_gauge_test.py,sha256=HEIIwKlX5ixau1e_etSUj5NvYOVTT-Gc3kuHcyKAeJ4,866
1120
- cirq/transformers/gauge_compiling/spin_inversion_gauge.py,sha256=gfjSlQdo13GfBPlrkQoHPWWzouiV7yYr7JAaB85NSGY,1086
1120
+ cirq/transformers/gauge_compiling/spin_inversion_gauge.py,sha256=8oTUE1A78_F0kHW1EJnH0XlLCwgSbbPv888l10oRyoQ,1086
1121
1121
  cirq/transformers/gauge_compiling/spin_inversion_gauge_test.py,sha256=FJwl11VPNXkf_v0WjCg9VxNKAplZ_5bZR7guOfnK-aI,1292
1122
- cirq/transformers/gauge_compiling/sqrt_cz_gauge.py,sha256=XwqVMeJu8zYpW7SAWZgLLsLGtZWdPfJLtCBdpEoROLQ,2529
1122
+ cirq/transformers/gauge_compiling/sqrt_cz_gauge.py,sha256=mCwuFMPSa2NLJmyyQUxWbMsUS8cKVyQMeOdP6j2S6i0,2529
1123
1123
  cirq/transformers/gauge_compiling/sqrt_cz_gauge_test.py,sha256=RwjadOOJfa2Qf7iryTIMJLPzeDMNqFkP6Tewjq68gJI,997
1124
- cirq/transformers/gauge_compiling/sqrt_iswap_gauge.py,sha256=dqQa-UWq31bE_jF3KMhU76sND5GuqTpEp9-wVuXdWVM,3126
1124
+ cirq/transformers/gauge_compiling/sqrt_iswap_gauge.py,sha256=8sKKyvszYdNTRuxTbLfZIeVV-VWxEX5S2pbgKhWTYpY,3127
1125
1125
  cirq/transformers/gauge_compiling/sqrt_iswap_gauge_test.py,sha256=0CLZoLw-WK3aKEIoaKBrQZ-qvaprOVLad-dVyWFmSiU,882
1126
1126
  cirq/transformers/heuristic_decompositions/__init__.py,sha256=_LEidXfFkmJicQapJVR1etyH1fLJ3ZwtBgq2M2_ECZI,926
1127
- cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils.py,sha256=j9bbiIbC2rvwG830gTTf9zr9C7RVA5Ilhka_ZNF-N7w,10785
1128
- cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils_test.py,sha256=N02nlz7tISYVArvWNILwg-hnDB5Y9PCHbwIxk42Afv8,1534
1129
- cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation.py,sha256=W9v3ubEoNy5Ra1I_AVKZZc3x_xUuO7c-XNmON2buNwU,20067
1130
- cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation_test.py,sha256=dn-lBXnK_MXYMBtrQjlIm1FUBBGECiwyCyl5wCd7lL8,3830
1127
+ cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils.py,sha256=aHWLn5lExM_5CG5J4e0RuiF6etMpHp4QJz9BSeQeDDI,10786
1128
+ cirq/transformers/heuristic_decompositions/gate_tabulation_math_utils_test.py,sha256=jl--brvE9TXBlpkzKZow9WbgZPHlIgrlne18Tf0ytig,1534
1129
+ cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation.py,sha256=6K9VvFHi-sJnJRQfnn1CLlrEl1M1neXABdkKKts6OTU,20067
1130
+ cirq/transformers/heuristic_decompositions/two_qubit_gate_tabulation_test.py,sha256=Ei4D19jDt4Fi5sGgYaF-Md6AdOh88NJOCxPYe-4IzMo,3830
1131
1131
  cirq/transformers/routing/__init__.py,sha256=pgovVolGz4pePMfa5siwZ7zWJcU4Jqb3NxIqpRsGSUw,1178
1132
- cirq/transformers/routing/initial_mapper.py,sha256=FJobfxRsD3uO6IbRBQuR36T0D1lcFYUEP0VrW6AdOdk,3036
1133
- cirq/transformers/routing/initial_mapper_test.py,sha256=dhVXvFCVOIFkGtrRZuEQ_LhZYofZCnUsK_opVwfa7zk,1307
1134
- cirq/transformers/routing/line_initial_mapper.py,sha256=9wph7XMgI3MpAAEPvJvQX6qBtjhu67K8AEvbVc1SZDw,9467
1132
+ cirq/transformers/routing/initial_mapper.py,sha256=OTx48BHzFQpXKXv7UNTh6lJ2KSHdX2pdT-_TsgL7O-g,3036
1133
+ cirq/transformers/routing/initial_mapper_test.py,sha256=dR_Ec1W_NnIlLjvK7_WnGhZKgipofnqaO0bXxK4Pz3w,1308
1134
+ cirq/transformers/routing/line_initial_mapper.py,sha256=2ijLxhS9uKKENYWbr4jv_INKIjqLWzQPO9d9w1k2lUE,9468
1135
1135
  cirq/transformers/routing/line_initial_mapper_test.py,sha256=l48BRKOEnv-4c31Anpg4bucWUppHg9-LMeo7lUny3Es,7476
1136
- cirq/transformers/routing/mapping_manager.py,sha256=m0XCzP3FXcIXvhiduSErmPROn31Dx2nfjlSPYYIaEJ8,8631
1137
- cirq/transformers/routing/mapping_manager_test.py,sha256=ijlRd3mCOO1QFI6L8utQS0m6u_-GFtc_Sb5h07ADv8k,5921
1138
- cirq/transformers/routing/route_circuit_cqc.py,sha256=iiHgLX96l601pFZpJbUq-bHkVLEGoAkH4wDl9stFKc8,22021
1139
- cirq/transformers/routing/route_circuit_cqc_test.py,sha256=gKGIBwftHR6CkUGdZ5z8t87o1Ch3rfcMjwjCO9CAn2g,9999
1140
- cirq/transformers/routing/visualize_routed_circuit.py,sha256=cKYvswXnNIQJ0Okketzkpy9Tw0Z_Y2DaG4cJmK9ouHY,2917
1141
- cirq/transformers/routing/visualize_routed_circuit_test.py,sha256=L3IJ0UdyVg8cBIULjG5kcjWoTmKee9Sr_MHkyJwcopA,4140
1136
+ cirq/transformers/routing/mapping_manager.py,sha256=TXnk-QCSK38Z0DdO5jFzs4T1-ekmwiNQVyUXS6c02-8,8631
1137
+ cirq/transformers/routing/mapping_manager_test.py,sha256=kRKqF88EoqqwMI5qbv54OMBrqzodHZS2tVwIMNNwO_Y,5921
1138
+ cirq/transformers/routing/route_circuit_cqc.py,sha256=qkpjvqUbNNY3vM6v8J7Ppei-c5smwLzrv8JfCBuMA5A,22022
1139
+ cirq/transformers/routing/route_circuit_cqc_test.py,sha256=3iBNnu08ocgU683ELlfIocZVgZHTehkHapho2reO-t4,10000
1140
+ cirq/transformers/routing/visualize_routed_circuit.py,sha256=io4nntaROspObIVP5DKt-cRori3jr93p71oEBTqRkHE,2918
1141
+ cirq/transformers/routing/visualize_routed_circuit_test.py,sha256=1YlV-fSRcXLbcPFbxwuzdguwO0H9sGi2LH6T-bgOpXE,4141
1142
1142
  cirq/transformers/target_gatesets/__init__.py,sha256=q7v9KTCXZ8OyWUy89xBM4hp5b-M2hbXMyS3SYFJ0wGQ,1143
1143
- cirq/transformers/target_gatesets/compilation_target_gateset.py,sha256=8gh_-CRvfe_h9-p9YNcZ9mEuVdqZ9BLEALeU05wcp9c,14287
1144
- cirq/transformers/target_gatesets/compilation_target_gateset_test.py,sha256=_M8R9n8vklqlCHesokcNINDGTTLx22TIa4tVLQNswoE,9482
1145
- cirq/transformers/target_gatesets/cz_gateset.py,sha256=qN-TvRzQmTziafHwAQm6P8nqSO_b-b4nMpK8qqjhWt8,5031
1146
- cirq/transformers/target_gatesets/cz_gateset_test.py,sha256=PvdIYSFtEA8FXYm4ZwdNk1RaQIa0rtTImjjH-6YbmDI,11277
1147
- cirq/transformers/target_gatesets/sqrt_iswap_gateset.py,sha256=Rtoi2xmhlk_fobf5Hwc1nDQlLtmKPcJm2FJTR8JgpN0,6278
1148
- cirq/transformers/target_gatesets/sqrt_iswap_gateset_test.py,sha256=-Oi3b9oX-0_3U9SKAkijVO-uBy4ut4PrFnsx-yFJ9mU,14391
1143
+ cirq/transformers/target_gatesets/compilation_target_gateset.py,sha256=QR8G6TpyiuK84PqBAvAvHLUHg9naXHCLQosHIjS8bRs,14286
1144
+ cirq/transformers/target_gatesets/compilation_target_gateset_test.py,sha256=eoyDTU4Q7YFGBIzPd9N8U7bxyBO4RGdhzseaDtbDrpo,9484
1145
+ cirq/transformers/target_gatesets/cz_gateset.py,sha256=YPprTliaHN_0qITbFwCGr58TCKZiDdalvj6OdWFl8pc,5031
1146
+ cirq/transformers/target_gatesets/cz_gateset_test.py,sha256=dPXItC91qmmGTsMUR1Fgrgfm54p7GZuMDe9YdR1iVtk,11279
1147
+ cirq/transformers/target_gatesets/sqrt_iswap_gateset.py,sha256=_zyVEidlvZ2Grk4prWW390heLcCn9boiqRmfpBiL-PY,6278
1148
+ cirq/transformers/target_gatesets/sqrt_iswap_gateset_test.py,sha256=T1Q7TVUiVbLkqhBOaVMtZpgd_pABU157cV9zrcztaZc,14392
1149
1149
  cirq/value/__init__.py,sha256=gk5m8gFTJiNtiOxO3SjsidqKI5L8ZLhRxQyZCyjITqU,2899
1150
- cirq/value/abc_alt.py,sha256=ELJbQucNpDCPG4ImN9EDORqJU9OHT90EF1pwMBU0bRg,5998
1150
+ cirq/value/abc_alt.py,sha256=aTWmYTHNFu6yD8i7HcUMfsautsGbPoKuasNFe6-Vq3Q,5997
1151
1151
  cirq/value/abc_alt_test.py,sha256=-N4ZZPVhkm1E5LaB2ZQEkOVObGFcbZbkdhS669cTtOg,9013
1152
- cirq/value/angle.py,sha256=vNZfTE3WmbWPYBKSPt--wvTub5bgUhmKR7ao_dIlyBQ,3313
1152
+ cirq/value/angle.py,sha256=uPa6RrAF-fH4vS8DxWVfBug1FZmT0yEMXdd4VlWOaJw,3315
1153
1153
  cirq/value/angle_test.py,sha256=PqeTBGJw6zfain4cG8FYMobtYQsfyxLQeBu_CF5fIjg,3548
1154
- cirq/value/classical_data.py,sha256=so7OCCfEGU2XU1yc5kWz2yhryK8s4FFChqi9GEV4hqE,11607
1154
+ cirq/value/classical_data.py,sha256=LFW7Q87mjg-KpuU5iJqxyDFNqre5AlHUCXbMVKwFVV4,11608
1155
1155
  cirq/value/classical_data_test.py,sha256=23ZraKZ-V3p-uux21bkcboQcEp81RW6VKnVIYPQc6_o,5231
1156
1156
  cirq/value/condition.py,sha256=ie1MBRAHkZpVdNEPAW8Ew3RnLeqAjctQlgly41vP1nU,7887
1157
1157
  cirq/value/condition_test.py,sha256=TViocolFwabyabjWS7-oACVI-b8vcolX9Zs_K-4b0_A,6835
1158
- cirq/value/digits.py,sha256=pUQi6PIA1FMbXUOWknefb6dBApCyLsTkpLFrhvNgE0Q,6024
1158
+ cirq/value/digits.py,sha256=PLpenXpyhrtEpEETVe3rMle4IKZVGL4GrW5ugThHkeA,6024
1159
1159
  cirq/value/digits_test.py,sha256=evx-y619LfjSN_gUO1B6K7O80X5HJmxxBPl61RrOovo,3812
1160
- cirq/value/duration.py,sha256=isNzA1TuKb5rSaAYy4JpgT91Zt9_5XLQBSmMkuWCtD4,10358
1161
- cirq/value/duration_test.py,sha256=C7nwg7IlHoQOUhWa_aX8vy7_qp654ZIDtmnKF35UiqE,8244
1162
- cirq/value/linear_dict.py,sha256=KlyntK71PZOlozh35K6ZTIQoNxDnQ_i5z3wQSMhuCwU,12735
1160
+ cirq/value/duration.py,sha256=ieN9IMYMAr33VdakbbkTpebs2sfniHc0RXfAD7WGZyc,10358
1161
+ cirq/value/duration_test.py,sha256=hzAbSJgWWgKaZhHujWllzKWlLeQErslU-06ReVsHLaA,8245
1162
+ cirq/value/linear_dict.py,sha256=ra8rWflr6xXgfgVSOwN5wkQtryvp04H82PUYK7wSqLk,12736
1163
1163
  cirq/value/linear_dict_test.py,sha256=H7-3yABo7J9T8HF8_orAE0DsIUrTjNIwArTkhgpQdsc,19872
1164
- cirq/value/measurement_key.py,sha256=glvyn36NylWMdtHYLFsD72jPZJsnKpFqQXKh8XpOX4Q,5200
1164
+ cirq/value/measurement_key.py,sha256=ZDEmGZkJA8vS7jdNPa8yxqmTg_yQdPBhXpEfvniTE4M,5199
1165
1165
  cirq/value/measurement_key_test.py,sha256=GnEX5QdEVbmi0dR9URcgXQH23aqW7Y_PKmTb2eIdRCg,4466
1166
- cirq/value/periodic_value.py,sha256=T1oXVzKB-8QfFFtjZSEr6nUXYZRUzJ70C2UmL_UKvRM,3923
1166
+ cirq/value/periodic_value.py,sha256=Sb_5qisRHuYxNf3x9KYToWqcuig5E3pOOT8C-WskF6s,3922
1167
1167
  cirq/value/periodic_value_test.py,sha256=mMvj_Ai2T8BWRbc7jdvb7JPX8OZxlL4H7jtdvy54ono,4319
1168
- cirq/value/probability.py,sha256=FxbvxZJhQ4ttN8dBR3bhV1aQmOawUAl8fbcWc4zfzUg,1582
1168
+ cirq/value/probability.py,sha256=bonowweqs316WJM874UnL3rnjqQ_Po4fWPXw4ujduK4,1583
1169
1169
  cirq/value/probability_test.py,sha256=QXfihRBOfOIA_IoXlSbhoe7L-VGCBLLXYS99pL-R1yE,932
1170
1170
  cirq/value/product_state.py,sha256=5h-dM2o9JCTsJQsCZbED1TFjrbPswaoqrQ2VXFiZDYU,9018
1171
1171
  cirq/value/product_state_test.py,sha256=-xEbZ7TCPvkBcveKvDO6FgbPzvqdQCuZndFZK7Gwwjs,5945
1172
- cirq/value/random_state.py,sha256=SA4owzMPof8P5FLPhGUPN7ODfciKAIY24PgxfmnJ5AY,2063
1172
+ cirq/value/random_state.py,sha256=aJ2czSgM7Oiy4lrL4QPWirZy3o7C5MdKn8TDKR-aBVw,2063
1173
1173
  cirq/value/random_state_test.py,sha256=0VyxtuBYgrbHsNCXFZtcgucd5KwI1obMjILH2ZTZ5BU,1348
1174
1174
  cirq/value/timestamp.py,sha256=a7PFlJgvmGln7LJzhJK7g0JJt8cQD7JnHjC6BEYMFs0,3604
1175
- cirq/value/timestamp_test.py,sha256=eZt9LLVK6TQy-2Bo1djitUD4at7i7M4lN60bLCx9UPs,4029
1175
+ cirq/value/timestamp_test.py,sha256=kEzKyhA0j1DnMlp41olZ7ure949nGP90Jw5OscFonwI,4030
1176
1176
  cirq/value/type_alias.py,sha256=bmKOnIIiHbjU4x62QBxAPyvdzsyv9fGyMEBz_ivwBo8,1128
1177
- cirq/value/value_equality_attr.py,sha256=9tU54y5JUAGKsvNV9G1nCWJioP6gvTlYfGN7Pe3YebI,10545
1177
+ cirq/value/value_equality_attr.py,sha256=ZaCd8VW36yKENuBlmxjbdUp8NZa9wlegJqnE9vTN7G0,10545
1178
1178
  cirq/value/value_equality_attr_test.py,sha256=k_nl5hWxo4yMO6WNu0wU68wyeb-RN9Ua_Ix7s9UTfOE,6412
1179
1179
  cirq/vis/__init__.py,sha256=YzNrNjIyUiTxKHGzYw92qzOYzx8aXkm2y_1hkfVohtU,1171
1180
- cirq/vis/density_matrix.py,sha256=kMAPcRh6f0ghZKSe86nB_2iFngrDsw0pNael1EZ5BEw,4819
1181
- cirq/vis/density_matrix_test.py,sha256=Xg41NQZBfoyrkaX3n9pW4q1LIxWpOW3Cr_I_Wx51GlQ,6965
1182
- cirq/vis/heatmap.py,sha256=bJFROjpY0XklepoG1n-aNcmJlhULoKdPP3rUUuRQqCA,17768
1183
- cirq/vis/heatmap_test.py,sha256=5kWIxJZZbZcc93XZrZ18lF2gRUleR1iqYbWfHs4cvu4,20531
1184
- cirq/vis/histogram.py,sha256=gQUrcebsk5wgPT38pWFW55jG9zaKhxp8zLRGmmVDk8s,5107
1185
- cirq/vis/histogram_test.py,sha256=Qlw0e3amw_MFga-hNweiLzRCH174W9bB2qkmX_RiS-U,1904
1186
- cirq/vis/state_histogram.py,sha256=adIlRVHz6UdvgGzEQ6qs25HVqitU3p6jIs-JBHGQe5A,4300
1187
- cirq/vis/state_histogram_test.py,sha256=KzxDJedwE-KZR-K_TZlMh01DroSnZPArZPOo4CBEYWI,3761
1180
+ cirq/vis/density_matrix.py,sha256=8jadiGKgOG86llpgCahDcBJnWw0IpCooWWREJcNGXP4,4819
1181
+ cirq/vis/density_matrix_test.py,sha256=PBqsp4BjIubKWmei5FFzt5345_g_Iu-MR41jDR6Qa8Q,6907
1182
+ cirq/vis/heatmap.py,sha256=-0JRDfLErXSnwLbJkqz0Q4BJ6WezEV9F9gG3C6w2JMI,17767
1183
+ cirq/vis/heatmap_test.py,sha256=vgVU9elp5eFKUcmlkjFll1APRqTL80goQK7B--fBLIE,20530
1184
+ cirq/vis/histogram.py,sha256=Zo4JCkQm7zNqUmae9e4hYd0fFcEY__TXaGl5mNkG-5M,5107
1185
+ cirq/vis/histogram_test.py,sha256=MZPd3ivY0Lo_XKV4n07oVlQ345uvkEdI76qs6GwwUuk,1903
1186
+ cirq/vis/state_histogram.py,sha256=LgBKi4soevqZ1Z4G0bPrF2A4SC_bBOQrnPNqHuCx8Zk,4302
1187
+ cirq/vis/state_histogram_test.py,sha256=8I9IvHUpJ-QQVsLAem7-TawoCpBIm5Y06yb5HNfhM8o,3761
1188
1188
  cirq/vis/vis_utils.py,sha256=CsNHb9vMBF9UjxZ2k5XqMESbATOx0FXhWAwxFbq-9pQ,1239
1189
1189
  cirq/vis/vis_utils_test.py,sha256=-aiL5WmhPDs_5BF2lDol1koD4JuHTiYxLK2ofyWrbCU,939
1190
1190
  cirq/work/__init__.py,sha256=qbw_dKRx_88FxNH_f_CfpVGMrrJKxtjDncx6m7dEWYs,1771
1191
- cirq/work/collector.py,sha256=2C1rRAEQqyrGxNMsDl5PiumEGMFxr0eXlNoEMtpwJhE,7844
1191
+ cirq/work/collector.py,sha256=Ivs7WWsjZIGRP-bchOY55W7L8ZdXWA5AWQdGySTuOEQ,7844
1192
1192
  cirq/work/collector_test.py,sha256=MirBDZ584HMZ3nJRUOSSQZcAyLR6sKc124GTQqPkunc,4885
1193
- cirq/work/observable_grouping.py,sha256=-FVJPuB-sDqoNQtiMxuO_TKhy-5uvMeRzfeWMfbxoT4,3492
1193
+ cirq/work/observable_grouping.py,sha256=Nx-oeih6fCDVxux3E3b6_Q4xDBJaEhzujc9Y2xYX8uY,3492
1194
1194
  cirq/work/observable_grouping_test.py,sha256=lVLLhQlwpAuBPUEkfCg7cTS_AhtuojLbvy288XX3Rn0,5811
1195
- cirq/work/observable_measurement.py,sha256=8XwQmlOpTYrFEdAPQo6c29fkghq6z6fsbLg3lJp57DI,28319
1196
- cirq/work/observable_measurement_data.py,sha256=dR3_HZvWf949DxC7mYm5kvE5TZOrk6OH-STNsgXdgK0,20940
1195
+ cirq/work/observable_measurement.py,sha256=dB1_8G4anlW-Sbt80oSSrh_yzedDJXXoByjYqWXrlvM,28319
1196
+ cirq/work/observable_measurement_data.py,sha256=szD9J6kMacdzLmR-puHR-fLjbjIjF332Iy_VGyY5OVg,20940
1197
1197
  cirq/work/observable_measurement_data_test.py,sha256=vI_SMbG4riMu0XD0tN9d_Kbq2u73k6kxTWU6Vx_tfOI,19696
1198
- cirq/work/observable_measurement_test.py,sha256=mKa_iXZ5lBy5zWD_X9UBabwm6MQnTwx2dDMTpPwpqBM,20189
1199
- cirq/work/observable_readout_calibration.py,sha256=9lfeybebV4Fh3Y-ExtxIGErPzZcK16oyTbN5XHMIaBA,1888
1200
- cirq/work/observable_readout_calibration_test.py,sha256=CHdwbwr4O84yVSRWkcC9Aysz8imiPs0Na5eT2jP86Z0,1807
1201
- cirq/work/observable_settings.py,sha256=OsZS8XvHT2LCFGkzu-wh1WShOx93I1nZ2K7uce-iT4s,6688
1202
- cirq/work/observable_settings_test.py,sha256=hV3g5ld5OZchTjVMVL_8cLXsbSBMz5DAsE4Vui2xTuk,4233
1203
- cirq/work/pauli_sum_collector.py,sha256=N1IsIwudBi84XWP1x7LNE2uQ6DGR2LFIWPhGbdHxaA4,4230
1198
+ cirq/work/observable_measurement_test.py,sha256=0EvlC3rqiKSudEyq24ZYD1NQ6mxYMO9CluP3Clc-BOI,20189
1199
+ cirq/work/observable_readout_calibration.py,sha256=h-z2n4Sj-Wn1yWP5Oc1VvI7-acD5ZJhAJQZJUnxCLaM,1888
1200
+ cirq/work/observable_readout_calibration_test.py,sha256=ldkxdZRU4IGm-SIv2NLWFsAfvBOczA-PYkwGo7C0V7k,1808
1201
+ cirq/work/observable_settings.py,sha256=Ilts3fV0ypsKwmgVkVUWsvXAdA95bXdLRlNc0CdPIFw,6688
1202
+ cirq/work/observable_settings_test.py,sha256=RaRhb2XcL_DS0gG1l-DjDmLwhkVaw-NOn0A2sYUdfTc,4233
1203
+ cirq/work/pauli_sum_collector.py,sha256=sdZn_aTuTQs_Y00rVUTgPknB5doj0QZxw8OSXv8RVv0,4230
1204
1204
  cirq/work/pauli_sum_collector_test.py,sha256=aeo06iLIYZjWjN3C4loVHRYWpV35lSSlcX2cOVdt2Ss,2437
1205
- cirq/work/sampler.py,sha256=bE5tmVkcR6cZZMLETxDfHehdsYUMbx2RvBeIBetehI4,19187
1206
- cirq/work/sampler_test.py,sha256=hL2UWx3dz2ukZVNxWftiKVvJcQoLplLZdQm-k1QcA40,13282
1207
- cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
1205
+ cirq/work/sampler.py,sha256=sW0RhIelGABAKbqTM58shwyyCPgf86JIv9IGdJe__js,19186
1206
+ cirq/work/sampler_test.py,sha256=mdk1J-WrvbPUYhY41VhWf9_te4DnXr_XMPcugWwc4-I,13281
1207
+ cirq/work/zeros_sampler.py,sha256=8_Ne6dBkDANtTZuql7Eb0Qg_E_P3-_gu-ybFzxTbKAQ,2356
1208
1208
  cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
1209
- cirq_core-1.5.0.dev20250327175906.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1210
- cirq_core-1.5.0.dev20250327175906.dist-info/METADATA,sha256=O-CFDviPcbqZywMf4AeRbyhIcfx3tnfU8B_tkI81jbE,4564
1211
- cirq_core-1.5.0.dev20250327175906.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1212
- cirq_core-1.5.0.dev20250327175906.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1213
- cirq_core-1.5.0.dev20250327175906.dist-info/RECORD,,
1209
+ cirq_core-1.5.0.dev20250327210023.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1210
+ cirq_core-1.5.0.dev20250327210023.dist-info/METADATA,sha256=k0C-6V-5JiMqkbgAjraW9_JQLkBb9lszRPy1ZzrEOK0,4564
1211
+ cirq_core-1.5.0.dev20250327210023.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1212
+ cirq_core-1.5.0.dev20250327210023.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1213
+ cirq_core-1.5.0.dev20250327210023.dist-info/RECORD,,