Minor addition of some variables in SetupFromSpglib()#122
Conversation
…ha get_free_energy_hessian_dev()
|
Hi Manex, |
|
@ManexAlkorta It seems there is a failure in one of the test, can you check? |
|
Hi Lorenzo, This pull request includes two new new attributes to the QE_symmetry class:
In the end these are just the point symmtry operation in cartesian coordinates of the crystal, S and S.T. This allows reading it directly from the SetupFromSpglib function instead of making the conversion from crystal units in python-sscha. Regarding the conflict in the test, I think it has nothing to do with this commit, but with the master branch that i cloned to add these changes. I checked the master branch (commit 311af57) and i see the same issue: FAILED tests/ImportFromPhonons/test_asephonons.py::test_ase_phonons - AttributeError: 'Phonons' object has no attribute 'N_c' |
|
Hi @ManexAlkorta , you were right, it is a new ASE deprecation that made the test not pass when installed with newer versions (a time bomb -.-). I have fixed the error in the master. Can you update the branch to the latest master commit so we can rerun the test suite in CI to verify that no other errors occur? |
|
I updated merged the branch into master in my forked repo. I guess now should be fine |
Addition to support the new function get_free_energy_hessian_dev() in python-sscha