Skip to content

Commit 8acccab

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 7ceda63 commit 8acccab

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
@@ -38,6 +38,7 @@ pub mod parameter;
3838
pub mod parameter_table;
3939
pub mod register_data;
4040
pub mod slice;
41+
pub mod standard_gate;
4142
pub mod util;
4243
pub mod var_stretch_container;
4344
mod variable_mapper;

0 commit comments

Comments
 (0)