lcmd-epfl / Q-stack

Stack of codes for dedicated pre- and post-processing tasks for Quantum Machine Learning (QML)
MIT License
13 stars 5 forks source link

Fix #48 add ecp arguments to main function and cli parser #49

Closed YAY-C closed 1 month ago

YAY-C commented 1 month ago
YAY-C commented 1 month ago

Should we make a test for xyz_to_mol() (397b2f4)?

if yes, would the test assert() the RuntimeError raising?

briling commented 1 month ago

Should we make a test for xyz_to_mol() (397b2f4)?

if yes, would the test assert() the RuntimeError raising?

There's a test in test_compound.py but it doesn't really do anything. Can be updated in another batch of changes

briling commented 1 month ago

Okay let's fix is/== None another time!