POAV2

class sknano.core.atoms.POAV2(*args)[source] [edit on github][source]

Bases: sknano.core.atoms.mixins.POAV

POAV sub-class for POAV2 analysis.

Attributes

A Magnitude of vπ.
H Altitude of tetrahedron.
R1 Bond 1 Vector length.
R2 Bond 2 Vector length.
R3 Bond 3 Vector length.
T 16 the volume of the tetrahedron defined by Vectors V1, V2, and V3.
V1 v1 unit Vector
V2 v2 unit Vector
V3 v3 unit Vector
Vpi vπ unit Vector
Vv1v2v3 Volume of the parallelepiped defined by Vectors v1, v2, and v3.
fmtstr Format string.
m s character content of the π-orbital (smp) for sp3 normalized hybridization.
misalignment_angles List of misalignment ϕi angles.
n1 p character content of the σ-orbital hybridization for σ1 bond.
n2 p character content of the σ-orbital hybridization for σ2 bond.
n3 p character content of the σ-orbital hybridization for σ3 bond.
pyramidalization_angles List of pyramidalization θP angles.
reciprocal_v1 Reciprocal Vector v1.
reciprocal_v2 Reciprocal Vector v2.
reciprocal_v3 Reciprocal Vector v3.
sigma_pi_angles List of θσπ angles.
t 16 the volume of the tetrahedron defined by Vectors v1, v2, and v3.
v1 Vector v1 directed along the σ-orbital to the nearest-neighbor Atom in Bond 1.
v2 Vector v2 directed along the σ-orbital to the nearest-neighbor Atom in Bond 2.
v3 Vector v3 directed along the σ-orbital to the nearest-neighbor Atom in Bond 3.
vpi General π-orbital axis vector (vπ) formed by the terminii of Vectors Vectors v1, v2, and v3.

Methods

POAVdict([rad2deg]) Return dictionary of POAV2 class attributes.
todict() Return dict of constructor parameters.

Attributes Summary

T 16 the volume of the tetrahedron defined by Vectors V1, V2, and V3.
m s character content of the π-orbital (smp) for sp3 normalized hybridization.
n1 p character content of the σ-orbital hybridization for σ1 bond.
n2 p character content of the σ-orbital hybridization for σ2 bond.
n3 p character content of the σ-orbital hybridization for σ3 bond.

Methods Summary

POAVdict([rad2deg]) Return dictionary of POAV2 class attributes.

Attributes Documentation

T

16 the volume of the tetrahedron defined by Vectors V1, V2, and V3.

T=cosθ12cosθ23cosθ31×|V1(V2×V3)|6
m

s character content of the π-orbital (smp) for sp3 normalized hybridization.

n1

p character content of the σ-orbital hybridization for σ1 bond.

n2

p character content of the σ-orbital hybridization for σ2 bond.

n3

p character content of the σ-orbital hybridization for σ3 bond.

Methods Documentation

POAVdict(rad2deg=False)[source] [edit on github][source]

Return dictionary of POAV2 class attributes.