Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwthompson committed Nov 22, 2024
1 parent 68fc412 commit a8b5a11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions torsions.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def _main(forcefield, dataset, sqlite_file, out_dir, procs, invalidate_cache):
crc = QCArchiveTorsionDataset.model_validate_json(inp.read())
store = TorsionStore.from_torsion_dataset(crc, sqlite_file)

print(f"num molecule IDs: {len(store.get_molecule_ids())}", flush=True)
print(f"started optimizing store with {procs=}", flush=True)
start = time.time()
store.optimize_mm(force_field=forcefield, n_processes=procs)
Expand Down

0 comments on commit a8b5a11

Please sign in to comment.