ChargeFW2
ChargeFW2 copied to clipboard
Bug/bindings fulfill requirements
This fixes the bug in issue #9.
I will submit a different PR for the python bindings for writing cif files.
Ah, I remember now why I put fulfill_requirements in the init! In Python, you can call calculate_charges multiple times and the fulfill_requirements would be executed again. The solution should check what requirements are already initialized and only do the rest.