Tutorial:Measuring distances, angles, dihedrals

From MSL-Libraries
Revision as of 01:40, 10 April 2010 by Dwkulp (talk | contribs) (Created page with '<font color="red" > Tutorial writing in progress, errors may exist</font> This is an example on how to measure distances, angles and dihedrals (Includes wrapper functions for me…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Tutorial writing in progress, errors may exist

This is an example on how to measure distances, angles and dihedrals (Includes wrapper functions for measuring Phi/Psi/Chi angles).


Complete source of example_measurements.cpp


To compile

% make bin/example_measurements

To run the program

Go to the main directory and run the command (note, the location of the exampleFiles subdirectory needs to be provided as an argument)

% bin/example_molecular_measurements exampleFiles

Program description


Back to the tutorial page