ISISNeutronMuon / ISISNeutronMuon/MDMC
Approximate SHAKE and RATTLE in LAMMPSEngine.minimize
- Dominant language
- Python
- Stars
- 4
- Forks
- 0
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 5
Description
**Is your feature request related to a problem? Please describe.**
SHAKE and RATTLE cannot be applied in LAMMPS during minimisation. Currently these fixes are just removed during minimisation and reapplied afterwards; however this means that the energy minimisation will be for a different force field than is applied during a simulation.
**Describe the solution you'd like**
Determine a factor by which potential strengths of bonds or bond angles affected by SHAKE or RATTLE are scaled, so that the behaviour of the fixes is replicated by the artificially strong bonds or bond angles. Implement this scaling in LAMMPSEngine.minimize. These parameters will then have to be rescaled to their original values following minimisation.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.