You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
* Fixed bug in gaussian symmetric vector kernels, where I had called the non-symmetric kernel by accident
* Removed legacy code. Closes#86
* Fixed a minor bug/feature in examples
* Removed call to non-existing function in fchl electric field test
* Fixed an error in how fchl kernels was called. Updated kernels to reuse more code from other submodules
* Removed print used for debugging
* Fixed minor bug in FCHL when sigma='auto'
* Changed scaling/power to be positive instead of negative
* Fixed bug in gaussian symmetric vector kernels, where I had called the non-symmetric kernel by accident
* Removed legacy code. Closesqmlcode#86
* Fixed a minor bug/feature in examples
* Removed call to non-existing function in fchl electric field test
* Fixed an error in how fchl kernels was called. Updated kernels to reuse more code from other submodules
* Removed print used for debugging
* Fixed minor bug in FCHL when sigma='auto'
* Changed scaling/power to be positive instead of negative
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The same fortran function is called two different places in the code, using different parameters.
https://github.com/qmlcode/qml/blob/develop/qml/fchl/fchl_scalar_kernels.py#L132
https://github.com/qmlcode/qml/blob/develop/qml/fchl/fchl_kernels.py#L148
One has a verbose flag and one does not, so one of them must be wrong?
The text was updated successfully, but these errors were encountered: