Skip to content

Commit e9b7c4d

Browse files
committed
Fix API call. [ci skip]
1 parent 035f081 commit e9b7c4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ contains an additional `num_ghost_waters` number of ghost water molecules
104104
that are used for insertion moves.
105105

106106
```python
107-
gcmc_system = sampler.get_system()
107+
gcmc_system = sampler.system()
108108
```
109109

110110
4) Create an OpenMM context:
@@ -306,7 +306,7 @@ sampler = GCMCSampler(
306306
)
307307

308308
# Get the GCMC system.
309-
gcmc_system = sampler.get_system()
309+
gcmc_system = sampler.system()
310310

311311
# Save the GCMC system to AMBER format files.
312312
sr.save(gcmc_system, ["gcmc_system.prmtop", "gcmc_system.inpcrd"])

0 commit comments

Comments
 (0)