matscipy
Functions
|
Test if a parameter has been provided in params.py. |
|
Read parameter from params.py control file. |
- matscipy.has_parameter(name)
Test if a parameter has been provided in params.py.
- Parameters:
name (str) – Name of the parameter.
- Returns:
value – Returns True if parameter exists.
- Return type:
bool
- matscipy.parameter(name, default=None, logger=<matscipy.logger.Logger object>)
Read parameter from params.py control file.
- Parameters:
name (str) – Name of the parameter.
default (optional) – Default value. Will be returned if parameter is not present.
- Returns:
Value of the parameter.
- Return type:
value
Modules
Compute a bond angle distributions. |
|
Compute deformation gradient tensor and D^2_min measure for non-affine displacements. |
|
Tools related to homogeneously deformed volumes. |
|
Tools for studying structure and movement of dislocations. |
|
Computing elastic moduli of atomistic systems under small deformations. |
|
Provides continuous 1D Poisson-Nernst-Planck system solver, sampling of discrete coordinate sets from continuum fields, steric correction for avoiding overlap of finite size species. |
|
Foreign function interface module. |
|
Calculation of continuum linear elastic displacement fields near crack tips, including support for anisotropy in the elastic response. |
|
Log status to screen. |
|
Classes that deal with interactions defined by connectivity. |
|
Tools for computing and working with local topology of atomic structures. |
|
Numerical algorithms for force, stress, hessian, etc. |
|
Hessian preconditioner. |
|
Classes to be used with ASE in order to perform pressure relaxation and/or sliding simulations under pressure. |
|
Compute the spatial correlation of a given function. |
|