ccs_fit.fitting.spline_functions
This module contains functions for spline construction, evaluation and output.
Module Contents
Classes
Twobody class that describes properties of an Atom pair. |
|
Onebody class that describes properties of an atom. |
Attributes
- ccs_fit.fitting.spline_functions.logger
- class ccs_fit.fitting.spline_functions.Twobody(name, dismat, distmat_forces, Rcut, range_center=None, range_width=None, search_points=None, Swtype='rep', Rmin=None, Resolution=0.1, const_type='mono', search_mode='full')[source]
Twobody class that describes properties of an Atom pair.
- get_v()[source]
Constructs the v matrix.
- Returns:
ndarray – The v matrix for a pair.
- Return type:
matrix