Protein_Area.ProteinArea

class Protein_Area.ProteinArea(atomgroup, zmin=0, zmax=150, layer=0.5, showpoints=False, nopbc=False, **kwargs)[source]
zmin: estimated zmin, should be lower than

the minimal z of the whole traj. Default=0

zmax: estimated zmax, should be higher

than the maximal z of the whole traj. Default=150

layer: thickness of a layer. default=0.5 nopbc: flag to turn off pbc images, set to False. showpoints: output the voronoi points at certain layer(default=-1)

__init__(atomgroup, zmin=0, zmax=150, layer=0.5, showpoints=False, nopbc=False, **kwargs)[source]

Methods

__init__(atomgroup[, zmin, zmax, layer, ...])

get_supported_backends()

Tuple with backends supported by the core library for a given class.

run(*args, **kwargs)

Perform the calculation

Attributes

parallelizable

Boolean mark showing that a given class can be parallelizable with split-apply-combine procedure.