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

Functions to extract parameters from coordinate files. More...

#include "rwmolecule.h"
#include "rwmd.h"
#include "mol_bonds.h"
#include "Matrix.h"
#include "linked_list.h"
#include "utilities.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...
 

Variables

int verbose
 

Detailed Description

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.

Variable Documentation

◆ verbose

int verbose
extern