Skip to content

Commit

Permalink
Update src/qibochem/ansatz/qeb.py
Browse files Browse the repository at this point in the history
Co-authored-by: Wong ZC <[email protected]>
  • Loading branch information
damarkian and chmwzc authored Nov 12, 2024
1 parent 677bd38 commit b8cf3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibochem/ansatz/qeb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from qibo import Circuit, gates


def qeb_circuit(n_qubits, excitation, theta=0.0, trotter_steps=1) -> Circuit:
def qeb_circuit(n_qubits, excitation, theta=0.0) -> Circuit:
r"""
Qubit-excitation-based (QEB) circuit corresponding to the unitary coupled-cluster ansatz for a single excitation
Expand Down

0 comments on commit b8cf3fb

Please sign in to comment.