Forces Commands

Forces Commands

Calculate forces for models and trajectory frames.

frameforces

Syntax:

void frameforces(); 

Calculate the atomic forces of the current frame of the trajectory associated with the current model.

For example:

frameforces();

modelforces

Syntax:

void modelforces(); 

Calculate the atomic forces of the current model.

For example:

modelforces();

printforces

Syntax:

void printforces(); 

Print out the forces of the current model.

For example:

printforces();