General class used for system builder workups.
|
__init__(self,
root=None) |
|
|
|
outIons(self,
log)
Get the ion, positive and negative salt counts from log. |
|
|
|
outMolarity(self,
log)
Gets molarity from system builder log |
|
|
|
|
|
outLatticeVectors(self,
log)
Returns the lattice vectors as an array |
|
|
|
outBoundary(self,
log)
This will return a dict of terms depending on the boundary
conditions. |
|
|
|
workupBoundary(self,
bound_cfg,
buffer=5)
Generalized workup for boundary conditions. |
|
|
|
workupIon(self,
ion_cfg,
buffer=0)
Generalized workup for ions. |
|
|
|
workupExclude(self,
asl1,
asl2,
dist,
sel) |
|
|
|
workupDensity(self,
density_cfg)
Calculated density from: Desmond density = ((#mols * MM)/Na)/(Water
Vol * 10^-24) |
|
|
|
|