Skip to content

Commit

Permalink
Merge pull request #112 from wiederm/fix_bug
Browse files Browse the repository at this point in the history
adapting name for checking torison atoms
  • Loading branch information
JohannesKarwou authored Jun 20, 2023
2 parents 8eb4ceb + 83eb2c9 commit 77d5f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ transformato can be easily installed from conda-forge:
```
conda install transformato -c conda-forge
```
:warning: **When installing from conda-forge, lone-pairs are not supported!** :bangbang:

for lone-pair support install transformato directly from github following this [instructions](https://wiederm.github.io/transformato/Installation.html)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion transformato/mutate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ def _mutate_torsions(self, psf: pm.charmm.CharmmPsfFile, lambda_value: float):
original_torsion.atom1.type,
original_torsion.atom2.type,
original_torsion.atom3.type,
original_torsion.atom3.type,
original_torsion.atom4.type,
]
) == sorted(
[
Expand Down

0 comments on commit 77d5f0f

Please sign in to comment.