Skip to content

Commit

Permalink
store chirality info in IC_Chain to match distance arrays for distanc…
Browse files Browse the repository at this point in the history
…e_to_internal_coordinates
  • Loading branch information
rob-miller committed May 22, 2022
1 parent 0e10a18 commit 4995948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/Tutorial/chapter_pdb.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1349,9 +1349,9 @@ \subsubsection{Building a structure from a distance plot}
%cont-doctest
\begin{minted}{pycon}
>>> ## copy distances to chain arrays:
>>> cic2.distplot_to_dh_arrays(distances)
>>> cic2.distplot_to_dh_arrays(distances, chirality)
>>> ## compute angles and dihedral angles from distances:
>>> cic2.distance_to_internal_coordinates(chirality)
>>> cic2.distance_to_internal_coordinates()
\end{minted}

The steps below generate the atom coordinates from the newly generated `myChain2' internal
Expand Down

0 comments on commit 4995948

Please sign in to comment.