Skip to content

Commit 9e30393

Browse files
committed
Move StandardGate definition into its own module
This is a staging commit, splitting up the giant monolithic `qiskit_circuit::operations` to put `StandardGate` in its own module. The code is unchanged, other than imports. This is preparatory for moving more code out of `quantum_info` that connects `StandardGate` to base `quantum-info` objects.
1 parent 7708a78 commit 9e30393

3 files changed

Lines changed: 1957 additions & 1929 deletions

File tree

crates/circuit/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ pub mod packed_instruction;
3535
pub mod parameter;
3636
pub mod parameter_table;
3737
pub mod register_data;
38+
pub mod standard_gate;
3839
pub mod var_stretch_container;
3940
mod variable_mapper;
4041
pub mod vf2;

0 commit comments

Comments
 (0)