Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb-johnson committed Jul 10, 2023
1 parent 35110be commit 2eb206a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/entanglement_forging/explanation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ In some cases, it is possible to increase the accuracy of simulations and speed
result = solver.solve(problem)
This setting requires an ansatz that leaves the Hartree-Fock (HF) state
unchanged under `var_form`. As a rule of thumb, this can be achieved by
restricting entanglement between the qubits representing occupied orbitals
(bits = 1) in the HF state and the qubits representing unoccupied orbitals
(bits = 0) in the HF state.
unchanged with respect to the optimization parameters. As a rule of thumb,
this can be achieved by restricting entanglement between the qubits representing
occupied orbitals (bits = 1) in the HF state and the qubits representing
unoccupied orbitals (bits = 0) in the HF state.

For example, this figure from [1] shows the A, B, and C qubits entangled with
the hop gates, D & E qubits entangled with hop gates, while the partition between
Expand Down

0 comments on commit 2eb206a

Please sign in to comment.