ParticleInfo
- class AmberFD.ParticleInfo(nuclei)
Small structure used to assign per-site force field parameters. This is passed into AmberFD when adding a new particle.
- __init__(nuclei)
Construct a new Particle Info object
- Parameters
nuclei (int) – The integer nuclei of the particle. A value of zero indicates it’s a virtual particle
Methods
__init__
(nuclei)Construct a new Particle Info object
Attributes
Dynamic Slater exponent of the particle, must be a positive value
Frozen charge of the particle, can be positive or negative
Frozen Slater exponent of the particle, must be a positive value
Integer value for the nuclei of the particle.
Pauli exponent of the particle, must be a positive value
Pauli radii of the particle, must be a positive value
The membership flag
- property thisown
The membership flag
- property nuclei
Integer value for the nuclei of the particle. A value of zero indicates it’s a virtual particle
- property frz_chg
Frozen charge of the particle, can be positive or negative
- property frz_exp
Frozen Slater exponent of the particle, must be a positive value
- property dyn_exp
Dynamic Slater exponent of the particle, must be a positive value
- property pauli_exp
Pauli exponent of the particle, must be a positive value
- property pauli_radii
Pauli radii of the particle, must be a positive value