Skip to content

Commit 2690192

Browse files
WangXinyan940Ericwang6Roy-KidKuangYuRoy-Kid
authored
Fix mbar example (#76)
* Add requirement of mdtraj, optax and pymbar to the doc * Fix benzen demo (#75) * Add Gitee_mirror * Fix mirror CI/CD * Update ben-prm.xml Co-authored-by: Yingze Wang <[email protected]> Co-authored-by: Roy-Kid <[email protected]> Co-authored-by: KuangYu <[email protected]> Co-authored-by: Jichen Li <[email protected]> Co-authored-by: crone <[email protected]> Co-authored-by: Yuzhi Zhang <[email protected]>
1 parent 2fa71cf commit 2690192

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

docs/user_guide/installation.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ pip install jax==0.3.17
1313
```bash
1414
pip install jax-md==0.2.0
1515
```
16+
+ Install [mdtraj](https://github.com/mdtraj/mdtraj), [optax](https://github.com/deepmind/optax) and [pymbar](https://github.com/choderalab/pymbar):
17+
```bash
18+
conda install -c conda-forge mdtraj==1.9.7
19+
pip install optax==0.1.3
20+
pip install pymbar==4.0.1
21+
```
1622
+ Install [OpenMM](https://openmm.org/):
1723
```bash
1824
conda install -c conda-forge openmm==7.7.0

examples/mbar/ben-prm.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
<HarmonicBondForce>
1919
<Bond type1="ca" type2="ca" length="0.24075506225207396" k="30000.0"/>
2020
</HarmonicBondForce>
21-
<NonbondedForce coulomb14scale="0.8333333333333334" lj14scale="0.5">
22-
<UseAttributeFromResidue name="charge"/>
23-
<Atom type="ca" sigma="1.0" epsilon="0.0"/>
24-
<Atom type="ha" sigma="1.0" epsilon="0.0"/>
25-
</NonbondedForce>
2621
<LennardJonesForce lj14scale="0.5" useDispersionCorrection="False">
2722
<Atom type="ca" sigma="0.45" epsilon="1.0"/>
2823
</LennardJonesForce>

0 commit comments

Comments
 (0)