-
revised model classes
KRRModel,KRRLocalModel,SORFModel,SORFLocalModel, andFJKModel. Most notable change is that they now all do hyperparameter optimization using leave-one-out errors and do two-tier optimization of lambda and sigma (similarly to MSORF models). -
MSORF can be used with PCA, can also now be trained on datasets too large to be stored in RAM at once.
-
dimensionality of forces can now be changed to value different from
nCartDim=3(introduced for alchemical derivatives). -
importing from
qml2.ensembleno longer requires installation ofrdkit,pyscf, etc. -
added constructor from ASE objects.
-
minor bugfixes.