You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- packmol<=20.15.1 # DEVNOTE: have no idea why, but versions tested later than this release (at least 20.16.1 and 21.0.4) introduce PDB CONECT errors where there were previously none
25
+
- openeye-toolkits # TODO: consider making this optional?
26
+
27
+
# MD engines
28
+
- openmm
29
+
# - lammps # NOTE: this grinds the conda/libmamba env solver to a halt, so we install it via pip instead
30
+
- mdtraj
31
+
- pint # for units in case OpenFF is not installed
32
+
33
+
# OpenFF stack
34
+
- openff-toolkit>=0.16
35
+
- openff-interchange>=0.4
36
+
- openff-nagl>=0.5
37
+
- openff-nagl-models>=0.3
38
+
39
+
# Espaloma
40
+
- espaloma_charge>=0.0.8
41
+
42
+
# Chemical database queries
43
+
- cirpy
44
+
- pubchempy
45
+
46
+
# pip installs
47
+
- pip:
48
+
- lammps>=2024 # NOTE: see above - conda version of lammps exists, but makes env solve prohibitively slow
0 commit comments