Skip to content

Commit

Permalink
Start writing adaptive example in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
chmwzc committed Aug 17, 2024
1 parent ac77c14 commit f1cf698
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/source/tutorials/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ This section provides examples of how to use Qibochem.
hamiltonian
ansatz
measurement
adaptive
4 changes: 4 additions & 0 deletions src/qibochem/ansatz/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from qibochem.ansatz.basis_rotation import basis_rotation_gates
from qibochem.ansatz.givens_excitation import (
givens_excitation_ansatz,
givens_excitation_circuit,
)
from qibochem.ansatz.hardware_efficient import he_circuit
from qibochem.ansatz.hf_reference import hf_circuit
from qibochem.ansatz.symmetry import symm_preserving_circuit
Expand Down

0 comments on commit f1cf698

Please sign in to comment.