Closed nbehrnd closed 1 year ago
I have noted that the generate_fchl_acsf
attribute is present on the develop branch of qml
. Thus:
pip install git+https://github.com/qmlcode/qml@develop -U
Solve this issue for me, altought it rise another error:
ValueError: invalid literal for int() with base 10: 'Sn'
I guess a good solution will be to know what specific version or commit hash for the qml
develop
branch is required, or which one was used during the develop or these reordering methods... I will try to figure out by reading the repo history.
Well... qml
seems to be added on August 2021 and the commit message confirms that develop branch is required.
$ git log -S qml
commit 824c94530d82a1c365451606bafa5cf237d6a07c
Author: Henrique Musseli Cezar <henrique.musseli@gmail.com>
Date: Fri Aug 13 17:24:39 2021 -0300
Added qml reordering as an option (requires qml develop branch).
However, current commit on develop branch of qml is from Jun 2020... so the invalid literal
error is not a version issue... may be a different bug.
@alexispaz, you are correct that only the develop branch of qml
is working, but please document how you to reproduce the error in a new issue, otherwise it is hard to maintain issues/bugs.
I agree @charnley. I initially thought it was related since it was in the multiprocessing module. However it's not related and even not a bug of rmsd package (I was using clusttraj). So, I guess you can safely mark this as solved.
This issue report evolves from an earlier discussion here.
With the test data provided in the .zip attached below, the RMSD of an alignment works fine e.g.,
However, this is not the case opting for
qml
:despite
qml
is installed with pip for Python 3 (version 0.2.1, Anders S. Christensen (2016)), version information afterimport qml
in Python and a subsequenthelp(qml)
). It's PyPi page states version 0.4.0.27 as the one currently provided, suggesting a discrepancy.Second, contrasting to the documentation displayed by
calculate_rmsd --help
, the levelnone
does not work:The observations refer to an installation in Linux Debian 12/bookworm (branch testing), Python 3.9.10, and rmsd 1.4 installed via pip for Python 3.
2022-03-04_data.zip