Skip to content
Snippets Groups Projects
Commit c723d637 authored by Joseph Rudzinski's avatar Joseph Rudzinski
Browse files

correct if bonds in atomutils

parent 1922c11a
No related branches found
No related tags found
1 merge request!1526Resolve "Add bond list and generalize interactions in gromacs and lammps"
Pipeline #182461 failed
......@@ -1261,7 +1261,7 @@ def archive_to_universe(archive, system_index: int = 0, method_index: int = -1,
# get the bonds # TODO extend to multiple storage options for interactions
bonds = []
bonds = sec_atoms.bond_list
if not bonds:
if bonds is not []:
bonds = get_bond_list_from_model_contributions(sec_run, method_index=-1, model_index=-1)
# get the system times
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment