wavefunction91 / IntegratorXX

Reusable DFT Grids for the Masses
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

Add Sanity Check on Points / Weights Containers #67

Closed wavefunction91 closed 1 year ago

wavefunction91 commented 1 year ago

Ensure points_/weights_ are the same size. Check is disabled under Release flags (-DNDEBUG) or by setting the macro INTEGRATORXX_DISABLE_SANITY_CHECK.

Closes #63