SpM-lab / sparse-ir

On-the-fly computation of IR basis functions
https://sparse-ir.readthedocs.io
MIT License
21 stars 4 forks source link

Correct cleanup of #20, #21 #22

Closed nikwitt closed 2 years ago

nikwitt commented 2 years ago

PR #21 did only contain the last commit of the previous fork that was meant to cleanup PR #20. However, it did not contain any real changes to the code and just resolving the conflicts did not include them either. For instance, the property accuracy was not included or eps was not removed from basis_set.py. This should now work and all tests should run through.

I am sorry for the inconvenience².