Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


# PyCGTOOL
WARNING THIS IS A VERY EXPERIMENTAL BRANCH - EXERCISE CAUTION!
Please see http://pycgtool.readthedocs.io/en/master/ for full documentation.


Expand Down
9 changes: 9 additions & 0 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@ generate_angles Generate angles from bonds **True**, Fals
generate_dihedrals Generate dihedrals from bonds **False**, True
================== ========================================== =======================

Connect Residues
~~~~~~~~~~~~~~~~
In the .bnd file the [< mol >] section can be used to form bonds, angles or dihedrals between any residue in a system.
The syntax for an inter residue bond is::
[atom_name1]_[resid1]_[resname1] [atom_name2]_[resid2]_[resname2]
or angle::
[atom_name1]_[resid1]_[resname1] [atom_name2]_[resid2]_[resname2] [atom_name3]_[resid3]_[resname3]
Currently this feature only works for a single molecule. Note that itp reading is not currently supported for multi-residue itps

Indexes
=======

Expand Down
Loading