Skip to content

Commit

Permalink
delete improper constraint setting
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jul 13, 2023
1 parent 60d33f4 commit dbcc227
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pynta/calculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ def run_harmonically_forced_xtb_no_pbc(atoms,atom_bond_potentials,site_bond_pote
out_constraints.append(FixAtoms(
indices=list(range(n))
))
atoms.set_constraint(out_constraints)

hfxtb = HarmonicallyForcedXTB(method="GFN1-xTB",
atom_bond_potentials=new_atom_bond_potentials,
Expand Down

0 comments on commit dbcc227

Please sign in to comment.