Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

FCHL python/fortran interface bug #86

Closed
larsbratholm opened this issue Sep 10, 2018 · 2 comments
Closed

FCHL python/fortran interface bug #86

larsbratholm opened this issue Sep 10, 2018 · 2 comments
Assignees
Labels

Comments

@larsbratholm
Copy link
Collaborator

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?

@larsbratholm
Copy link
Collaborator Author

The fchl_kernels file does not seem to be used anywhere, so I assume that it's legacy code and can be removed?

@andersx
Copy link
Member

andersx commented Sep 11, 2018

Yeah, that one should have been removed!

larsbratholm added a commit to larsbratholm/qml that referenced this issue Sep 11, 2018
andersx pushed a commit that referenced this issue Nov 13, 2018
* 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
zaspel pushed a commit to zaspel/qml that referenced this issue Jul 29, 2019
* Fixed bug in gaussian symmetric vector kernels, where I had called the non-symmetric kernel by accident

* Removed legacy code. Closes qmlcode#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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants