This repository was archived by the owner on Dec 8, 2024. It is now read-only.
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
FCHL python/fortran interface bug #86
Closed
Description
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?