Skip to content

Commit

Permalink
Fix config typo in ATM guide (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd authored Mar 26, 2024
1 parent ba0e2ca commit 8ba6628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide-atm.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ The full complex structure (ParmEd) and OpenMM system can then be created:

```python
complex_structure, complex_system = femto.fe.atm.setup_system(
config,
config.setup,
receptor,
ligand_1,
ligand_2,
Expand Down

0 comments on commit 8ba6628

Please sign in to comment.