Skip to content

Commit

Permalink
Consolidating HOOMD project and clean up (#261)
Browse files Browse the repository at this point in the history
* Merge hoomd4 subproject into main project
Scrap original hoomd project directory in favor of using hoomd4

* remove irrelevant unit tests

* Add comments block explaining HOOMD equil checks
Also clean up commented out code.

* remove lammps-UD
  • Loading branch information
daico007 authored May 16, 2024
1 parent eb84370 commit 5d53c91
Show file tree
Hide file tree
Showing 50 changed files with 23 additions and 3,442 deletions.
3 changes: 1 addition & 2 deletions reproducibility_project/aggregate_summary/aggregate_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ def dict_product(dd):
"gromacs",
"hoomd",
"lammps-VU",
# "lammps-UD",
]
md_engines = ["gromacs", "hoomd", "lammps-VU"] # , "lammps-UD"]
md_engines = ["gromacs", "hoomd", "lammps-VU"]
mc_engines = ["cassandra", "mcccs", "gomc"]
forcefields = {}
r_cuts = {}
Expand Down
2 changes: 1 addition & 1 deletion reproducibility_project/bin/clean_by_engine.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
echo Removing jobs from all engines but $1
for ENGINE in cassandra mcccs gomc gromacs hoomd lammps-VU lammps-UD
for ENGINE in cassandra mcccs gomc gromacs hoomd lammps-VU
do
if [[ $ENGINE != $1 ]]
then
Expand Down
7 changes: 0 additions & 7 deletions reproducibility_project/hoomd4_subproject/src/README.md

This file was deleted.

1 change: 0 additions & 1 deletion reproducibility_project/hoomd4_subproject/src/__init__.py

This file was deleted.

This file was deleted.

102 changes: 0 additions & 102 deletions reproducibility_project/hoomd4_subproject/src/analysis/diffusion.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5d53c91

Please sign in to comment.