cmelab / cmelab/polybinder

Switching from NPT to NVT integrators

Open
#86 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
2
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Right now, it works so that you can switch from NVT to NPT when calling the fun functions. For example:

```
sim = Simulation(...)
sim.quench(kT=1.0, pressure=None, n_steps=1e5) # NVT run
sim.quench(kT=1.0, pressure=0.0025, n_steps=1e5 # NPT run
```

However, it looks like calling a run function after this when the pressure is set to None does not switch the integrator from NPT to NVT

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.