Skip to content

Commit

Permalink
Fix comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfleury-sb committed Jun 19, 2024
1 parent 00851c2 commit 2bbc57f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ def get_energy(molecule, solver):
# In case of RHF solver (inside SecondQuantizedMolecule object).
if isinstance(solver, str):
energy = molecule.mf_energy
# The remaining case is for VQESolver, CCSDSolver, FCISolver and
# MINDO3Solver.
# The remaining case is for VQESolver, CCSDSolver, FCISolver.
else:
energy = solver.simulate()

Expand Down

0 comments on commit 2bbc57f

Please sign in to comment.