Skip to content

Commit

Permalink
Fixed missing TotalEnergy import
Browse files Browse the repository at this point in the history
  • Loading branch information
jlheflin committed Jun 28, 2024
1 parent 276a0bd commit bb561b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/structurefinder/pyberny/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

import pluginplay as pp
from friendzone.nwx2qcelemental import chemical_system_conversions
from simde import EnergyNuclearGradientStdVectorD
from simde import EnergyNuclearGradientStdVectorD, TotalEnergy
from berny import Berny, geomlib, optimize
import chemist
import qcelemental as qcel
Expand Down

0 comments on commit bb561b6

Please sign in to comment.