Logfileschnet¶
-
class
mybigdft.jobschnet.
Logfileschnet
(posinp)[source]¶ Bases:
object
Container class to emulate the Logfile object used in BigDFT calculations
-
property
posinp
¶ - Returns
List containing the base Posinp objects for the predictions.
- Return type
list of Posinps
-
property
n_at
¶ - Returns
List containing the number of atoms of each structure.
- Return type
list of ints
-
property
atom_types
¶ - Returns
List containing sets of the elements present in each structure.
- Return type
list of sets
-
property
boundary_conditions
¶ - Returns
List containing the boundary conditions, either free, surface or periodic, of each structure.
- Return type
list of strings
-
property
cell
¶ - Returns
List containing cell dimensions of each structure, None for free boundary conditions.
- Return type
list of lists of floats
-
property
energy
¶ - Returns
List containing the energy value for each structure. If None, the energies have not been calculated yet.
- Return type
list of floats or None
-
property
forces
¶ - Returns
List containing the forces values for each structure. If None, the forces have not been calculated yet.
- Return type
list of arrays of floats or None
-
property
dipole
¶ - Returns
List containing the dipole values for each structure. If None, the dipoles have not been calculated yet.
- Return type
list of arrays of floats or None
-
property