|
add_atom(mol_name=None,
atom_name=None,
res_name=None,
res_num=None,
pos=[ None, None, None] ,
element=None,
atom_num=None,
chain_id=None,
segment_id=None,
pdb_record=None)
Add a new atom to the structural data object. |
source code
|
|
|
|
|
delete()
Simple function for deleting all structural data. |
source code
|
|
|
displacement(model_from=None,
model_to=None,
atom_id=None,
centroid=None)
Calculate the rotational and translational displacement between two
structural models. |
source code
|
|
|
|
|
get_pos(spin_id=None,
str_id=None,
ave_pos=False)
Load the spins from the structural object into the relax data store. |
source code
|
|
|
load_spins(spin_id=None,
str_id=None,
ave_pos=False)
Load the spins from the structural object into the relax data store. |
source code
|
|
|
read_pdb(file=None,
dir=None,
read_mol=None,
set_mol_name=None,
read_model=None,
set_model_num=None,
parser=' internal ' ,
verbosity=1,
fail=True)
The PDB loading function. |
source code
|
|
|
read_xyz(file=None,
dir=None,
read_mol=None,
set_mol_name=None,
read_model=None,
set_model_num=None,
verbosity=1,
fail=True)
The XYZ loading function. |
source code
|
|
|
rotate(R=None,
origin=None,
model=None,
atom_id=None)
Rotate the structural data about the origin by the specified forwards
rotation. |
source code
|
|
|
|
|
superimpose(models=None,
method=' fit to mean ' ,
atom_id=None,
centroid=None)
Superimpose a set of structural models. |
source code
|
|
|
translate(T=None,
model=None,
atom_id=None)
Shift the structural data by the specified translation vector. |
source code
|
|
|
vectors(attached=None,
spin_id=None,
model=None,
verbosity=1,
ave=True,
unit=True)
Extract the bond vectors from the loaded structures and store them in
the spin container. |
source code
|
|
|
write_pdb(file=None,
dir=None,
model_num=None,
compress_type=0,
force=False)
The PDB writing function. |
source code
|
|