Bsoft 2.1.4
Bernard's software package
mol_param.h File Reference

Header for functions to extract parameters from coordinate files. More...

#include "rwmolecule.h"
#include "rwmd.h"

Functions

Batomtypemolgroup_get_atom_types (Bmolgroup *molgroup, int elements)
 Obtains atomic types from molecule groups. More...
 
Bmdmd_calculate_parameters (Bmolgroup *molgroup, int elements, int show_bond, int show_angle)
 Calculates atomic parameters from molecule groups. More...
 

Detailed Description

Header for functions to extract parameters from coordinate files.

Author
Bernard Heymann
Date
Created: 20050304
Modified: 20090226

Function Documentation

◆ md_calculate_parameters()

Bmd * md_calculate_parameters ( Bmolgroup molgroup,
int  elements,
int  show_bond,
int  show_angle 
)

Calculates atomic parameters from molecule groups.

Parameters
*molgroupmolecule group.
elementsflag to take atom types from element records.
show_bondflag to show bonds.
show_angleflag to show angles.
Returns
Bmd* molecular dynamics object, NULL on failure.

◆ molgroup_get_atom_types()

Batomtype * molgroup_get_atom_types ( Bmolgroup molgroup,
int  elements 
)

Obtains atomic types from molecule groups.

Parameters
*molgroupmolecule group.
elementsflag to take atom types from element records.
Returns
Batomtype* atom property structure, NULL on failure.