-
Notifications
You must be signed in to change notification settings - Fork 3
touchpoint_04 Apr 2024
Stephen Thomas edited this page Apr 4, 2024
·
3 revisions
- Housekeeping and review TODO (15 mins)
- Review project board (30 mins)
- Plan next week (15 mins)
- Mike
- Stephen
- Steven
- Cameron
- Amjad
- Mike is still working on packaging the cod tool. It has several dependencies such as perl modules.
- We did the walk though of the mini mvp example notebook covering packing and force field setting
- Currently the packing is a wrapper to packmol implemented in interchange. This is already a means to reduce the amount of code we need to write for packing boxes. During testing we will check if this does not meet any of our needs (e.g. slabs) and see what needs to be added. We identified a few common use cases:
- small molecules
- slab (xstal with given face exposed z, xy pbc, what to "fill" z plane at given density, no fractional mols (if com is inside slab, generate). Packages that do slab generation: pymatgen, atomic simulation env (ase)
- CSP boxes will include unit cell prep and super cell prep. Inputs will be mol, unit cel parms, symmetry operations etc. For csp, you don't want the xstal to force the mol into a confirmation
- large molecules
- prevent overlaps with solvent, large enough box
- build/pack at low density and shrink to desired density (don't simulate protien during shrink)
- small molecules
- Next we talked about the force field parameterization. Current notebook describes how to apply off-the-shelf force fields. Can we read other force fields, e.g. lammps force field?
- Create a new user story for Bespoke FF integration with OpenFE workflow - Yilin, Kaushik
- Create slides with roadmap and where we are at - Mike