mphowardlab / mphowardlab/relentless
Add box resizing to MD integrators
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
We should add the ability to resize the box to MD integration methods. We can use the barostat argument to do this:
- If
barostatis anExtent, resize the box immediately at the start of the run. - If
barostatis atuple(Extent, Extent), do linear interpolation between the two box sizes from the beginning to the end of the run.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.