electronic-structure / SIRIUS

Domain specific library for electronic structure calculations
BSD 3-Clause "New" or "Revised" License
121 stars 40 forks source link

use const where possible #890

Closed simonpintarelli closed 1 year ago

simonpintarelli commented 1 year ago

WIP (after #889).

toxa81 commented 1 year ago

If we now bring K_point as separate object, it must probably be removed as a member of Hk to avoid confusion.

simonpintarelli commented 1 year ago

If we now bring K_point as separate object, it must probably be removed as a member of Hk to avoid confusion.

Thanks, I've now removed the public member function to access the kpoint from Hk.