An electronic structure package based on either plane wave basis or numerical atomic orbitals.
GNU Lesser General Public License v3.0
157
stars
165
forks
source link
Change `namespace A::B{}` to `namespace A{namespace B{}}` #309
Closed
PeizeLin closed 7 months ago
Change
namespace A::B{}
tonamespace A{namespace B{}}
, sincenamespace A::B{}
is a C++17 feature.