-
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.
- Loading branch information
Showing
11 changed files
with
248 additions
and
345 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
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
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 was deleted.
Oops, something went wrong.
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,15 +1,12 @@ | ||
from qibochem.ansatz.basis_rotation import ( | ||
basis_rotation_gates, | ||
basis_rotation_layout, | ||
givens_qr_decompose, | ||
unitary, | ||
) | ||
from qibochem.ansatz.hardware_efficient import hea | ||
from qibochem.ansatz.hf_reference import bk_matrix, bk_matrix_power2, hf_circuit | ||
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.ucc import ( | ||
expi_pauli, | ||
generate_excitations, | ||
mp2_amplitude, | ||
sort_excitations, | ||
ucc_ansatz, | ||
ucc_circuit, | ||
) | ||
|
||
# TODO: Probably can move some of the functions, e.g. generate_excitations/sort_excitations to a new 'util.py' |
Oops, something went wrong.