Documentation ¶
Index ¶
Constants ¶
View Source
const ( TrajUnIni = "Traj object uninitialized to read" ReadError = "Error reading frame" UnableToOpen = "Unable to open file" SecurityCheckFailed = "FailedSecurityCheck" WrongFormat = "Wrong format in the trajectory file or frame" NotEnoughSpace = "Not enough space in passed blocks" EOF = "EOF" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrdObj ¶
type CrdObj struct {
// contains filtered or unexported fields
}
Container for an old-Amber/pDynamo trajectory file.
func (*CrdObj) Len ¶
Natoms returns the number of atoms per frame in the XtcObj. XtcObj must be initialized. 0 means an uninitialized object.
Click to show internal directories.
Click to hide internal directories.