API Structure#

align_principal_axes(molecular_system[, ...])

Aligning selected atoms to reference principal axes.

center(molecular_system[, selection, ...])

To be written soon...

flip(molecular_system[, vector, point, ...])

To be written soon...

get_angles(molecular_system, triplets[, ...])

Calculating bond angles for given atom triplets.

get_center(molecular_system[, selection, ...])

Computing centers (centroids or weighted centers) of atom selections.

get_contacts(molecular_system[, selection, ...])

To be written soon...

get_dihedral_angles(molecular_system[, ...])

To be written soon...

get_distances(molecular_system[, selection, ...])

Computing distances between atoms or centers of selections.

get_least_rmsd(molecular_system[, ...])

To be written soon...

get_maximum_distances(molecular_system[, ...])

To be written soon...

get_minimum_distances(molecular_system[, ...])

To be written soon...

get_neighbors(molecular_system[, selection, ...])

To be written soon...

get_principal_axes(molecular_system[, ...])

Computing principal axes for a selection of atoms.

get_radius_of_gyration(molecular_system[, ...])

To be written soon...

get_rmsd(molecular_system[, selection, ...])

To be written soon...

least_rmsd_align(molecular_system[, ...])

To be written soon...

least_rmsd_fit([molecular_system, ...])

To be written soon...

move_away(molecular_system[, selection, ...])

To be written soon..

principal_component_analysis(molecular_system)

Performing principal component analysis (PCA) on selected atoms.

rotate(molecular_system[, rotation, ...])

To be written soon...

set_dihedral_angles(molecular_system[, ...])

To be written soon...

shift_dihedral_angles(molecular_system[, ...])

To be written soon...

show_contacts(molecular_system[, selection, ...])

Visualize a contact map between two selections.

translate(molecular_system[, translation, ...])

To be written soon...