Changelog
- 1.2.2:
- Fixed:
An issue with Coulomb matrix ordering using
sorted_l2that was introduced in version 1.2.0. See issue #89.
- Deprecated:
The
rcut,nmax, andlmaxoptions forSOAP, user_cut,n_maxandl_maxinstead.The
rcutandgcutoptions forEwaldSumMatrix, user_cutandg_maxinstead.
- 1.2.0:
- Added:
Numerical derivatives for the Coulomb matrix
Tensorflow implementation of the force-field training tutorial, courtesy of xScoschx
- 1.1.0:
- Added:
Support for lmax <= 20 for the SOAP GTO basis.
Support for weighting the gaussians contributing to the atomic density. For more details see the updated SOAP tutorial (and issues #20, #58).
attach-argument for thederivatives-function (see issue #63).
- 1.0.0:
- Added:
Possibility to calculate the derivatives of the SOAP descriptor with respect to atom positions. For now, only non-periodic structures are supported. Supports numerical derivatives for any SOAP configuration, and analytical derivatives when using the GTO radial basis.
- Changed:
The
periodicattribute now instructs the code to take into account the periodicity of the system as defined by thepbc-attribute thease.Atoms. So in addition to settingperiodic=Truein the descriptor, also make your system periodic in the wanted directions through thepbcattribute.The sparse output now uses the sparse matrices from the sparse library-library. This change is motivated by the need for n-dimensional sparse arrays in various places. See more at the documentation page for sparse output.
The output shapes have been made more consistent across different descriptors: global descriptors now produce 1D flattened output and local descriptors produce 2D flattened output for a single system. Whenever multiple systems are given, an additional dimension is added that runs across the different systems: for systems with the same number of atoms the output becomes a five-dimensional array, otherwise the output becomes a list of four-dimensional arrays.
- 0.3.5:
- Added:
Support for Python 3.8. See issue #40.
- 0.3.2:
- Changed:
Improved performance for SOAP in combination with very large systems. See issue #31.
- 0.2.8:
- Removed:
Support for Python 2.