Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 14, 2023
1 parent 668f03c commit 614806b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
22 changes: 8 additions & 14 deletions src/qibochem/ansatz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
from qibochem.ansatz.basis_rotation import (
unitary_rot_matrix,
swap_matrices,
givens_rotation_parameters,
givens_rotation_gate,
br_circuit,
givens_rotation_gate,
givens_rotation_parameters,
swap_matrices,
unitary_rot_matrix,
)
from qibochem.ansatz.hardware_efficient import (
hea,
)
from qibochem.ansatz.hf_reference import (
bk_matrix_power2,
bk_matrix,
hf_circuit,
)
from qibochem.ansatz.hardware_efficient import hea
from qibochem.ansatz.hf_reference import bk_matrix, bk_matrix_power2, hf_circuit
from qibochem.ansatz.ucc import (
expi_pauli,
ucc_circuit,
mp2_amplitude,
generate_excitations,
mp2_amplitude,
sort_excitations,
ucc_ansatz,
ucc_circuit,
)
6 changes: 2 additions & 4 deletions src/qibochem/driver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
from qibochem.driver.molecule import (
Molecule,
)
from qibochem.driver.hamiltonian import (
fermionic_hamiltonian,
qubit_hamiltonian,
parse_pauli_string,
qubit_hamiltonian,
symbolic_hamiltonian,
)
from qibochem.driver.molecule import Molecule

0 comments on commit 614806b

Please sign in to comment.