-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
- Loading branch information
1 parent
f51d5ae
commit 690011f
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
from qibochem.ansatz.basis_rotation import basis_rotation_gates | ||
from qibochem.ansatz.hardware_efficient import he_circuit | ||
from qibochem.ansatz.hf_reference import hf_circuit | ||
from qibochem.ansatz.qeb import qeb_circuit | ||
from qibochem.ansatz.ucc import ( | ||
generate_excitations, | ||
mp2_amplitude, | ||
sort_excitations, | ||
ucc_ansatz, | ||
ucc_circuit, | ||
) | ||
from qibochem.ansatz.qeb import qeb_circuit | ||
|
||
# TODO: Probably can move some of the functions, e.g. generate_excitations/sort_excitations to a new 'util.py' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters