Skip to content

Commit

Permalink
Format: new changes to lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
raynelfss committed Jun 11, 2024
1 parent c0d9b7b commit ed97436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pyext/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ use qiskit_accelerate::{
pauli_exp_val::pauli_expval, permutation::permutation, results::results, sabre::sabre,
sampled_exp_val::sampled_exp_val, sparse_pauli_op::sparse_pauli_op,
stochastic_swap::stochastic_swap, target_transpiler::target,
two_qubit_decompose::two_qubit_decompose, uc_gate::uc_gate,
utils::utils, vf2_layout::vf2_layout,
two_qubit_decompose::two_qubit_decompose, uc_gate::uc_gate, utils::utils,
vf2_layout::vf2_layout,
};

#[pymodule]
Expand Down

0 comments on commit ed97436

Please sign in to comment.