Skip to content

Commit

Permalink
#58 clean up and playing with parameters of penalty pes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshkamm committed May 11, 2024
1 parent 4f1ac07 commit d88196b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions examples/QChem/CDFT_MECP/MECP_Opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
RESTRAINTS=inpfileq['RESTRAINTS'],
)

pes = Penalty_PES(PES1=pes1, PES2=pes2, lot=lot1) # JOSH
pes = Penalty_PES(PES1=pes1, PES2=pes2, lot=lot1, sigma=10.0, alpha=1.0) # JOSH

###====###

Expand Down Expand Up @@ -150,7 +150,6 @@ def main():
addtr=addtr,
addcart=addcart,
topology=top1,
# frozen_atoms=frozen_indices,
)

nifty.printcool('Building Delocalized Internal Coordinates')
Expand All @@ -161,7 +160,6 @@ def main():
addcart=addcart,
connect=connect,
primitives=p1,
# frozen_atoms=frozen_indices,
)

nifty.printcool('Building the molecule')
Expand Down

0 comments on commit d88196b

Please sign in to comment.