Full Code of dftfeDevelopers/dftfe for AI

publicGithubDevelop 3832b8426e91 cached
1783 files
92.6 MB
24.4M tokens
1265 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (97,452K chars total). Download the full file to get everything.
Repository: dftfeDevelopers/dftfe
Branch: publicGithubDevelop
Commit: 3832b8426e91
Files: 1783
Total size: 92.6 MB

Directory structure:
gitextract_t8wm0m9f/

├── .clang-format
├── .github/
│   └── workflows/
│       └── documentation.yml
├── .gitignore
├── CMakeLists.txt
├── Doxyfile
├── LICENSE
├── README.md
├── authors
├── cmake/
│   ├── FindDFTD3.cmake
│   ├── FindDFTD4.cmake
│   ├── FindELPA.cmake
│   ├── FindNCCL.cmake
│   ├── FindRCCL.cmake
│   └── FindSphinx.cmake
├── data/
│   ├── electronicStructure/
│   │   ├── allElectron/
│   │   │   ├── z1/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z10/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       └── psi31.inp
│   │   │   ├── z11/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z12/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z13/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi43.inp
│   │   │   ├── z14/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       └── psi31.inp
│   │   │   ├── z15/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z16/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z17/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi43.inp
│   │   │   ├── z18/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z19/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z2/
│   │   │   │   └── singleAtomData/
│   │   │   │       └── density.inp
│   │   │   ├── z20/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z21/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z22/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z23/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z24/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z25/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z26/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z27/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z28/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z29/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z3/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z30/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z31/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       └── psi42.inp
│   │   │   ├── z32/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z33/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z34/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z35/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       └── psi42.inp
│   │   │   ├── z36/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z37/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z38/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z39/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z4/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z40/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z41/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z42/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z44/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z45/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z47/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z48/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z49/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z5/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z50/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z6/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z7/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z8/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   └── z9/
│   │   │       └── singleAtomData/
│   │   │           ├── density.inp
│   │   │           ├── psi10.inp
│   │   │           ├── psi20.inp
│   │   │           ├── psi21.inp
│   │   │           ├── psi30.inp
│   │   │           ├── psi31.inp
│   │   │           └── psi32.inp
│   │   └── pseudoPotential/
│   │       ├── z1/
│   │       │   └── singleAtomData/
│   │       │       └── psi10.inp
│   │       ├── z10/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z11/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       ├── psi21.inp
│   │       │       └── psi30.inp
│   │       ├── z12/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       ├── psi21.inp
│   │       │       └── psi30.inp
│   │       ├── z13/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       ├── psi21.inp
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z14/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z15/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z16/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z17/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z18/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z2/
│   │       │   └── singleAtomData/
│   │       │       └── psi10.inp
│   │       ├── z20/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       └── psi40.inp
│   │       ├── z21/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z22/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z23/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z24/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z25/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z26/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z27/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z28/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z29/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z3/
│   │       │   └── singleAtomData/
│   │       │       ├── psi10.inp
│   │       │       └── psi20.inp
│   │       ├── z30/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z31/
│   │       │   └── singleAtomData/
│   │       │       ├── psi32.inp
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z32/
│   │       │   └── singleAtomData/
│   │       │       ├── psi32.inp
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z33/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z34/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z35/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z36/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z37/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       └── psi50.inp
│   │       ├── z38/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       └── psi50.inp
│   │       ├── z39/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z4/
│   │       │   └── singleAtomData/
│   │       │       ├── psi10.inp
│   │       │       └── psi20.inp
│   │       ├── z40/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z41/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z42/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z43/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z44/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z45/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z46/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z47/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z48/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z49/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z5/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z50/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z51/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z52/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z53/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z54/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z55/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       └── psi60.inp
│   │       ├── z57/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z6/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z7/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z72/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z73/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z74/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z75/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z76/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z77/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z78/
│   │       │   ├── singleAtomData/
│   │       │   │   ├── psi50.inp
│   │       │   │   ├── psi51.inp
│   │       │   │   ├── psi52.inp
│   │       │   │   └── psi60.inp
│   │       │   └── singleAtomDataKB/
│   │       │       ├── psi52.inp
│   │       │       ├── psi53.inp
│   │       │       ├── psi60.inp
│   │       │       └── psi61.inp
│   │       ├── z79/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z8/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z80/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z81/
│   │       │   └── singleAtomData/
│   │       │       ├── psi52.inp
│   │       │       ├── psi60.inp
│   │       │       └── psi61.inp
│   │       └── z9/
│   │           └── singleAtomData/
│   │               ├── psi20.inp
│   │               └── psi21.inp
│   └── meshes/
│       └── allElectron/
│           ├── bodyCenteredCubicCarbon/
│           │   ├── coordinates.inp
│           │   ├── latticeVectors.inp
│           │   └── mesh.inp
│           ├── carbonMonoxide/
│           │   ├── coordinates.inp
│           │   ├── mesh.inp
│           │   └── meshRefined.inp
│           ├── carbonSingleAtom/
│           │   ├── coordinates.inp
│           │   └── mesh.inp
│           ├── methane/
│           │   ├── coordinates.inp
│           │   └── mesh.inp
│           ├── silicon1x1x1NanoCluster/
│           │   ├── coordinates.inp
│           │   └── mesh.inp
│           └── simpleCubicCarbon/
│               ├── coordinates.inp
│               ├── latticeVectors.inp
│               └── mesh.inp
├── demo/
│   ├── ex1/
│   │   ├── N.upf
│   │   ├── coordinates.inp
│   │   ├── domainVectors.inp
│   │   ├── ex1_a.output
│   │   ├── ex1_b.output
│   │   ├── parameterFile_a.prm
│   │   ├── parameterFile_b.prm
│   │   ├── pseudo.inp
│   │   └── relaxationFlags.inp
│   ├── ex2/
│   │   ├── Al.upf
│   │   ├── coordinates.inp
│   │   ├── domainBoundingVectors.inp
│   │   ├── ex2_a.output
│   │   ├── ex2_b.output
│   │   ├── parameterFile_a.prm
│   │   ├── parameterFile_b.prm
│   │   └── pseudo.inp
│   └── ex3/
│       ├── C_ONCV_PBE-1.0.upf
│       ├── coordinates.inp
│       ├── domainVectors.inp
│       ├── ex3.output
│       ├── parameterFile.prm
│       └── pseudo.inp
├── helpers/
│   ├── MATRIXcluster/
│   │   └── setupDevelopPetsc_MATRIX.sh
│   ├── NERSCPerlmutter/
│   │   ├── p4est-setup.sh
│   │   ├── setupUserPerlmutter.sh
│   │   └── setupUserPerlmutterNoPetsc.sh
│   ├── UMGreatLakes/
│   │   ├── setup.sh
│   │   └── setupDevelopPetscMDIInstall.sh
│   ├── p4est-setup.sh
│   └── parameterFile.prm
├── include/
│   ├── AtomCenteredPseudoWavefunctionSpline.h
│   ├── AtomCenteredSphericalFunctionBase.h
│   ├── AtomCenteredSphericalFunctionBessel.h
│   ├── AtomCenteredSphericalFunctionContainer.h
│   ├── AtomCenteredSphericalFunctionCoreDensitySpline.h
│   ├── AtomCenteredSphericalFunctionGaussian.h
│   ├── AtomCenteredSphericalFunctionLocalPotentialSpline.h
│   ├── AtomCenteredSphericalFunctionProjectorSpline.h
│   ├── AtomCenteredSphericalFunctionSinc.h
│   ├── AtomCenteredSphericalFunctionSpline.h
│   ├── AtomCenteredSphericalFunctionValenceDensitySpline.h
│   ├── AtomCenteredSphericalFunctionZOverR.h
│   ├── AtomPseudoWavefunctions.h
│   ├── AtomicBasis.h
│   ├── AtomicBasisData.h
│   ├── AtomicCenteredNonLocalOperator.h
│   ├── AtomicCenteredNonLocalOperatorKernelsDevice.h
│   ├── AuxDensityMatrix.h
│   ├── AuxDensityMatrixFE.h
│   ├── BFGSNonLinearSolver.h
│   ├── BLASWrapper.h
│   ├── Cell.h
│   ├── CompositeData.h
│   ├── DataTypeOverloads.h
│   ├── DeviceAPICalls.h
│   ├── DeviceDataTypeOverloads.cu.h
│   ├── DeviceDataTypeOverloads.h
│   ├── DeviceDataTypeOverloads.hip.h
│   ├── DeviceDataTypeOverloads.sycl.h
│   ├── DeviceExceptions.cu.h
│   ├── DeviceExceptions.h
│   ├── DeviceExceptions.hip.h
│   ├── DeviceExceptions.sycl.h
│   ├── DeviceKernelLauncherHelpers.h
│   ├── DeviceTypeConfig.cu.h
│   ├── DeviceTypeConfig.h
│   ├── DeviceTypeConfig.hip.h
│   ├── DeviceTypeConfig.sycl.h
│   ├── DeviceTypeConfigHalfPrec.cu.h
│   ├── DeviceTypeConfigHalfPrec.h
│   ├── DeviceTypeConfigHalfPrec.hip.h
│   ├── DeviceTypeConfigHalfPrec.sycl.h
│   ├── ExcDFTPlusU.h
│   ├── ExcSSDFunctionalBaseClass.h
│   ├── ExcSSDFunctionalBaseClass.t.cc
│   ├── Exceptions.h
│   ├── Exceptions.t.cc
│   ├── FEBasisOperations.h
│   ├── FEBasisOperationsKernelsInternal.h
│   ├── FECell.h
│   ├── FiniteDifference.h
│   ├── GaussianBasis.h
│   ├── InterpolateCellWiseDataToPoints.h
│   ├── InterpolateFromCellToLocalPoints.h
│   ├── KohnShamDFTBaseOperator.h
│   ├── KohnShamDFTOperatorKernels.h
│   ├── KohnShamDFTStandardEigenOperator.h
│   ├── LBFGSNonLinearSolver.h
│   ├── MDIEngine.h
│   ├── MPICommunicatorP2P.h
│   ├── MPICommunicatorP2PKernels.h
│   ├── MPIPatternP2P.h
│   ├── MPIPatternP2P.t.cc
│   ├── MPIRequestersBase.h
│   ├── MPIRequestersNBX.h
│   ├── MPITags.h
│   ├── MPIWriteOnFile.h
│   ├── MapPointsToCells.h
│   ├── MatrixFree.h
│   ├── MatrixFreeDevice.h
│   ├── MatrixFreeWrapper.def
│   ├── MatrixFreeWrapper.h
│   ├── MemoryManager.h
│   ├── MemorySpaceType.h
│   ├── MemoryStorage.h
│   ├── MemoryStorage.t.cc
│   ├── MemoryTransfer.h
│   ├── MemoryTransfer.t.cc
│   ├── MemoryTransferKernelsDevice.h
│   ├── MultiVector.h
│   ├── MultiVector.t.cc
│   ├── MultiVectorCGSolver.h
│   ├── MultiVectorLinearSolverProblem.h
│   ├── MultiVectorMinResSolver.h
│   ├── MultiVectorPoissonLinearSolverProblem.h
│   ├── NNGGA.h
│   ├── NNLDA.h
│   ├── NNLLMGGA.h
│   ├── NodalData.h
│   ├── OptimizedIndexSet.h
│   ├── OptimizedIndexSet.t.cc
│   ├── PeriodicTable.h
│   ├── QuadDataCompositeWrite.h
│   ├── RTreeBox.h
│   ├── RTreePoint.h
│   ├── SlaterBasis.h
│   ├── SphericalFunctionUtil.h
│   ├── StringOperations.h
│   ├── TransferBetweenMeshesIncompatiblePartitioning.h
│   ├── TypeConfig.h
│   ├── XCfunctionalDefs/
│   │   ├── gga_c_pbe.h
│   │   ├── gga_x_lb.h
│   │   ├── gga_x_pbe.h
│   │   ├── gga_x_rpbe.h
│   │   ├── lda_c_pw.h
│   │   ├── lda_c_pz.h
│   │   ├── lda_c_vwn.h
│   │   ├── lda_x_slater.h
│   │   ├── mgga_c_r2scan.h
│   │   ├── mgga_c_scan.h
│   │   ├── mgga_x_r2scan.h
│   │   ├── mgga_x_scan.h
│   │   └── xc_params.h
│   ├── atomCenteredPostProcessing.h
│   ├── cgPRPNonLinearSolver.h
│   ├── chebyshevOrthogonalizedSubspaceIterationSolver.h
│   ├── chebyshevOrthogonalizedSubspaceIterationSolverDevice.h
│   ├── computeAuxProjectedDensityMatrixFromPSI.h
│   ├── configurationalForce.h
│   ├── configurationalForceKernels.h
│   ├── constants.h
│   ├── constraintMatrixInfo.h
│   ├── constraintMatrixInfoDeviceKernels.h
│   ├── dealiiLinearSolver.h
│   ├── dealiiLinearSolverProblem.h
│   ├── densityCalculator.h
│   ├── densityCalculatorDeviceKernels.h
│   ├── densityFirstOrderResponseCalculator.h
│   ├── deviceDirectCCLWrapper.h
│   ├── deviceKernelsGeneric.h
│   ├── dft.h
│   ├── dftBase.h
│   ├── dftParameters.h
│   ├── dftUtils.h
│   ├── dftd.h
│   ├── dftfeDataTypes.h
│   ├── dftfeWrapper.h
│   ├── eigenSolver.h
│   ├── elpaScalaManager.h
│   ├── energyCalculator.h
│   ├── eshelbyTensor.h
│   ├── eshelbyTensorSpinPolarized.h
│   ├── excDensityGGAClass.h
│   ├── excDensityLDAClass.h
│   ├── excDensityLLMGGAClass.h
│   ├── excDensityPositivityCheckTypes.h
│   ├── excManager.h
│   ├── excManagerKernels.h
│   ├── excTauMGGAClass.h
│   ├── exchangeCorrelationFunctionalEvaluation.def
│   ├── exchangeCorrelationFunctionalEvaluator.h
│   ├── expConfiningPotential.h
│   ├── feevaluationWrapper.def
│   ├── feevaluationWrapper.h
│   ├── feevaluationWrapper3Comp.def
│   ├── fileReaders.h
│   ├── forceWfcContractions.h
│   ├── forceWfcContractionsDeviceKernels.h
│   ├── functionalTest.h
│   ├── geoOptCell.h
│   ├── geoOptIon.h
│   ├── geometryOptimizationClass.h
│   ├── git_info.h.in
│   ├── groupSymmetry.h
│   ├── headers.h
│   ├── hubbardClass.h
│   ├── kerkerSolverProblem.h
│   ├── kerkerSolverProblemDevice.h
│   ├── kerkerSolverProblemWrapper.def
│   ├── kerkerSolverProblemWrapper.h
│   ├── lapack_support.h
│   ├── libraryMDI.h
│   ├── linearAlgebraOperations.h
│   ├── linearAlgebraOperationsCPU.h
│   ├── linearAlgebraOperationsDevice.h
│   ├── linearAlgebraOperationsDeviceKernels.h
│   ├── linearAlgebraOperationsInternal.h
│   ├── linearSolver.h
│   ├── linearSolverCGDevice.h
│   ├── linearSolverCGDeviceKernels.h
│   ├── linearSolverDevice.h
│   ├── linearSolverProblemDevice.h
│   ├── meshGenUtils.h
│   ├── meshMovement.h
│   ├── meshMovementAffineTransform.h
│   ├── meshMovementGaussian.h
│   ├── mixingClass.h
│   ├── molecularDynamicsClass.h
│   ├── nonLinearSolver.h
│   ├── nonlinearSolverFunction.h
│   ├── nonlinearSolverProblem.h
│   ├── nudgedElasticBandClass.h
│   ├── oncvClass.h
│   ├── operator.h
│   ├── poissonSolverProblem.h
│   ├── poissonSolverProblemDevice.h
│   ├── poissonSolverProblemWrapper.def
│   ├── poissonSolverProblemWrapper.h
│   ├── process_grid.h
│   ├── pseudoConverter.h
│   ├── pseudoUtils.h
│   ├── pseudopotentialBaseClass.h
│   ├── runParameters.h
│   ├── scalapack.templates.h
│   ├── scalapackWrapper.h
│   ├── solveVselfInBinsDevice.h
│   ├── solveVselfInBinsDeviceKernels.h
│   ├── sphericalHarmonicUtils.h
│   ├── triangulationManager.h
│   ├── vectorUtilities.h
│   └── vselfBinsManager.h
├── indentationStandard/
│   ├── README
│   ├── compile_clang_format
│   ├── download_clang_format
│   ├── indent-all
│   └── indent_common.sh
├── postProcessing/
│   └── postprocessModules.py
├── pseudoConverters/
│   └── pseudoPotentialToDftfeConverter.cc
├── setupDevelopPetsc.sh
├── setupDevelopPetscMATRIX.sh
├── setupUser.sh
├── setupUserPetsc.sh
├── src/
│   ├── TransferBetweenMeshes/
│   │   ├── InterpolateCellWiseDataToPoints.cpp
│   │   ├── InterpolateFromCellToLocalPoints.cpp
│   │   ├── MapPointsToCells.t.cc
│   │   └── TransferBetweenMeshesIncompatiblePartitioning.cpp
│   ├── apiTest.cc
│   ├── atom/
│   │   ├── AtomCenteredPseudoWavefunctionSpline.cpp
│   │   ├── AtomCenteredSphericalFunctionBase.cc
│   │   ├── AtomCenteredSphericalFunctionBessel.cc
│   │   ├── AtomCenteredSphericalFunctionContainer.cc
│   │   ├── AtomCenteredSphericalFunctionCoreDensitySpline.cc
│   │   ├── AtomCenteredSphericalFunctionGaussian.cc
│   │   ├── AtomCenteredSphericalFunctionLocalPotentialSpline.cc
│   │   ├── AtomCenteredSphericalFunctionProjectorSpline.cc
│   │   ├── AtomCenteredSphericalFunctionSinc.cc
│   │   ├── AtomCenteredSphericalFunctionSpline.cc
│   │   ├── AtomCenteredSphericalFunctionValenceDensitySpline.cc
│   │   ├── AtomCenteredSphericalFunctionZOverR.cc
│   │   ├── AtomPseudoWavefunctions.cc
│   │   ├── AtomicCenteredNonLocalOperator.cc
│   │   └── AtomicCenteredNonLocalOperatorKernelsDevice.cc
│   ├── dft/
│   │   ├── applyHomogeneousDirichletBC.cc
│   │   ├── applyMultipoleDirichletBC.cc
│   │   ├── atomicRho.cc
│   │   ├── charge.cc
│   │   ├── computeAuxProjectedDensityMatrixFromPSI.cc
│   │   ├── computeOutputDensityDirectionalDerivative.cc
│   │   ├── createBinsSanityCheck.cc
│   │   ├── density.cc
│   │   ├── densityCalculator.cc
│   │   ├── densityCalculatorDeviceKernels.cc
│   │   ├── densityFirstOrderResponseCalculator.cc
│   │   ├── densityFirstOrderResponseCalculatorDeviceKernels.cc
│   │   ├── dft.cc
│   │   ├── dft.inst.cc
│   │   ├── dftd.cc
│   │   ├── dos.cc
│   │   ├── energyCalculator.cc
│   │   ├── energyDensity.cc
│   │   ├── expConfiningPotential.cpp
│   │   ├── femUtilityFunctions.cc
│   │   ├── fermiEnergy.cc
│   │   ├── generateImageCharges.cc
│   │   ├── initBoundaryConditions.cc
│   │   ├── initCoreRho.cc
│   │   ├── initElectronicFields.cc
│   │   ├── initPseudoLocal.cc
│   │   ├── initRho.cc
│   │   ├── initUnmovedTriangulation.cc
│   │   ├── initkPointData.cc
│   │   ├── kerker.cc
│   │   ├── kohnShamEigenSolve.cc
│   │   ├── localizationLength.cc
│   │   ├── locatenodes.cc
│   │   ├── lowrankApproxScfDielectricMatrixInv.cc
│   │   ├── lowrankApproxScfDielectricMatrixInvSpinPolarized.cc
│   │   ├── moveAtoms.cc
│   │   ├── moveMeshToAtoms.cc
│   │   ├── pRefinedDoFHandler.cc
│   │   ├── psiInitialGuess.cc
│   │   ├── publicMethods.cc
│   │   ├── restart.cc
│   │   ├── solveBands.cc
│   │   ├── solveNSCF.cc
│   │   ├── solveVselfInBins.cc
│   │   ├── solveVselfInBinsDevice.cc
│   │   ├── solveVselfInBinsDeviceKernels.cc
│   │   └── vselfBinsManager.cc
│   ├── dftOperator/
│   │   ├── KohnShamDFTBaseOperator.cc
│   │   ├── KohnShamDFTStandardEigenOperator.cc
│   │   ├── KohnShamHamiltonianOperatorDeviceKernels.cc
│   │   └── veffPrimeForLRDM.cc
│   ├── dftfeWrapper.cc
│   ├── excManager/
│   │   ├── AtomicBasisData.cpp
│   │   ├── AuxDensityMatrixFE.cpp
│   │   ├── ExcDFTPlusU.cpp
│   │   ├── GaussianBasis.cpp
│   │   ├── NNGGA.cc
│   │   ├── NNLDA.cc
│   │   ├── NNLLMGGA.cpp
│   │   ├── SlaterBasis.cpp
│   │   ├── excDensityGGAClass.cpp
│   │   ├── excDensityLDAClass.cpp
│   │   ├── excDensityLLMGGAClass.cpp
│   │   ├── excManager.cpp
│   │   ├── excManagerDeviceKernels.cc
│   │   ├── excTauMGGAClass.cpp
│   │   ├── exchangeCorrelationFunctionalEvaluatorCPU.cc
│   │   ├── exchangeCorrelationFunctionalEvaluatorDevice.cc
│   │   └── hubbardClass.cpp
│   ├── force/
│   │   ├── configurationalForce.cc
│   │   └── configurationalForceKernels.cc
│   ├── geoOpt/
│   │   ├── geoOptCell.cc
│   │   ├── geoOptIon.cc
│   │   └── geometryOptimizationClass.cc
│   ├── helmholtz/
│   │   ├── kerkerSolverProblem.cc
│   │   ├── kerkerSolverProblemDevice.cc
│   │   └── kerkerSolverProblemDevice.inst.cc
│   ├── linAlg/
│   │   ├── elpaScalaManager.cc
│   │   ├── linearAlgebraOperationsCPU.cc
│   │   ├── linearAlgebraOperationsDevice.cc
│   │   ├── linearAlgebraOperationsDeviceKernels.cc
│   │   ├── linearAlgebraOperationsInternal.cc
│   │   ├── linearAlgebraOperationsOpt.cc
│   │   ├── mixingClass.cc
│   │   ├── process_grid.cc
│   │   ├── pseudoGS.cc
│   │   ├── pseudoGSDevice.cc
│   │   ├── rayleighRitzDevice.cc
│   │   └── scalapackWrapper.cc
│   ├── main.cc
│   ├── matrixFree/
│   │   ├── MatrixFree.cc
│   │   ├── MatrixFree.inst.cc
│   │   ├── MatrixFreeDevice.cc
│   │   ├── MatrixFreeDevice.cu.cc
│   │   ├── MatrixFreeDevice.hip.cc
│   │   ├── MatrixFreeDevice.inst.cc
│   │   └── MatrixFreeDevice.sycl.cc
│   ├── md/
│   │   └── molecularDynamicsClass.cc
│   ├── mdi/
│   │   ├── MDIEngine.cpp
│   │   ├── README.md
│   │   └── libraryMDI.cpp
│   ├── neb/
│   │   └── nudgedElasticBandClass.cc
│   ├── poisson/
│   │   ├── MultiVectorPoissonLinearSolverProblem.cpp
│   │   ├── poissonSolverProblem.cc
│   │   ├── poissonSolverProblem.inst.cc
│   │   ├── poissonSolverProblemDevice.cc
│   │   └── poissonSolverProblemDevice.inst.cc
│   ├── pseudo/
│   │   └── oncv/
│   │       ├── atomCenteredPostProcessing.cc
│   │       └── oncvClass.cc
│   ├── solvers/
│   │   ├── BFGSInverseDFTSolver.cpp
│   │   ├── MultiVectorCGSolver.cpp
│   │   ├── MultiVectorMinResSolver.cpp
│   │   ├── cgSolvers/
│   │   │   ├── BFGSNonLinearSolver.cc
│   │   │   ├── LBFGSNonLinearSolver.cc
│   │   │   └── cgPRPNonLinearSolver.cc
│   │   ├── dealiiLinearSolver.cc
│   │   ├── dealiiLinearSolverProblem.cc
│   │   ├── eigenSolver.cc
│   │   ├── eigenSolvers/
│   │   │   ├── chebyshevOrthogonalizedSubspaceIterationSolver.cc
│   │   │   └── chebyshevOrthogonalizedSubspaceIterationSolverDevice.cc
│   │   ├── linearSolver.cc
│   │   ├── linearSolverCGDevice.cc
│   │   ├── linearSolverCGDeviceKernels.cc
│   │   ├── linearSolverDevice.cc
│   │   ├── linearSolverProblemDevice.cc
│   │   ├── nonLinearSolver.cc
│   │   └── nonlinearSolverProblem.cc
│   ├── symmetry/
│   │   └── groupSymmetry.cc
│   └── triangulation/
│       ├── meshMovement/
│       │   ├── meshMovement.cc
│       │   ├── meshMovementAffineTransform.cc
│       │   └── meshMovementGaussian.cc
│       └── triangulationManager/
│           ├── generateMesh.cc
│           ├── restartUtils.cc
│           └── triangulationManager.cc
├── tests/
│   └── dft/
│       ├── allElectron/
│       │   ├── complex/
│       │   │   ├── CMakeLists.txt
│       │   │   ├── silicon_01.mpirun=16.output
│       │   │   ├── silicon_01.prm.in
│       │   │   ├── silicon_01_b.mpirun=16.output
│       │   │   ├── silicon_01_b.prm.in
│       │   │   ├── silicon_coordinates.inp
│       │   │   └── silicon_domainBoundingVectors.inp
│       │   └── real/
│       │       ├── CMakeLists.txt
│       │       ├── methane_01.mpirun=4.output
│       │       ├── methane_01.mpirun=8.output
│       │       ├── methane_01.prm.in
│       │       ├── methane_01_b.mpirun=8.output
│       │       ├── methane_01_b.prm.in
│       │       ├── methane_coordinates.inp
│       │       ├── methane_domainVectors.inp
│       │       ├── oxgen_2neg.mpirun=16.output
│       │       ├── oxgen_2neg.prm.in
│       │       ├── oxygenMolecule_01.mpirun=4.output
│       │       ├── oxygenMolecule_01.prm.in
│       │       ├── oxygenMolecule_coordinates.inp
│       │       ├── oxygenMolecule_domainVectors.inp
│       │       ├── oxygen_2neg_coordinates.inp
│       │       └── oxygen_2neg_domainVectors.inp
│       └── pseudopotential/
│           ├── complex/
│           │   ├── 13-Al.LDA.upf
│           │   ├── Al_ONCV_PBE-1.0.upf
│           │   ├── Al_pd.upf
│           │   ├── C.upf
│           │   ├── CMakeLists.txt
│           │   ├── C_ONCV_PBE-1.0.upf
│           │   ├── Cu.upf
│           │   ├── Fe.upf
│           │   ├── Fe_ONCV_PBE-1.2.upf
│           │   ├── Fe_ONCV_PBE-1.2_sg15.upf
│           │   ├── Ge.upf
│           │   ├── LGPSMD_coordinates.inp
│           │   ├── LGPSMD_domainBoundingVectors.inp
│           │   ├── LGPSMD_pseudo.inp
│           │   ├── Li.upf
│           │   ├── Mass.inp
│           │   ├── Mg_ONCV_PBE-1.0.upf
│           │   ├── MnFR.upf
│           │   ├── N_ONCV_PBE-1.0.upf
│           │   ├── P.upf
│           │   ├── Pt.upf
│           │   ├── S.upf
│           │   ├── SiFR.upf
│           │   ├── TiAl_coordinates.inp
│           │   ├── TiAl_domainVectors.inp
│           │   ├── TiAl_hubbard.inp
│           │   ├── TiAl_hubbard.mpirun=32.output
│           │   ├── TiAl_hubbard.prm.in
│           │   ├── TiAl_hubbard_singlePrec.mpirun=32.output
│           │   ├── TiAl_hubbard_singlePrec.prm.in
│           │   ├── TiAl_pseudo.inp
│           │   ├── Ti_pd.upf
│           │   ├── bccFe_01_a.mpirun=8.output
│           │   ├── bccFe_01_a.prm.in
│           │   ├── bccFe_01_b.mpirun=8.output
│           │   ├── bccFe_01_b.prm.in
│           │   ├── bccFe_afm.mpirun=32.output
│           │   ├── bccFe_afm.prm.in
│           │   ├── bccFe_afm_coordinates.inp
│           │   ├── bccFe_domainVectors.inp
│           │   ├── bccFe_fm.mpirun=32.output
│           │   ├── bccFe_fm.prm.in
│           │   ├── bccFe_fm_b.mpirun=32.output
│           │   ├── bccFe_fm_b.prm.in
│           │   ├── bccFe_fm_coordinates.inp
│           │   ├── bccFe_fm_coordinates_distorted.inp
│           │   ├── bccFe_fm_scan.mpirun=32.output
│           │   ├── bccFe_fm_scan.prm.in
│           │   ├── bccFe_fm_scan_kerker.mpirun=32.output
│           │   ├── bccFe_fm_scan_kerker.prm.in
│           │   ├── bccFe_fm_scan_useLibxcFalse.mpirun=32.output
│           │   ├── bccFe_fm_scan_useLibxcFalse.prm.in
│           │   ├── bccFe_pseudo.inp
│           │   ├── bccFe_pseudo_scan.inp
│           │   ├── cubicAlONCV_coordinates.inp
│           │   ├── cubicAlPrim_01.mpirun=4.output
│           │   ├── cubicAlPrim_01.prm.in
│           │   ├── cubicAlPrim_01_b.mpirun=4.output
│           │   ├── cubicAlPrim_01_b.prm.in
│           │   ├── cubicAlPrim_02.mpirun=8.output
│           │   ├── cubicAlPrim_02.prm.in
│           │   ├── cubicAlPrim_02_b.mpirun=8.output
│           │   ├── cubicAlPrim_02_b.prm.in
│           │   ├── cubicAl_coordinates.inp
│           │   ├── cubicAl_domainBoundingVectors.inp
│           │   ├── d3/
│           │   │   ├── CMakeLists.txt
│           │   │   ├── d3_graphite.mpirun=24.output
│           │   │   ├── d3_graphite.prm.in
│           │   │   ├── graphite_coordinates.inp
│           │   │   ├── graphite_domainVectors.inp
│           │   │   └── pseudographite.inp
│           │   ├── d4/
│           │   │   ├── CMakeLists.txt
│           │   │   ├── d4_graphite.mpirun=24.output
│           │   │   ├── d4_graphite.prm.in
│           │   │   ├── graphite_coordinates.inp
│           │   │   ├── graphite_domainVectors.inp
│           │   │   └── pseudographite.inp
│           │   ├── fccAl_01.mpirun=4.output
│           │   ├── fccAl_01.mpirun=8.output
│           │   ├── fccAl_01.prm.in
│           │   ├── fccAl_02.mpirun=16.output
│           │   ├── fccAl_02.prm.in
│           │   ├── fccAl_02FullMassMatrix.mpirun=16.output
│           │   ├── fccAl_02FullMassMatrix.prm.in
│           │   ├── fccAl_02RChFSIFalse.mpirun=16.output
│           │   ├── fccAl_02RChFSIFalse.prm.in
│           │   ├── fccAl_02_c.mpirun=16.output
│           │   ├── fccAl_02_c.prm.in
│           │   ├── fccAl_02_d.mpirun=16.output
│           │   ├── fccAl_02_d.prm.in
│           │   ├── fccAl_02_e.mpirun=16.output
│           │   ├── fccAl_02_e.prm.in
│           │   ├── fccAl_03.mpirun=16.output
│           │   ├── fccAl_03.prm.in
│           │   ├── fccAl_04.mpirun=16.output
│           │   ├── fccAl_04.prm.in
│           │   ├── fccAl_05.mpirun=16.output
│           │   ├── fccAl_05.prm.in
│           │   ├── fccAl_coordinates.inp
│           │   ├── fccAl_domainBoundingVectors.inp
│           │   ├── fcc_feCuPt2_01_a.mpirun=8.output
│           │   ├── fcc_feCuPt2_01_a.prm.in
│           │   ├── fcc_feCuPt2_01_b.mpirun=8.output
│           │   ├── fcc_feCuPt2_01_b.prm.in
│           │   ├── fcc_feCuPt2_coordinates.inp
│           │   ├── fcc_feCuPt2_domainVectors.inp
│           │   ├── graphene_01.mpirun=4.output
│           │   ├── graphene_01.prm.in
│           │   ├── graphene_01_b.mpirun=16.output
│           │   ├── graphene_01_b.prm.in
│           │   ├── graphene_coordinates.inp
│           │   ├── graphene_domainBoundingVectors.inp
│           │   ├── hcpAlPrim_coordinates.inp
│           │   ├── hcpAlPrim_domainBoundingVectors.inp
│           │   ├── hcpMgPrim_01.mpirun=3.output
│           │   ├── hcpMgPrim_01.mpirun=5.output
│           │   ├── hcpMgPrim_01.prm.in
│           │   ├── hcpMgPrim_01_b.mpirun=5.output
│           │   ├── hcpMgPrim_01_b.prm.in
│           │   ├── hcpMgPrim_01_c.mpirun=3.output
│           │   ├── hcpMgPrim_01_c.mpirun=5.output
│           │   ├── hcpMgPrim_01_c.prm.in
│           │   ├── hcpMgPrim_01_d.mpirun=8.output
│           │   ├── hcpMgPrim_01_d.prm.in
│           │   ├── hcpMgPrim_01_e.mpirun=8.output
│           │   ├── hcpMgPrim_01_e.prm.in
│           │   ├── hcpMgPrim_02.mpirun=4.output
│           │   ├── hcpMgPrim_02.mpirun=8.output
│           │   ├── hcpMgPrim_02.prm.in
│           │   ├── hcpMgPrim_02_b.mpirun=8.output
│           │   ├── hcpMgPrim_02_b.prm.in
│           │   ├── hcpMgPrim_02_c.mpirun=8.output
│           │   ├── hcpMgPrim_02_c.prm.in
│           │   ├── hcpMgPrim_02_d.mpirun=8.output
│           │   ├── hcpMgPrim_02_d.prm.in
│           │   ├── hcpMgPrim_03.mpirun=3.output
│           │   ├── hcpMgPrim_03.mpirun=5.output
│           │   ├── hcpMgPrim_03.prm.in
│           │   ├── hcpMgPrim_04.mpirun=4.output
│           │   ├── hcpMgPrim_04.mpirun=8.output
│           │   ├── hcpMgPrim_04.prm.in
│           │   ├── hcpMgPrim_04_b.mpirun=4.output
│           │   ├── hcpMgPrim_04_b.mpirun=8.output
│           │   ├── hcpMgPrim_04_b.prm.in
│           │   ├── hcpMgPrim_05.mpirun=3.output
│           │   ├── hcpMgPrim_05.mpirun=5.output
│           │   ├── hcpMgPrim_05.prm.in
│           │   ├── hcpMgPrim_06.mpirun=11.output
│           │   ├── hcpMgPrim_06.mpirun=7.output
│           │   ├── hcpMgPrim_06.prm.in
│           │   ├── hcpMgPrim_06_b.mpirun=11.output
│           │   ├── hcpMgPrim_06_b.mpirun=7.output
│           │   ├── hcpMgPrim_06_b.prm.in
│           │   ├── hcpMgPrim_07.mpirun=8.output
│           │   ├── hcpMgPrim_07.prm.in
│           │   ├── hcpMgPrim_07_b.mpirun=8.output
│           │   ├── hcpMgPrim_07_b.prm.in
│           │   ├── hcpMgPrim_coordinates.inp
│           │   ├── hcpMgPrim_domainBoundingVectors.inp
│           │   ├── kPoint2x2x2File
│           │   ├── mdLGPSNVE_01.mpirun=32.output
│           │   ├── mdLGPSNVE_01.prm.in
│           │   ├── mdLGPSNVE_02.mpirun=32.output
│           │   ├── mdLGPSNVE_02.prm.in
│           │   ├── mnsi_coordinates.inp
│           │   ├── mnsi_domainVectors.inp
│           │   ├── mnsi_ncsoc.mpirun=32.output
│           │   ├── mnsi_ncsoc.prm.in
│           │   ├── mnsi_pseudo.inp
│           │   ├── nitrogenMolecule_02.mpirun=10.output
│           │   ├── nitrogenMolecule_02.prm.in
│           │   ├── nitrogenMolecule_coordinates2.inp
│           │   ├── nitrogenMolecule_domainVectors.inp
│           │   ├── nitrogenMolecule_relaxationFlags.inp
│           │   ├── pseudoAlKB.inp
│           │   ├── pseudoAlONCV.inp
│           │   ├── pseudoCarbon.inp
│           │   ├── pseudoMgONCV.inp
│           │   ├── pseudoNGGA.inp
│           │   ├── pseudo_bccFe_01.inp
│           │   └── pseudo_feCuPt2.inp
│           └── real/
│               ├── 13-Al.LDA.upf
│               ├── Al.upf
│               ├── AlNLCC.upf
│               ├── Al_ONCV_PBE-1.0.upf
│               ├── CMakeLists.txt
│               ├── CNLCC.upf
│               ├── C_ONCV_PBE-1.2_sg15.upf
│               ├── H.upf
│               ├── H3NEB_coordinates.inp
│               ├── H3NEB_domainBoundingVectors.inp
│               ├── H3NEB_ionRelaxFlags.inp
│               ├── H3NEB_pseudo.inp
│               ├── HNLCC.upf
│               ├── H_ONCV_PBE-1.2_sg15.upf
│               ├── Kr.upf
│               ├── Mass.inp
│               ├── Mg_ONCV_PBE-1.0.upf
│               ├── N2_Mass.inp
│               ├── N_ONCV_PBE-1.0.upf
│               ├── Ni_pd.upf
│               ├── Pt3Ni_coordinates.inp
│               ├── Pt3Ni_domainVectors.inp
│               ├── Pt3Ni_hubbard.inp
│               ├── Pt3Ni_hubbard_spin.mpirun=32.output
│               ├── Pt3Ni_hubbard_spin.prm.in
│               ├── Pt3Ni_hubbard_spin_singlePrec.mpirun=32.output
│               ├── Pt3Ni_hubbard_spin_singlePrec.prm.in
│               ├── Pt3Ni_pseudo.inp
│               ├── Pt_pd.upf
│               ├── aluminumMD_coordinates.inp
│               ├── aluminumMD_domainBoundingVectors.inp
│               ├── aluminumMD_pseudo.inp
│               ├── aluminumSingleAtom_01.mpirun=3.output
│               ├── aluminumSingleAtom_01.mpirun=4.output
│               ├── aluminumSingleAtom_01.prm.in
│               ├── aluminumSingleAtom_01_b.mpirun=4.output
│               ├── aluminumSingleAtom_01_b.prm.in
│               ├── aluminumSingleAtom_01_b_coordinates.inp
│               ├── aluminumSingleAtom_01_b_domainBoundingVectors.inp
│               ├── aluminumSingleAtom_coordinates.inp
│               ├── aluminumSingleAtom_domainBoundingVectors.inp
│               ├── d3/
│               │   ├── CMakeLists.txt
│               │   ├── d3_kryptondimer.mpirun=12.output
│               │   ├── d3_kryptondimer.prm.in
│               │   ├── kryptonDimer_coordinates.inp
│               │   ├── kryptonDimer_domainVectors.inp
│               │   ├── kryptonDimer_relaxationFlags.inp
│               │   └── pseudoKr.inp
│               ├── d4/
│               │   ├── CMakeLists.txt
│               │   ├── d4_kryptondimer.mpirun=12.output
│               │   ├── d4_kryptondimer.prm.in
│               │   ├── kryptonDimer_coordinates.inp
│               │   ├── kryptonDimer_domainVectors.inp
│               │   ├── kryptonDimer_relaxationFlags.inp
│               │   └── pseudoKr.inp
│               ├── fccAlPert_01.mpirun=24.output
│               ├── fccAlPert_01.prm.in
│               ├── fccAlPert_01_b.mpirun=24.output
│               ├── fccAlPert_01_b.prm.in
│               ├── fccAlPert_01_c.mpirun=24.output
│               ├── fccAlPert_01_c.prm.in
│               ├── fccAlPert_01_d.mpirun=24.output
│               ├── fccAlPert_01_d.prm.in
│               ├── fccAlPert_coordinates.inp
│               ├── fccAlPert_domainBoundingVectors.inp
│               ├── hcpAlPrim_coordinates.inp
│               ├── hcpAlPrim_domainBoundingVectors.inp
│               ├── hcpMgPrim_01.mpirun=3.output
│               ├── hcpMgPrim_01.mpirun=5.output
│               ├── hcpMgPrim_01.prm.in
│               ├── hcpMgPrim_01_b.mpirun=5.output
│               ├── hcpMgPrim_01_b.prm.in
│               ├── hcpMgPrim_01_c.mpirun=16.output
│               ├── hcpMgPrim_01_c.mpirun=8.output
│               ├── hcpMgPrim_01_c.prm.in
│               ├── hcpMgPrim_01_d.mpirun=12.output
│               ├── hcpMgPrim_01_d.mpirun=8.output
│               ├── hcpMgPrim_01_d.prm.in
│               ├── hcpMgPrim_01_g.mpirun=8.output
│               ├── hcpMgPrim_01_g.prm.in
│               ├── hcpMgPrim_01_h.mpirun=5.output
│               ├── hcpMgPrim_01_h.prm.in
│               ├── hcpMgPrim_01_l.mpirun=8.output
│               ├── hcpMgPrim_01_l.prm.in
│               ├── hcpMgPrim_01_s.mpirun=5.output
│               ├── hcpMgPrim_01_s.prm.in
│               ├── hcpMgPrim_01_t.mpirun=3.output
│               ├── hcpMgPrim_01_t.prm.in
│               ├── hcpMgPrim_02.mpirun=3.output
│               ├── hcpMgPrim_02.mpirun=5.output
│               ├── hcpMgPrim_02.prm.in
│               ├── hcpMgPrim_02_b.mpirun=3.output
│               ├── hcpMgPrim_02_b.mpirun=5.output
│               ├── hcpMgPrim_02_b.prm.in
│               ├── hcpMgPrim_03.mpirun=5.output
│               ├── hcpMgPrim_03.mpirun=8.output
│               ├── hcpMgPrim_03.prm.in
│               ├── hcpMgPrim_03_b.mpirun=5.output
│               ├── hcpMgPrim_03_b.mpirun=8.output
│               ├── hcpMgPrim_03_b.prm.in
│               ├── hcpMgPrim_03_c.mpirun=12.output
│               ├── hcpMgPrim_03_c.mpirun=8.output
│               ├── hcpMgPrim_03_c.prm.in
│               ├── hcpMgPrim_03_d.mpirun=8.output
│               ├── hcpMgPrim_03_d.prm.in
│               ├── hcpMgPrim_03_e.mpirun=5.output
│               ├── hcpMgPrim_03_e.prm.in
│               ├── hcpMgPrim_05.mpirun=8.output
│               ├── hcpMgPrim_05.prm.in
│               ├── hcpMgPrim_05_b.mpirun=8.output
│               ├── hcpMgPrim_05_b.prm.in
│               ├── hcpMgPrim_coordinates.inp
│               ├── hcpMgPrim_domainBoundingVectors.inp
│               ├── mdAlNVE_01.mpirun=16.output
│               ├── mdAlNVE_01.prm.in
│               ├── mdAlNVT_01.mpirun=16.output
│               ├── mdAlNVT_01.prm.in
│               ├── mdAlNVT_02.mpirun=16.output
│               ├── mdAlNVT_02.prm.in
│               ├── methane_coordinates.inp
│               ├── methane_domainVectors.inp
│               ├── methane_scan.mpirun=8.output
│               ├── methane_scan.prm.in
│               ├── methanepsp_01.mpirun=8.output
│               ├── methanepsp_01.prm.in
│               ├── methanepsp_01_b.mpirun=8.output
│               ├── methanepsp_01_b.prm.in
│               ├── nebH3.mpirun=16.output
│               ├── nebH3.prm.in
│               ├── nebH3FullMassMatrix.mpirun=16.output
│               ├── nebH3FullMassMatrix.prm.in
│               ├── nebH3RChFSIFalse.mpirun=16.output
│               ├── nebH3RChFSIFalse.prm.in
│               ├── nitrogenAtomCharged_01.mpirun=10.output
│               ├── nitrogenAtomCharged_01.prm.in
│               ├── nitrogenAtom_coordinates.inp
│               ├── nitrogenAtom_domainVectors.inp
│               ├── nitrogenMolecule02_d/
│               │   └── optRestart/
│               │       ├── cycle.chk
│               │       └── cycle0/
│               │           ├── ionRelax/
│               │           │   ├── step.chk
│               │           │   ├── step.chk.old
│               │           │   └── step4/
│               │           │       ├── atomsCartCoordCurrent.chk
│               │           │       ├── domainBoundingVectorsCurrent.chk
│               │           │       ├── ionRelax.chk
│               │           │       └── maxForce.chk
│               │           └── status.chk
│               ├── nitrogenMolecule_01.mpirun=10.output
│               ├── nitrogenMolecule_01.mpirun=13.output
│               ├── nitrogenMolecule_01.prm.in
│               ├── nitrogenMolecule_02.mpirun=10.output
│               ├── nitrogenMolecule_02.prm.in
│               ├── nitrogenMolecule_02_b.mpirun=16.output
│               ├── nitrogenMolecule_02_b.prm.in
│               ├── nitrogenMolecule_02_c.mpirun=16.output
│               ├── nitrogenMolecule_02_c.prm.in
│               ├── nitrogenMolecule_02_d.mpirun=16.output
│               ├── nitrogenMolecule_02_d.prm.in
│               ├── nitrogenMolecule_02_e.mpirun=16.output
│               ├── nitrogenMolecule_02_e.prm.in
│               ├── nitrogenMolecule_02_erestart.mpirun=16.output
│               ├── nitrogenMolecule_02_erestart.prm.in
│               ├── nitrogenMolecule_03.mpirun=10.output
│               ├── nitrogenMolecule_03.prm.in
│               ├── nitrogenMolecule_03_b.mpirun=10.output
│               ├── nitrogenMolecule_03_b.prm.in
│               ├── nitrogenMolecule_03_c.mpirun=10.output
│               ├── nitrogenMolecule_03_c.prm.in
│               ├── nitrogenMolecule_03_d.mpirun=10.output
│               ├── nitrogenMolecule_03_d.prm.in
│               ├── nitrogenMolecule_03_e.mpirun=10.output
│               ├── nitrogenMolecule_03_e.prm.in
│               ├── nitrogenMolecule_03_g.mpirun=10.output
│               ├── nitrogenMolecule_03_g.prm.in
│               ├── nitrogenMolecule_03_l.mpirun=10.output
│               ├── nitrogenMolecule_03_l.prm.in
│               ├── nitrogenMolecule_coordinates.inp
│               ├── nitrogenMolecule_coordinates2.inp
│               ├── nitrogenMolecule_disp_coordinates.inp
│               ├── nitrogenMolecule_domainVectors.inp
│               ├── nitrogenMolecule_md.mpirun=16.output
│               ├── nitrogenMolecule_md.prm.in
│               ├── nitrogenMolecule_mdrestart.mpirun=16.output
│               ├── nitrogenMolecule_mdrestart.prm.in
│               ├── nitrogenMolecule_relaxationFlags.inp
│               ├── pseudoAlKB.inp
│               ├── pseudoAlNLCC.inp
│               ├── pseudoAlONCV.inp
│               ├── pseudoMethaneNLCC.inp
│               ├── pseudoMethaneSCAN.inp
│               ├── pseudoMgONCV.inp
│               ├── pseudoNGGA.inp
│               ├── testDataTransfer.mpirun=8.output
│               ├── testDataTransfer.prm.in
│               ├── testMultiVectorPoissonSolver.mpirun=8.output
│               └── testMultiVectorPoissonSolver.prm.in
├── testsGPU/
│   └── pseudopotential/
│       ├── complex/
│       │   ├── Al_pd.upf
│       │   ├── As_sr.upf
│       │   ├── Be_ONCV_PBE-1.2.upf
│       │   ├── Cu.upf
│       │   ├── Fe.upf
│       │   ├── Fe_ONCV_PBE-1.2_sg15.upf
│       │   ├── Ga_sr.upf
│       │   ├── Mg_ONCV_PBE-1.0.upf
│       │   ├── Pt.upf
│       │   ├── TiAl_coordinates.inp
│       │   ├── TiAl_domainVectors.inp
│       │   ├── TiAl_hubbard.inp
│       │   ├── TiAl_pseudo.inp
│       │   ├── Ti_pd.upf
│       │   ├── accuracyBenchmarks/
│       │   │   ├── outputBccFe_pdos
│       │   │   ├── outputBccFe_relax
│       │   │   ├── outputBccFe_relaxFullMassMatrix
│       │   │   ├── outputBccFe_scan
│       │   │   ├── outputBccFe_scan_kerker
│       │   │   ├── outputBccFe_scan_useLibxcFalse
│       │   │   ├── outputBccFe_scf
│       │   │   ├── outputBccFe_scfConstraintMag
│       │   │   ├── outputBe
│       │   │   ├── outputFeCuPt2_pdos
│       │   │   ├── outputFeCuPt2_scf
│       │   │   ├── outputFeCuPt2_scf_interMediateQuadRule
│       │   │   ├── outputGaAs
│       │   │   ├── outputGaAs_bands
│       │   │   ├── outputMg2x_1
│       │   │   ├── outputMg2x_10
│       │   │   ├── outputMg2x_2
│       │   │   ├── outputMg2x_3
│       │   │   ├── outputMg2x_4
│       │   │   ├── outputMg2x_5
│       │   │   ├── outputMg2x_6
│       │   │   ├── outputMg2x_7
│       │   │   ├── outputMg2x_8
│       │   │   ├── outputMg2x_9
│       │   │   ├── outputTiAl_hubbard
│       │   │   └── outputTiAl_hubbard_mixedPrec_mpi6
│       │   ├── bccFe_coordinates.inp
│       │   ├── bccFe_coordinates_distorted.inp
│       │   ├── bccFe_domainVectors.inp
│       │   ├── coordinatesBe.inp
│       │   ├── coordinatesGaAs.inp
│       │   ├── coordinatesMg2x.inp
│       │   ├── coordinatesMg2x_spin.inp
│       │   ├── diffScript
│       │   ├── domainVectorsBe.inp
│       │   ├── domainVectorsGaAs.inp
│       │   ├── domainVectorsMg2x.inp
│       │   ├── domainVectorsMg2x_2.inp
│       │   ├── fcc_feCuPt2_coordinates.inp
│       │   ├── fcc_feCuPt2_domainVectors.inp
│       │   ├── jobscripts/
│       │   │   ├── auroraJobScript6Tasks6GPUs.sh
│       │   │   ├── frontierJobScript6GCDs6MPITasks.sh
│       │   │   ├── matrixlabgpu18Tasks6GPUs.slurm
│       │   │   └── perlmutter.slurm
│       │   ├── kPointFileGaAs.inp
│       │   ├── parameterFileBccFe_pdos.prm
│       │   ├── parameterFileBccFe_relax.prm
│       │   ├── parameterFileBccFe_relaxFullMassMatrix.prm
│       │   ├── parameterFileBccFe_scan.prm
│       │   ├── parameterFileBccFe_scan_kerker.prm
│       │   ├── parameterFileBccFe_scan_useLibxcFalse.prm
│       │   ├── parameterFileBccFe_scf.prm
│       │   ├── parameterFileBccFe_scfConstraintMag.prm
│       │   ├── parameterFileBe.prm
│       │   ├── parameterFileFeCuPt2_pdos.prm
│       │   ├── parameterFileFeCuPt2_scf.prm
│       │   ├── parameterFileFeCuPt2_scf_interMediateQuadRule.prm
│       │   ├── parameterFileGaAs.prm
│       │   ├── parameterFileGaAs_BANDS.prm
│       │   ├── parameterFileMg2x_1.prm
│       │   ├── parameterFileMg2x_10.prm
│       │   ├── parameterFileMg2x_2.prm
│       │   ├── parameterFileMg2x_3.prm
│       │   ├── parameterFileMg2x_4.prm
│       │   ├── parameterFileMg2x_5.prm
│       │   ├── parameterFileMg2x_6.prm
│       │   ├── parameterFileMg2x_7.prm
│       │   ├── parameterFileMg2x_8.prm
│       │   ├── parameterFileMg2x_9.prm
│       │   ├── parameterFileTiAl.prm
│       │   ├── parameterFileTiAl_mixedPrec.prm
│       │   ├── pseudoBe.inp
│       │   ├── pseudoGaAs.inp
│       │   ├── pseudoMg.inp
│       │   ├── pseudo_bccFe.inp
│       │   ├── pseudo_bccFe_scan.inp
│       │   └── pseudo_feCuPt2.inp
│       └── real/
│           ├── Al.upf
│           ├── Be_ONCV_PBE-1.2.upf
│           ├── Input_MD_0.prm
│           ├── Input_MD_1.prm
│           ├── Input_MD_2.prm
│           ├── La.upf
│           ├── Li.upf
│           ├── Mass.inp
│           ├── Mg_ONCV_PBE-1.0.upf
│           ├── N_ONCV_PBE-1.0.upf
│           ├── Ni_pd.upf
│           ├── O.upf
│           ├── Pt3Ni_coordinates.inp
│           ├── Pt3Ni_domainVectors.inp
│           ├── Pt3Ni_hubbard.inp
│           ├── Pt3Ni_hubbard_spin.prm
│           ├── Pt3Ni_hubbard_spin_mixedPrec.prm
│           ├── Pt3Ni_pseudo.inp
│           ├── Pt_pd.upf
│           ├── Re.upf
│           ├── S.upf
│           ├── Te.upf
│           ├── Zr.upf
│           ├── accuracyBenchmarks/
│           │   ├── outputBe
│           │   ├── outputLLZO
│           │   ├── outputMg2x_1
│           │   ├── outputMg2x_10
│           │   ├── outputMg2x_11
│           │   ├── outputMg2x_12
│           │   ├── outputMg2x_13
│           │   ├── outputMg2x_14
│           │   ├── outputMg2x_15
│           │   ├── outputMg2x_17
│           │   ├── outputMg2x_1_spin_gpu
│           │   ├── outputMg2x_2
│           │   ├── outputMg2x_2_spin_gpu
│           │   ├── outputMg2x_3
│           │   ├── outputMg2x_4
│           │   ├── outputMg2x_5
│           │   ├── outputMg2x_6
│           │   ├── outputMg2x_7
│           │   ├── outputMg2x_8
│           │   ├── outputMg2x_9
│           │   ├── outputN2_1
│           │   ├── outputN2_2
│           │   ├── outputN2_3
│           │   ├── outputN2_4
│           │   ├── outputN2_5
│           │   ├── outputPt3Ni_hubbard_spin
│           │   ├── outputPt3Ni_hubbard_spin_mixedPrec
│           │   ├── outputReS2
│           │   ├── outputReS2FullMassMatrix
│           │   ├── output_MD_0
│           │   ├── output_MD_1
│           │   └── output_MD_2
│           ├── aluminumMD_coordinates.inp
│           ├── aluminumMD_domainBoundingVectors.inp
│           ├── aluminumMD_pseudo.inp
│           ├── coordinates.inp
│           ├── coordinatesBe.inp
│           ├── coordinatesMg2x.inp
│           ├── coordinatesMg2x_spin.inp
│           ├── coordinates_LLZO.inp
│           ├── coordinates_ReS2.inp
│           ├── diffScript
│           ├── domainVectors.inp
│           ├── domainVectorsBe.inp
│           ├── domainVectorsMg2x.inp
│           ├── domainVectors_LLZO.inp
│           ├── domainVectors_ReS2.inp
│           ├── jobscripts/
│           │   ├── auroraJobScript18Tasks18GPUs.sh
│           │   ├── auroraJobScript6Tasks6GPUs.sh
│           │   ├── frontierJobScript18GCDs18MPITasks.sh
│           │   ├── frontierJobScript6GCDs6MPITasks.sh
│           │   ├── matrixlabgpu18Tasks6GPUs.slurm
│           │   ├── perlmutter18Tasks18GPUs.slurm
│           │   └── perlmutter6Tasks6GPUs.slurm
│           ├── parameterFileBe.prm
│           ├── parameterFileMg2x_1.prm
│           ├── parameterFileMg2x_10.prm
│           ├── parameterFileMg2x_11.prm
│           ├── parameterFileMg2x_12.prm
│           ├── parameterFileMg2x_13.prm
│           ├── parameterFileMg2x_14.prm
│           ├── parameterFileMg2x_15.prm
│           ├── parameterFileMg2x_17.prm
│           ├── parameterFileMg2x_1_spingpu.prm
│           ├── parameterFileMg2x_2.prm
│           ├── parameterFileMg2x_2_spingpu.prm
│           ├── parameterFileMg2x_3.prm
│           ├── parameterFileMg2x_4.prm
│           ├── parameterFileMg2x_5.prm
│           ├── parameterFileMg2x_6.prm
│           ├── parameterFileMg2x_7.prm
│           ├── parameterFileMg2x_8.prm
│           ├── parameterFileMg2x_9.prm
│           ├── parameterFileN2_1.prm
│           ├── parameterFileN2_2.prm
│           ├── parameterFileN2_3.prm
│           ├── parameterFileN2_4.prm
│           ├── parameterFileN2_5.prm
│           ├── parameterFile_LLZO.prm
│           ├── parameterFile_ReS2.prm
│           ├── parameterFile_ReS2FullMassMatrix.prm
│           ├── pseudo.inp
│           ├── pseudoBe.inp
│           ├── pseudoMg.inp
│           ├── pseudo_LLZO.inp
│           └── pseudo_ReS2.inp
├── utils/
│   ├── BLASWrapperDevice.cc
│   ├── BLASWrapperDevice.inst.cc
│   ├── BLASWrapperDeviceKernels.cc
│   ├── BLASWrapperHost.cc
│   ├── Cell.t.cc
│   ├── DeviceAPICalls.cu.cc
│   ├── DeviceAPICalls.hip.cc
│   ├── DeviceAPICalls.sycl.cc
│   ├── DeviceDirectCCLWrapper.cc
│   ├── DeviceKernelsGeneric.cc
│   ├── Exceptions.cc
│   ├── FEBasisOperations.cc
│   ├── FEBasisOperationsKernels.cc
│   ├── FEBasisOperationsKernelsInternalDevice.cc
│   ├── FEBasisOperationsKernelsInternalHost.cc
│   ├── FECell.t.cc
│   ├── FiniteDifference.cc
│   ├── MPICommunicatorP2P.cc
│   ├── MPICommunicatorP2PKernels.cc
│   ├── MPICommunicatorP2PKernelsDevice.cc
│   ├── MPIPatternP2P.cc
│   ├── MPIRequestersNBX.cc
│   ├── MPIWriteOnFile.cpp
│   ├── MemoryManager.cc
│   ├── MemoryTransferKernelsDevice.cc
│   ├── NodalData.cpp
│   ├── PeriodicTable.cc
│   ├── QuadDataCompositeWrite.cpp
│   ├── RTreeBox.t.cc
│   ├── RTreePoint.t.cc
│   ├── SphericalFunctionUtil.cpp
│   ├── StringOperations.cpp
│   ├── constraintMatrixInfo.cc
│   ├── constraintMatrixInfoDevice.cc
│   ├── constraintMatrixInfoDeviceKernels.cc
│   ├── dftParameters.cc
│   ├── dftUtils.cc
│   ├── fileReaders.cc
│   ├── functionalTests/
│   │   ├── testDataTransfer.cpp
│   │   └── testMultiVectorCGForPoisson.cpp
│   ├── pseudoConverter.cc
│   ├── runParameters.cc
│   └── vectorTools/
│       └── vectorUtilities.cc
└── version

================================================
FILE CONTENTS
================================================

================================================
FILE: .clang-format
================================================
#
# The clang-format (Clang 6) style file used by deal.II.
#
## This file is adapted by Sambit Das for use with DFT-FE code
## -------------------------------------------------------------------------------------

AccessModifierOffset: -2

AlignAfterOpenBracket: Align
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true

AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false

AlwaysBreakAfterReturnType: All
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: true

BinPackArguments: false
BinPackParameters: false

BraceWrapping:
  AfterClass: true
  AfterControlStatement: true
  AfterEnum: true
  AfterExternBlock: true
  AfterFunction: true
  AfterNamespace: true
  AfterStruct: true
  AfterUnion: true
  BeforeCatch: true
  BeforeElse: true
  IndentBraces: true
  SplitEmptyFunction: false
  SplitEmptyRecord: false
  SplitEmptyNamespace: false

BreakBeforeBinaryOperators: None
BreakBeforeBraces: Custom
BreakBeforeInheritanceComma: false
BreakBeforeTernaryOperators: false
BreakConstructorInitializers: BeforeComma
BreakStringLiterals: false

ColumnLimit: 80

CompactNamespaces: false

ConstructorInitializerIndentWidth: 2

ContinuationIndentWidth: 2

Cpp11BracedListStyle: true

DerivePointerAlignment: false

FixNamespaceComments: true

IncludeBlocks: Regroup
IncludeCategories:
# config.h must always be first:
  - Regex:    "deal.II/base/config.h"
    Priority: -1
# deal.II folders in sorted order:
  - Regex:    "deal.II/algorithms/.*\\.h"
    Priority: 100
  - Regex:    "deal.II/arborx/.*\\.h"
    Priority: 110
  - Regex:    "deal.II/base/.*\\.h"
    Priority: 120
  - Regex:    "deal.II/boost_adaptors/.*\\.h"
    Priority: 125
  - Regex:    "deal.II/differentiation/.*\\.h"
    Priority: 130
  - Regex:    "deal.II/distributed/.*\\.h"
    Priority: 140
  - Regex:    "deal.II/dofs/.*\\.h"
    Priority: 150
  - Regex:    "deal.II/fe/.*\\.h"
    Priority: 160
  - Regex:    "deal.II/gmsh/.*\\.h"
    Priority: 170
  - Regex:    "deal.II/grid/.*\\.h"
    Priority: 180
  - Regex:    "deal.II/hp/.*\\.h"
    Priority: 190
  - Regex:    "deal.II/integrators/.*\\.h"
    Priority: 200
  - Regex:    "deal.II/lac/.*\\.h"
    Priority: 210
  - Regex:    "deal.II/matrix_free/.*\\.h"
    Priority: 220
  - Regex:    "deal.II/meshworker/.*\\.h"
    Priority: 230
  - Regex:    "deal.II/multigrid/.*\\.h"
    Priority: 240
  - Regex:    "deal.II/non_matching/.*\\.h"
    Priority: 250
  - Regex:    "deal.II/numerics/.*\\.h"
    Priority: 260
  - Regex:    "deal.II/opencascade/.*\\.h"
    Priority: 270
  - Regex:    "deal.II/optimization/.*\\.h"
    Priority: 280
  - Regex:    "deal.II/particles/.*\\.h"
    Priority: 290
  - Regex:    "deal.II/physics/.*\\.h"
    Priority: 300
  - Regex:    "deal.II/simplex/.*\\.h"
    Priority: 310
  - Regex:    "deal.II/sundials/.*\\.h"
    Priority: 320
# put boost right after deal:
  - Regex: "<boost.*>"
    Priority: 500
# try to group PETSc headers:
  - Regex: "<petsc.*\\.h>"
    Priority: 1000
# try to catch all third party headers and put them after deal.II but before
# standard headers:
  - Regex: "<.*\\.(h|hpp|hxx)>"
    Priority: 2000
# match all standard headers. Things like '#include <armadillo>' should be
# surrounded by #ifdef checks (which will not be merged by clang-format) so they
# should not be caught here
  - Regex: "<[a-z_]+>"
    Priority: 100000
# make sure that "../tests.h" appears before all other local include files
# such that replacing Assert in tests also applies to the testing header files.
  - Regex: "\\.\\./tests\\.h"
    Priority: 200000

IndentCaseLabels: true
IndentPPDirectives: AfterHash
IndentWidth: 2

IndentWrappedFunctionNames: false

KeepEmptyLinesAtTheStartOfBlocks: false

Language: Cpp

MaxEmptyLinesToKeep: 3

NamespaceIndentation: All

PenaltyBreakBeforeFirstCallParameter: 90

PointerAlignment: Right

ReflowComments: true
CommentPragmas: '( \| |\*--|<li>|@ref | @p |@param |@name |@returns |@warning |@ingroup |@author |@date |@related |@relates |@relatesalso |@deprecated |@image |@return |@brief |@attention |@copydoc |@addtogroup |@todo |@tparam |@see |@note |@skip |@skipline |@until |@line |@dontinclude |@include)'

SortIncludes: false
SortUsingDeclarations: true

SpaceAfterCStyleCast: false
SpaceAfterTemplateKeyword: true
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceInEmptyParentheses: false
SpacesBeforeTrailingComments: 1
SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false

Standard: Cpp11

TabWidth: 2

UseTab: Never


================================================
FILE: .github/workflows/documentation.yml
================================================
name: documentation

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
  push:
    branches: [ publicGithubDevelop ]

jobs:
  build-documentation:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v2
    - name: config
      run: |
        git config --global init.defaultBranch publicGithubDevelop  
  
    # Build the HTML documentation
    - name: Doxygen Action
      uses: mattnotmitt/doxygen-action@v1.1.0
      with:
          doxyfile-path: ./Doxyfile
          working-directory: .
    
    # Deploy the HTML documentation to GitHub Pages
    - name: GH Pages Deployment
      uses: peaceiris/actions-gh-pages@v3
      with:
        github_token: ${{ secrets.GITHUB_TOKEN }}
        publish_dir: ./doc/html/
        enable_jekyll: false
        allow_empty_commit: false
        force_orphan: true
        publish_branch: gh-pages


================================================
FILE: .gitignore
================================================
# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Compiled Static libraries
*.lai
*.la
*.a
*.lib
*.pbs
*.e*
#*.o*  ## don't build in-source!

# Executables
*.exe
*.out
*.app

#Output files
*vtk
*vtu
*vts

#Temporary files
*~
*.swp
*.nfs*
.*.swp
.vscode/

#CMAKE files
CMakeCache.txt
CMakeFiles/
Makefile
main
*#main*

#build files
/*build/

#Tex files
*.aux
*.glo
*.idx
*.log
*.toc
*.ist
*.acn
*.acr
*.alg
*.bbl
*.blg
*.dvi
*.glg
*.gls
*.ilg
*.ind
*.lof
*.lot
*.maf
*.mtc
*.mtc1
*.out
*.synctex.gz
*.fdb_latexmk
*.fls
*.nav
*.snm
*.nlo
tagfile
\#*
.\#*
latex/

# OS generated files #
######################
.DS_Store

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf
indentationStandard/programs/
include/git_info.h


================================================
FILE: CMakeLists.txt
================================================
##
#  CMakeList file for DFT-FE
##
CMAKE_MINIMUM_REQUIRED(VERSION 3.17)
set(CMAKE_CXX_STANDARD 17
    CACHE STRING "Minimum required C++ standard (default is 17)")
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
# Set the name of the project and target:
SET(TARGET "dftfe_exe")
IF (WITH_COMPLEX)
  SET(TARGETLIB "dftfeComplex")
ELSE()
  SET(TARGETLIB "dftfeReal")
ENDIF()
OPTION(BUILD_SHARED_LIBS "Build using shared libraries" ON)

SET(TARGET_VERSION "1.0-pre") # used in docs/Doxyfile.in

add_definitions(-w)

IF (USE_64BIT_INT)
  IF ("${GPU_VENDOR}" STREQUAL "intel")
    add_compile_options("-fno-sycl-id-queries-fit-in-int")
  ENDIF()
ENDIF()

PROJECT(${TARGET} LANGUAGES CXX)
IF (WITH_GPU)
    IF ("${GPU_LANG}" STREQUAL "cuda")
      enable_language(CUDA)
    ELSEIF ("${GPU_LANG}" STREQUAL "hip")
      enable_language(HIP)
    ELSEIF ("${GPU_LANG}" STREQUAL "sycl")
    ELSE ()
      MESSAGE(FATAL_ERROR "\n"
    "*** Could not find valid GPU_LANG=cuda/hip ***\n\n"
    )
    ENDIF()
ENDIF()


ADD_EXECUTABLE(${TARGET}   src/main.cc)
set_property(TARGET "dftfe_exe" PROPERTY OUTPUT_NAME "dftfe")

list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)

# Retrieve the current Git commit hash
execute_process(
    COMMAND git rev-parse HEAD
    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
    OUTPUT_VARIABLE GIT_COMMIT
    OUTPUT_STRIP_TRAILING_WHITESPACE
)

# Retrieve the current Git branch name
execute_process(
    COMMAND git rev-parse --abbrev-ref HEAD
    WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
    OUTPUT_VARIABLE GIT_BRANCH
    OUTPUT_STRIP_TRAILING_WHITESPACE
)

# Configure the header file with the retrieved Git information
configure_file(
    ${CMAKE_SOURCE_DIR}/include/git_info.h.in
    ${CMAKE_SOURCE_DIR}/include/git_info.h
    @ONLY
)


if(ENABLE_MPI)
  find_package(MPI REQUIRED)
  include_directories(${MPI_CXX_INCLUDE_PATH})
  set(DFTFE_MPI_LIBRARIES ${MPI_CXX_LIBRARIES})
endif()


# Declare all source files the target consists of:
SET(TARGET_SRC
  ./src/dftfeWrapper.cc
  ./src/dft/dft.cc
  ./src/dft/vselfBinsManager.cc
  ./src/dft/energyCalculator.cc
  ./src/dft/energyDensity.cc
  ./src/dft/densityCalculator.cc
  ./src/dft/computeAuxProjectedDensityMatrixFromPSI.cc
  ./src/dft/densityFirstOrderResponseCalculator.cc
  ./src/dft/applyMultipoleDirichletBC.cc
  ./src/dft/expConfiningPotential.cpp
  ./src/excManager/excDensityLDAClass.cpp
  ./src/excManager/excDensityGGAClass.cpp
  ./src/excManager/excDensityLLMGGAClass.cpp
  ./src/excManager/excTauMGGAClass.cpp
  ./src/excManager/excManager.cpp
  ./src/excManager/AuxDensityMatrixFE.cpp
  ./src/excManager/ExcDFTPlusU.cpp
  ./src/excManager/AtomicBasisData.cpp
  ./src/excManager/NNGGA.cc
  ./src/excManager/NNLDA.cc
  ./src/excManager/NNLLMGGA.cpp
  ./src/excManager/AtomicBasisData.cpp
  ./src/excManager/SlaterBasis.cpp
  ./src/excManager/GaussianBasis.cpp
  ./src/excManager/hubbardClass.cpp
  ./src/excManager/exchangeCorrelationFunctionalEvaluatorCPU.cc
  ./src/poisson/poissonSolverProblem.cc
  ./src/poisson/MultiVectorPoissonLinearSolverProblem.cpp
  ./src/helmholtz/kerkerSolverProblem.cc
  ./src/dftOperator/KohnShamDFTBaseOperator.cc
  ./src/dftOperator/KohnShamDFTStandardEigenOperator.cc
  ./src/dftOperator/veffPrimeForLRDM.cc
  ./src/triangulation/meshMovement/meshMovement.cc
  ./src/triangulation/meshMovement/meshMovementGaussian.cc
  ./src/triangulation/meshMovement/meshMovementAffineTransform.cc
  ./src/triangulation/triangulationManager/triangulationManager.cc
  ./src/symmetry/groupSymmetry.cc
  ./src/geoOpt/geoOptIon.cc
  ./src/geoOpt/geoOptCell.cc
  ./src/matrixFree/MatrixFree.cc
  ./src/solvers/nonlinearSolverProblem.cc
  ./src/solvers/nonLinearSolver.cc
  ./src/solvers/linearSolver.cc
  ./src/solvers/cgSolvers/cgPRPNonLinearSolver.cc
  ./src/solvers/cgSolvers/BFGSNonLinearSolver.cc
  ./src/solvers/cgSolvers/LBFGSNonLinearSolver.cc
  ./src/solvers/eigenSolvers/chebyshevOrthogonalizedSubspaceIterationSolver.cc
  ./src/solvers/eigenSolver.cc
  ./src/linAlg/linearAlgebraOperationsOpt.cc
  ./src/linAlg/linearAlgebraOperationsCPU.cc
  ./src/linAlg/linearAlgebraOperationsInternal.cc
  ./src/linAlg/elpaScalaManager.cc
  ./src/linAlg/scalapackWrapper.cc
  ./src/linAlg/process_grid.cc
  ./src/linAlg/mixingClass.cc
  ./src/solvers/dealiiLinearSolver.cc
  ./src/solvers/dealiiLinearSolverProblem.cc
  ./src/solvers/MultiVectorCGSolver.cpp
  ./src/solvers/MultiVectorMinResSolver.cpp
  ./src/md/molecularDynamicsClass.cc
  ./src/neb/nudgedElasticBandClass.cc
  ./src/geoOpt/geometryOptimizationClass.cc
  ./utils/fileReaders.cc
  ./utils/dftParameters.cc
  ./utils/runParameters.cc
  ./utils/constraintMatrixInfo.cc
  ./utils/dftUtils.cc
  ./utils/vectorTools/vectorUtilities.cc
  ./utils/pseudoConverter.cc
  ./utils/Exceptions.cc
  ./utils/MPIRequestersNBX.cc
  ./utils/MPICommunicatorP2P.cc
  ./utils/MPICommunicatorP2PKernels.cc
  ./utils/MemoryManager.cc
  ./utils/BLASWrapperHost.cc
  ./utils/MPIWriteOnFile.cpp
  ./utils/QuadDataCompositeWrite.cpp
  ./utils/PeriodicTable.cc
  ./utils/FiniteDifference.cc
  ./utils/StringOperations.cpp
  ./utils/SphericalFunctionUtil.cpp
  ./src/dft/dftd.cc
  ./src/mdi/MDIEngine.cpp
  ./src/mdi/libraryMDI.cpp
  ./src/dft/atomicRho.cc
  ./src/dft/charge.cc
  ./src/dft/density.cc
  ./src/dft/dos.cc
  ./src/dft/femUtilityFunctions.cc
  ./src/dft/fermiEnergy.cc
  ./src/dft/generateImageCharges.cc
  ./src/dft/initBoundaryConditions.cc
  ./src/dft/initCoreRho.cc
  ./src/dft/initElectronicFields.cc
  ./src/dft/initPseudoLocal.cc
  ./src/dft/initRho.cc
  ./src/dft/initUnmovedTriangulation.cc
  ./src/dft/kohnShamEigenSolve.cc
  ./src/dft/localizationLength.cc
  ./src/dft/moveAtoms.cc
  ./src/dft/moveMeshToAtoms.cc
  ./src/dft/kerker.cc
  ./src/dft/pRefinedDoFHandler.cc
  ./src/dft/psiInitialGuess.cc
  ./src/dft/publicMethods.cc
  ./src/dft/restart.cc
  ./src/dft/solveNSCF.cc
  ./src/dft/solveBands.cc
  ./src/dft/lowrankApproxScfDielectricMatrixInv.cc
  ./src/dft/lowrankApproxScfDielectricMatrixInvSpinPolarized.cc
  ./src/dft/computeOutputDensityDirectionalDerivative.cc
  ./src/force/configurationalForce.cc
  ./utils/FEBasisOperationsKernelsInternalHost.cc
  ./utils/FEBasisOperations.cc
  ./utils/FEBasisOperationsKernels.cc
  ./src/atom/AtomicCenteredNonLocalOperator.cc
  ./src/atom/AtomPseudoWavefunctions.cc
  ./src/atom/AtomCenteredSphericalFunctionContainer.cc
  ./src/atom/AtomCenteredSphericalFunctionBase.cc
  ./src/atom/AtomCenteredSphericalFunctionSinc.cc
  ./src/atom/AtomCenteredSphericalFunctionBessel.cc
  ./src/atom/AtomCenteredSphericalFunctionGaussian.cc
  ./src/atom/AtomCenteredSphericalFunctionSpline.cc
  ./src/atom/AtomCenteredSphericalFunctionValenceDensitySpline.cc
  ./src/atom/AtomCenteredSphericalFunctionCoreDensitySpline.cc
  ./src/atom/AtomCenteredSphericalFunctionLocalPotentialSpline.cc
  ./src/atom/AtomCenteredSphericalFunctionProjectorSpline.cc
  ./src/atom/AtomCenteredPseudoWavefunctionSpline.cpp
  ./src/TransferBetweenMeshes/InterpolateFromCellToLocalPoints.cpp
  ./src/TransferBetweenMeshes/TransferBetweenMeshesIncompatiblePartitioning.cpp
  ./src/TransferBetweenMeshes/InterpolateCellWiseDataToPoints.cpp
  ./utils/NodalData.cpp
  ./utils/functionalTests/testMultiVectorCGForPoisson.cpp
  ./utils/functionalTests/testDataTransfer.cpp
  ./src/pseudo/oncv/oncvClass.cc
  ./src/pseudo/oncv/atomCenteredPostProcessing.cc)

IF ("${GPU_LANG}" STREQUAL "cuda")
SET(DEVICE_SRC
  ./utils/MemoryTransferKernelsDevice.cc
  ./utils/DeviceKernelsGeneric.cc
  ./utils/DeviceDirectCCLWrapper.cc
  ./src/dft/densityCalculatorDeviceKernels.cc
  ./src/dft/densityFirstOrderResponseCalculatorDeviceKernels.cc
  ./src/dft/solveVselfInBinsDeviceKernels.cc
  ./src/linAlg/linearAlgebraOperationsDeviceKernels.cc
  ./utils/constraintMatrixInfoDeviceKernels.cc
  ./utils/DeviceAPICalls.cu.cc
  ./utils/BLASWrapperDevice.cc
  ./utils/MPICommunicatorP2PKernelsDevice.cc
  ./src/solvers/linearSolverCGDeviceKernels.cc
  ./src/matrixFree/MatrixFreeDevice.cc
  ./utils/FEBasisOperationsKernelsInternalDevice.cc
  ./src/atom/AtomicCenteredNonLocalOperatorKernelsDevice.cc
  ./src/force/configurationalForceKernels.cc
  ./src/dftOperator/KohnShamHamiltonianOperatorDeviceKernels.cc
  ./src/excManager/excManagerDeviceKernels.cc
  ./src/excManager/exchangeCorrelationFunctionalEvaluatorDevice.cc
  )
ELSEIF ("${GPU_LANG}" STREQUAL "hip")
SET(DEVICE_SRC
  ./utils/MemoryTransferKernelsDevice.cc
  ./utils/DeviceKernelsGeneric.cc
  ./utils/DeviceDirectCCLWrapper.cc
  ./src/dft/densityCalculatorDeviceKernels.cc
  ./src/dft/densityFirstOrderResponseCalculatorDeviceKernels.cc
  ./src/dft/solveVselfInBinsDeviceKernels.cc
  ./src/linAlg/linearAlgebraOperationsDeviceKernels.cc
  ./utils/constraintMatrixInfoDeviceKernels.cc
  ./utils/DeviceAPICalls.hip.cc
  ./utils/BLASWrapperDevice.cc
  ./utils/MPICommunicatorP2PKernelsDevice.cc
  ./src/solvers/linearSolverCGDeviceKernels.cc
  ./src/matrixFree/MatrixFreeDevice.cc
  ./utils/FEBasisOperationsKernelsInternalDevice.cc
  ./src/atom/AtomicCenteredNonLocalOperatorKernelsDevice.cc
  ./src/dftOperator/KohnShamHamiltonianOperatorDeviceKernels.cc
  ./src/excManager/excManagerDeviceKernels.cc
  ./src/excManager/exchangeCorrelationFunctionalEvaluatorDevice.cc
  ./src/force/configurationalForceKernels.cc
  )
ELSEIF ("${GPU_LANG}" STREQUAL "sycl")
SET(DEVICE_SRC
  ./utils/MemoryTransferKernelsDevice.cc
  ./utils/DeviceKernelsGeneric.cc
  ./utils/DeviceDirectCCLWrapper.cc
  ./src/dft/densityCalculatorDeviceKernels.cc
  ./src/dft/densityFirstOrderResponseCalculatorDeviceKernels.cc
  ./src/dft/solveVselfInBinsDeviceKernels.cc
  ./src/linAlg/linearAlgebraOperationsDeviceKernels.cc
  ./utils/constraintMatrixInfoDeviceKernels.cc
  ./utils/DeviceAPICalls.sycl.cc
  ./utils/BLASWrapperDevice.cc
  ./utils/MPICommunicatorP2PKernelsDevice.cc
  ./src/solvers/linearSolverCGDeviceKernels.cc
  ./src/matrixFree/MatrixFreeDevice.cc
  ./utils/FEBasisOperationsKernelsInternalDevice.cc
  ./src/atom/AtomicCenteredNonLocalOperatorKernelsDevice.cc
  ./src/dftOperator/KohnShamHamiltonianOperatorDeviceKernels.cc
  ./src/excManager/excManagerDeviceKernels.cc
  ./src/excManager/exchangeCorrelationFunctionalEvaluatorDevice.cc
  ./src/force/configurationalForceKernels.cc
  )

ENDIF()


IF (WITH_GPU)
    IF ("${GPU_LANG}" STREQUAL "cuda")
       set_source_files_properties(${DEVICE_SRC} PROPERTIES LANGUAGE CUDA)
    ELSEIF ("${GPU_LANG}" STREQUAL "hip")
       set_source_files_properties(${DEVICE_SRC} PROPERTIES LANGUAGE HIP)
       IF ("${GPU_VENDOR}" STREQUAL "amd")
          ADD_DEFINITIONS(-D__HIP_PLATFORM_AMD__)
       ELSEIF ("${GPU_VENDOR}" STREQUAL "nvidia")
          ADD_DEFINITIONS(-D__HIP_PLATFORM_NVIDIA__)
       ENDIF()
    ELSEIF ("${GPU_LANG}" STREQUAL "sycl")
      set_source_files_properties(${DEVICE_SRC} PROPERTIES COMPILE_FLAGS ${CMAKE_SYCL_FLAGS})
    ENDIF()
ENDIF()
IF (WITH_GPU)
  LIST(APPEND TARGET_SRC
  ./src/linAlg/linearAlgebraOperationsDevice.cc
  ./utils/constraintMatrixInfoDevice.cc
  ./src/dft/solveVselfInBinsDevice.cc
  ./src/linAlg/pseudoGSDevice.cc
  ./src/linAlg/rayleighRitzDevice.cc
  ./src/poisson/poissonSolverProblemDevice.cc
  ./src/helmholtz/kerkerSolverProblemDevice.cc
  ./src/solvers/eigenSolvers/chebyshevOrthogonalizedSubspaceIterationSolverDevice.cc
  ./src/solvers/linearSolverDevice.cc
  ./src/solvers/linearSolverProblemDevice.cc
  ./src/solvers/linearSolverCGDevice.cc
  )
  LIST(APPEND TARGET_SRC ${DEVICE_SRC})
ENDIF()


ADD_LIBRARY(${TARGETLIB} ${TARGET_SRC})

#IF("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
#
#target_compile_options(${TARGETLIB}
#    PUBLIC
#        -O2)
#ENDIF()

#
# RPATHS: https://cmake.org/Wiki/CMake_RPATH_handling#Mac_OS_X_and_the_RPATH
#
IF(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
  ## cmake  --help-policy CMP0042
  set(CMAKE_MACOSX_RPATH ON)
ENDIF()

# use, i.e. don't skip the full RPATH for the build tree
SET(CMAKE_SKIP_BUILD_RPATH  FALSE)

# when building, don't use the install RPATH already
# (but later on when installing)
SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)

SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")

# add the automatically determined parts of the RPATH
# which point to directories outside the build tree to the install RPATH
SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

# the RPATH to be used when installing, but only if it's not a system directory
LIST(FIND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES "${CMAKE_INSTALL_PREFIX}/lib" isSystemDir)
IF("${isSystemDir}" STREQUAL "-1")
   SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
ENDIF("${isSystemDir}" STREQUAL "-1")

# make sure RPATHs are used on macOS
SET(CMAKE_INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}/lib")

IF (HIGHERQUAD_PSP)
  ADD_DEFINITIONS(-DDFTFE_WITH_HIGHERQUAD_PSP)
ENDIF()

IF (USE_64BIT_INT)
  ADD_DEFINITIONS(-DDFTFE_WITH_64BIT_INT)
ENDIF()

#
#Set use complex/use real flag
#
IF (WITH_COMPLEX)
   ADD_DEFINITIONS(-DUSE_COMPLEX)
   MESSAGE(STATUS "Using complex")
ELSE()
   ADD_DEFINITIONS(-DUSE_REAL)
   MESSAGE(STATUS "Using real")
ENDIF()




#
#Set GPU compilation flag
#
IF (WITH_GPU)
  ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE)

  IF ("${GPU_VENDOR}" STREQUAL "nvidia")
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_NVIDIA)
  ELSEIF ("${GPU_VENDOR}" STREQUAL "amd")
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_AMD)
  ELSEIF ("${GPU_VENDOR}" STREQUAL "intel")
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_INTEL)
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_MKL)
  ENDIF()

  IF ("${GPU_LANG}" STREQUAL "cuda")
    MESSAGE(STATUS "DFTFE with GPU LANG CUDA")
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_LANG_CUDA)
    find_package(CUDAToolkit REQUIRED)
    target_include_directories(${TARGETLIB} PUBLIC ${CUDAToolkit_INCLUDE_DIRS})
    target_link_libraries(${TARGETLIB} PUBLIC CUDA::cudart)
    target_link_libraries(${TARGETLIB} PUBLIC CUDA::cublas)
  ELSEIF ("${GPU_LANG}" STREQUAL "hip")
    MESSAGE(STATUS "DFTFE with GPU LANG HIP")
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_LANG_HIP)
    find_package(hipblas)
    target_link_libraries(${TARGETLIB} PUBLIC roc::hipblas)
  ELSEIF ("${GPU_LANG}" STREQUAL "sycl")
    MESSAGE(STATUS "DFTFE with GPU LANG SYCL")
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_LANG_SYCL)
    find_program(MPI_BASE_CXX_COMPILER "icpx")
    get_filename_component(_REALPATH_SYCL_COMPILER "${MPI_BASE_CXX_COMPILER}" REALPATH)
    get_filename_component(SYCL_BIN_DIR "${_REALPATH_SYCL_COMPILER}" DIRECTORY)
    get_filename_component(SYCL_PACKAGE_DIR "${SYCL_BIN_DIR}" DIRECTORY CACHE)
    find_file(SYCL_INCLUDE_DIR
    NAMES
    include
    HINTS
    ${SYCL_PACKAGE_DIR}
    NO_DEFAULT_PATH)
    target_include_directories(${TARGETLIB} PUBLIC ${SYCL_INCLUDE_DIR})
    target_include_directories(${TARGETLIB} PUBLIC ${SYCL_INCLUDE_DIR}/sycl)
    set(MKL_INTERFACE lp64)
    set(ENABLE_SCALAPACK ON)
    set(MKL_MPI mpich)
    find_PACKAGE(IntelSYCL REQUIRED)
    find_package(MKL REQUIRED)
    target_link_libraries(${TARGETLIB} PUBLIC MKL::MKL)
    get_target_property(MKL_SYCL_INCLUDE_DIRS MKL::MKL_SYCL INTERFACE_INCLUDE_DIRECTORIES)
    target_include_directories(${TARGETLIB} PUBLIC ${MKL_SYCL_INCLUDE_DIRS})
    get_target_property(mkl_sycl_includes MKL::MKL_SYCL INTERFACE_INCLUDE_DIRECTORIES)
    target_include_directories(${TARGETLIB} PUBLIC ${mkl_sycl_includes})
    get_target_property(mkl_sycl_libs MKL::MKL_SYCL INTERFACE_LINK_LIBRARIES)
    target_link_libraries(${TARGETLIB} PUBLIC ${mkl_sycl_libs})
    set_target_properties(${TARGETLIB} PROPERTIES LINK_FLAGS ${CMAKE_SYCL_FLAGS})
  ENDIF()
  IF (WITH_GPU_AWARE_MPI)
    ADD_DEFINITIONS(-DDFTFE_WITH_DEVICE_AWARE_MPI)
    MESSAGE(STATUS "DFTFE with GPU Aware MPI")
  ENDIF()
ENDIF()

TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC ${DFTFE_MPI_LIBRARIES})

#
#Dependencies
#

FIND_PACKAGE(deal.II 9.5.1 REQUIRED
  HINTS ${deal.II_DIR} ${DEAL_II_DIR} ../ ../../ $ENV{DEAL_II_DIR}
  )
IF(NOT ${deal.II_FOUND})
  MESSAGE(FATAL_ERROR "\n"
    "*** Could not locate deal.II. ***\n\n"
    "You may want to either pass a flag -DDEAL_II_DIR=/path/to/deal.II to cmake\n"
    "or set an environment variable \"DEAL_II_DIR\" that contains this path."
    )
ENDIF()

#
# Are all deal.II dependencies fullfilled?
# DEAL_II_WITH_64BIT_INDICES is a requirement because of
# the choice of the parallel storage data-structure for
# wavefunctions in DFT-FE. The maximum global index of this
# parallel storage data-structure is equal to
# total number of dofs times total number of wavefunctions,
# which can cross the 32 bit integer limits even for a moderate
# problem size.
IF(NOT DEAL_II_WITH_LAPACK OR
   NOT DEAL_II_WITH_P4EST OR
   NOT DEAL_II_WITH_64BIT_INDICES OR
   NOT DEAL_II_WITH_MPI)
  MESSAGE(FATAL_ERROR "
Error! The deal.II library found at ${DEAL_II_PATH} was not configured with
    DEAL_II_WITH_LAPACK = ON
    DEAL_II_WITH_P4EST = ON
    DEAL_II_WITH_64BIT_INDICES = ON
    DEAL_II_WITH_MPI = ON
which is required."
    )
ENDIF()


#DEAL_II_INITIALIZE_CACHED_VARIABLES()

TARGET_INCLUDE_DIRECTORIES(${TARGETLIB} PUBLIC ${DEAL_II_INCLUDE_RELDIR})
IF("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
    TARGET_LINK_LIBRARIES (${TARGETLIB} PUBLIC dealii::dealii_release)
ELSE()
   TARGET_LINK_LIBRARIES (${TARGETLIB} PUBLIC dealii::dealii_debug)
ENDIF()

IF (WITH_CUSTOMIZED_DEALII)
ADD_DEFINITIONS(-DDFTFE_WITH_CUSTOMIZED_DEALII)
MESSAGE(STATUS "Using customized dealii")
ENDIF()


#
#Set use petsc and slepc flag
#
IF (DEAL_II_WITH_PETSC AND DEAL_II_WITH_SLEPC)
   ADD_DEFINITIONS(-DUSE_PETSC)
   MESSAGE(STATUS "Using petsc and slepc")
ENDIF()

#
# Alglib. Set with -DALGLIB_DIR=/path/to/prefix
#
IF (DEFINED ALGLIB_DIR)
  FIND_LIBRARY(ALGLIB_LIBRARY
    NAMES Alglib alglib
    HINTS ${ALGLIB_DIR}/lib ${ALGLIB_DIR}
    NO_DEFAULT_PATH
  )
  IF(ALGLIB_LIBRARY STREQUAL "ALGLIB_LIBRARY-NOTFOUND")
      MESSAGE(FATAL_ERROR "-- Alglib was not found in ${ALGLIB_DIR}")
  ENDIF()
  MESSAGE("-- Use Alglib from ${ALGLIB_DIR}")
  TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC "${ALGLIB_LIBRARY}"
  )
  TARGET_INCLUDE_DIRECTORIES (${TARGETLIB} PUBLIC "${ALGLIB_DIR}")
  TARGET_INCLUDE_DIRECTORIES (${TARGETLIB} PUBLIC "${ALGLIB_DIR}/include")
ELSE()
  MESSAGE(FATAL_ERROR "-- Provide path to AlgLIB: -DALGLIB_DIR=/path/to/prefix")
ENDIF (DEFINED ALGLIB_DIR)

#
# LIBXC. Set with -DLIBXC_DIR=/path/to/prefix
#
IF (DEFINED LIBXC_DIR)
  FIND_LIBRARY(LIBXC_LIBRARY
    NAMES xc
    HINTS ${LIBXC_DIR}/lib
    NO_DEFAULT_PATH
  )
  IF(LIBXC_LIBRARY STREQUAL "LIBXC_LIBRARY-NOTFOUND")
      MESSAGE(FATAL_ERROR "-- LibXC was not found in ${LIBXC_DIR}")
  ENDIF()
  MESSAGE("-- Use LibXC from ${LIBXC_DIR}")
  TARGET_LINK_LIBRARIES(${TARGETLIB}
      PUBLIC "${LIBXC_LIBRARY}"
  )
  TARGET_INCLUDE_DIRECTORIES (${TARGETLIB} PUBLIC "${LIBXC_DIR}/include")
ELSE()
  MESSAGE(FATAL_ERROR "-- Provide path to prefix of LibXC: -DLIBXC_DIR=/path/to/prefix")
ENDIF (DEFINED LIBXC_DIR)

IF (WITH_TORCH)
#
# TORCH. Set with -DTORCH_DIR=/path/to/prefix
#
FIND_PACKAGE(Torch PATHS ${TORCH_DIR} Required)
target_link_libraries(${TARGETLIB} PUBLIC ${TORCH_LIBRARIES})
ADD_DEFINITIONS(-DDFTFE_WITH_TORCH)
ENDIF()

#
# XML. Set with -DXML_LIB_DIR and -DXML_INCLUDE_DIR
#
IF (DEFINED XML_INCLUDE_DIR)
  FIND_LIBRARY(XML_LIBRARY
    NAMES xml2
    HINTS ${XML_LIB_DIR}
    NO_DEFAULT_PATH
  )
  IF(XML_LIBRARY STREQUAL "XML_LIBRARY-NOTFOUND")
      MESSAGE(FATAL_ERROR "-- XML was not found in ${XML_LIB_DIR}")
  ENDIF()
  MESSAGE("-- Use Xml from ${XML_LIB_DIR}")
  TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC
      "${XML_LIBRARY}"
  )
  TARGET_INCLUDE_DIRECTORIES (${TARGETLIB} PUBLIC "${XML_INCLUDE_DIR}")
ELSE()
  MESSAGE(FATAL_ERROR "-- Provide path of XML: -DXML_LIB_DIR and -DXML_INCLUDE_DIR")
ENDIF (DEFINED XML_INCLUDE_DIR)



#
# SPG. Set with -DSPGLIB_DIR=/path/to/prefix
#
IF (DEFINED SPGLIB_DIR)
  FIND_LIBRARY(SPGLIB_LIBRARY
    NAMES symspg
    HINTS ${SPGLIB_DIR}/lib
    NO_DEFAULT_PATH
  )
  IF(SPGLIB_LIBRARY STREQUAL "SPGLIB_LIBRARY-NOTFOUND")
      MESSAGE(FATAL_ERROR "-- SPGLib was not found in ${SPGLIB_DIR}")
  ENDIF()
  MESSAGE("-- Use SPGLib from ${SPGLIB_DIR}")
  TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC
      "${SPGLIB_LIBRARY}"
  )
  TARGET_INCLUDE_DIRECTORIES (${TARGETLIB} PUBLIC "${SPGLIB_DIR}/include")
ELSE()
  MESSAGE(FATAL_ERROR "-- Provide path to prefix of SPGLIB: -DSPGLIB_DIR=/path/to/prefix")
ENDIF (DEFINED SPGLIB_DIR)

#
# DFTD3. Pass path to -DCMAKE_PREFIX_PATH
#
find_package(DFTD3)
IF (DFTD3_FOUND)
  MESSAGE(STATUS "Will Link With DFTD3 ${S-DFTD3}")
  ADD_DEFINITIONS(-DDFTFE_WITH_DFTD3)
  target_link_libraries(${TARGETLIB} PUBLIC DFTD3)
ENDIF()


#
# DFTD4. Pass path to -DCMAKE_PREFIX_PATH
#
find_package(DFTD4)
IF (DFTD4_FOUND)
  MESSAGE(STATUS "Will Link With DFTD4 ${DFTD4}")
  ADD_DEFINITIONS(-DDFTFE_WITH_DFTD4)
  target_link_libraries(${TARGETLIB} PUBLIC DFTD4)
ENDIF()


#
# MDI.
#
IF (WITH_MDI)
  find_library(MDI_LIBRARY
      NAMES mdi
      PATHS ${MDI_PATH}/lib64/mdi
      NO_DEFAULT_PATH
    )
  MESSAGE("-- Use MDI library from ${MDI_PATH}/lib64/mdi")
  TARGET_LINK_LIBRARIES(${TARGETLIB} PUBLIC
        "${MDI_LIBRARY}"
    )
  TARGET_INCLUDE_DIRECTORIES (${TARGETLIB} PUBLIC "${MDI_PATH}/include/mdi")
  IF(MDI_LIBRARY STREQUAL "MDI_LIBRARY-NOTFOUND")
    MESSAGE("-- MDI was not found in ${MDI_PATH}")
  ELSE()
    ADD_DEFINITIONS(-DDFTFE_WITH_MDI)
  ENDIF()
ENDIF()


#
# ELPA. Pass path to -DCMAKE_PREFIX_PATH
#
find_package(ELPA 2023 REQUIRED)
MESSAGE(STATUS "Will Link With ELPA")
target_link_libraries(${TARGETLIB} PUBLIC ELPA::ELPA)

#
# NCCL. Pass path to -DCMAKE_PREFIX_PATH
#
IF (WITH_GPU AND "${GPU_LANG}" STREQUAL "cuda")
 IF (WITH_DCCL)
   find_package(NCCL REQUIRED)
   IF (NCCL_FOUND)
      MESSAGE(STATUS "Will Link With NCCL")
      ADD_DEFINITIONS(-DDFTFE_WITH_CUDA_NCCL)
      find_package(MPI REQUIRED)
      target_link_libraries(${TARGETLIB} PUBLIC NCCL MPI::MPI_CXX)
   ENDIF()
 ENDIF()
ENDIF()

#
# RCCL. Pass path to -DCMAKE_PREFIX_PATH
#
IF (WITH_GPU AND "${GPU_LANG}" STREQUAL "hip")
 IF (WITH_DCCL)
   find_package(RCCL REQUIRED)
   IF (RCCL_FOUND)
      MESSAGE(STATUS "Will Link With RCCL")
      ADD_DEFINITIONS(-DDFTFE_WITH_HIP_RCCL)
      find_package(MPI REQUIRED)
      target_link_libraries(${TARGETLIB} PUBLIC RCCL MPI::MPI_CXX)
   ENDIF()
 ENDIF()
ENDIF()


TARGET_INCLUDE_DIRECTORIES(${TARGETLIB} PUBLIC ${CMAKE_SOURCE_DIR}/include)
TARGET_LINK_LIBRARIES(${TARGET} PUBLIC ${TARGETLIB})


#
# Custom "debug" and "release" make targets:
#
ADD_CUSTOM_TARGET(debug
COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Debug ${CMAKE_SOURCE_DIR}
COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target all
COMMENT "Switch CMAKE_BUILD_TYPE to Debug"
)

ADD_CUSTOM_TARGET(release
COMMAND ${CMAKE_COMMAND} -DCMAKE_BUILD_TYPE=Release ${CMAKE_SOURCE_DIR}
COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target all
COMMENT "Switch CMAKE_BUILD_TYPE to Release"
)


#
# FIXME: that will not play well with installation
#
ADD_DEFINITIONS(-DDFTFE_PATH="${CMAKE_CURRENT_SOURCE_DIR}")

# Enable testing and descent into tests/ subdirectory:
# Make sure numdiff is in path before configuring, otherwise due to roundoff
# errors many tests may fail.
# Test will run in Debug or Release mode based on the way library is compiled.
IF (WITH_TESTING)
  ENABLE_TESTING()
  INCLUDE(CTest)
  # default 600sec is not enough for some tests, increase:
  SET (TEST_TIME_LIMIT 5000)
  #
  IF (WITH_COMPLEX)
     ADD_SUBDIRECTORY(tests/dft/pseudopotential/complex)
     ADD_SUBDIRECTORY(tests/dft/allElectron/complex)
     IF (DFTD3_FOUND)
      ADD_SUBDIRECTORY(tests/dft/pseudopotential/complex/d3)
     ENDIF()
     IF (DFTD4_FOUND)
      ADD_SUBDIRECTORY(tests/dft/pseudopotential/complex/d4)
     ENDIF()
  ELSE()
     ADD_SUBDIRECTORY(tests/dft/pseudopotential/real)
     ADD_SUBDIRECTORY(tests/dft/allElectron/real)
     IF (DFTD3_FOUND)
      ADD_SUBDIRECTORY(tests/dft/pseudopotential/real/d3)
     ENDIF()
     IF (DFTD4_FOUND)
      ADD_SUBDIRECTORY(tests/dft/pseudopotential/real/d4)
     ENDIF()
  ENDIF()
ENDIF()

# Build documentation
option(BUILD_DOCS "Build documentation (requires doxygen and sphinx)" OFF)
if(BUILD_DOCS)
  find_package(Doxygen)
  find_package(Sphinx)
  if(${Doxygen_FOUND} AND ${Sphinx_FOUND})
    add_subdirectory("docs")
  else()
    message(WARNING "Doxygen and/or Sphinx not found -- unable to build documentation.")
  endif()
endif()

#
# installation target.
# use with -DCMAKE_INSTALL_PREFIX=/path/to/
#
SET(TARGETLIBEXPORT "femdftTargets")
# 1. Install defined library target
install (TARGETS ${TARGETLIB} EXPORT ${TARGETLIBEXPORT}
         LIBRARY DESTINATION lib)
# 2. Install the binary
install (TARGETS ${TARGET}
         RUNTIME DESTINATION bin)
# 3. Install content of include dir
install (DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/include/"
         DESTINATION include)


================================================
FILE: Doxyfile
================================================
# Doxyfile 1.8.11

# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for a project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
#
# All text after a single hash (#) is considered a comment and will be ignored.
# The format is:
# TAG = value [value, ...]
# For lists, items can also be appended using:
# TAG += value [value, ...]
# Values that contain spaces should be placed between quotes (\" \").

#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------

# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
# for the list of possible encodings.
# The default value is: UTF-8.

DOXYFILE_ENCODING      = UTF-8

# The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
# double-quotes, unless you are using Doxywizard) that should identify the
# project for which the documentation is generated. This name is used in the
# title of most generated pages and in a few other places.
# The default value is: My Project.

PROJECT_NAME           = "DFT-FE" 

# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER         = "1.3.0-pre"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF          = "Density Functional Theory With Finite-Elements" 

# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
# the logo to the output directory.

PROJECT_LOGO           = 

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
# into which the generated documentation will be written. If a relative path is
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.

OUTPUT_DIRECTORY       = ./doc/

# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
# will distribute the generated files over these directories. Enabling this
# option can be useful when feeding doxygen a huge amount of source files, where
# putting all generated files in the same directory would otherwise causes
# performance problems for the file system.
# The default value is: NO.

CREATE_SUBDIRS         = NO

# If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
# characters to appear in the names of generated files. If set to NO, non-ASCII
# characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
# U+3044.
# The default value is: NO.

ALLOW_UNICODE_NAMES    = NO

# The OUTPUT_LANGUAGE tag is used to specify the language in which all
# documentation generated by doxygen is written. Doxygen will use this
# information to generate all constant output in the proper language.
# Possible values are: Afrikaans, Arabic, Armenian, Brazilian, Catalan, Chinese,
# Chinese-Traditional, Croatian, Czech, Danish, Dutch, English (United States),
# Esperanto, Farsi (Persian), Finnish, French, German, Greek, Hungarian,
# Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
# Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
# Macedonian, Norwegian, Persian (Farsi), Polish, Portuguese, Romanian, Russian,
# Serbian, Serbian-Cyrillic, Slovak, Slovene, Spanish, Swedish, Turkish,
# Ukrainian and Vietnamese.
# The default value is: English.

OUTPUT_LANGUAGE        = English

# If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member
# descriptions after the members that are listed in the file and class
# documentation (similar to Javadoc). Set to NO to disable this.
# The default value is: YES.

BRIEF_MEMBER_DESC      = YES

# If the REPEAT_BRIEF tag is set to YES, doxygen will prepend the brief
# description of a member or function before the detailed description
#
# Note: If both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
# brief descriptions will be completely suppressed.
# The default value is: YES.

REPEAT_BRIEF           = YES

# This tag implements a quasi-intelligent brief description abbreviator that is
# used to form the text in various listings. Each string in this list, if found
# as the leading text of the brief description, will be stripped from the text
# and the result, after processing the whole list, is used as the annotated
# text. Otherwise, the brief description is used as-is. If left blank, the
# following values are used ($name is automatically replaced with the name of
# the entity):The $name class, The $name widget, The $name file, is, provides,
# specifies, contains, represents, a, an and the.

ABBREVIATE_BRIEF       =

# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
# doxygen will generate a detailed section even if there is only a brief
# description.
# The default value is: NO.

ALWAYS_DETAILED_SEC    = NO

# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
# inherited members of a class in the documentation of that class as if those
# members were ordinary class members. Constructors, destructors and assignment
# operators of the base classes will not be shown.
# The default value is: NO.

INLINE_INHERITED_MEMB  = NO

# If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path
# before files name in the file list and in the header files. If set to NO the
# shortest path that makes the file name unique will be used
# The default value is: YES.

FULL_PATH_NAMES        = YES

# The STRIP_FROM_PATH tag can be used to strip a user-defined part of the path.
# Stripping is only done if one of the specified strings matches the left-hand
# part of the path. The tag can be used to show relative paths in the file list.
# If left blank the directory from which doxygen is run is used as the path to
# strip.
#
# Note that you can specify absolute paths here, but also relative paths, which
# will be relative from the directory where doxygen is started.
# This tag requires that the tag FULL_PATH_NAMES is set to YES.

STRIP_FROM_PATH        = ../

# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the
# path mentioned in the documentation of a class, which tells the reader which
# header file to include in order to use a class. If left blank only the name of
# the header file containing the class definition is used. Otherwise one should
# specify the list of include paths that are normally passed to the compiler
# using the -I flag.

STRIP_FROM_INC_PATH    =

# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but
# less readable) file names. This can be useful is your file systems doesn't
# support long names like on DOS, Mac, or CD-ROM.
# The default value is: NO.

SHORT_NAMES            = NO

# If the JAVADOC_AUTOBRIEF tag is set to YES then doxygen will interpret the
# first line (until the first dot) of a Javadoc-style comment as the brief
# description. If set to NO, the Javadoc-style will behave just like regular Qt-
# style comments (thus requiring an explicit @brief command for a brief
# description.)
# The default value is: NO.

JAVADOC_AUTOBRIEF      = NO

# If the QT_AUTOBRIEF tag is set to YES then doxygen will interpret the first
# line (until the first dot) of a Qt-style comment as the brief description. If
# set to NO, the Qt-style will behave just like regular Qt-style comments (thus
# requiring an explicit \brief command for a brief description.)
# The default value is: NO.

QT_AUTOBRIEF           = NO

# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make doxygen treat a
# multi-line C++ special comment block (i.e. a block of //! or /// comments) as
# a brief description. This used to be the default behavior. The new default is
# to treat a multi-line C++ comment block as a detailed description. Set this
# tag to YES if you prefer the old behavior instead.
#
# Note that setting this tag to YES also means that rational rose comments are
# not recognized any more.
# The default value is: NO.

MULTILINE_CPP_IS_BRIEF = NO

# If the INHERIT_DOCS tag is set to YES then an undocumented member inherits the
# documentation from any documented member that it re-implements.
# The default value is: YES.

INHERIT_DOCS           = YES

# If the SEPARATE_MEMBER_PAGES tag is set to YES then doxygen will produce a new
# page for each member. If set to NO, the documentation of a member will be part
# of the file/class/namespace that contains it.
# The default value is: NO.

SEPARATE_MEMBER_PAGES  = NO

# The TAB_SIZE tag can be used to set the number of spaces in a tab. Doxygen
# uses this value to replace tabs by spaces in code fragments.
# Minimum value: 1, maximum value: 16, default value: 4.

TAB_SIZE               = 4

# This tag can be used to specify a number of aliases that act as commands in
# the documentation. An alias has the form:
# name=value
# For example adding
# "sideeffect=@par Side Effects:\n"
# will allow you to put the command \sideeffect (or @sideeffect) in the
# documentation, which will result in a user-defined paragraph with heading
# "Side Effects:". You can put \n's in the value part of an alias to insert
# newlines.

ALIASES                =

# This tag can be used to specify a number of word-keyword mappings (TCL only).
# A mapping has the form "name=value". For example adding "class=itcl::class"
# will allow you to use the command class in the itcl::class meaning.

TCL_SUBST              =

# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources
# only. Doxygen will then generate output that is more tailored for C. For
# instance, some of the names that are used will be different. The list of all
# members will be omitted, etc.
# The default value is: NO.

OPTIMIZE_OUTPUT_FOR_C  = NO

# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java or
# Python sources only. Doxygen will then generate output that is more tailored
# for that language. For instance, namespaces will be presented as packages,
# qualified scopes will look different, etc.
# The default value is: NO.

OPTIMIZE_OUTPUT_JAVA   = NO

# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
# sources. Doxygen will then generate output that is tailored for Fortran.
# The default value is: NO.

OPTIMIZE_FOR_FORTRAN   = NO

# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
# sources. Doxygen will then generate output that is tailored for VHDL.
# The default value is: NO.

OPTIMIZE_OUTPUT_VHDL   = NO

# Doxygen selects the parser to use depending on the extension of the files it
# parses. With this tag you can assign which parser to use for a given
# extension. Doxygen has a built-in mapping, but you can override or extend it
# using this tag. The format is ext=language, where ext is a file extension, and
# language is one of the parsers supported by doxygen: IDL, Java, Javascript,
# C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran:
# FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran:
# Fortran. In the later case the parser tries to guess whether the code is fixed
# or free formatted code, this is the default for Fortran type files), VHDL. For
# instance to make doxygen treat .inc files as Fortran files (default is PHP),
# and .f files as C (default is Fortran), use: inc=Fortran f=C.
#
# Note: For files without extension you can use no_extension as a placeholder.
#
# Note that for custom extensions you also need to set FILE_PATTERNS otherwise
# the files are not read by doxygen.

EXTENSION_MAPPING      =

# If the MARKDOWN_SUPPORT tag is enabled then doxygen pre-processes all comments
# according to the Markdown format, which allows for more readable
# documentation. See http://daringfireball.net/projects/markdown/ for details.
# The output of markdown processing is further processed by doxygen, so you can
# mix doxygen, HTML, and XML commands with Markdown formatting. Disable only in
# case of backward compatibilities issues.
# The default value is: YES.

MARKDOWN_SUPPORT       = YES

# When enabled doxygen tries to link words that correspond to documented
# classes, or namespaces to their corresponding documentation. Such a link can
# be prevented in individual cases by putting a % sign in front of the word or
# globally by setting AUTOLINK_SUPPORT to NO.
# The default value is: YES.

AUTOLINK_SUPPORT       = NO

# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
# to include (a tag file for) the STL sources as input, then you should set this
# tag to YES in order to let doxygen match functions declarations and
# definitions whose arguments contain STL classes (e.g. func(std::string);
# versus func(std::string) {}). This also make the inheritance and collaboration
# diagrams that involve STL classes more complete and accurate.
# The default value is: NO.

BUILTIN_STL_SUPPORT    = NO

# If you use Microsoft's C++/CLI language, you should set this option to YES to
# enable parsing support.
# The default value is: NO.

CPP_CLI_SUPPORT        = NO

# Set the SIP_SUPPORT tag to YES if your project consists of sip (see:
# http://www.riverbankcomputing.co.uk/software/sip/intro) sources only. Doxygen
# will parse them like normal C++ but will assume all classes use public instead
# of private inheritance when no explicit protection keyword is present.
# The default value is: NO.

SIP_SUPPORT            = NO

# For Microsoft's IDL there are propget and propput attributes to indicate
# getter and setter methods for a property. Setting this option to YES will make
# doxygen to replace the get and set methods by a property in the documentation.
# This will only work if the methods are indeed getting or setting a simple
# type. If this is not the case, or you want to show the methods anyway, you
# should set this option to NO.
# The default value is: YES.

IDL_PROPERTY_SUPPORT   = YES

# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
# tag is set to YES then doxygen will reuse the documentation of the first
# member in the group (if any) for the other members of the group. By default
# all members of a group must be documented explicitly.
# The default value is: NO.

DISTRIBUTE_GROUP_DOC   = NO

# If one adds a struct or class to a group and this option is enabled, then also
# any nested class or struct is added to the same group. By default this option
# is disabled and one has to add nested compounds explicitly via \ingroup.
# The default value is: NO.

GROUP_NESTED_COMPOUNDS = NO

# Set the SUBGROUPING tag to YES to allow class member groups of the same type
# (for instance a group of public functions) to be put as a subgroup of that
# type (e.g. under the Public Functions section). Set it to NO to prevent
# subgrouping. Alternatively, this can be done per class using the
# \nosubgrouping command.
# The default value is: YES.

SUBGROUPING            = YES

# When the INLINE_GROUPED_CLASSES tag is set to YES, classes, structs and unions
# are shown inside the group in which they are included (e.g. using \ingroup)
# instead of on a separate page (for HTML and Man pages) or section (for LaTeX
# and RTF).
#
# Note that this feature does not work in combination with
# SEPARATE_MEMBER_PAGES.
# The default value is: NO.

INLINE_GROUPED_CLASSES = NO

# When the INLINE_SIMPLE_STRUCTS tag is set to YES, structs, classes, and unions
# with only public data fields or simple typedef fields will be shown inline in
# the documentation of the scope in which they are defined (i.e. file,
# namespace, or group documentation), provided this scope is documented. If set
# to NO, structs, classes, and unions are shown on a separate page (for HTML and
# Man pages) or section (for LaTeX and RTF).
# The default value is: NO.

INLINE_SIMPLE_STRUCTS  = NO

# When TYPEDEF_HIDES_STRUCT tag is enabled, a typedef of a struct, union, or
# enum is documented as struct, union, or enum with the name of the typedef. So
# typedef struct TypeS {} TypeT, will appear in the documentation as a struct
# with name TypeT. When disabled the typedef will appear as a member of a file,
# namespace, or class. And the struct will be named TypeS. This can typically be
# useful for C code in case the coding convention dictates that all compound
# types are typedef'ed and only the typedef is referenced, never the tag name.
# The default value is: NO.

TYPEDEF_HIDES_STRUCT   = NO

# The size of the symbol lookup cache can be set using LOOKUP_CACHE_SIZE. This
# cache is used to resolve symbols given their name and scope. Since this can be
# an expensive process and often the same symbol appears multiple times in the
# code, doxygen keeps a cache of pre-resolved symbols. If the cache is too small
# doxygen will become slower. If the cache is too large, memory is wasted. The
# cache size is given by this formula: 2^(16+LOOKUP_CACHE_SIZE). The valid range
# is 0..9, the default is 0, corresponding to a cache size of 2^16=65536
# symbols. At the end of a run doxygen will report the cache usage and suggest
# the optimal cache size from a speed point of view.
# Minimum value: 0, maximum value: 9, default value: 0.

LOOKUP_CACHE_SIZE      = 0

#---------------------------------------------------------------------------
# Build related configuration options
#---------------------------------------------------------------------------

# If the EXTRACT_ALL tag is set to YES, doxygen will assume all entities in
# documentation are documented, even if no documentation was available. Private
# class members and static file members will be hidden unless the
# EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
# Note: This will also disable the warnings about undocumented members that are
# normally produced when WARNINGS is set to YES.
# The default value is: NO.

EXTRACT_ALL            = YES

# If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
# be included in the documentation.
# The default value is: NO.

EXTRACT_PRIVATE        = YES

# If the EXTRACT_PACKAGE tag is set to YES, all members with package or internal
# scope will be included in the documentation.
# The default value is: NO.

EXTRACT_PACKAGE        = NO

# If the EXTRACT_STATIC tag is set to YES, all static members of a file will be
# included in the documentation.
# The default value is: NO.

EXTRACT_STATIC         = YES

# If the EXTRACT_LOCAL_CLASSES tag is set to YES, classes (and structs) defined
# locally in source files will be included in the documentation. If set to NO,
# only classes defined in header files are included. Does not have any effect
# for Java sources.
# The default value is: YES.

EXTRACT_LOCAL_CLASSES  = YES

# This flag is only useful for Objective-C code. If set to YES, local methods,
# which are defined in the implementation section but not in the interface are
# included in the documentation. If set to NO, only methods in the interface are
# included.
# The default value is: NO.

EXTRACT_LOCAL_METHODS  = NO

# If this flag is set to YES, the members of anonymous namespaces will be
# extracted and appear in the documentation as a namespace called
# 'anonymous_namespace{file}', where file will be replaced with the base name of
# the file that contains the anonymous namespace. By default anonymous namespace
# are hidden.
# The default value is: NO.

EXTRACT_ANON_NSPACES   = NO

# If the HIDE_UNDOC_MEMBERS tag is set to YES, doxygen will hide all
# undocumented members inside documented classes or files. If set to NO these
# members will be included in the various overviews, but no documentation
# section is generated. This option has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.

HIDE_UNDOC_MEMBERS     = NO

# If the HIDE_UNDOC_CLASSES tag is set to YES, doxygen will hide all
# undocumented classes that are normally visible in the class hierarchy. If set
# to NO, these classes will be included in the various overviews. This option
# has no effect if EXTRACT_ALL is enabled.
# The default value is: NO.

HIDE_UNDOC_CLASSES     = NO

# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, doxygen will hide all friend
# (class|struct|union) declarations. If set to NO, these declarations will be
# included in the documentation.
# The default value is: NO.

HIDE_FRIEND_COMPOUNDS  = NO

# If the HIDE_IN_BODY_DOCS tag is set to YES, doxygen will hide any
# documentation blocks found inside the body of a function. If set to NO, these
# blocks will be appended to the function's detailed documentation block.
# The default value is: NO.

HIDE_IN_BODY_DOCS      = NO

# The INTERNAL_DOCS tag determines if documentation that is typed after a
# \internal command is included. If the tag is set to NO then the documentation
# will be excluded. Set it to YES to include the internal documentation.
# The default value is: NO.

INTERNAL_DOCS          = NO

# If the CASE_SENSE_NAMES tag is set to NO then doxygen will only generate file
# names in lower-case letters. If set to YES, upper-case letters are also
# allowed. This is useful if you have classes or files whose names only differ
# in case and if your file system supports case sensitive file names. Windows
# and Mac users are advised to set this option to NO.
# The default value is: system dependent.

CASE_SENSE_NAMES       = NO

# If the HIDE_SCOPE_NAMES tag is set to NO then doxygen will show members with
# their full class and namespace scopes in the documentation. If set to YES, the
# scope will be hidden.
# The default value is: NO.

HIDE_SCOPE_NAMES       = NO

# If the HIDE_COMPOUND_REFERENCE tag is set to NO (default) then doxygen will
# append additional text to a page's title, such as Class Reference. If set to
# YES the compound reference will be hidden.
# The default value is: NO.

HIDE_COMPOUND_REFERENCE= NO

# If the SHOW_INCLUDE_FILES tag is set to YES then doxygen will put a list of
# the files that are included by a file in the documentation of that file.
# The default value is: YES.

SHOW_INCLUDE_FILES     = YES

# If the SHOW_GROUPED_MEMB_INC tag is set to YES then Doxygen will add for each
# grouped member an include statement to the documentation, telling the reader
# which file to include in order to use the member.
# The default value is: NO.

SHOW_GROUPED_MEMB_INC  = NO

# If the FORCE_LOCAL_INCLUDES tag is set to YES then doxygen will list include
# files with double quotes in the documentation rather than with sharp brackets.
# The default value is: NO.

FORCE_LOCAL_INCLUDES   = NO

# If the INLINE_INFO tag is set to YES then a tag [inline] is inserted in the
# documentation for inline members.
# The default value is: YES.

INLINE_INFO            = YES

# If the SORT_MEMBER_DOCS tag is set to YES then doxygen will sort the
# (detailed) documentation of file and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order.
# The default value is: YES.

SORT_MEMBER_DOCS       = YES

# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the brief
# descriptions of file, namespace and class members alphabetically by member
# name. If set to NO, the members will appear in declaration order. Note that
# this will also influence the order of the classes in the class list.
# The default value is: NO.

SORT_BRIEF_DOCS        = NO

# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the
# (brief and detailed) documentation of class members so that constructors and
# destructors are listed first. If set to NO the constructors will appear in the
# respective orders defined by SORT_BRIEF_DOCS and SORT_MEMBER_DOCS.
# Note: If SORT_BRIEF_DOCS is set to NO this option is ignored for sorting brief
# member documentation.
# Note: If SORT_MEMBER_DOCS is set to NO this option is ignored for sorting
# detailed member documentation.
# The default value is: NO.

SORT_MEMBERS_CTORS_1ST = NO

# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the hierarchy
# of group names into alphabetical order. If set to NO the group names will
# appear in their defined order.
# The default value is: NO.

SORT_GROUP_NAMES       = NO

# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be sorted by
# fully-qualified names, including namespaces. If set to NO, the class list will
# be sorted only by class name, not including the namespace part.
# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
# Note: This option applies only to the class list, not to the alphabetical
# list.
# The default value is: NO.

SORT_BY_SCOPE_NAME     = YES

# If the STRICT_PROTO_MATCHING option is enabled and doxygen fails to do proper
# type resolution of all parameters of a function it will reject a match between
# the prototype and the implementation of a member function even if there is
# only one candidate or it is obvious which candidate to choose by doing a
# simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
# accept a match between prototype and implementation in such cases.
# The default value is: NO.

STRICT_PROTO_MATCHING  = NO

# The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
# list. This list is created by putting \todo commands in the documentation.
# The default value is: YES.

GENERATE_TODOLIST      = YES

# The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
# list. This list is created by putting \test commands in the documentation.
# The default value is: YES.

GENERATE_TESTLIST      = YES

# The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
# list. This list is created by putting \bug commands in the documentation.
# The default value is: YES.

GENERATE_BUGLIST       = YES

# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
# the deprecated list. This list is created by putting \deprecated commands in
# the documentation.
# The default value is: YES.

GENERATE_DEPRECATEDLIST= YES

# The ENABLED_SECTIONS tag can be used to enable conditional documentation
# sections, marked by \if <section_label> ... \endif and \cond <section_label>
# ... \endcond blocks.

ENABLED_SECTIONS       =

# The MAX_INITIALIZER_LINES tag determines the maximum number of lines that the
# initial value of a variable or macro / define can have for it to appear in the
# documentation. If the initializer consists of more lines than specified here
# it will be hidden. Use a value of 0 to hide initializers completely. The
# appearance of the value of individual variables and macros / defines can be
# controlled using \showinitializer or \hideinitializer command in the
# documentation regardless of this setting.
# Minimum value: 0, maximum value: 10000, default value: 30.

MAX_INITIALIZER_LINES  = 30

# Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
# the bottom of the documentation of classes and structs. If set to YES, the
# list will mention the files that were used to generate the documentation.
# The default value is: YES.

SHOW_USED_FILES        = YES

# Set the SHOW_FILES tag to NO to disable the generation of the Files page. This
# will remove the Files entry from the Quick Index and from the Folder Tree View
# (if specified).
# The default value is: YES.

SHOW_FILES             = YES

# Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
# page. This will remove the Namespaces entry from the Quick Index and from the
# Folder Tree View (if specified).
# The default value is: YES.

SHOW_NAMESPACES        = NO

# The FILE_VERSION_FILTER tag can be used to specify a program or script that
# doxygen should invoke to get the current version for each file (typically from
# the version control system). Doxygen will invoke the program by executing (via
# popen()) the command command input-file, where command is the value of the
# FILE_VERSION_FILTER tag, and input-file is the name of an input file provided
# by doxygen. Whatever the program writes to standard output is used as the file
# version. For an example see the documentation.

FILE_VERSION_FILTER    =

# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed
# by doxygen. The layout file controls the global structure of the generated
# output files in an output format independent way. To create the layout file
# that represents doxygen's defaults, run doxygen with the -l option. You can
# optionally specify a file name after the option, if omitted DoxygenLayout.xml
# will be used as the name of the layout file.
#
# Note that if you run doxygen from a directory containing a file called
# DoxygenLayout.xml, doxygen will parse it automatically even if the LAYOUT_FILE
# tag is left empty.

LAYOUT_FILE            =

# The CITE_BIB_FILES tag can be used to specify one or more bib files containing
# the reference definitions. This must be a list of .bib files. The .bib
# extension is automatically appended if omitted. This requires the bibtex tool
# to be installed. See also http://en.wikipedia.org/wiki/BibTeX for more info.
# For LaTeX the style of the bibliography can be controlled using
# LATEX_BIB_STYLE. To use this feature you need bibtex and perl available in the
# search path. See also \cite for info how to create references.

CITE_BIB_FILES         =

#---------------------------------------------------------------------------
# Configuration options related to warning and progress messages
#---------------------------------------------------------------------------

# The QUIET tag can be used to turn on/off the messages that are generated to
# standard output by doxygen. If QUIET is set to YES this implies that the
# messages are off.
# The default value is: NO.

QUIET                  = NO

# The WARNINGS tag can be used to turn on/off the warning messages that are
# generated to standard error (stderr) by doxygen. If WARNINGS is set to YES
# this implies that the warnings are on.
#
# Tip: Turn warnings on while writing the documentation.
# The default value is: YES.

WARNINGS               = YES

# If the WARN_IF_UNDOCUMENTED tag is set to YES then doxygen will generate
# warnings for undocumented members. If EXTRACT_ALL is set to YES then this flag
# will automatically be disabled.
# The default value is: YES.

WARN_IF_UNDOCUMENTED   = YES

# If the WARN_IF_DOC_ERROR tag is set to YES, doxygen will generate warnings for
# potential errors in the documentation, such as not documenting some parameters
# in a documented function, or documenting parameters that don't exist or using
# markup commands wrongly.
# The default value is: YES.

WARN_IF_DOC_ERROR      = YES

# This WARN_NO_PARAMDOC option can be enabled to get warnings for functions that
# are documented, but have no documentation for their parameters or return
# value. If set to NO, doxygen will only warn about wrong or incomplete
# parameter documentation, but not about the absence of documentation.
# The default value is: NO.

WARN_NO_PARAMDOC       = NO

# The WARN_FORMAT tag determines the format of the warning messages that doxygen
# can produce. The string should contain the $file, $line, and $text tags, which
# will be replaced by the file and line number from which the warning originated
# and the warning text. Optionally the format may contain $version, which will
# be replaced by the version of the file (if it could be obtained via
# FILE_VERSION_FILTER)
# The default value is: $file:$line: $text.

WARN_FORMAT            = "$file:$line: $text"

# The WARN_LOGFILE tag can be used to specify a file to which warning and error
# messages should be written. If left blank the output is written to standard
# error (stderr).

WARN_LOGFILE           = DoxygenWarningLog.txt

#---------------------------------------------------------------------------
# Configuration options related to the input files
#---------------------------------------------------------------------------

# The INPUT tag is used to specify the files and/or directories that contain
# documented source files. You may enter file names like myfile.cpp or
# directories like /usr/src/myproject. Separate the files or directories with
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.

INPUT                  = README.md pseudoConverters include

# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
# documentation (see: http://www.gnu.org/software/libiconv) for the list of
# possible encodings.
# The default value is: UTF-8.

INPUT_ENCODING         = UTF-8

# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and
# *.h) to filter out the source-files in the directories.
#
# Note that for custom extensions or not directly supported extensions you also
# need to set EXTENSION_MAPPING for the extension otherwise the files are not
# read by doxygen.
#
# If left blank the following patterns are tested:*.c, *.cc, *.cxx, *.cpp,
# *.c++, *.java, *.ii, *.ixx, *.ipp, *.i++, *.inl, *.idl, *.ddl, *.odl, *.h,
# *.hh, *.hxx, *.hpp, *.h++, *.cs, *.d, *.php, *.php4, *.php5, *.phtml, *.inc,
# *.m, *.markdown, *.md, *.mm, *.dox, *.py, *.f90, *.f, *.for, *.tcl, *.vhd,
# *.vhdl, *.ucf, *.qsf, *.as and *.js.

FILE_PATTERNS          = *.cc *.h *.dox *.txt *.prm *.md

# The RECURSIVE tag can be used to specify whether or not subdirectories should
# be searched for input files as well.
# The default value is: NO.

RECURSIVE              = NO

# The EXCLUDE tag can be used to specify files and/or directories that should be
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
#
# Note that relative paths are relative to the directory from which doxygen is
# run.

EXCLUDE                = 

# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
# from the input.
# The default value is: NO.

EXCLUDE_SYMLINKS       = NO

# If the value of the INPUT tag contains directories, you can use the
# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
# certain files from those directories.
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories for example use the pattern */test/*

EXCLUDE_PATTERNS       =

# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
# (namespaces, classes, functions, etc.) that should be excluded from the
# output. The symbol name can be a fully qualified name, a word, or if the
# wildcard * is used, a substring. Examples: ANamespace, AClass,
# AClass::ANamespace, ANamespace::*Test
#
# Note that the wildcards are matched against the file with absolute path, so to
# exclude all test directories use the pattern */test/*

EXCLUDE_SYMBOLS        =

# The EXAMPLE_PATH tag can be used to specify one or more files or directories
# that contain example code fragments that are included (see the \include
# command).

EXAMPLE_PATH           =

# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp and
# *.h) to filter out the source-files in the directories. If left blank all
# files are included.

EXAMPLE_PATTERNS       =

# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
# searched for input files to be used with the \include or \dontinclude commands
# irrespective of the value of the RECURSIVE tag.
# The default value is: NO.

EXAMPLE_RECURSIVE      = NO

# The IMAGE_PATH tag can be used to specify one or more files or directories
# that contain images that are to be included in the documentation (see the
# \image command).

IMAGE_PATH             =

# The INPUT_FILTER tag can be used to specify a program that doxygen should
# invoke to filter for each input file. Doxygen will invoke the filter program
# by executing (via popen()) the command:
#
# <filter> <input-file>
#
# where <filter> is the value of the INPUT_FILTER tag, and <input-file> is the
# name of an input file. Doxygen will then use the output that the filter
# program writes to standard output. If FILTER_PATTERNS is specified, this tag
# will be ignored.
#
# Note that the filter must not add or remove lines; it is applied before the
# code is scanned, but not when the output code is generated. If lines are added
# or removed, the anchors will not be placed correctly.

INPUT_FILTER           =

# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
# basis. Doxygen will compare the file name with each pattern and apply the
# filter if there is a match. The filters are a list of the form: pattern=filter
# (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
# filters are used. If the FILTER_PATTERNS tag is empty or if none of the
# patterns match the file name, INPUT_FILTER is applied.

FILTER_PATTERNS        =

# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
# INPUT_FILTER) will also be used to filter the input files that are used for
# producing the source files to browse (i.e. when SOURCE_BROWSER is set to YES).
# The default value is: NO.

FILTER_SOURCE_FILES    = NO

# The FILTER_SOURCE_PATTERNS tag can be used to specify source filters per file
# pattern. A pattern will override the setting for FILTER_PATTERN (if any) and
# it is also possible to disable source filtering for a specific pattern using
# *.ext= (so without naming a filter).
# This tag requires that the tag FILTER_SOURCE_FILES is set to YES.

FILTER_SOURCE_PATTERNS =

# If the USE_MDFILE_AS_MAINPAGE tag refers to the name of a markdown file that
# is part of the input, its contents will be placed on the main page
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.

USE_MDFILE_AS_MAINPAGE = README.md

#---------------------------------------------------------------------------
# Configuration options related to source browsing
#---------------------------------------------------------------------------

# If the SOURCE_BROWSER tag is set to YES then a list of source files will be
# generated. Documented entities will be cross-referenced with these sources.
#
# Note: To get rid of all source code in the generated output, make sure that
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.

SOURCE_BROWSER         = NO

# Setting the INLINE_SOURCES tag to YES will include the body of functions,
# classes and enums directly into the documentation.
# The default value is: NO.

INLINE_SOURCES         = NO

# Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
# special comment blocks from generated source code fragments. Normal C, C++ and
# Fortran comments will always remain visible.
# The default value is: YES.

STRIP_CODE_COMMENTS    = NO

# If the REFERENCED_BY_RELATION tag is set to YES then for each documented
# function all documented functions referencing it will be listed.
# The default value is: NO.

REFERENCED_BY_RELATION = NO

# If the REFERENCES_RELATION tag is set to YES then for each documented function
# all documented entities called/used by that function will be listed.
# The default value is: NO.

REFERENCES_RELATION    = NO

# If the REFERENCES_LINK_SOURCE tag is set to YES and SOURCE_BROWSER tag is set
# to YES then the hyperlinks from functions in REFERENCES_RELATION and
# REFERENCED_BY_RELATION lists will link to the source code. Otherwise they will
# link to the documentation.
# The default value is: YES.

REFERENCES_LINK_SOURCE = YES

# If SOURCE_TOOLTIPS is enabled (the default) then hovering a hyperlink in the
# source code will show a tooltip with additional information such as prototype,
# brief description and links to the definition and documentation. Since this
# will make the HTML file larger and loading of large files a bit slower, you
# can opt to disable this feature.
# The default value is: YES.
# This tag requires that the tag SOURCE_BROWSER is set to YES.

SOURCE_TOOLTIPS        = YES

# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
# (see http://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
# - Install the latest version of global
# - Enable SOURCE_BROWSER and USE_HTAGS in the config file
# - Make sure the INPUT points to the root of the source tree
# - Run doxygen as normal
#
# Doxygen will invoke htags (and that will in turn invoke gtags), so these
# tools must be available from the command line (i.e. in the search path).
#
# The result: instead of the source browser generated by doxygen, the links to
# source code will now point to the output of htags.
# The default value is: NO.
# This tag requires that the tag SOURCE_BROWSER is set to YES.

USE_HTAGS              = NO

# If the VERBATIM_HEADERS tag is set the YES then doxygen will generate a
# verbatim copy of the header file for each class for which an include is
# specified. Set to NO to disable this.
# See also: Section \class.
# The default value is: YES.

VERBATIM_HEADERS       = YES

#---------------------------------------------------------------------------
# Configuration options related to the alphabetical class index
#---------------------------------------------------------------------------

# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index of all
# compounds will be generated. Enable this if the project contains a lot of
# classes, structs, unions or interfaces.
# The default value is: YES.

ALPHABETICAL_INDEX     = YES

# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in
# which the alphabetical index list will be split.
# Minimum value: 1, maximum value: 20, default value: 5.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

COLS_IN_ALPHA_INDEX    = 5

# In case all classes in a project start with a common prefix, all classes will
# be put under the same header in the alphabetical index. The IGNORE_PREFIX tag
# can be used to specify a prefix (or a list of prefixes) that should be ignored
# while generating the index headers.
# This tag requires that the tag ALPHABETICAL_INDEX is set to YES.

IGNORE_PREFIX          =

#---------------------------------------------------------------------------
# Configuration options related to the HTML output
#---------------------------------------------------------------------------

# If the GENERATE_HTML tag is set to YES, doxygen will generate HTML output
# The default value is: YES.

GENERATE_HTML          = YES

# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_OUTPUT            = html

# The HTML_FILE_EXTENSION tag can be used to specify the file extension for each
# generated HTML page (for example: .htm, .php, .asp).
# The default value is: .html.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_FILE_EXTENSION    = .html

# The HTML_HEADER tag can be used to specify a user-defined HTML header file for
# each generated HTML page. If the tag is left blank doxygen will generate a
# standard header.
#
# To get valid HTML the header file that includes any scripts and style sheets
# that doxygen needs, which is dependent on the configuration options used (e.g.
# the setting GENERATE_TREEVIEW). It is highly recommended to start with a
# default header using
# doxygen -w html new_header.html new_footer.html new_stylesheet.css
# YourConfigFile
# and then modify the file new_header.html. See also section "Doxygen usage"
# for information on how to generate the default header that doxygen normally
# uses.
# Note: The header is subject to change so you typically have to regenerate the
# default header when upgrading to a newer version of doxygen. For a description
# of the possible markers and block names see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_HEADER            = 

# The HTML_FOOTER tag can be used to specify a user-defined HTML footer for each
# generated HTML page. If the tag is left blank doxygen will generate a standard
# footer. See HTML_HEADER for more information on how to generate a default
# footer and what special commands can be used inside the footer. See also
# section "Doxygen usage" for information on how to generate the default footer
# that doxygen normally uses.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_FOOTER            =

# The HTML_STYLESHEET tag can be used to specify a user-defined cascading style
# sheet that is used by each HTML page. It can be used to fine-tune the look of
# the HTML output. If left blank doxygen will generate a default style sheet.
# See also section "Doxygen usage" for information on how to generate the style
# sheet that doxygen normally uses.
# Note: It is recommended to use HTML_EXTRA_STYLESHEET instead of this tag, as
# it is more robust and this tag (HTML_STYLESHEET) will in the future become
# obsolete.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_STYLESHEET        =

# The HTML_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# cascading style sheets that are included after the standard style sheets
# created by doxygen. Using this option one can overrule certain style aspects.
# This is preferred over using HTML_STYLESHEET since it does not replace the
# standard style sheet and is therefore more robust against future updates.
# Doxygen will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list). For an example see the documentation.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_STYLESHEET  =

# The HTML_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the HTML output directory. Note
# that these files will be copied to the base HTML output directory. Use the
# $relpath^ marker in the HTML_HEADER and/or HTML_FOOTER files to load these
# files. In the HTML_STYLESHEET file, use the file name only. Also note that the
# files will be copied as-is; there are no commands or markers available.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_EXTRA_FILES       = 

# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. Doxygen
# will adjust the colors in the style sheet and background images according to
# this color. Hue is specified as an angle on a colorwheel, see
# http://en.wikipedia.org/wiki/Hue for more information. For instance the value
# 0 represents red, 60 is yellow, 120 is green, 180 is cyan, 240 is blue, 300
# purple, and 360 is red again.
# Minimum value: 0, maximum value: 359, default value: 220.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE_HUE    = 220

# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of the colors
# in the HTML output. For a value of 0 the output will use grayscales only. A
# value of 255 will produce the most vivid colors.
# Minimum value: 0, maximum value: 255, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE_SAT    = 100

# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to the
# luminance component of the colors in the HTML output. Values below 100
# gradually make the output lighter, whereas values above 100 make the output
# darker. The value divided by 100 is the actual gamma applied, so 80 represents
# a gamma of 0.8, The value 220 represents a gamma of 2.2, and 100 does not
# change the gamma.
# Minimum value: 40, maximum value: 240, default value: 80.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_COLORSTYLE_GAMMA  = 80

# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML
# page will contain the date and time when the page was generated. Setting this
# to YES can help to show when doxygen was last run and thus if the
# documentation is up to date.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_TIMESTAMP         = NO

# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
# page has loaded.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_DYNAMIC_SECTIONS  = NO

# With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
# shown in the various tree structured indices initially; the user can expand
# and collapse entries dynamically later on. Doxygen will expand the tree to
# such a level that at most the specified number of entries are visible (unless
# a fully collapsed tree already exceeds this amount). So setting the number of
# entries 1 will produce a full collapsed tree by default. 0 is a special value
# representing an infinite number of entries and will result in a full expanded
# tree by default.
# Minimum value: 0, maximum value: 9999, default value: 100.
# This tag requires that the tag GENERATE_HTML is set to YES.

HTML_INDEX_NUM_ENTRIES = 4

# If the GENERATE_DOCSET tag is set to YES, additional index files will be
# generated that can be used as input for Apple's Xcode 3 integrated development
# environment (see: http://developer.apple.com/tools/xcode/), introduced with
# OSX 10.5 (Leopard). To create a documentation set, doxygen will generate a
# Makefile in the HTML output directory. Running make will produce the docset in
# that directory and running make install will install the docset in
# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find it at
# startup. See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html
# for more information.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_DOCSET        = NO

# This tag determines the name of the docset feed. A documentation feed provides
# an umbrella under which multiple documentation sets from a single provider
# (such as a company or product suite) can be grouped.
# The default value is: Doxygen generated docs.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_FEEDNAME        = "Doxygen generated docs"

# This tag specifies a string that should uniquely identify the documentation
# set bundle. This should be a reverse domain-name style string, e.g.
# com.mycompany.MyDocSet. Doxygen will append .docset to the name.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_BUNDLE_ID       = org.doxygen.Project

# The DOCSET_PUBLISHER_ID tag specifies a string that should uniquely identify
# the documentation publisher. This should be a reverse domain-name style
# string, e.g. com.mycompany.MyDocSet.documentation.
# The default value is: org.doxygen.Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_PUBLISHER_ID    = org.doxygen.Publisher

# The DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
# The default value is: Publisher.
# This tag requires that the tag GENERATE_DOCSET is set to YES.

DOCSET_PUBLISHER_NAME  = Publisher

# If the GENERATE_HTMLHELP tag is set to YES then doxygen generates three
# additional HTML index files: index.hhp, index.hhc, and index.hhk. The
# index.hhp is a project file that can be read by Microsoft's HTML Help Workshop
# (see: http://www.microsoft.com/en-us/download/details.aspx?id=21138) on
# Windows.
#
# The HTML Help Workshop contains a compiler that can convert all HTML output
# generated by doxygen into a single compiled HTML file (.chm). Compiled HTML
# files are now used as the Windows 98 help format, and will replace the old
# Windows help format (.hlp) on all Windows platforms in the future. Compressed
# HTML files also contain an index, a table of contents, and you can search for
# words in the documentation. The HTML workshop also contains a viewer for
# compressed HTML files.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_HTMLHELP      = NO

# The CHM_FILE tag can be used to specify the file name of the resulting .chm
# file. You can add a path in front of the file if the result should not be
# written to the html output directory.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

CHM_FILE               =

# The HHC_LOCATION tag can be used to specify the location (absolute path
# including file name) of the HTML help compiler (hhc.exe). If non-empty,
# doxygen will try to run the HTML help compiler on the generated index.hhp.
# The file has to be specified with full path.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

HHC_LOCATION           =

# The GENERATE_CHI flag controls if a separate .chi index file is generated
# (YES) or that it should be included in the master .chm file (NO).
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

GENERATE_CHI           = NO

# The CHM_INDEX_ENCODING is used to encode HtmlHelp index (hhk), content (hhc)
# and project file content.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

CHM_INDEX_ENCODING     =

# The BINARY_TOC flag controls whether a binary table of contents is generated
# (YES) or a normal table of contents (NO) in the .chm file. Furthermore it
# enables the Previous and Next buttons.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

BINARY_TOC             = NO

# The TOC_EXPAND flag can be set to YES to add extra items for group members to
# the table of contents of the HTML help documentation and to the tree view.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTMLHELP is set to YES.

TOC_EXPAND             = NO

# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and
# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated that
# can be used as input for Qt's qhelpgenerator to generate a Qt Compressed Help
# (.qch) of the generated HTML documentation.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_QHP           = NO

# If the QHG_LOCATION tag is specified, the QCH_FILE tag can be used to specify
# the file name of the resulting .qch file. The path specified is relative to
# the HTML output folder.
# This tag requires that the tag GENERATE_QHP is set to YES.

QCH_FILE               =

# The QHP_NAMESPACE tag specifies the namespace to use when generating Qt Help
# Project output. For more information please see Qt Help Project / Namespace
# (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#namespace).
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_NAMESPACE          = org.doxygen.Project

# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating Qt
# Help Project output. For more information please see Qt Help Project / Virtual
# Folders (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#virtual-
# folders).
# The default value is: doc.
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_VIRTUAL_FOLDER     = doc

# If the QHP_CUST_FILTER_NAME tag is set, it specifies the name of a custom
# filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_CUST_FILTER_NAME   =

# The QHP_CUST_FILTER_ATTRS tag specifies the list of the attributes of the
# custom filter to add. For more information please see Qt Help Project / Custom
# Filters (see: http://qt-project.org/doc/qt-4.8/qthelpproject.html#custom-
# filters).
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_CUST_FILTER_ATTRS  =

# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this
# project's filter section matches. Qt Help Project / Filter Attributes (see:
# http://qt-project.org/doc/qt-4.8/qthelpproject.html#filter-attributes).
# This tag requires that the tag GENERATE_QHP is set to YES.

QHP_SECT_FILTER_ATTRS  =

# The QHG_LOCATION tag can be used to specify the location of Qt's
# qhelpgenerator. If non-empty doxygen will try to run qhelpgenerator on the
# generated .qhp file.
# This tag requires that the tag GENERATE_QHP is set to YES.

QHG_LOCATION           =

# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
# generated, together with the HTML files, they form an Eclipse help plugin. To
# install this plugin and make it available under the help contents menu in
# Eclipse, the contents of the directory containing the HTML and XML files needs
# to be copied into the plugins directory of eclipse. The name of the directory
# within the plugins directory should be the same as the ECLIPSE_DOC_ID value.
# After copying Eclipse needs to be restarted before the help appears.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_ECLIPSEHELP   = NO

# A unique identifier for the Eclipse help plugin. When installing the plugin
# the directory name containing the HTML and XML files should also have this
# name. Each documentation set should have its own identifier.
# The default value is: org.doxygen.Project.
# This tag requires that the tag GENERATE_ECLIPSEHELP is set to YES.

ECLIPSE_DOC_ID         = org.doxygen.Project

# If you want full control over the layout of the generated HTML pages it might
# be necessary to disable the index and replace it with your own. The
# DISABLE_INDEX tag can be used to turn on/off the condensed index (tabs) at top
# of each HTML page. A value of NO enables the index and the value YES disables
# it. Since the tabs in the index contain the same information as the navigation
# tree, you can set this option to YES if you also set GENERATE_TREEVIEW to YES.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

DISABLE_INDEX          = NO

# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
# structure should be generated to display hierarchical information. If the tag
# value is set to YES, a side panel will be generated containing a tree-like
# index structure (just like the one that is generated for HTML Help). For this
# to work a browser that supports JavaScript, DHTML, CSS and frames is required
# (i.e. any modern browser). Windows users are probably better off using the
# HTML help feature. Via custom style sheets (see HTML_EXTRA_STYLESHEET) one can
# further fine-tune the look of the index. As an example, the default style
# sheet generated by doxygen has an example that shows how to put an image at
# the root of the tree instead of the PROJECT_NAME. Since the tree basically has
# the same information as the tab index, you could consider setting
# DISABLE_INDEX to YES when enabling this option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

GENERATE_TREEVIEW      = NO

# The ENUM_VALUES_PER_LINE tag can be used to set the number of enum values that
# doxygen will group on one line in the generated HTML documentation.
#
# Note that a value of 0 will completely suppress the enum values from appearing
# in the overview section.
# Minimum value: 0, maximum value: 20, default value: 4.
# This tag requires that the tag GENERATE_HTML is set to YES.

ENUM_VALUES_PER_LINE   = 4

# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be used
# to set the initial width (in pixels) of the frame in which the tree is shown.
# Minimum value: 0, maximum value: 1500, default value: 250.
# This tag requires that the tag GENERATE_HTML is set to YES.

TREEVIEW_WIDTH         = 250

# If the EXT_LINKS_IN_WINDOW option is set to YES, doxygen will open links to
# external symbols imported via tag files in a separate window.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

EXT_LINKS_IN_WINDOW    = NO

# Use this tag to change the font size of LaTeX formulas included as images in
# the HTML documentation. When you change the font size after a successful
# doxygen run you need to manually remove any form_*.png images from the HTML
# output directory to force them to be regenerated.
# Minimum value: 8, maximum value: 50, default value: 10.
# This tag requires that the tag GENERATE_HTML is set to YES.

FORMULA_FONTSIZE       = 10

# Use the FORMULA_TRANPARENT tag to determine whether or not the images
# generated for formulas are transparent PNGs. Transparent PNGs are not
# supported properly for IE 6.0, but are supported on all modern browsers.
#
# Note that when changing this option you need to delete any form_*.png files in
# the HTML output directory before the changes have effect.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

FORMULA_TRANSPARENT    = YES

# Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see
# http://www.mathjax.org) which uses client side Javascript for the rendering
# instead of using pre-rendered bitmaps. Use this if you do not have LaTeX
# installed or if you want to formulas look prettier in the HTML output. When
# enabled you may also need to install MathJax separately and configure the path
# to it using the MATHJAX_RELPATH option.
# The default value is: NO.
# This tag requires that the tag GENERATE_HTML is set to YES.

USE_MATHJAX            = NO

# When MathJax is enabled you can set the default output format to be used for
# the MathJax output. See the MathJax site (see:
# http://docs.mathjax.org/en/latest/output.html) for more details.
# Possible values are: HTML-CSS (which is slower, but has the best
# compatibility), NativeMML (i.e. MathML) and SVG.
# The default value is: HTML-CSS.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_FORMAT         = HTML-CSS

# When MathJax is enabled you need to specify the location relative to the HTML
# output directory using the MATHJAX_RELPATH option. The destination directory
# should contain the MathJax.js script. For instance, if the mathjax directory
# is located at the same level as the HTML output directory, then
# MATHJAX_RELPATH should be ../mathjax. The default value points to the MathJax
# Content Delivery Network so you can quickly see the result without installing
# MathJax. However, it is strongly recommended to install a local copy of
# MathJax from http://www.mathjax.org before deployment.
# The default value is: http://cdn.mathjax.org/mathjax/latest.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_RELPATH        = http://cdn.mathjax.org/mathjax/latest

# The MATHJAX_EXTENSIONS tag can be used to specify one or more MathJax
# extension names that should be enabled during MathJax rendering. For example
# MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_EXTENSIONS     =

# The MATHJAX_CODEFILE tag can be used to specify a file with javascript pieces
# of code that will be used on startup of the MathJax code. See the MathJax site
# (see: http://docs.mathjax.org/en/latest/output.html) for more details. For an
# example see the documentation.
# This tag requires that the tag USE_MATHJAX is set to YES.

MATHJAX_CODEFILE       =

# When the SEARCHENGINE tag is enabled doxygen will generate a search box for
# the HTML output. The underlying search engine uses javascript and DHTML and
# should work on any modern browser. Note that when using HTML help
# (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets (GENERATE_DOCSET)
# there is already a search function so this one should typically be disabled.
# For large projects the javascript based search engine can be slow, then
# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
# search using the keyboard; to jump to the search box use <access key> + S
# (what the <access key> is depends on the OS and browser, but it is typically
# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
# key> to jump into the search results window, the results can be navigated
# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
# the search. The filter options can be selected when the cursor is inside the
# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
# to select a filter and <Enter> or <escape> to activate or cancel the filter
# option.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.

SEARCHENGINE           = YES

# When the SERVER_BASED_SEARCH tag is enabled the search engine will be
# implemented using a web server instead of a web client using Javascript. There
# are two flavors of web server based searching depending on the EXTERNAL_SEARCH
# setting. When disabled, doxygen will generate a PHP script for searching and
# an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing
# and searching needs to be provided by external tools. See the section
# "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.

SERVER_BASED_SEARCH    = NO

# When EXTERNAL_SEARCH tag is enabled doxygen will no longer generate the PHP
# script for searching. Instead the search results are written to an XML file
# which needs to be processed by an external indexer. Doxygen will invoke an
# external search engine pointed to by the SEARCHENGINE_URL option to obtain the
# search results.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/).
#
# See the section "External Indexing and Searching" for details.
# The default value is: NO.
# This tag requires that the tag SEARCHENGINE is set to YES.

EXTERNAL_SEARCH        = NO

# The SEARCHENGINE_URL should point to a search engine hosted by a web server
# which will return the search results when EXTERNAL_SEARCH is enabled.
#
# Doxygen ships with an example indexer (doxyindexer) and search engine
# (doxysearch.cgi) which are based on the open source search engine library
# Xapian (see: http://xapian.org/). See the section "External Indexing and
# Searching" for details.
# This tag requires that the tag SEARCHENGINE is set to YES.

SEARCHENGINE_URL       =

# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the unindexed
# search data is written to a file for indexing by an external tool. With the
# SEARCHDATA_FILE tag the name of this file can be specified.
# The default file is: searchdata.xml.
# This tag requires that the tag SEARCHENGINE is set to YES.

SEARCHDATA_FILE        = searchdata.xml

# When SERVER_BASED_SEARCH and EXTERNAL_SEARCH are both enabled the
# EXTERNAL_SEARCH_ID tag can be used as an identifier for the project. This is
# useful in combination with EXTRA_SEARCH_MAPPINGS to search through multiple
# projects and redirect the results back to the right project.
# This tag requires that the tag SEARCHENGINE is set to YES.

EXTERNAL_SEARCH_ID     =

# The EXTRA_SEARCH_MAPPINGS tag can be used to enable searching through doxygen
# projects other than the one defined by this configuration file, but that are
# all added to the same external search index. Each project needs to have a
# unique id set via EXTERNAL_SEARCH_ID. The search mapping then maps the id of
# to a relative location where the documentation can be found. The format is:
# EXTRA_SEARCH_MAPPINGS = tagname1=loc1 tagname2=loc2 ...
# This tag requires that the tag SEARCHENGINE is set to YES.

EXTRA_SEARCH_MAPPINGS  =

#---------------------------------------------------------------------------
# Configuration options related to the LaTeX output
#---------------------------------------------------------------------------

# If the GENERATE_LATEX tag is set to YES, doxygen will generate LaTeX output.
# The default value is: YES.

GENERATE_LATEX         = NO

# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_OUTPUT           = latex

# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
# invoked.
#
# Note that when enabling USE_PDFLATEX this option is only used for generating
# bitmaps for formulas in the HTML output, but not in the Makefile that is
# written to the output directory.
# The default file is: latex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_CMD_NAME         = latex

# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to generate
# index for LaTeX.
# The default file is: makeindex.
# This tag requires that the tag GENERATE_LATEX is set to YES.

MAKEINDEX_CMD_NAME     = makeindex

# If the COMPACT_LATEX tag is set to YES, doxygen generates more compact LaTeX
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

COMPACT_LATEX          = NO

# The PAPER_TYPE tag can be used to set the paper type that is used by the
# printer.
# Possible values are: a4 (210 x 297 mm), letter (8.5 x 11 inches), legal (8.5 x
# 14 inches) and executive (7.25 x 10.5 inches).
# The default value is: a4.
# This tag requires that the tag GENERATE_LATEX is set to YES.

PAPER_TYPE             = a4

# The EXTRA_PACKAGES tag can be used to specify one or more LaTeX package names
# that should be included in the LaTeX output. The package can be specified just
# by its name or with the correct syntax as to be used with the LaTeX
# \usepackage command. To get the times font for instance you can specify :
# EXTRA_PACKAGES=times or EXTRA_PACKAGES={times}
# To use the option intlimits with the amsmath package you can specify:
# EXTRA_PACKAGES=[intlimits]{amsmath}
# If left blank no extra packages will be included.
# This tag requires that the tag GENERATE_LATEX is set to YES.

EXTRA_PACKAGES         = amsmath amsfonts

# The LATEX_HEADER tag can be used to specify a personal LaTeX header for the
# generated LaTeX document. The header should contain everything until the first
# chapter. If it is left blank doxygen will generate a standard header. See
# section "Doxygen usage" for information on how to let doxygen write the
# default header to a separate file.
#
# Note: Only use a user-defined header if you know what you are doing! The
# following commands have a special meaning inside the header: $title,
# $datetime, $date, $doxygenversion, $projectname, $projectnumber,
# $projectbrief, $projectlogo. Doxygen will replace $title with the empty
# string, for the replacement values of the other commands the user is referred
# to HTML_HEADER.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_HEADER           =

# The LATEX_FOOTER tag can be used to specify a personal LaTeX footer for the
# generated LaTeX document. The footer should contain everything after the last
# chapter. If it is left blank doxygen will generate a standard footer. See
# LATEX_HEADER for more information on how to generate a default footer and what
# special commands can be used inside the footer.
#
# Note: Only use a user-defined footer if you know what you are doing!
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_FOOTER           =

# The LATEX_EXTRA_STYLESHEET tag can be used to specify additional user-defined
# LaTeX style sheets that are included after the standard style sheets created
# by doxygen. Using this option one can overrule certain style aspects. Doxygen
# will copy the style sheet files to the output directory.
# Note: The order of the extra style sheet files is of importance (e.g. the last
# style sheet in the list overrules the setting of the previous ones in the
# list).
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_EXTRA_STYLESHEET =

# The LATEX_EXTRA_FILES tag can be used to specify one or more extra images or
# other source files which should be copied to the LATEX_OUTPUT output
# directory. Note that the files will be copied as-is; there are no commands or
# markers available.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_EXTRA_FILES      =

# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated is
# prepared for conversion to PDF (using ps2pdf or pdflatex). The PDF file will
# contain links (just like the HTML output) instead of page references. This
# makes the output suitable for online browsing using a PDF viewer.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.

PDF_HYPERLINKS         = YES

# If the USE_PDFLATEX tag is set to YES, doxygen will use pdflatex to generate
# the PDF file directly from the LaTeX files. Set this option to YES, to get a
# higher quality PDF documentation.
# The default value is: YES.
# This tag requires that the tag GENERATE_LATEX is set to YES.

USE_PDFLATEX           = NO

# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \batchmode
# command to the generated LaTeX files. This will instruct LaTeX to keep running
# if errors occur, instead of asking the user for help. This option is also used
# when generating formulas in HTML.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_BATCHMODE        = YES

# If the LATEX_HIDE_INDICES tag is set to YES then doxygen will not include the
# index chapters (such as File Index, Compound Index, etc.) in the output.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_HIDE_INDICES     = NO

# If the LATEX_SOURCE_CODE tag is set to YES then doxygen will include source
# code with syntax highlighting in the LaTeX output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_SOURCE_CODE      = NO

# The LATEX_BIB_STYLE tag can be used to specify the style to use for the
# bibliography, e.g. plainnat, or ieeetr. See
# http://en.wikipedia.org/wiki/BibTeX and \cite for more info.
# The default value is: plain.
# This tag requires that the tag GENERATE_LATEX is set to YES.

LATEX_BIB_STYLE        = plain

#---------------------------------------------------------------------------
# Configuration options related to the RTF output
#---------------------------------------------------------------------------

# If the GENERATE_RTF tag is set to YES, doxygen will generate RTF output. The
# RTF output is optimized for Word 97 and may not look too pretty with other RTF
# readers/editors.
# The default value is: NO.

GENERATE_RTF           = NO

# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: rtf.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_OUTPUT             = rtf

# If the COMPACT_RTF tag is set to YES, doxygen generates more compact RTF
# documents. This may be useful for small projects and may help to save some
# trees in general.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.

COMPACT_RTF            = NO

# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated will
# contain hyperlink fields. The RTF file will contain links (just like the HTML
# output) instead of page references. This makes the output suitable for online
# browsing using Word or some other Word compatible readers that support those
# fields.
#
# Note: WordPad (write) and others do not support links.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_HYPERLINKS         = NO

# Load stylesheet definitions from file. Syntax is similar to doxygen's config
# file, i.e. a series of assignments. You only have to provide replacements,
# missing definitions are set to their default value.
#
# See also section "Doxygen usage" for information on how to generate the
# default style sheet that doxygen normally uses.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_STYLESHEET_FILE    =

# Set optional variables used in the generation of an RTF document. Syntax is
# similar to doxygen's config file. A template extensions file can be generated
# using doxygen -e rtf extensionFile.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_EXTENSIONS_FILE    =

# If the RTF_SOURCE_CODE tag is set to YES then doxygen will include source code
# with syntax highlighting in the RTF output.
#
# Note that which sources are shown also depends on other settings such as
# SOURCE_BROWSER.
# The default value is: NO.
# This tag requires that the tag GENERATE_RTF is set to YES.

RTF_SOURCE_CODE        = NO

#---------------------------------------------------------------------------
# Configuration options related to the man page output
#---------------------------------------------------------------------------

# If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
# classes and files.
# The default value is: NO.

GENERATE_MAN           = NO

# The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it. A directory man3 will be created inside the directory specified by
# MAN_OUTPUT.
# The default directory is: man.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_OUTPUT             = man

# The MAN_EXTENSION tag determines the extension that is added to the generated
# man pages. In case the manual section does not start with a number, the number
# 3 is prepended. The dot (.) at the beginning of the MAN_EXTENSION tag is
# optional.
# The default value is: .3.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_EXTENSION          = .3

# The MAN_SUBDIR tag determines the name of the directory created within
# MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
# MAN_EXTENSION with the initial . removed.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_SUBDIR             =

# If the MAN_LINKS tag is set to YES and doxygen generates man output, then it
# will generate one additional man file for each entity documented in the real
# man page(s). These additional files only source the real man page, but without
# them the man command would be unable to find the correct page.
# The default value is: NO.
# This tag requires that the tag GENERATE_MAN is set to YES.

MAN_LINKS              = NO

#---------------------------------------------------------------------------
# Configuration options related to the XML output
#---------------------------------------------------------------------------

# If the GENERATE_XML tag is set to YES, doxygen will generate an XML file that
# captures the structure of the code including all documentation.
# The default value is: NO.

GENERATE_XML           = NO

# The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
# relative path is entered the value of OUTPUT_DIRECTORY will be put in front of
# it.
# The default directory is: xml.
# This tag requires that the tag GENERATE_XML is set to YES.

XML_OUTPUT             = xml

# If the XML_PROGRAMLISTING tag is set to YES, doxygen will dump the program
# listings (including syntax highlighting and cross-referencing information) to
# the XML output. Note that enabling this will significantly increase the size
# of the XML output.
# The default value is: YES.
# This tag requires that the tag GENERATE_XML is set to YES.

XML_PROGRAMLISTING     = YES

#---------------------------------------------------------------------------
# Configuration options related to the DOCBOOK output
#---------------------------------------------------------------------------

# If the GENERATE_DOCBOOK tag is set to YES, doxygen will generate Docbook files
# that can be used to generate PDF.
# The default value is: NO.

GENERATE_DOCBOOK       = NO

# The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
# If a relative path is entered the value of OUTPUT_DIRECTORY will be put in
# front of it.
# The default directory is: docbook.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.

DOCBOOK_OUTPUT         = docbook

# If the DOCBOOK_PROGRAMLISTING tag is set to YES, doxygen will include the
# program listings (including syntax highlighting and cross-referencing
# information) to the DOCBOOK output. Note that enabling this will significantly
# increase the size of the DOCBOOK output.
# The default value is: NO.
# This tag requires that the tag GENERATE_DOCBOOK is set to YES.

DOCBOOK_PROGRAMLISTING = NO

#---------------------------------------------------------------------------
# Configuration options for the AutoGen Definitions output
#---------------------------------------------------------------------------

# If the GENERATE_AUTOGEN_DEF tag is set to YES, doxygen will generate an
# AutoGen Definitions (see http://autogen.sf.net) file that captures the
# structure of the code including all documentation. Note that this feature is
# still experimental and incomplete at the moment.
# The default value is: NO.

GENERATE_AUTOGEN_DEF   = NO

#---------------------------------------------------------------------------
# Configuration options related to the Perl module output
#---------------------------------------------------------------------------

# If the GENERATE_PERLMOD tag is set to YES, doxygen will generate a Perl module
# file that captures the structure of the code including all documentation.
#
# Note that this feature is still experimental and incomplete at the moment.
# The default value is: NO.

GENERATE_PERLMOD       = NO

# If the PERLMOD_LATEX tag is set to YES, doxygen will generate the necessary
# Makefile rules, Perl scripts and LaTeX code to be able to generate PDF and DVI
# output from the Perl module output.
# The default value is: NO.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.

PERLMOD_LATEX          = NO

# If the PERLMOD_PRETTY tag is set to YES, the Perl module output will be nicely
# formatted so it can be parsed by a human reader. This is useful if you want to
# understand what is going on. On the other hand, if this tag is set to NO, the
# size of the Perl module output will be much smaller and Perl will parse it
# just the same.
# The default value is: YES.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.

PERLMOD_PRETTY         = YES

# The names of the make variables in the generated doxyrules.make file are
# prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. This is useful
# so different doxyrules.make files included by the same Makefile don't
# overwrite each other's variables.
# This tag requires that the tag GENERATE_PERLMOD is set to YES.

PERLMOD_MAKEVAR_PREFIX =

#---------------------------------------------------------------------------
# Configuration options related to the preprocessor
#---------------------------------------------------------------------------

# If the ENABLE_PREPROCESSING tag is set to YES, doxygen will evaluate all
# C-preprocessor directives found in the sources and include files.
# The default value is: YES.

ENABLE_PREPROCESSING   = YES

# If the MACRO_EXPANSION tag is set to YES, doxygen will expand all macro names
# in the source code. If set to NO, only conditional compilation will be
# performed. Macro expansion can be done in a controlled way by setting
# EXPAND_ONLY_PREDEF to YES.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

MACRO_EXPANSION        = NO

# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES then
# the macro expansion is limited to the macros specified with the PREDEFINED and
# EXPAND_AS_DEFINED tags.
# The default value is: NO.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

EXPAND_ONLY_PREDEF     = NO

# If the SEARCH_INCLUDES tag is set to YES, the include files in the
# INCLUDE_PATH will be searched if a #include is found.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

SEARCH_INCLUDES        = YES

# The INCLUDE_PATH tag can be used to specify one or more directories that
# contain include files that are not input files but should be processed by the
# preprocessor.
# This tag requires that the tag SEARCH_INCLUDES is set to YES.

INCLUDE_PATH           =

# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
# patterns (like *.h and *.hpp) to filter out the header-files in the
# directories. If left blank, the patterns specified with FILE_PATTERNS will be
# used.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

INCLUDE_FILE_PATTERNS  =

# The PREDEFINED tag can be used to specify one or more macro names that are
# defined before the preprocessor is started (similar to the -D option of e.g.
# gcc). The argument of the tag is a list of macros of the form: name or
# name=definition (no spaces). If the definition and the "=" are omitted, "=1"
# is assumed. To prevent a macro definition from being undefined via #undef or
# recursively expanded use the := operator instead of the = operator.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

PREDEFINED             = DOXYGEN_SHOULD_SKIP_THIS

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
# tag can be used to specify a list of macro names that should be expanded. The
# macro definition that is found in the sources will be used. Use the PREDEFINED
# tag if you want to use a different macro definition that overrules the
# definition found in the source code.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

EXPAND_AS_DEFINED      =

# If the SKIP_FUNCTION_MACROS tag is set to YES then doxygen's preprocessor will
# remove all references to function-like macros that are alone on a line, have
# an all uppercase name, and do not end with a semicolon. Such function macros
# are typically used for boiler-plate code, and will confuse the parser if not
# removed.
# The default value is: YES.
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.

SKIP_FUNCTION_MACROS   = YES

#---------------------------------------------------------------------------
# Configuration options related to external references
#---------------------------------------------------------------------------

# The TAGFILES tag can be used to specify one or more tag files. For each tag
# file the location of the external documentation should be added. The format of
# a tag file without this location is as follows:
# TAGFILES = file1 file2 ...
# Adding location for the tag files is done as follows:
# TAGFILES = file1=loc1 "file2 = loc2" ...
# where loc1 and loc2 can be relative or absolute paths or URLs. See the
# section "Linking to external documentation" for more information about the use
# of tag files.
# Note: Each tag file must have a unique name (where the name does NOT include
# the path). If a tag file is not located in the directory in which doxygen is
# run, you must also specify the path to the tagfile here.

#TAGFILES = deal.tag 

TAGFILES  = deal.tag=http://www.dealii.org/developer/doxygen/deal.II 

# When a file name is specified after GENERATE_TAGFILE, doxygen will create a
# tag file that is based on the input files it reads. See section "Linking to
# external documentation" for more information about the usage of tag files.

#GENERATE_TAGFILE       = tagfile

# If the ALLEXTERNALS tag is set to YES, all external class will be listed in
# the class index. If set to NO, only the inherited external classes will be
# listed.
# The default value is: NO.

ALLEXTERNALS           = NO

# If the EXTERNAL_GROUPS tag is set to YES, all external groups will be listed
# in the modules index. If set to NO, only the current project's groups will be
# listed.
# The default value is: YES.

EXTERNAL_GROUPS        = NO

# If the EXTERNAL_PAGES tag is set to YES, all external pages will be listed in
# the related pages index. If set to NO, only the current project's pages will
# be listed.
# The default value is: YES.

EXTERNAL_PAGES         = NO

# The PERL_PATH should be the absolute path and name of the perl script
# interpreter (i.e. the result of 'which perl').
# The default file (with absolute path) is: /usr/bin/perl.

PERL_PATH              = /usr/bin/perl

#---------------------------------------------------------------------------
# Configuration options related to the dot tool
#---------------------------------------------------------------------------

# If the CLASS_DIAGRAMS tag is set to YES, doxygen will generate a class diagram
# (in HTML and LaTeX) for classes with base or super classes. Setting the tag to
# NO turns the diagrams off. Note that this option also works with HAVE_DOT
# disabled, but it is recommended to install and use dot, since it yields more
# powerful graphs.
# The default value is: YES.

CLASS_DIAGRAMS         = YES

# You can define message sequence charts within doxygen comments using the \msc
# command. Doxygen will then run the mscgen tool (see:
# http://www.mcternan.me.uk/mscgen/)) to produce the chart and insert it in the
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
# the mscgen tool resides. If left empty the tool is assumed to be found in the
# default search path.

MSCGEN_PATH            =

# You can include diagrams made with dia in doxygen documentation. Doxygen will
# then run dia to produce the diagram and insert it in the documentation. The
# DIA_PATH tag allows you to specify the directory where the dia binary resides.
# If left empty dia is assumed to be found in the default search path.

DIA_PATH               =

# If set to YES the inheritance and collaboration graphs will hide inheritance
# and usage relations if the target is undocumented or is not a class.
# The default value is: YES.

HIDE_UNDOC_RELATIONS   = YES

# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
# available from the path. This tool is part of Graphviz (see:
# http://www.graphviz.org/), a graph visualization toolkit from AT&T and Lucent
# Bell Labs. The other options in this section have no effect if this option is
# set to NO
# The default value is: NO.

HAVE_DOT               = NO

# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is allowed
# to run in parallel. When set to 0 doxygen will base this on the number of
# processors available in the system. You can set it explicitly to a value
# larger than 0 to get control over the balance between CPU load and processing
# speed.
# Minimum value: 0, maximum value: 32, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_NUM_THREADS        = 0

# When you want a differently looking font in the dot files that doxygen
# generates you can specify the font name using DOT_FONTNAME. You need to make
# sure dot is able to find the font, which can be done by putting it in a
# standard location or by setting the DOTFONTPATH environment variable or by
# setting DOT_FONTPATH to the directory containing the font.
# The default value is: Helvetica.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_FONTNAME           = Helvetica

# The DOT_FONTSIZE tag can be used to set the size (in points) of the font of
# dot graphs.
# Minimum value: 4, maximum value: 24, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_FONTSIZE           = 10

# By default doxygen will tell dot to use the default font as specified with
# DOT_FONTNAME. If you specify a different font using DOT_FONTNAME you can set
# the path where dot can find it using this tag.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_FONTPATH           =

# If the CLASS_GRAPH tag is set to YES then doxygen will generate a graph for
# each documented class showing the direct and indirect inheritance relations.
# Setting this tag to YES will force the CLASS_DIAGRAMS tag to NO.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

CLASS_GRAPH            = YES

# If the COLLABORATION_GRAPH tag is set to YES then doxygen will generate a
# graph for each documented class showing the direct and indirect implementation
# dependencies (inheritance, containment, and class references variables) of the
# class with other documented classes.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

COLLABORATION_GRAPH    = YES

# If the GROUP_GRAPHS tag is set to YES then doxygen will generate a graph for
# groups, showing the direct groups dependencies.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

GROUP_GRAPHS           = YES

# If the UML_LOOK tag is set to YES, doxygen will generate inheritance and
# collaboration diagrams in a style similar to the OMG's Unified Modeling
# Language.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

UML_LOOK               = NO

# If the UML_LOOK tag is enabled, the fields and methods are shown inside the
# class node. If there are many fields or methods and many nodes the graph may
# become too big to be useful. The UML_LIMIT_NUM_FIELDS threshold limits the
# number of items for each type to make the size more manageable. Set this to 0
# for no limit. Note that the threshold may be exceeded by 50% before the limit
# is enforced. So when you set the threshold to 10, up to 15 fields may appear,
# but if the number exceeds 15, the total amount of fields shown is limited to
# 10.
# Minimum value: 0, maximum value: 100, default value: 10.
# This tag requires that the tag HAVE_DOT is set to YES.

UML_LIMIT_NUM_FIELDS   = 10

# If the TEMPLATE_RELATIONS tag is set to YES then the inheritance and
# collaboration graphs will show the relations between templates and their
# instances.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

TEMPLATE_RELATIONS     = NO

# If the INCLUDE_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are set to
# YES then doxygen will generate a graph for each documented file showing the
# direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

INCLUDE_GRAPH          = YES

# If the INCLUDED_BY_GRAPH, ENABLE_PREPROCESSING and SEARCH_INCLUDES tags are
# set to YES then doxygen will generate a graph for each documented file showing
# the direct and indirect include dependencies of the file with other documented
# files.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

INCLUDED_BY_GRAPH      = YES

# If the CALL_GRAPH tag is set to YES then doxygen will generate a call
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable call graphs for selected
# functions only using the \callgraph command. Disabling a call graph can be
# accomplished by means of the command \hidecallgraph.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

CALL_GRAPH             = NO

# If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
# dependency graph for every global function or class method.
#
# Note that enabling this option will significantly increase the time of a run.
# So in most cases it will be better to enable caller graphs for selected
# functions only using the \callergraph command. Disabling a caller graph can be
# accomplished by means of the command \hidecallergraph.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

CALLER_GRAPH           = NO

# If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
# hierarchy of all classes instead of a textual one.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

GRAPHICAL_HIERARCHY    = YES

# If the DIRECTORY_GRAPH tag is set to YES then doxygen will show the
# dependencies a directory has on other directories in a graphical way. The
# dependency relations are determined by the #include relations between the
# files in the directories.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

DIRECTORY_GRAPH        = YES

# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
# generated by dot. For an explanation of the image formats see the section
# output formats in the documentation of the dot tool (Graphviz (see:
# http://www.graphviz.org/)).
# Note: If you choose svg you need to set HTML_FILE_EXTENSION to xhtml in order
# to make the SVG files visible in IE 9+ (other browsers do not have this
# requirement).
# Possible values are: png, jpg, gif, svg, png:gd, png:gd:gd, png:cairo,
# png:cairo:gd, png:cairo:cairo, png:cairo:gdiplus, png:gdiplus and
# png:gdiplus:gdiplus.
# The default value is: png.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_IMAGE_FORMAT       = png

# If DOT_IMAGE_FORMAT is set to svg, then this option can be set to YES to
# enable generation of interactive SVG images that allow zooming and panning.
#
# Note that this requires a modern browser other than Internet Explorer. Tested
# and working are Firefox, Chrome, Safari, and Opera.
# Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
# the SVG files visible. Older versions of IE do not have SVG support.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

INTERACTIVE_SVG        = NO

# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_PATH               =

# The DOTFILE_DIRS tag can be used to specify one or more directories that
# contain dot files that are included in the documentation (see the \dotfile
# command).
# This tag requires that the tag HAVE_DOT is set to YES.

DOTFILE_DIRS           =

# The MSCFILE_DIRS tag can be used to specify one or more directories that
# contain msc files that are included in the documentation (see the \mscfile
# command).

MSCFILE_DIRS           =

# The DIAFILE_DIRS tag can be used to specify one or more directories that
# contain dia files that are included in the documentation (see the \diafile
# command).

DIAFILE_DIRS           =

# When using plantuml, the PLANTUML_JAR_PATH tag should be used to specify the
# path where java can find the plantuml.jar file. If left blank, it is assumed
# PlantUML is not used or called during a preprocessing step. Doxygen will
# generate a warning when it encounters a \startuml command in this case and
# will not generate output for the diagram.

PLANTUML_JAR_PATH      =

# When using plantuml, the specified paths are searched for files specified by
# the !include statement in a plantuml block.

PLANTUML_INCLUDE_PATH  =

# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of nodes
# that will be shown in the graph. If the number of nodes in a graph becomes
# larger than this value, doxygen will truncate the graph, which is visualized
# by representing a node as a red box. Note that doxygen if the number of direct
# children of the root node in a graph is already larger than
# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note that
# the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
# Minimum value: 0, maximum value: 10000, default value: 50.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_GRAPH_MAX_NODES    = 50

# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the graphs
# generated by dot. A depth value of 3 means that only nodes reachable from the
# root by following a path via at most 3 edges will be shown. Nodes that lay
# further from the root node will be omitted. Note that setting this option to 1
# or 2 may greatly reduce the computation time needed for large code bases. Also
# note that the size of a graph can be further restricted by
# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
# Minimum value: 0, maximum value: 1000, default value: 0.
# This tag requires that the tag HAVE_DOT is set to YES.

MAX_DOT_GRAPH_DEPTH    = 0

# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
# background. This is disabled by default, because dot on Windows does not seem
# to support this out of the box.
#
# Warning: Depending on the platform used, enabling this option may lead to
# badly anti-aliased labels on the edges of a graph (i.e. they become hard to
# read).
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_TRANSPARENT        = NO

# Set the DOT_MULTI_TARGETS tag to YES to allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10) support
# this, this feature is disabled by default.
# The default value is: NO.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_MULTI_TARGETS      = NO

# If the GENERATE_LEGEND tag is set to YES doxygen will generate a legend page
# explaining the meaning of the various boxes and arrows in the dot generated
# graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

GENERATE_LEGEND        = YES

# If the DOT_CLEANUP tag is set to YES, doxygen will remove the intermediate dot
# files that are used to generate the various graphs.
# The default value is: YES.
# This tag requires that the tag HAVE_DOT is set to YES.

DOT_CLEANUP            = YES


================================================
FILE: LICENSE
================================================
This directory contains the DFT-FE code developed and maintained by 
the Computational Materials Physics Group, Department of Mechanical 
Engineering, University of Michigan Ann Arbor [http://www-personal.umich.edu/~vikramg/] 
and the MATRIX lab, Department of Computational and Data Sciences, 
Indian Institute of Science, Bangalore [https://sites.google.com/view/matrix-lab].

Copyright (c) 2017-2025 The Regents of the University of Michigan and DFT-FE authors.
DFT-FE authors term refers to the people listed in the file AUTHORS at the top
level of the DFT-FE distribution.

This code is a free software; you can use it, redistribute it,
and/or modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either version
2.1 of the License, or (at your option) any later version.

The full text of the GNU Lesser General Public version 2.1 is quoted
below.

----------------------------------------------------------------------

                  GNU LESSER GENERAL PUBLIC LICENSE
                       Version 2.1, February 1999

 Copyright (C) 1991, 1999 Free Software Foundation, Inc.
 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 Everyone is permitted to copy and distribute verbatim copies
 of this license document, but changing it is not allowed.

[This is the first released version of the Lesser GPL.  It also counts
 as the successor of the GNU Library Public License, version 2, hence
 the version number 2.1.]

                            Preamble

  The licenses for most software are designed to take away your
freedom to share and change it.  By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.

  This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it.  You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.

  When we speak of free software, we are referring to freedom of use,
not price.  Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.

  To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights.  These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.

  For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you.  You must make sure that they, too, receive or can get the source
code.  If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it.  And you must show them these terms so they know their rights.

  We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.

  To protect each distributor, we want to make it very clear that
there is no warranty for the free library.  Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.

  Finally, software patents pose a constant threat to the existence of
any free program.  We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder.  Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.

  Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License.  This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License.  We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.

  When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library.  The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom.  The Lesser General
Public License permits more lax criteria for linking other code with
the library.

  We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License.  It also provides other free software developers Less
of an advantage over competing non-free programs.  These disadvantages
are the reason we use the ordinary General Public License for many
libraries.  However, the Lesser license provides advantages in certain
special circumstances.

  For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard.  To achieve this, non-free programs must be
allowed to use the library.  A more frequent case is that a free
library does the same job as widely used non-free libraries.  In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.

  In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software.  For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.

  Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.

  The precise terms and conditions for copying, distribution and
modification follow.  Pay close attention to the difference between a
"work based on the library" and a "work that uses the library".  The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.

                  GNU LESSER GENERAL PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

  0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".

  A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.

  The "Library", below, refers to any such software library or work
which has been distributed under these terms.  A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language.  (Hereinafter, translation is
included without limitation in the term "modification".)

  "Source code" for a work means the preferred form of the work for
making modifications to it.  For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.

  Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope.  The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it).  Whether that is true depends on what the Library does
and what the program that uses the Library does.

  1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.

  You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.

  2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:

    a) The modified work must itself be a software library.

    b) You must cause the files modified to carry prominent notices
    stating that you changed the files and the date of any change.

    c) You must cause the whole of the work to be licensed at no
    charge to all third parties under the terms of this License.

    d) If a facility in the modified Library refers to a function or a
    table of data to be supplied by an application program that uses
    the facility, other than as an argument passed when the facility
    is invoked, then you must make a good faith effort to ensure that,
    in the event an application does not supply such function or
    table, the facility still operates, and performs whatever part of
    its purpose remains meaningful.

    (For example, a function in a library to compute square roots has
    a purpose that is entirely well-defined independent of the
    application.  Therefore, Subsection 2d requires that any
    application-supplied function or table used by this function must
    be optional: if the application does not supply it, the square
    root function must still compute square roots.)

These requirements apply to the modified work as a whole.  If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works.  But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.

Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.

In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.

  3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library.  To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License.  (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.)  Do not make any other change in
these notices.

  Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.

  This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.

  4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.

  If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.

  5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library".  Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.

  However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library".  The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.

  When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library.  The
threshold for this to be true is not precisely defined by law.

  If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work.  (Executables containing this object code plus portions of the
Library will still fall under Section 6.)

  Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.

  6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.

  You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License.  You must supply a copy of this License.  If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License.  Also, you must do one
of these things:

    a) Accompany the work with the complete corresponding
    machine-readable source code for the Library including whatever
    changes were used in the work (which must be distributed under
    Sections 1 and 2 above); and, if the work is an executable linked
    with the Library, with the complete machine-readable "work that
    uses the Library", as object code and/or source code, so that the
    user can modify the Library and then relink to produce a modified
    executable containing the modified Library.  (It is understood
    that the user who changes the contents of definitions files in the
    Library will not necessarily be able to recompile the application
    to use the modified definitions.)

    b) Use a suitable shared library mechanism for linking with the
    Library.  A suitable mechanism is one that (1) uses at run time a
    copy of the library already present on the user's computer system,
    rather than copying library functions into the executable, and (2)
    will operate properly with a modified version of the library, if
    the user installs one, as long as the modified version is
    interface-compatible with the version that the work was made with.

    c) Accompany the work with a written offer, valid for at
    least three years, to give the same user the materials
    specified in Subsection 6a, above, for a charge no more
    than the cost of performing this distribution.

    d) If distribution of the work is made by offering access to copy
    from a designated place, offer equivalent access to copy the above
    specified materials from the same place.

    e) Verify that the user has already received a copy of these
    materials or that you have already sent this user a copy.

  For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it.  However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.

  It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system.  Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.

  7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:

    a) Accompany the combined library with a copy of the same work
    based on the Library, uncombined with any other library
    facilities.  This must be distributed under the terms of the
    Sections above.

    b) Give prominent notice with the combined library of the fact
    that part of it is a work based on the Library, and explaining
    where to find the accompanying uncombined form of the same work.

  8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License.  Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License.  However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.

  9. You are not required to accept this License, since you have not
signed it.  However, nothing else grants you permission to modify or
distribute the Library or its derivative works.  These actions are
prohibited by law if you do not accept this License.  Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.

  10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions.  You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.

  11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License.  If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all.  For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.

If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.

It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices.  Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.

This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.

  12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded.  In such case, this License incorporates the limitation as if
written in the body of this License.

  13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.

Each version is given a distinguishing version number.  If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation.  If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.

  14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission.  For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this.  Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.

                            NO WARRANTY

  15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU.  SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

  16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.

                     END OF TERMS AND CONDITIONS


================================================
FILE: README.md
================================================
DFT-FE : Density Functional Theory With Finite-Elements 
=======================================================


About
-----
DFT-FE is a C++ code for materials modeling from first principles using Kohn-Sham density functional theory. The origins of DFT-FE were in the  [Computational Materials Physics Group](http://www-personal.umich.edu/~vikramg) at the University of Michigan, Ann Arbor, with Vikram Gavini, Professor of Mechanical Engineering and Materials Science & Engineering, as the principal investigator broadly overseeing the effort. The current development efforts span across the [Computational Materials Physics Group](http://www-personal.umich.edu/~vikramg) (Prof. Vikram Gavini, Dr. Sambit Das) at the University of Michigan and the [MATRIX lab](http://cds.iisc.ac.in/faculty/phanim/) (Prof. Phani Motamarri) at the Indian Institute of Science.

DFT-FE is based on an adaptive finite-element discretization that handles pseudopotential and all-electron calculations in the same framework, and incorporates scalable and efficient solvers for the solution of the Kohn-Sham equations. Importantly, DFT-FE can handle periodic, semi-periodic and non-periodic boundary conditions and general geometries. DFT-FE can be run on massively parallel many-core CPU and hybrid CPU-GPU architectures (tested up to ~200,000 cores on many-core CPUs and ~40,000 GPUs on hybrid CPU-GPU architectures). DFT-FE is capable of fast and accurate large-scale pseudopotential DFT calculations, reaching 600,000 electrons. 

Installation instructions
-------------------------

DFT-FE code builds on top of the deal.II library for everything that has to do with finite elements, geometries, meshes, etc., and, through deal.II on p4est for parallel adaptive mesh handling.
The steps to install the necessary dependencies and DFT-FE itself are described in the *Installation* section of the DFT-FE manual (download the development version manual [here](https://github.com/dftfeDevelopers/dftfe/blob/manual/manual-develop.pdf)). 

We have created several shell based installation scripts for the development version of DFT-FE (`publicGithubDevelop` branch) on various machines:
  - [OLCF Frontier](https://github.com/dftfeDevelopers/install_DFTFE/tree/frontierDevelop)
  - [NERSC Perlmutter](https://github.com/dftfeDevelopers/install_DFTFE/tree/perlmutterDevelop)
  - [ALCF Polaris](https://github.com/dftfeDevelopers/install_DFTFE/tree/polarisScript)
  - [UMICH Greatlakes](https://github.com/dftfeDevelopers/install_DFTFE/tree/greatlakesDevelop)
    


Running DFT-FE
--------------

Instructions on how to run DFT-FE including demo examples can also be found in the *Running DFT-FE* section of the manual (download the development version manual [here](https://github.com/dftfeDevelopers/dftfe/blob/manual/manual-develop.pdf)). Beyond the demo examples in the manual, we also refer to our [benchmarks repository](https://github.com/dftfeDevelopers/dftfe-benchmarks/tree/master) which contains several accuracy benchmarks demonstrating the various capabilites of DFT-FE such as different boundary conditions, XC functionals (GGA, MGGA, DFT+U), calculations on magnetic materials, structural relaxation and Nudged Elastic Band calculations. Further, several post-processing capabilites such as band-structure and density of states are demonstrated. The same repository also includes performance benchmarks on a range of system sizes.

Contributing to DFT-FE
----------------------
Learn more about contributing to DFT-FE's development [here](https://github.com/dftfeDevelopers/dftfe/wiki/Contributing).


More information
----------------

 - See the official [website](https://sites.google.com/umich.edu/dftfe) for information on code capabilities, appropriate referencing of the code, acknowledgements, and news related to DFT-FE.
  
 - See Doxygen generated [documentation](https://dftfedevelopers.github.io/dftfe/).

 - For questions about DFT-FE, installation, bugs, etc., use the [DFT-FE discussion forum](https://groups.google.com/forum/#!forum/dftfe-user-group). 

 - For latest news, updates, and release announcements about DFT-FE please send an email to dft-fe.admin@umich.edu, and we will add you to our announcement mailing list.
 
 - DFT-FE is primarily based on the [deal.II library](http://www.dealii.org/). If you have particular questions about deal.II, use the [deal.II discussion forum](https://www.dealii.org/mail.html).
 
 - If you have specific questions about DFT-FE that are not suitable for the public and archived mailing lists, you can contact the following:
    - Phani Motamarri: phanim@iisc.ac.in
    - Sambit Das: dsambit@umich.edu
    - Vikram Gavini: vikramg@umich.edu 

 - The following people have significantly contributed either in the past or current and advanced DFT-FE's goals: (All the underlying lists are in alphabetical order based on last name)
   - Mentors/Development leads
      - Dr. Sambit Das (University of Michigan Ann Arbor, USA)
      - Prof. Vikram Gavini (University of Michigan Ann Arbor, USA)
      - Prof. Phani Motamarri (Indian Institute of Science, India)

   - Principal developers  
       - Dr. Sambit Das (University of Michigan Ann Arbor, USA)
       - Prof. Phani Motamarri (Indian Institute of Science, India)
       - Nikhil Kodali         (Indian Institute of Science, India)    
       - Kartick Ramakrishnan  (Indian Institute of Science, India)

 - A complete list of the many authors that have contributed to DFT-FE can be found at [authors](authors).    

License
-------

DFT-FE is published under [LGPL v2.1 or newer](https://github.com/dftfeDevelopers/dftfe/blob/publicGithubDevelop/LICENSE).


================================================
FILE: authors
================================================
Copyright (c) 2017-2025 The Regents of the University of Michigan

The origins of DFT-FE were in the  [Computational Materials Physics Group](http://www-personal.umich.edu/~vikramg)
at the University of Michigan, Ann Arbor, with Vikram Gavini, Professor of Mechanical Engineering and 
Materials Science & Engineering, as the principal investigator broadly overseeing the effort. The current
development efforts span across the [Computational Materials Physics Group](http://www-personal.umich.edu/~vikramg) 
(Prof. Vikram Gavini, Dr. Sambit Das) at the University of Michigan and the [MATRIX lab](http://cds.iisc.ac.in/faculty/phanim/) (Prof. Phani Motamarri)
at the Indian Institute of Science.

'DFT-FE authors' is an all encompassing list of contributors to the DFT-FE code. 

DFT-FE code is currently maintained by a group of development leads/mentors and  principal developers, 
who manage the architecture of the code and the core functionalities. Finally, all contributors who have contributed to major parts
of the DFT-FE code or sent important fixes and enhancements are listed under contributors. All the underlying 
lists are in alphabetical order based on the last name.

Authors affiliated to University of Michigan, USA or Indian Institute of Science, India

   Mentors/Development leads
   =========================
   Sambit Das         - University of Michigan, USA 2017-present
   Vikram Gavini      - University of Michigan, USA 2015-present
   Phani Motamarri    - University of Michigan, USA 2015-2019; Indian Institute of Science, India 2019-present 

   Principal developers
   ====================
   Sambit Das         - University of Michigan, USA 2017-present
   Krishnendu Ghosh   - University of Michigan, USA 2017-2020
   Phani Motamarri    - University of Michigan, USA 2015-2019; Indian Institute of Science, India 2019-present
   Shiva Rudraraju    - University of Michigan, USA 2015-2018
   Nikhil Kodali         - Indian Institute of Science, India 2024-present    
   Kartick Ramakrishnan  - Indian Institute of Science, India 2024-present

   Contributors
   ============
   Krishnendu Ghosh   - University of Michigan, USA 2017-2020
   Shiva Rudraraju    - University of Michigan, USA 2015-2018
   Nikhil Kodali         - Indian Institute of Science, India 2021-2024    
   Kartick Ramakrishnan  - Indian Institute of Science, India 2020-2024   
   Bikash Kanungo     - University of Michigan, USA 2023-present
   Shukan Parekh      - University of Michigan, USA Summer 2019
   Vishal Subramanian - University of Michigan, USA 2022-present
   Ian C. Lin            - University of Michigan, USA 2018-2019
   Srinibas Nandi        - Indian Institute of Science, India 2023-present
   Gourab Panigrahi      - Indian Institute of Science, India 2021-present


Authors affiliated to other institutions
        
   Contributors
   ============
   Denis Davydov         - University of Erlangen-Nuremberg, Germany 2018
   David M. Rogers       - Oak Ridge National Laboratory, USA 2020-2023
   Rudra Panch           - Indian Institute of Technology, Madras, India
   Kartikey Srivastava   - Birla Institute of Technology And Science - Pilani, India Summer 2024   


================================================
FILE: cmake/FindDFTD3.cmake
================================================
find_package(PkgConfig)
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)
pkg_search_module(PC_DFTD3 s-dftd3)
pkg_search_module(PC_MCTC mctc-lib)
if(DFTD3_FIND_REQUIRED AND NOT PC_DFTD3_FOUND)
    MESSAGE(FATAL_ERROR "Unable to find DFTD3 and/or its dependencies. Try adding dir containing lib64/pkgconfig/s-dftd3.pc to -DCMAKE_PREFIX_PATH")
endif()

find_path(DFTD3_INCLUDE_DIR
    NAMES dftd3.h s-dftd3.h
    PATHS ${PC_DFTD3_INCLUDE_DIRS}
)

find_library(DFTD3_LIBRARIES
    NAMES ${PC_DFTD3_LIBRARIES}
    PATHS ${PC_DFTD3_LIBRARY_DIRS}
    DOC "dftd3 libraries list"
)
find_library(MCTC_LIBRARIES
    NAMES ${PC_MCTC_LIBRARIES}
    PATHS ${PC_MCTC_LIBRARY_DIRS}
    DOC "mctc libraries list"
)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(DFTD3
    DEFAULT_MSG DFTD3_INCLUDE_DIR DFTD3_LIBRARIES
)

MESSAGE(STATUS "Using DFTD3_INCLUDE_DIR = ${DFTD3_INCLUDE_DIR}")
MESSAGE(STATUS "Using DFTD3_LIBRARIES = ${DFTD3_LIBRARIES};${MCTC_LIBRARIES}")

if(DFTD3_FOUND)
    add_library(DFTD3 INTERFACE IMPORTED)
    set_target_properties(DFTD3 PROPERTIES
    INTERFACE_INCLUDE_DIRECTORIES "${DFTD3_INCLUDE_DIR}"
    INTERFACE_LINK_LIBRARIES "${DFTD3_LIBRARIES};${MCTC_LIBRARIES};-lgfortran"
)
endif()



================================================
FILE: cmake/FindDFTD4.cmake
================================================
find_package(PkgConfig)
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)
pkg_search_module(PC_DFTD4 dftd4)
pkg_search_module(PC_MCTC mctc-lib)
pkg_search_module(PC_MULTICHARGE multicharge)
if(DFTD4_FIND_REQUIRED AND NOT PC_DFTD4_FOUND)
    MESSAGE(FATAL_ERROR "Unable to find DFTD4 and/or its dependencies. Try adding dir containing lib64/pkgconfig/dftd4.pc to -DCMAKE_PREFIX_PATH")
endif()

find_path(DFTD4_INCLUDE_DIR
    NAMES dftd4.h
    PATHS ${PC_DFTD4_INCLUDE_DIRS}
)

find_library(DFTD4_LIBRARIES
    NAMES ${PC_DFTD4_LIBRARIES}
    PATHS ${PC_DFTD4_LIBRARY_DIRS}
    DOC "dftd4 libraries list"
)
find_library(MCTC_LIBRARIES
    NAMES ${PC_MCTC_LIBRARIES}
    PATHS ${PC_MCTC_LIBRARY_DIRS}
    DOC "mctc libraries list"
)
find_library(MULTICHARGE_LIBRARIES
    NAMES ${PC_MULTICHARGE_LIBRARIES}
    PATHS ${PC_MULTICHARGE_LIBRARY_DIRS}
    DOC "multicharge libraries list"
)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(DFTD4
    DEFAULT_MSG DFTD4_INCLUDE_DIR DFTD4_LIBRARIES
)

MESSAGE(STATUS "Using DFTD4_INCLUDE_DIR = ${DFTD4_INCLUDE_DIR}")
MESSAGE(STATUS "Using DFTD4_LIBRARIES = ${DFTD4_LIBRARIES} ${MCTC_LIBRARIES} ${MULTICHARGE_LIBRARIES}")

if(DFTD4_FOUND)
    add_library(DFTD4 INTERFACE IMPORTED)
    set_target_properties(DFTD4 PROPERTIES
    INTERFACE_INCLUDE_DIRECTORIES "${DFTD4_INCLUDE_DIR}"
    INTERFACE_LINK_LIBRARIES "${DFTD4_LIBRARIES};${MCTC_LIBRARIES};${MULTICHARGE_LIBRARIES};-lgfortran"
)
endif()



================================================
FILE: cmake/FindELPA.cmake
================================================
# FindELPA.cmake
#
# Finds the ELPA library
#
# This will define the following variables
#
#    ELPA_FOUND
#    ELPA_INCLUDE_DIRS
#    ELPA_LIBRARIES
#
# and the following imported targets
#
#     ELPA::ELPA
#
# Author: David M. Rogers <predictivestatmech@gmail.com>

find_package(PkgConfig)
set(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)
foreach(pkg elpa_openmp elpa) # prioritize elpa_openmp
    pkg_search_module(PC_ELPA ${pkg})
    if(PC_ELPA_FOUND)
        break()
    endif()
    if(PC_ELPA_FOUND)
        break()
    endif()
endforeach()

if(ELPA_FIND_REQUIRED AND NOT PC_ELPA_FOUND)
    MESSAGE(FATAL_ERROR "Unable to find ELPA. Try adding dir containing lib/pkgconfig/elpa.pc to -DCMAKE_PREFIX_PATH")
endif()

find_path(ELPA_INCLUDE_DIR
    NAMES elpa/elpa.h elpa/elpa_constants.h
    PATHS ${PC_ELPA_INCLUDE_DIRS}
)
find_library(ELPA_LIBRARIES
    #    NAMES elpa elpa_openmp
    NAMES ${PC_ELPA_LIBRARIES}
    PATHS ${PC_ELPA_LIBRARY_DIRS}
    DOC "elpa libraries list"
)
MESSAGE(STATUS "Using ELPA_INCLUDE_DIR = ${ELPA_INCLUDE_DIR}")
MESSAGE(STATUS "Using ELPA_LIBRARIES = ${ELPA_LIBRARIES}")
set(ELPA_VERSION ${PC_ELPA_VERSION})

mark_as_advanced(ELPA_FOUND ELPA_INCLUDE_DIR ELPA_VERSION)

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(ELPA
    REQUIRED_VARS ELPA_INCLUDE_DIR ELPA_LIBRARIES
    VERSION_VAR ELPA_VERSION
)

if(ELPA_FOUND)
    set(ELPA_INCLUDE_DIRS ${ELPA_INCLUDE_DIR})
endif()

if(ELPA_FOUND AND NOT TARGET ELPA::ELPA)
    add_library(ELPA::ELPA INTERFACE IMPORTED)
    set_target_properties(ELPA::ELPA PROPERTIES
        INTERFACE_INCLUDE_DIRECTORIES "${ELPA_INCLUDE_DIR}"
        INTERFACE_LINK_LIBRARIES "${ELPA_LIBRARIES}"
        #INTERFACE_COMPILE_FEATURES c_std_99
    )
endif()


================================================
FILE: cmake/FindNCCL.cmake
================================================
# Find the nccl libraries
# from https://github.com/xuhdev/pytorch/blob/a3b4accf014e18bf84f58d3018854435cbc3d55b/cmake/Modules/FindNCCL.cmake
#
# The following variables are optionally searched for defaults
#  NCCL_ROOT: Base directory where all NCCL components are found
#  NCCL_INCLUDE_DIR: Directory where NCCL header is found
#  NCCL_LIB_DIR: Directory where NCCL library is found
#
# The following are set after configuration is done:
#  NCCL_FOUND
#  NCCL_INCLUDE_DIRS
#  NCCL_LIBRARIES
#
# The path hints include CUDA_TOOLKIT_ROOT_DIR seeing as some folks
# install NCCL in the same location as the CUDA toolkit.
# See https://github.com/caffe2/caffe2/issues/1601

set(NCCL_INCLUDE_DIR $ENV{NCCL_INCLUDE_DIR} CACHE PATH "Folder contains NVIDIA NCCL headers")
set(NCCL_LIB_DIR $ENV{NCCL_LIB_DIR} CACHE PATH "Folder contains NVIDIA NCCL libraries")
set(NCCL_VERSION $ENV{NCCL_VERSION} CACHE STRING "Version of NCCL to build with")

list(APPEND NCCL_ROOT ${NCCL_ROOT_DIR} ${CUDA_TOOLKIT_ROOT_DIR})
# Compatible layer for CMake <3.12. NCCL_ROOT will be accounted in for searching paths and libraries for CMake >=3.12.
list(APPEND CMAKE_PREFIX_PATH ${NCCL_ROOT})

find_path(NCCL_INCLUDE_DIRS
  NAMES nccl.h
  HINTS ${NCCL_INCLUDE_DIR})

if (USE_STATIC_NCCL)
  MESSAGE(STATUS "USE_STATIC_NCCL is set. Linking with static NCCL library.")
  SET(NCCL_LIBNAME "nccl_static")
  if (NCCL_VERSION)  # Prefer the versioned library if a specific NCCL version is specified
    set(CMAKE_FIND_LIBRARY_SUFFIXES ".a.${NCCL_VERSION}" ${CMAKE_FIND_LIBRARY_SUFFIXES})
  endif()
else()
  SET(NCCL_LIBNAME "nccl")
  if (NCCL_VERSION)  # Prefer the versioned library if a specific NCCL version is specified
    set(CMAKE_FIND_LIBRARY_SUFFIXES ".so.${NCCL_VERSION}" ${CMAKE_FIND_LIBRARY_SUFFIXES})
  endif()
endif()

find_library(NCCL_LIBRARIES
  NAMES ${NCCL_LIBNAME}
  HINTS ${NCCL_LIB_DIR})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(NCCL DEFAULT_MSG NCCL_INCLUDE_DIRS NCCL_LIBRARIES)

if(NCCL_FOUND)
  set (NCCL_HEADER_FILE "${NCCL_INCLUDE_DIRS}/nccl.h")
  message (STATUS "Determining NCCL version from the header file: ${NCCL_HEADER_FILE}")
  file (STRINGS ${NCCL_HEADER_FILE} NCCL_MAJOR_VERSION_DEFINED
        REGEX "^[ \t]*#define[ \t]+NCCL_MAJOR[ \t]+[0-9]+.*$" LIMIT_COUNT 1)
  if (NCCL_MAJOR_VERSION_DEFINED)
    string (REGEX REPLACE "^[ \t]*#define[ \t]+NCCL_MAJOR[ \t]+" ""
            NCCL_MAJOR_VERSION ${NCCL_MAJOR_VERSION_DEFINED})
    message (STATUS "NCCL_MAJOR_VERSION: ${NCCL_MAJOR_VERSION}")
  endif ()
  message(STATUS "Found NCCL (include: ${NCCL_INCLUDE_DIRS}, library: ${NCCL_LIBRARIES})")
  # Create a new-style imported target (NCCL)
  if (USE_STATIC_NCCL)
      add_library(NCCL STATIC IMPORTED)
  else()
      add_library(NCCL SHARED IMPORTED)
  endif ()
  set_property(TARGET NCCL PROPERTY
               IMPORTED_LOCATION ${NCCL_LIBRARIES})
  set_property(TARGET NCCL PROPERTY
               LANGUAGE CUDA)
  target_include_directories(NCCL INTERFACE ${NCCL_INCLUDE_DIRS})

  mark_as_advanced(NCCL_ROOT_DIR NCCL_INCLUDE_DIRS NCCL_LIBRARIES)
endif()


================================================
FILE: cmake/FindRCCL.cmake
================================================
# Find the rccl libraries
# from https://github.com/xuhdev/pytorch/blob/a3b4accf014e18bf84f58d3018854435cbc3d55b/cmake/Modules/FindRCCL.cmake
#
# The following variables are optionally searched for defaults
#  RCCL_ROOT: Base directory where all RCCL components are found
#  RCCL_INCLUDE_DIR: Directory where RCCL header is found
#  RCCL_LIB_DIR: Directory where RCCL library is found
#
# The following are set after configuration is done:
#  RCCL_FOUND
#  RCCL_INCLUDE_DIRS
#  RCCL_LIBRARIES
#
# The path hints include CUDA_TOOLKIT_ROOT_DIR seeing as some folks
# install RCCL in the same location as the CUDA toolkit.
# See https://github.com/caffe2/caffe2/issues/1601

set(RCCL_INCLUDE_DIR $ENV{RCCL_INCLUDE_DIR} CACHE PATH "Folder contains NVIDIA RCCL headers")
set(RCCL_LIB_DIR $ENV{RCCL_LIB_DIR} CACHE PATH "Folder contains NVIDIA RCCL libraries")
set(RCCL_VERSION $ENV{RCCL_VERSION} CACHE STRING "Version of RCCL to build with")

list(APPEND RCCL_ROOT ${RCCL_ROOT_DIR} ${CUDA_TOOLKIT_ROOT_DIR})
# Compatible layer for CMake <3.12. RCCL_ROOT will be accounted in for searching paths and libraries for CMake >=3.12.
list(APPEND CMAKE_PREFIX_PATH ${RCCL_ROOT})

find_path(RCCL_INCLUDE_DIRS
  NAMES rccl.h
  HINTS ${RCCL_INCLUDE_DIR})

if (USE_STATIC_RCCL)
  MESSAGE(STATUS "USE_STATIC_RCCL is set. Linking with static RCCL library.")
  SET(RCCL_LIBNAME "rccl_static")
  if (RCCL_VERSION)  # Prefer the versioned library if a specific RCCL version is specified
    set(CMAKE_FIND_LIBRARY_SUFFIXES ".a.${RCCL_VERSION}" ${CMAKE_FIND_LIBRARY_SUFFIXES})
  endif()
else()
  SET(RCCL_LIBNAME "rccl")
  if (RCCL_VERSION)  # Prefer the versioned library if a specific RCCL version is specified
    set(CMAKE_FIND_LIBRARY_SUFFIXES ".so.${RCCL_VERSION}" ${CMAKE_FIND_LIBRARY_SUFFIXES})
  endif()
endif()

find_library(RCCL_LIBRARIES
  NAMES ${RCCL_LIBNAME}
  HINTS ${RCCL_LIB_DIR})

include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(RCCL DEFAULT_MSG RCCL_INCLUDE_DIRS RCCL_LIBRARIES)

if(RCCL_FOUND)
  set (RCCL_HEADER_FILE "${RCCL_INCLUDE_DIRS}/rccl.h")
  message (STATUS "Determining RCCL version from the header file: ${RCCL_HEADER_FILE}")
  file (STRINGS ${RCCL_HEADER_FILE} RCCL_MAJOR_VERSION_DEFINED
        REGEX "^[ \t]*#define[ \t]+RCCL_MAJOR[ \t]+[0-9]+.*$" LIMIT_COUNT 1)
  if (RCCL_MAJOR_VERSION_DEFINED)
    string (REGEX REPLACE "^[ \t]*#define[ \t]+RCCL_MAJOR[ \t]+" ""
            RCCL_MAJOR_VERSION ${RCCL_MAJOR_VERSION_DEFINED})
    message (STATUS "RCCL_MAJOR_VERSION: ${RCCL_MAJOR_VERSION}")
  endif ()
  message(STATUS "Found RCCL (include: ${RCCL_INCLUDE_DIRS}, library: ${RCCL_LIBRARIES})")
  # Create a new-style imported target (RCCL)
  if (USE_STATIC_RCCL)
      add_library(RCCL STATIC IMPORTED)
  else()
      add_library(RCCL SHARED IMPORTED)
  endif ()
  set_property(TARGET RCCL PROPERTY
               IMPORTED_LOCATION ${RCCL_LIBRARIES})
  set_property(TARGET RCCL PROPERTY
               LANGUAGE CUDA)
  target_include_directories(RCCL INTERFACE ${RCCL_INCLUDE_DIRS})

  mark_as_advanced(RCCL_ROOT_DIR RCCL_INCLUDE_DIRS RCCL_LIBRARIES)
endif()


================================================
FILE: cmake/FindSphinx.cmake
================================================
#Look for an executable called sphinx-build
find_program(SPHINX_EXECUTABLE
             NAMES sphinx-build
             DOC "Path to sphinx-build executable")

include(FindPackageHandleStandardArgs)
#Handle standard arguments to find_package like REQUIRED and QUIET
find_package_handle_standard_args(Sphinx
                                  "Failed to find sphinx-build executable"
                                  SPHINX_EXECUTABLE)


================================================
FILE: data/electronicStructure/allElectron/z1/singleAtomData/density.inp
================================================
0	0.31843085229195661
0.00044126876211113866	0.31801478262732308
0.00088253752422227732	0.31775017122463711
0.001323806286333416	0.31747228806456435
0.0017650750484445546	0.31718578079155546
0.0022063438105556932	0.3169083467786909
0.0026476125726668321	0.31662882200448639
0.0030967703632435017	0.3163445168974483
0.0035459281538201709	0.31606046734541943
0.0039950859443968409	0.31577667264913128
0.0044442437349735096	0.31549313274672852
0.0048934015255501792	0.31520984761125254
0.0053425593161268489	0.31492681680466061
0.0057997471756764995	0.31463898694374903
0.0062569350352261492	0.31435142015565148
0.0067141228947757998	0.31406411619236685
0.0071713107543254504	0.31377707481569722
0.007628498613875101	0.31349029578843562
0.0080856864734247507	0.31320377886659401
0.0085510479639851859	0.31291240850776925
0.0090164094545456212	0.31262130920986209
0.0094817709451060564	0.31233048072019343
0.0099471324356664916	0.31203992278683051
0.010412493926226927	0.31174963515795834
0.010877855416787362	0.311459617581613
0.011351536667006806	0.31116469213240028
0.011825217917226251	0.31087004595308293
0.012298899167445695	0.31057567877897257
0.012772580417665139	0.31028159034569802
0.013246261667884583	0.30998778038941577
0.013719942918104027	0.3096942486464157
0.014202092669127135	0.30939575457225793
0.014684242420150241	0.30909754819744262
0.015166392171173347	0.30879962924471438
0.015648541922196453	0.30850199743715889
0.016130691673219563	0.30820465249790507
0.016612841424242668	0.30790759415031493
0.017103611076416884	0.30760551901401989
0.0175943807285911	0.30730374023121454
0.018085150380765316	0.30700225751102489
0.018575920032939529	0.30670107056284984
0.019066689685113745	0.3064001790965088
0.019557459337287961	0.30609958282218591
0.020057002997704902	0.30579391532654537
0.020556546658121844	0.30548855306708539
0.021056090318538785	0.30518349573905085
0.02155563397895573	0.30487874303789042
0.022055177639372672	0.30457429465923869
0.022554721299789613	0.30427015029918941
0.023063195830676404	0.30396088033522983
0.023571670361563192	0.30365192472332908
0.024080144892449983	0.30334328314401399
0.024588619423336774	0.30303495527777008
0.025097093954223562	0.30272694080551155
0.025605568485110353	0.30241923940899018
0.026123133553086087	0.30210635810207959
0.026640698621061821	0.30179380050060822
0.027158263689037551	0.30148156626968803
0.027675828757013285	0.30116965507474031
0.028193393824989019	0.30085806658155806
0.028710958892964752	0.30054680045621868
0.029237777019177579	0.30023030021683095
0.029764595145390409	0.2999141332779689
0.030291413271603236	0.29959829928872017
0.030818231397816063	0.29928279789836626
0.03134504952402889	0.29896762875657706
0.03187186765024172	0.29865279151352675
0.032408104261402282	0.29833266608338049
0.032944340872562851	0.29801288379523244
0.03348057748372342	0.2976934442814187
0.034016814094883982	0.29737434717463884
0.034553050706044544	0.29705559210787902
0.035089287317205113	0.2967371787143086
0.035635110797532364	0.29641342321967007
0.036180934277859615	0.29609002095899073
0.036726757758186873	0.29576697154697229
0.037272581238514124	0.29544427459857275
0.037818404718841375	0.29512192972913021
0.038364228199168626	0.29479993655450293
0.038919809943264327	0.29447254755330193
0.039475391687360029	0.29414552213277356
0.04003097343145573	0.29381885988944462
0.040586555175551424	0.29349256042011745
0.041142136919647125	0.29316662332163684
0.041697718663742826	0.29284104819132462
0.042263233130411346	0.29251002372776752
0.042828747597079858	0.29217937345078493
0.043394262063748378	0.29184909693721617
0.043959776530416897	0.29151919376435065
0.044525290997085409	0.29118966351024034
0.045090805463753929	0.29086050575360373
0.045666430230784233	0.2905258454069532
0.046242054997814537	0.29019157011632285
0.046817679764844841	0.28985767943848517
0.047393304531875138	0.289524172930824
0.047968929298905442	0.2891910501515188
0.048544554065935747	0.28885831065905782
0.049130469885862796	0.28852001560176038
0.049716385705789845	0.28818211673714711
0.050302301525716894	0.28784461360136143
0.050888217345643937	0.28750750573094097
0.051474133165570986	0.28717079266287315
0.052060048985498035	0.28683447393483769
0.052656439842361062	0.28649254698202226
0.053252830699224096	0.28615102763016415
0.053849221556087123	0.28580991539350098
0.054445612412950151	0.28546920978694362
0.055042003269813185	0.28512891032576876
0.055638394126676212	0.28478901652562849
0.056245447293791759	0.2844434621893509
0.056852500460907313	0.28409832713813149
0.057459553628022866	0.28375361086338796
0.058066606795138413	0.28340931285707316
0.05867365996225396	0.2830654326115391
0.059280713129369514	0.28272196961977353
0.059898619228137315	0.28237279416381045
0.060516525326905116	0.28202404995644381
0.061134431425672917	0.28167573646508581
0.061752337524440717	0.28132785315792908
0.062370243623208518	0.28098039950364884
0.062988149721976319	0.28063337497154356
0.063617102781736518	0.28028058646587567
0.064246055841496716	0.27992824145605233
0.064875008901256914	0.27957633938442356
0.065503961961017099	0.27922487969389903
0.066132915020777297	0.27887386182835344
0.066761868080537495	0.27852328523263914
0.067402065599498004	0.27816689360920405
0.068042263118458512	0.2778109580158421
0.068682460637419021	0.27745547786901936
0.06932265815637953	0.27710045258585725
0.069962855675340038	0.27674588158431379
0.070603053194300547	0.27639176428321871
0.071254696201553669	0.27603178139268236
0.071906339208806805	0.27567226735719497
0.072557982216059927	0.27531322156619198
0.073209625223313049	0.27495464340990872
0.073861268230566185	0.27459653227928971
0.074512911237819307	0.2742388875659808
0.075176204356467102	0.27387532723193397
0.075839497475114911	0.27351224887231823
0.076502790593762707	0.27314965184836298
0.077166083712410502	0.27278753552206514
0.077829376831058311	0.27242589925615912
0.078492669949706106	0.27206474241397832
0.079167821461114285	0.27169762048919999
0.079842972972522477	0.27133099395578392
0.08051812448393067	0.27096486214547577
0.081193275995338848	0.27059922439060707
0.081868427506747027	0.27023408002418847
0.082543579018155219	0.2698694283803833
0.083230800927355811	0.26949876280145235
0.083918022836556402	0.26912860633145774
0.084605244745757008	0.26875895827114754
0.085292466654957599	0.26838981792236777
0.085979688564158191	0.26802118458787727
0.086666910473358783	0.2676530575712201
0.087366418575622037	0.26727886841663862
0.088065926677885292	0.26690520239260168
0.088765434780148561	0.26653205876775582
0.089464942882411816	0.26615943681181503
0.090164450984675071	0.26578733579546809
0.090863959086938326	0.26541575499044168
0.09157597303553483	0.26503806453601425
0.092287986984131334	0.26466091154051385
0.093000000932727839	0.26428429523886648
0.093712014881324357	0.263908214867207
0.094424028829920861	0.26353266966298927
0.095136042778517366	0.26315765886492021
0.095860786153691591	0.26277649163936517
0.096585529528865802	0.2623958765104375
0.097310272904040027	0.26201581267858787
0.098035016279214252	0.2616362993453748
0.098759759654388463	0.26125733571334525
0.099484503029562688	0.26087892098614629
0.10022220340873964	0.26049430382976946
0.1009599037879166	0.2601102537193889
0.10169760416709354	0.25972676981899923
0.10243530454627049	0.25934385129378051
0.10317300492544745	0.25896149731021861
0.1039107053046244	0.25857970703604427
0.10466159433387148	0.25819166915124125
0.10541248336311855	0.25780421357583644
0.10616337239236562	0.25741733943590744
0.1069142614216127	0.25703104585891062
0.10766515045085978	0.25664533197367273
0.10841603948010685	0.25626019691030455
0.10918035294687323	0.25586876991938617
0.10994466641363962	0.25547794081718128
0.11070897988040601	0.25508770869031444
0.11147329334717239	0.25469807262691929
0.11223760681393877	0.2543090317165983
0.11300192028070516	0.25392058505025739
0.1137798981878617	0.25352580304917677
0.11455787609501826	0.25313163483374745
0.1153358540021748	0.25273807944943927
0.11611383190933135	0.25234513594341895
0.1168918098164879	0.25195280336451442
0.11766978772364445	0.25156108076306416
0.11846167436484722	0.25116298037540674
0.11925356100605	0.25076550998954777
0.12004544764725278	0.25036866860857537
0.12083733428845556	0.24997245523711276
0.12162922092965833	0.24957686888118155
0.12242110757086111	0.24918190854840536
0.1232271516072623	0.24878052897991085
0.12403319564366348	0.24837979594933812
0.12483923968006468	0.2479797084150642
0.12564528371646586	0.24758026533724994
0.12645132775286705	0.24718146567791935
0.12725737178926824	0.24678330840087229
0.12807782632759851	0.2463786914877838
0.12889828086592875	0.24597473796979341
0.12971873540425902	0.24557144675905587
0.13053918994258928	0.24516881676958174
0.13135964448091952	0.24476684691737338
0.13218009901924979	0.24436553612031167
0.13301522169129654	0.24395772638370081
0.13385034436334331	0.2435505972209584
0.13468546703539008	0.2431441474962977
0.13552058970743683	0.24273837607572649
0.13635571237948357	0.24233328182720434
0.13719083505153035	0.24192886362073895
0.13804088809503706	0.24151790831626277
0.13889094113854375	0.24110765108578083
0.13974099418205044	0.24069809074346388
0.14059104722555715	0.24028922610574194
0.14144110026906387	0.23988105599090861
0.14229115331257056	0.23947357921909276
0.14315640365358218	0.23905952838449943
0.14402165399459382	0.23864619344552745
0.14488690433560547	0.23823357316436336
0.14575215467661709	0.2378216663054683
0.14661740501762871	0.23741047163538728
0.14748265535864036	0.23699998792264657
0.14836337469532118	0.23658289442518987
0.14924409403200203	0.23616653496570042
0.15012481336868286	0.23575090825241768
0.15100553270536368	0.23533601299580784
0.15188625204204453	0.23492184790846352
0.15276697137872536	0.23450841170535841
0.15366343626667517	0.23408833128804704
0.15455990115462498	0.2336690033706631
0.15545636604257479	0.23325042660514558
0.1563528309305246	0.23283259964587258
0.15724929581847441	0.23241552114978864
0.15814576070642422	0.23199918977625164
0.15905825264551979	0.23157618110126515
0.15997074458461538	0.23115394370620881
0.16088323652371095	0.23073247618475584
0.16179572846280652	0.23031177713309803
0.16270822040190211	0.22989184514997144
0.16362071234099768	0.2294726788369193
0.16454951786378691	0.22904680352767745
0.16547832338657611	0.22862171859475233
0.16640712890936535	0.2281974225712553
0.16733593443215458	0.22777391399309191
0.16826473995494379	0.22735119139897117
0.16919354547773302	0.22692925333023856
0.17013895623940925	0.22650057601350759
0.17108436700108548	0.22607270848316116
0.17202977776276168	0.2256456492094473
0.17297518852443791	0.22521939666568855
0.17392059928611414	0.22479394932807523
0.17486601004779037	0.22436930567548138
0.17582832291777536	0.22393789401656677
0.17679063578776039	0.22350731186520584
0.17775294865774538	0.22307755762639617
0.17871526152773037	0.22264862970818486
0.17967757439771539	0.22222052652175694
0.18063988726770039	0.2217932464814204
0.18161940442286464	0.22135917122071455
0.1825989215780289	0.22092594549595745
0.18357843873319318	0.2204935676445853
0.18455795588835744	0.22006203600730453
0.18553747304352169	0.21963134892793412
0.18651699019868595	0.21920150475342023
0.18751401921823552	0.21876483973947222
0.18851104823778511	0.21832904459331665
0.18950807725733468	0.21789411758208774
0.19050510627688425	0.21746005697638876
0.19150213529643384	0.21702686105024771
0.19249916431598341	0.21659452808122753
0.19351401827804321	0.21615535029949434
0.19452887224010301	0.21571706301635307
0.19554372620216282	0.21527966442628152
0.19655858016422259	0.21484315272732535
0.19757343412628239	0.21440752612105868
0.1985882880883422	0.21397278281279838
0.19962128566826595	0.21353117241496397
0.20065428324818971	0.21309047344039783
0.20168728082811346	0.21265068400802192
0.20272027840803722	0.21221180224054262
0.20375327598796097	0.21177382626470534
0.20478627356788473	0.21133675421115405
0.2058377391383226	0.21089279453807486
0.20688920470876046	0.21044976750068592
0.20794067027919833	0.21000767113980484
0.20899213584963622	0.20956650350035558
0.21004360142007408	0.20912626263132433
0.21109506699051195	0.20868694658580988
0.2121653307232671	0.2082407241879351
0.21323559445602225	0.20779545591980653
0.2143058581887774	0.20735113974123986
0.21537612192153255	0.20690777361646343
0.2164463856542877	0.20646535551402104
0.21751664938704285	0.20602388340684064
0.21860604735674904	0.20557548806140793
0.21969544532645524	0.20512806861444291
0.22078484329616144	0.20468162294202408
0.22187424126586763	0.20423614892487818
0.22296363923557383	0.20379164444828524
0.22405303720528003	0.20334810740202305
0.22516191149493281	0.20289763212812381
0.22627078578458557	0.20244815478820757
0.22737966007423832	0.20199967317154735
0.2284885343638911	0.20155218507224393
0.22959740865354389	0.20110568828933234
0.23070628294319664	0.20066018062680049
0.23183498175157108	0.20020772169262982
0.23296368055994554	0.19975628298623108
0.23409237936832	0.19930586220721533
0.23522107817669444	0.19885645706030178
0.23634977698506887	0.19840806525531662
0.23747847579344333	0.19796068450728568
0.23862735354443243	0.1975063414373272
0.23977623129542153	0.19705304113825262
0.24092510904641062	0.19660078121677496
0.24207398679739972	0.19614955928504263
0.24322286454838882	0.19569937296080395
0.24437174229937791	0.19525021986724964
0.2455411597532855	0.19479409544283252
0.24671057720719305	0.19433903657164528
0.24787999466110064	0.19388504076441568
0.24904941211500822	0.19343210553773948
0.25021882956891578	0.1929802284140664
0.25138824702282336	0.19252940692149806
0.25257857138964684	0.19207160717725491
0.25376889575647033	0.19161489599723075
0.25495922012329381	0.19115927079301531
0.25614954449011729	0.19070472898233165
0.25733986885694077	0.19025126798908484
0.25853019322376425	0.18979888524326463
0.25974179827850263	0.18933951945898148
0.26095340333324102	0.18888126546694703
0.2621650083879794	0.18842412057636707
0.26337661344271779	0.18796808210281768
0.26458821849745617	0.18751314736830799
0.26579982355219456	0.18705931370152637
0.26703308975221796	0.18659849438840787
0.2682663559522413	0.18613881030046567
0.26949962215226464	0.18568025864123741
0.27073288835228804	0.18522283662105613
0.27196615455231143	0.18476654145689783
0.27319942075233478	0.18431137037265144
0.27445473535685205	0.18384921325678652
0.27571004996136939	0.18338821499074529
0.27696536456588666	0.1829283726686578
0.27822067917040394	0.18246968339197553
0.27947599377492127	0.18201214426954351
0.28073130837943855	0.18155575241744662
0.28200906557110128	0.18109237641357956
0.28328682276276401	0.18063018306196049
0.28456457995442674	0.18016916934410399
0.28584233714608942	0.17970933224932653
0.28712009433775215	0.17925066877467671
0.28839785152941488	0.17879317592480143
0.28969845253809479	0.17832870310924417
0.29099905354677469	0.17786543691121245
0.29229965455545459	0.1774033741960904
0.29360025556413449	0.17694251183754767
0.2949008565728144	0.17648284671733602
0.2962014575814943	0.1760243757252016
0.297525310810274	0.17555893129930972
0.29884916403905371	0.17509471760360687
0.30017301726783341	0.17463173138374158
0.30149687049661306	0.17416996939390436
0.30282072372539276	0.17370942839699935
0.30414457695417246	0.17325010516459916
0.30549209810758854	0.172783817414358
0.30683961926100456	0.17231878463747002
0.30818714041442064	0.17185500345637594
0.30953466156783671	0.17139247050254447
0.31088218272125273	0.17093118241642605
0.31222970387466881	0.17047113584751625
0.31360131608924757	0.17000413609690346
0.31497292830382634	0.16953841567589664
0.3163445405184051	0.16907397107983069
0.31771615273298381	0.16861079881355745
0.31908776494756258	0.1681488953915608
0.32045937716214135	0.16768825733795908
0.32185551113926841	0.16722067989357731
0.32325164511639548	0.16675440622962265
0.3246477790935226	0.16628943271064553
0.32604391307064967	0.16582575571138486
0.32744004704777674	0.16536337161663681
0.32883618102490381	0.16490227682126626
0.33025727516606912	0.1644342589131878
0.33167836930723443	0.1639675693115844
0.3330994634483998	0.16350220424654555
0.33452055758956512	0.16303815995878077
0.33594165173073043	0.16257543269967392
0.33736274587189574	0.16211401873133971
0.33880924641635646	0.16164570044607277
0.34025574696081717	0.16117873504820882
0.34170224750527789	0.16071311862940849
0.34314874804973861	0.16024884729268588
0.34459524859419932	0.15978591715238313
0.34604174913866004	0.15932432433409552
0.34751411030356455	0.1588558485404494
0.34898647146846906	0.15838875024875326
0.35045883263337352	0.15792302540852227
0.35193119379827803	0.15745866998122965
0.35340355496318254	0.15699567994032235
0.35487591612808705	0.15653405127110734
0.35637460025110423	0.15606556353974949
0.35787328437412136	0.15559847793624804
0.35937196849713848	0.15513279026416579
0.36087065262015566	0.15466849633966268
0.36236933674317284	0.1542055919914109
0.36386
Download .txt
gitextract_t8wm0m9f/

├── .clang-format
├── .github/
│   └── workflows/
│       └── documentation.yml
├── .gitignore
├── CMakeLists.txt
├── Doxyfile
├── LICENSE
├── README.md
├── authors
├── cmake/
│   ├── FindDFTD3.cmake
│   ├── FindDFTD4.cmake
│   ├── FindELPA.cmake
│   ├── FindNCCL.cmake
│   ├── FindRCCL.cmake
│   └── FindSphinx.cmake
├── data/
│   ├── electronicStructure/
│   │   ├── allElectron/
│   │   │   ├── z1/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z10/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       └── psi31.inp
│   │   │   ├── z11/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z12/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z13/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi43.inp
│   │   │   ├── z14/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       └── psi31.inp
│   │   │   ├── z15/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z16/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z17/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi43.inp
│   │   │   ├── z18/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z19/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z2/
│   │   │   │   └── singleAtomData/
│   │   │   │       └── density.inp
│   │   │   ├── z20/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       └── psi40.inp
│   │   │   ├── z21/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z22/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z23/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z24/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z25/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z26/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z27/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z28/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z29/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z3/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z30/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z31/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       └── psi42.inp
│   │   │   ├── z32/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       └── psi41.inp
│   │   │   ├── z33/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       └── psi54.inp
│   │   │   ├── z34/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z35/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       └── psi42.inp
│   │   │   ├── z36/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z37/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z38/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z39/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z4/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z40/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z41/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z42/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       └── psi50.inp
│   │   │   ├── z44/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z45/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z47/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z48/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z49/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi43.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       ├── psi51.inp
│   │   │   │       ├── psi52.inp
│   │   │   │       ├── psi53.inp
│   │   │   │       ├── psi54.inp
│   │   │   │       ├── psi60.inp
│   │   │   │       ├── psi61.inp
│   │   │   │       ├── psi62.inp
│   │   │   │       ├── psi63.inp
│   │   │   │       ├── psi64.inp
│   │   │   │       └── psi65.inp
│   │   │   ├── z5/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z50/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       ├── psi32.inp
│   │   │   │       ├── psi40.inp
│   │   │   │       ├── psi41.inp
│   │   │   │       ├── psi42.inp
│   │   │   │       ├── psi50.inp
│   │   │   │       └── psi51.inp
│   │   │   ├── z6/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   ├── z7/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       ├── psi21.inp
│   │   │   │       ├── psi30.inp
│   │   │   │       ├── psi31.inp
│   │   │   │       └── psi32.inp
│   │   │   ├── z8/
│   │   │   │   └── singleAtomData/
│   │   │   │       ├── density.inp
│   │   │   │       ├── psi10.inp
│   │   │   │       ├── psi20.inp
│   │   │   │       └── psi21.inp
│   │   │   └── z9/
│   │   │       └── singleAtomData/
│   │   │           ├── density.inp
│   │   │           ├── psi10.inp
│   │   │           ├── psi20.inp
│   │   │           ├── psi21.inp
│   │   │           ├── psi30.inp
│   │   │           ├── psi31.inp
│   │   │           └── psi32.inp
│   │   └── pseudoPotential/
│   │       ├── z1/
│   │       │   └── singleAtomData/
│   │       │       └── psi10.inp
│   │       ├── z10/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z11/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       ├── psi21.inp
│   │       │       └── psi30.inp
│   │       ├── z12/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       ├── psi21.inp
│   │       │       └── psi30.inp
│   │       ├── z13/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       ├── psi21.inp
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z14/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z15/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z16/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z17/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z18/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       └── psi31.inp
│   │       ├── z2/
│   │       │   └── singleAtomData/
│   │       │       └── psi10.inp
│   │       ├── z20/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       └── psi40.inp
│   │       ├── z21/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z22/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z23/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z24/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z25/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z26/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z27/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z28/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z29/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z3/
│   │       │   └── singleAtomData/
│   │       │       ├── psi10.inp
│   │       │       └── psi20.inp
│   │       ├── z30/
│   │       │   └── singleAtomData/
│   │       │       ├── psi30.inp
│   │       │       ├── psi31.inp
│   │       │       ├── psi32.inp
│   │       │       └── psi40.inp
│   │       ├── z31/
│   │       │   └── singleAtomData/
│   │       │       ├── psi32.inp
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z32/
│   │       │   └── singleAtomData/
│   │       │       ├── psi32.inp
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z33/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z34/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z35/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z36/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       └── psi41.inp
│   │       ├── z37/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       └── psi50.inp
│   │       ├── z38/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       └── psi50.inp
│   │       ├── z39/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z4/
│   │       │   └── singleAtomData/
│   │       │       ├── psi10.inp
│   │       │       └── psi20.inp
│   │       ├── z40/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z41/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z42/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z43/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z44/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z45/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z46/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z47/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z48/
│   │       │   └── singleAtomData/
│   │       │       ├── psi40.inp
│   │       │       ├── psi41.inp
│   │       │       ├── psi42.inp
│   │       │       └── psi50.inp
│   │       ├── z49/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z5/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z50/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z51/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z52/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z53/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z54/
│   │       │   └── singleAtomData/
│   │       │       ├── psi42.inp
│   │       │       ├── psi50.inp
│   │       │       └── psi51.inp
│   │       ├── z55/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       └── psi60.inp
│   │       ├── z57/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z6/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z7/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z72/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z73/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z74/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z75/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z76/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z77/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z78/
│   │       │   ├── singleAtomData/
│   │       │   │   ├── psi50.inp
│   │       │   │   ├── psi51.inp
│   │       │   │   ├── psi52.inp
│   │       │   │   └── psi60.inp
│   │       │   └── singleAtomDataKB/
│   │       │       ├── psi52.inp
│   │       │       ├── psi53.inp
│   │       │       ├── psi60.inp
│   │       │       └── psi61.inp
│   │       ├── z79/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z8/
│   │       │   └── singleAtomData/
│   │       │       ├── psi20.inp
│   │       │       └── psi21.inp
│   │       ├── z80/
│   │       │   └── singleAtomData/
│   │       │       ├── psi50.inp
│   │       │       ├── psi51.inp
│   │       │       ├── psi52.inp
│   │       │       └── psi60.inp
│   │       ├── z81/
│   │       │   └── singleAtomData/
│   │       │       ├── psi52.inp
│   │       │       ├── psi60.inp
│   │       │       └── psi61.inp
│   │       └── z9/
│   │           └── singleAtomData/
│   │               ├── psi20.inp
│   │               └── psi21.inp
│   └── meshes/
│       └── allElectron/
│           ├── bodyCenteredCubicCarbon/
│           │   ├── coordinates.inp
│           │   ├── latticeVectors.inp
│           │   └── mesh.inp
│           ├── carbonMonoxide/
│           │   ├── coordinates.inp
│           │   ├── mesh.inp
│           │   └── meshRefined.inp
│           ├── carbonSingleAtom/
│           │   ├── coordinates.inp
│           │   └── mesh.inp
│           ├── methane/
│           │   ├── coordinates.inp
│           │   └── mesh.inp
│           ├── silicon1x1x1NanoCluster/
│           │   ├── coordinates.inp
│           │   └── mesh.inp
│           └── simpleCubicCarbon/
│               ├── coordinates.inp
│               ├── latticeVectors.inp
│               └── mesh.inp
├── demo/
│   ├── ex1/
│   │   ├── N.upf
│   │   ├── coordinates.inp
│   │   ├── domainVectors.inp
│   │   ├── ex1_a.output
│   │   ├── ex1_b.output
│   │   ├── parameterFile_a.prm
│   │   ├── parameterFile_b.prm
│   │   ├── pseudo.inp
│   │   └── relaxationFlags.inp
│   ├── ex2/
│   │   ├── Al.upf
│   │   ├── coordinates.inp
│   │   ├── domainBoundingVectors.inp
│   │   ├── ex2_a.output
│   │   ├── ex2_b.output
│   │   ├── parameterFile_a.prm
│   │   ├── parameterFile_b.prm
│   │   └── pseudo.inp
│   └── ex3/
│       ├── C_ONCV_PBE-1.0.upf
│       ├── coordinates.inp
│       ├── domainVectors.inp
│       ├── ex3.output
│       ├── parameterFile.prm
│       └── pseudo.inp
├── helpers/
│   ├── MATRIXcluster/
│   │   └── setupDevelopPetsc_MATRIX.sh
│   ├── NERSCPerlmutter/
│   │   ├── p4est-setup.sh
│   │   ├── setupUserPerlmutter.sh
│   │   └── setupUserPerlmutterNoPetsc.sh
│   ├── UMGreatLakes/
│   │   ├── setup.sh
│   │   └── setupDevelopPetscMDIInstall.sh
│   ├── p4est-setup.sh
│   └── parameterFile.prm
├── include/
│   ├── AtomCenteredPseudoWavefunctionSpline.h
│   ├── AtomCenteredSphericalFunctionBase.h
│   ├── AtomCenteredSphericalFunctionBessel.h
│   ├── AtomCenteredSphericalFunctionContainer.h
│   ├── AtomCenteredSphericalFunctionCoreDensitySpline.h
│   ├── AtomCenteredSphericalFunctionGaussian.h
│   ├── AtomCenteredSphericalFunctionLocalPotentialSpline.h
│   ├── AtomCenteredSphericalFunctionProjectorSpline.h
│   ├── AtomCenteredSphericalFunctionSinc.h
│   ├── AtomCenteredSphericalFunctionSpline.h
│   ├── AtomCenteredSphericalFunctionValenceDensitySpline.h
│   ├── AtomCenteredSphericalFunctionZOverR.h
│   ├── AtomPseudoWavefunctions.h
│   ├── AtomicBasis.h
│   ├── AtomicBasisData.h
│   ├── AtomicCenteredNonLocalOperator.h
│   ├── AtomicCenteredNonLocalOperatorKernelsDevice.h
│   ├── AuxDensityMatrix.h
│   ├── AuxDensityMatrixFE.h
│   ├── BFGSNonLinearSolver.h
│   ├── BLASWrapper.h
│   ├── Cell.h
│   ├── CompositeData.h
│   ├── DataTypeOverloads.h
│   ├── DeviceAPICalls.h
│   ├── DeviceDataTypeOverloads.cu.h
│   ├── DeviceDataTypeOverloads.h
│   ├── DeviceDataTypeOverloads.hip.h
│   ├── DeviceDataTypeOverloads.sycl.h
│   ├── DeviceExceptions.cu.h
│   ├── DeviceExceptions.h
│   ├── DeviceExceptions.hip.h
│   ├── DeviceExceptions.sycl.h
│   ├── DeviceKernelLauncherHelpers.h
│   ├── DeviceTypeConfig.cu.h
│   ├── DeviceTypeConfig.h
│   ├── DeviceTypeConfig.hip.h
│   ├── DeviceTypeConfig.sycl.h
│   ├── DeviceTypeConfigHalfPrec.cu.h
│   ├── DeviceTypeConfigHalfPrec.h
│   ├── DeviceTypeConfigHalfPrec.hip.h
│   ├── DeviceTypeConfigHalfPrec.sycl.h
│   ├── ExcDFTPlusU.h
│   ├── ExcSSDFunctionalBaseClass.h
│   ├── ExcSSDFunctionalBaseClass.t.cc
│   ├── Exceptions.h
│   ├── Exceptions.t.cc
│   ├── FEBasisOperations.h
│   ├── FEBasisOperationsKernelsInternal.h
│   ├── FECell.h
│   ├── FiniteDifference.h
│   ├── GaussianBasis.h
│   ├── InterpolateCellWiseDataToPoints.h
│   ├── InterpolateFromCellToLocalPoints.h
│   ├── KohnShamDFTBaseOperator.h
│   ├── KohnShamDFTOperatorKernels.h
│   ├── KohnShamDFTStandardEigenOperator.h
│   ├── LBFGSNonLinearSolver.h
│   ├── MDIEngine.h
│   ├── MPICommunicatorP2P.h
│   ├── MPICommunicatorP2PKernels.h
│   ├── MPIPatternP2P.h
│   ├── MPIPatternP2P.t.cc
│   ├── MPIRequestersBase.h
│   ├── MPIRequestersNBX.h
│   ├── MPITags.h
│   ├── MPIWriteOnFile.h
│   ├── MapPointsToCells.h
│   ├── MatrixFree.h
│   ├── MatrixFreeDevice.h
│   ├── MatrixFreeWrapper.def
│   ├── MatrixFreeWrapper.h
│   ├── MemoryManager.h
│   ├── MemorySpaceType.h
│   ├── MemoryStorage.h
│   ├── MemoryStorage.t.cc
│   ├── MemoryTransfer.h
│   ├── MemoryTransfer.t.cc
│   ├── MemoryTransferKernelsDevice.h
│   ├── MultiVector.h
│   ├── MultiVector.t.cc
│   ├── MultiVectorCGSolver.h
│   ├── MultiVectorLinearSolverProblem.h
│   ├── MultiVectorMinResSolver.h
│   ├── MultiVectorPoissonLinearSolverProblem.h
│   ├── NNGGA.h
│   ├── NNLDA.h
│   ├── NNLLMGGA.h
│   ├── NodalData.h
│   ├── OptimizedIndexSet.h
│   ├── OptimizedIndexSet.t.cc
│   ├── PeriodicTable.h
│   ├── QuadDataCompositeWrite.h
│   ├── RTreeBox.h
│   ├── RTreePoint.h
│   ├── SlaterBasis.h
│   ├── SphericalFunctionUtil.h
│   ├── StringOperations.h
│   ├── TransferBetweenMeshesIncompatiblePartitioning.h
│   ├── TypeConfig.h
│   ├── XCfunctionalDefs/
│   │   ├── gga_c_pbe.h
│   │   ├── gga_x_lb.h
│   │   ├── gga_x_pbe.h
│   │   ├── gga_x_rpbe.h
│   │   ├── lda_c_pw.h
│   │   ├── lda_c_pz.h
│   │   ├── lda_c_vwn.h
│   │   ├── lda_x_slater.h
│   │   ├── mgga_c_r2scan.h
│   │   ├── mgga_c_scan.h
│   │   ├── mgga_x_r2scan.h
│   │   ├── mgga_x_scan.h
│   │   └── xc_params.h
│   ├── atomCenteredPostProcessing.h
│   ├── cgPRPNonLinearSolver.h
│   ├── chebyshevOrthogonalizedSubspaceIterationSolver.h
│   ├── chebyshevOrthogonalizedSubspaceIterationSolverDevice.h
│   ├── computeAuxProjectedDensityMatrixFromPSI.h
│   ├── configurationalForce.h
│   ├── configurationalForceKernels.h
│   ├── constants.h
│   ├── constraintMatrixInfo.h
│   ├── constraintMatrixInfoDeviceKernels.h
│   ├── dealiiLinearSolver.h
│   ├── dealiiLinearSolverProblem.h
│   ├── densityCalculator.h
│   ├── densityCalculatorDeviceKernels.h
│   ├── densityFirstOrderResponseCalculator.h
│   ├── deviceDirectCCLWrapper.h
│   ├── deviceKernelsGeneric.h
│   ├── dft.h
│   ├── dftBase.h
│   ├── dftParameters.h
│   ├── dftUtils.h
│   ├── dftd.h
│   ├── dftfeDataTypes.h
│   ├── dftfeWrapper.h
│   ├── eigenSolver.h
│   ├── elpaScalaManager.h
│   ├── energyCalculator.h
│   ├── eshelbyTensor.h
│   ├── eshelbyTensorSpinPolarized.h
│   ├── excDensityGGAClass.h
│   ├── excDensityLDAClass.h
│   ├── excDensityLLMGGAClass.h
│   ├── excDensityPositivityCheckTypes.h
│   ├── excManager.h
│   ├── excManagerKernels.h
│   ├── excTauMGGAClass.h
│   ├── exchangeCorrelationFunctionalEvaluation.def
│   ├── exchangeCorrelationFunctionalEvaluator.h
│   ├── expConfiningPotential.h
│   ├── feevaluationWrapper.def
│   ├── feevaluationWrapper.h
│   ├── feevaluationWrapper3Comp.def
│   ├── fileReaders.h
│   ├── forceWfcContractions.h
│   ├── forceWfcContractionsDeviceKernels.h
│   ├── functionalTest.h
│   ├── geoOptCell.h
│   ├── geoOptIon.h
│   ├── geometryOptimizationClass.h
│   ├── git_info.h.in
│   ├── groupSymmetry.h
│   ├── headers.h
│   ├── hubbardClass.h
│   ├── kerkerSolverProblem.h
│   ├── kerkerSolverProblemDevice.h
│   ├── kerkerSolverProblemWrapper.def
│   ├── kerkerSolverProblemWrapper.h
│   ├── lapack_support.h
│   ├── libraryMDI.h
│   ├── linearAlgebraOperations.h
│   ├── linearAlgebraOperationsCPU.h
│   ├── linearAlgebraOperationsDevice.h
│   ├── linearAlgebraOperationsDeviceKernels.h
│   ├── linearAlgebraOperationsInternal.h
│   ├── linearSolver.h
│   ├── linearSolverCGDevice.h
│   ├── linearSolverCGDeviceKernels.h
│   ├── linearSolverDevice.h
│   ├── linearSolverProblemDevice.h
│   ├── meshGenUtils.h
│   ├── meshMovement.h
│   ├── meshMovementAffineTransform.h
│   ├── meshMovementGaussian.h
│   ├── mixingClass.h
│   ├── molecularDynamicsClass.h
│   ├── nonLinearSolver.h
│   ├── nonlinearSolverFunction.h
│   ├── nonlinearSolverProblem.h
│   ├── nudgedElasticBandClass.h
│   ├── oncvClass.h
│   ├── operator.h
│   ├── poissonSolverProblem.h
│   ├── poissonSolverProblemDevice.h
│   ├── poissonSolverProblemWrapper.def
│   ├── poissonSolverProblemWrapper.h
│   ├── process_grid.h
│   ├── pseudoConverter.h
│   ├── pseudoUtils.h
│   ├── pseudopotentialBaseClass.h
│   ├── runParameters.h
│   ├── scalapack.templates.h
│   ├── scalapackWrapper.h
│   ├── solveVselfInBinsDevice.h
│   ├── solveVselfInBinsDeviceKernels.h
│   ├── sphericalHarmonicUtils.h
│   ├── triangulationManager.h
│   ├── vectorUtilities.h
│   └── vselfBinsManager.h
├── indentationStandard/
│   ├── README
│   ├── compile_clang_format
│   ├── download_clang_format
│   ├── indent-all
│   └── indent_common.sh
├── postProcessing/
│   └── postprocessModules.py
├── pseudoConverters/
│   └── pseudoPotentialToDftfeConverter.cc
├── setupDevelopPetsc.sh
├── setupDevelopPetscMATRIX.sh
├── setupUser.sh
├── setupUserPetsc.sh
├── src/
│   ├── TransferBetweenMeshes/
│   │   ├── InterpolateCellWiseDataToPoints.cpp
│   │   ├── InterpolateFromCellToLocalPoints.cpp
│   │   ├── MapPointsToCells.t.cc
│   │   └── TransferBetweenMeshesIncompatiblePartitioning.cpp
│   ├── apiTest.cc
│   ├── atom/
│   │   ├── AtomCenteredPseudoWavefunctionSpline.cpp
│   │   ├── AtomCenteredSphericalFunctionBase.cc
│   │   ├── AtomCenteredSphericalFunctionBessel.cc
│   │   ├── AtomCenteredSphericalFunctionContainer.cc
│   │   ├── AtomCenteredSphericalFunctionCoreDensitySpline.cc
│   │   ├── AtomCenteredSphericalFunctionGaussian.cc
│   │   ├── AtomCenteredSphericalFunctionLocalPotentialSpline.cc
│   │   ├── AtomCenteredSphericalFunctionProjectorSpline.cc
│   │   ├── AtomCenteredSphericalFunctionSinc.cc
│   │   ├── AtomCenteredSphericalFunctionSpline.cc
│   │   ├── AtomCenteredSphericalFunctionValenceDensitySpline.cc
│   │   ├── AtomCenteredSphericalFunctionZOverR.cc
│   │   ├── AtomPseudoWavefunctions.cc
│   │   ├── AtomicCenteredNonLocalOperator.cc
│   │   └── AtomicCenteredNonLocalOperatorKernelsDevice.cc
│   ├── dft/
│   │   ├── applyHomogeneousDirichletBC.cc
│   │   ├── applyMultipoleDirichletBC.cc
│   │   ├── atomicRho.cc
│   │   ├── charge.cc
│   │   ├── computeAuxProjectedDensityMatrixFromPSI.cc
│   │   ├── computeOutputDensityDirectionalDerivative.cc
│   │   ├── createBinsSanityCheck.cc
│   │   ├── density.cc
│   │   ├── densityCalculator.cc
│   │   ├── densityCalculatorDeviceKernels.cc
│   │   ├── densityFirstOrderResponseCalculator.cc
│   │   ├── densityFirstOrderResponseCalculatorDeviceKernels.cc
│   │   ├── dft.cc
│   │   ├── dft.inst.cc
│   │   ├── dftd.cc
│   │   ├── dos.cc
│   │   ├── energyCalculator.cc
│   │   ├── energyDensity.cc
│   │   ├── expConfiningPotential.cpp
│   │   ├── femUtilityFunctions.cc
│   │   ├── fermiEnergy.cc
│   │   ├── generateImageCharges.cc
│   │   ├── initBoundaryConditions.cc
│   │   ├── initCoreRho.cc
│   │   ├── initElectronicFields.cc
│   │   ├── initPseudoLocal.cc
│   │   ├── initRho.cc
│   │   ├── initUnmovedTriangulation.cc
│   │   ├── initkPointData.cc
│   │   ├── kerker.cc
│   │   ├── kohnShamEigenSolve.cc
│   │   ├── localizationLength.cc
│   │   ├── locatenodes.cc
│   │   ├── lowrankApproxScfDielectricMatrixInv.cc
│   │   ├── lowrankApproxScfDielectricMatrixInvSpinPolarized.cc
│   │   ├── moveAtoms.cc
│   │   ├── moveMeshToAtoms.cc
│   │   ├── pRefinedDoFHandler.cc
│   │   ├── psiInitialGuess.cc
│   │   ├── publicMethods.cc
│   │   ├── restart.cc
│   │   ├── solveBands.cc
│   │   ├── solveNSCF.cc
│   │   ├── solveVselfInBins.cc
│   │   ├── solveVselfInBinsDevice.cc
│   │   ├── solveVselfInBinsDeviceKernels.cc
│   │   └── vselfBinsManager.cc
│   ├── dftOperator/
│   │   ├── KohnShamDFTBaseOperator.cc
│   │   ├── KohnShamDFTStandardEigenOperator.cc
│   │   ├── KohnShamHamiltonianOperatorDeviceKernels.cc
│   │   └── veffPrimeForLRDM.cc
│   ├── dftfeWrapper.cc
│   ├── excManager/
│   │   ├── AtomicBasisData.cpp
│   │   ├── AuxDensityMatrixFE.cpp
│   │   ├── ExcDFTPlusU.cpp
│   │   ├── GaussianBasis.cpp
│   │   ├── NNGGA.cc
│   │   ├── NNLDA.cc
│   │   ├── NNLLMGGA.cpp
│   │   ├── SlaterBasis.cpp
│   │   ├── excDensityGGAClass.cpp
│   │   ├── excDensityLDAClass.cpp
│   │   ├── excDensityLLMGGAClass.cpp
│   │   ├── excManager.cpp
│   │   ├── excManagerDeviceKernels.cc
│   │   ├── excTauMGGAClass.cpp
│   │   ├── exchangeCorrelationFunctionalEvaluatorCPU.cc
│   │   ├── exchangeCorrelationFunctionalEvaluatorDevice.cc
│   │   └── hubbardClass.cpp
│   ├── force/
│   │   ├── configurationalForce.cc
│   │   └── configurationalForceKernels.cc
│   ├── geoOpt/
│   │   ├── geoOptCell.cc
│   │   ├── geoOptIon.cc
│   │   └── geometryOptimizationClass.cc
│   ├── helmholtz/
│   │   ├── kerkerSolverProblem.cc
│   │   ├── kerkerSolverProblemDevice.cc
│   │   └── kerkerSolverProblemDevice.inst.cc
│   ├── linAlg/
│   │   ├── elpaScalaManager.cc
│   │   ├── linearAlgebraOperationsCPU.cc
│   │   ├── linearAlgebraOperationsDevice.cc
│   │   ├── linearAlgebraOperationsDeviceKernels.cc
│   │   ├── linearAlgebraOperationsInternal.cc
│   │   ├── linearAlgebraOperationsOpt.cc
│   │   ├── mixingClass.cc
│   │   ├── process_grid.cc
│   │   ├── pseudoGS.cc
│   │   ├── pseudoGSDevice.cc
│   │   ├── rayleighRitzDevice.cc
│   │   └── scalapackWrapper.cc
│   ├── main.cc
│   ├── matrixFree/
│   │   ├── MatrixFree.cc
│   │   ├── MatrixFree.inst.cc
│   │   ├── MatrixFreeDevice.cc
│   │   ├── MatrixFreeDevice.cu.cc
│   │   ├── MatrixFreeDevice.hip.cc
│   │   ├── MatrixFreeDevice.inst.cc
│   │   └── MatrixFreeDevice.sycl.cc
│   ├── md/
│   │   └── molecularDynamicsClass.cc
│   ├── mdi/
│   │   ├── MDIEngine.cpp
│   │   ├── README.md
│   │   └── libraryMDI.cpp
│   ├── neb/
│   │   └── nudgedElasticBandClass.cc
│   ├── poisson/
│   │   ├── MultiVectorPoissonLinearSolverProblem.cpp
│   │   ├── poissonSolverProblem.cc
│   │   ├── poissonSolverProblem.inst.cc
│   │   ├── poissonSolverProblemDevice.cc
│   │   └── poissonSolverProblemDevice.inst.cc
│   ├── pseudo/
│   │   └── oncv/
│   │       ├── atomCenteredPostProcessing.cc
│   │       └── oncvClass.cc
│   ├── solvers/
│   │   ├── BFGSInverseDFTSolver.cpp
│   │   ├── MultiVectorCGSolver.cpp
│   │   ├── MultiVectorMinResSolver.cpp
│   │   ├── cgSolvers/
│   │   │   ├── BFGSNonLinearSolver.cc
│   │   │   ├── LBFGSNonLinearSolver.cc
│   │   │   └── cgPRPNonLinearSolver.cc
│   │   ├── dealiiLinearSolver.cc
│   │   ├── dealiiLinearSolverProblem.cc
│   │   ├── eigenSolver.cc
│   │   ├── eigenSolvers/
│   │   │   ├── chebyshevOrthogonalizedSubspaceIterationSolver.cc
│   │   │   └── chebyshevOrthogonalizedSubspaceIterationSolverDevice.cc
│   │   ├── linearSolver.cc
│   │   ├── linearSolverCGDevice.cc
│   │   ├── linearSolverCGDeviceKernels.cc
│   │   ├── linearSolverDevice.cc
│   │   ├── linearSolverProblemDevice.cc
│   │   ├── nonLinearSolver.cc
│   │   └── nonlinearSolverProblem.cc
│   ├── symmetry/
│   │   └── groupSymmetry.cc
│   └── triangulation/
│       ├── meshMovement/
│       │   ├── meshMovement.cc
│       │   ├── meshMovementAffineTransform.cc
│       │   └── meshMovementGaussian.cc
│       └── triangulationManager/
│           ├── generateMesh.cc
│           ├── restartUtils.cc
│           └── triangulationManager.cc
├── tests/
│   └── dft/
│       ├── allElectron/
│       │   ├── complex/
│       │   │   ├── CMakeLists.txt
│       │   │   ├── silicon_01.mpirun=16.output
│       │   │   ├── silicon_01.prm.in
│       │   │   ├── silicon_01_b.mpirun=16.output
│       │   │   ├── silicon_01_b.prm.in
│       │   │   ├── silicon_coordinates.inp
│       │   │   └── silicon_domainBoundingVectors.inp
│       │   └── real/
│       │       ├── CMakeLists.txt
│       │       ├── methane_01.mpirun=4.output
│       │       ├── methane_01.mpirun=8.output
│       │       ├── methane_01.prm.in
│       │       ├── methane_01_b.mpirun=8.output
│       │       ├── methane_01_b.prm.in
│       │       ├── methane_coordinates.inp
│       │       ├── methane_domainVectors.inp
│       │       ├── oxgen_2neg.mpirun=16.output
│       │       ├── oxgen_2neg.prm.in
│       │       ├── oxygenMolecule_01.mpirun=4.output
│       │       ├── oxygenMolecule_01.prm.in
│       │       ├── oxygenMolecule_coordinates.inp
│       │       ├── oxygenMolecule_domainVectors.inp
│       │       ├── oxygen_2neg_coordinates.inp
│       │       └── oxygen_2neg_domainVectors.inp
│       └── pseudopotential/
│           ├── complex/
│           │   ├── 13-Al.LDA.upf
│           │   ├── Al_ONCV_PBE-1.0.upf
│           │   ├── Al_pd.upf
│           │   ├── C.upf
│           │   ├── CMakeLists.txt
│           │   ├── C_ONCV_PBE-1.0.upf
│           │   ├── Cu.upf
│           │   ├── Fe.upf
│           │   ├── Fe_ONCV_PBE-1.2.upf
│           │   ├── Fe_ONCV_PBE-1.2_sg15.upf
│           │   ├── Ge.upf
│           │   ├── LGPSMD_coordinates.inp
│           │   ├── LGPSMD_domainBoundingVectors.inp
│           │   ├── LGPSMD_pseudo.inp
│           │   ├── Li.upf
│           │   ├── Mass.inp
│           │   ├── Mg_ONCV_PBE-1.0.upf
│           │   ├── MnFR.upf
│           │   ├── N_ONCV_PBE-1.0.upf
│           │   ├── P.upf
│           │   ├── Pt.upf
│           │   ├── S.upf
│           │   ├── SiFR.upf
│           │   ├── TiAl_coordinates.inp
│           │   ├── TiAl_domainVectors.inp
│           │   ├── TiAl_hubbard.inp
│           │   ├── TiAl_hubbard.mpirun=32.output
│           │   ├── TiAl_hubbard.prm.in
│           │   ├── TiAl_hubbard_singlePrec.mpirun=32.output
│           │   ├── TiAl_hubbard_singlePrec.prm.in
│           │   ├── TiAl_pseudo.inp
│           │   ├── Ti_pd.upf
│           │   ├── bccFe_01_a.mpirun=8.output
│           │   ├── bccFe_01_a.prm.in
│           │   ├── bccFe_01_b.mpirun=8.output
│           │   ├── bccFe_01_b.prm.in
│           │   ├── bccFe_afm.mpirun=32.output
│           │   ├── bccFe_afm.prm.in
│           │   ├── bccFe_afm_coordinates.inp
│           │   ├── bccFe_domainVectors.inp
│           │   ├── bccFe_fm.mpirun=32.output
│           │   ├── bccFe_fm.prm.in
│           │   ├── bccFe_fm_b.mpirun=32.output
│           │   ├── bccFe_fm_b.prm.in
│           │   ├── bccFe_fm_coordinates.inp
│           │   ├── bccFe_fm_coordinates_distorted.inp
│           │   ├── bccFe_fm_scan.mpirun=32.output
│           │   ├── bccFe_fm_scan.prm.in
│           │   ├── bccFe_fm_scan_kerker.mpirun=32.output
│           │   ├── bccFe_fm_scan_kerker.prm.in
│           │   ├── bccFe_fm_scan_useLibxcFalse.mpirun=32.output
│           │   ├── bccFe_fm_scan_useLibxcFalse.prm.in
│           │   ├── bccFe_pseudo.inp
│           │   ├── bccFe_pseudo_scan.inp
│           │   ├── cubicAlONCV_coordinates.inp
│           │   ├── cubicAlPrim_01.mpirun=4.output
│           │   ├── cubicAlPrim_01.prm.in
│           │   ├── cubicAlPrim_01_b.mpirun=4.output
│           │   ├── cubicAlPrim_01_b.prm.in
│           │   ├── cubicAlPrim_02.mpirun=8.output
│           │   ├── cubicAlPrim_02.prm.in
│           │   ├── cubicAlPrim_02_b.mpirun=8.output
│           │   ├── cubicAlPrim_02_b.prm.in
│           │   ├── cubicAl_coordinates.inp
│           │   ├── cubicAl_domainBoundingVectors.inp
│           │   ├── d3/
│           │   │   ├── CMakeLists.txt
│           │   │   ├── d3_graphite.mpirun=24.output
│           │   │   ├── d3_graphite.prm.in
│           │   │   ├── graphite_coordinates.inp
│           │   │   ├── graphite_domainVectors.inp
│           │   │   └── pseudographite.inp
│           │   ├── d4/
│           │   │   ├── CMakeLists.txt
│           │   │   ├── d4_graphite.mpirun=24.output
│           │   │   ├── d4_graphite.prm.in
│           │   │   ├── graphite_coordinates.inp
│           │   │   ├── graphite_domainVectors.inp
│           │   │   └── pseudographite.inp
│           │   ├── fccAl_01.mpirun=4.output
│           │   ├── fccAl_01.mpirun=8.output
│           │   ├── fccAl_01.prm.in
│           │   ├── fccAl_02.mpirun=16.output
│           │   ├── fccAl_02.prm.in
│           │   ├── fccAl_02FullMassMatrix.mpirun=16.output
│           │   ├── fccAl_02FullMassMatrix.prm.in
│           │   ├── fccAl_02RChFSIFalse.mpirun=16.output
│           │   ├── fccAl_02RChFSIFalse.prm.in
│           │   ├── fccAl_02_c.mpirun=16.output
│           │   ├── fccAl_02_c.prm.in
│           │   ├── fccAl_02_d.mpirun=16.output
│           │   ├── fccAl_02_d.prm.in
│           │   ├── fccAl_02_e.mpirun=16.output
│           │   ├── fccAl_02_e.prm.in
│           │   ├── fccAl_03.mpirun=16.output
│           │   ├── fccAl_03.prm.in
│           │   ├── fccAl_04.mpirun=16.output
│           │   ├── fccAl_04.prm.in
│           │   ├── fccAl_05.mpirun=16.output
│           │   ├── fccAl_05.prm.in
│           │   ├── fccAl_coordinates.inp
│           │   ├── fccAl_domainBoundingVectors.inp
│           │   ├── fcc_feCuPt2_01_a.mpirun=8.output
│           │   ├── fcc_feCuPt2_01_a.prm.in
│           │   ├── fcc_feCuPt2_01_b.mpirun=8.output
│           │   ├── fcc_feCuPt2_01_b.prm.in
│           │   ├── fcc_feCuPt2_coordinates.inp
│           │   ├── fcc_feCuPt2_domainVectors.inp
│           │   ├── graphene_01.mpirun=4.output
│           │   ├── graphene_01.prm.in
│           │   ├── graphene_01_b.mpirun=16.output
│           │   ├── graphene_01_b.prm.in
│           │   ├── graphene_coordinates.inp
│           │   ├── graphene_domainBoundingVectors.inp
│           │   ├── hcpAlPrim_coordinates.inp
│           │   ├── hcpAlPrim_domainBoundingVectors.inp
│           │   ├── hcpMgPrim_01.mpirun=3.output
│           │   ├── hcpMgPrim_01.mpirun=5.output
│           │   ├── hcpMgPrim_01.prm.in
│           │   ├── hcpMgPrim_01_b.mpirun=5.output
│           │   ├── hcpMgPrim_01_b.prm.in
│           │   ├── hcpMgPrim_01_c.mpirun=3.output
│           │   ├── hcpMgPrim_01_c.mpirun=5.output
│           │   ├── hcpMgPrim_01_c.prm.in
│           │   ├── hcpMgPrim_01_d.mpirun=8.output
│           │   ├── hcpMgPrim_01_d.prm.in
│           │   ├── hcpMgPrim_01_e.mpirun=8.output
│           │   ├── hcpMgPrim_01_e.prm.in
│           │   ├── hcpMgPrim_02.mpirun=4.output
│           │   ├── hcpMgPrim_02.mpirun=8.output
│           │   ├── hcpMgPrim_02.prm.in
│           │   ├── hcpMgPrim_02_b.mpirun=8.output
│           │   ├── hcpMgPrim_02_b.prm.in
│           │   ├── hcpMgPrim_02_c.mpirun=8.output
│           │   ├── hcpMgPrim_02_c.prm.in
│           │   ├── hcpMgPrim_02_d.mpirun=8.output
│           │   ├── hcpMgPrim_02_d.prm.in
│           │   ├── hcpMgPrim_03.mpirun=3.output
│           │   ├── hcpMgPrim_03.mpirun=5.output
│           │   ├── hcpMgPrim_03.prm.in
│           │   ├── hcpMgPrim_04.mpirun=4.output
│           │   ├── hcpMgPrim_04.mpirun=8.output
│           │   ├── hcpMgPrim_04.prm.in
│           │   ├── hcpMgPrim_04_b.mpirun=4.output
│           │   ├── hcpMgPrim_04_b.mpirun=8.output
│           │   ├── hcpMgPrim_04_b.prm.in
│           │   ├── hcpMgPrim_05.mpirun=3.output
│           │   ├── hcpMgPrim_05.mpirun=5.output
│           │   ├── hcpMgPrim_05.prm.in
│           │   ├── hcpMgPrim_06.mpirun=11.output
│           │   ├── hcpMgPrim_06.mpirun=7.output
│           │   ├── hcpMgPrim_06.prm.in
│           │   ├── hcpMgPrim_06_b.mpirun=11.output
│           │   ├── hcpMgPrim_06_b.mpirun=7.output
│           │   ├── hcpMgPrim_06_b.prm.in
│           │   ├── hcpMgPrim_07.mpirun=8.output
│           │   ├── hcpMgPrim_07.prm.in
│           │   ├── hcpMgPrim_07_b.mpirun=8.output
│           │   ├── hcpMgPrim_07_b.prm.in
│           │   ├── hcpMgPrim_coordinates.inp
│           │   ├── hcpMgPrim_domainBoundingVectors.inp
│           │   ├── kPoint2x2x2File
│           │   ├── mdLGPSNVE_01.mpirun=32.output
│           │   ├── mdLGPSNVE_01.prm.in
│           │   ├── mdLGPSNVE_02.mpirun=32.output
│           │   ├── mdLGPSNVE_02.prm.in
│           │   ├── mnsi_coordinates.inp
│           │   ├── mnsi_domainVectors.inp
│           │   ├── mnsi_ncsoc.mpirun=32.output
│           │   ├── mnsi_ncsoc.prm.in
│           │   ├── mnsi_pseudo.inp
│           │   ├── nitrogenMolecule_02.mpirun=10.output
│           │   ├── nitrogenMolecule_02.prm.in
│           │   ├── nitrogenMolecule_coordinates2.inp
│           │   ├── nitrogenMolecule_domainVectors.inp
│           │   ├── nitrogenMolecule_relaxationFlags.inp
│           │   ├── pseudoAlKB.inp
│           │   ├── pseudoAlONCV.inp
│           │   ├── pseudoCarbon.inp
│           │   ├── pseudoMgONCV.inp
│           │   ├── pseudoNGGA.inp
│           │   ├── pseudo_bccFe_01.inp
│           │   └── pseudo_feCuPt2.inp
│           └── real/
│               ├── 13-Al.LDA.upf
│               ├── Al.upf
│               ├── AlNLCC.upf
│               ├── Al_ONCV_PBE-1.0.upf
│               ├── CMakeLists.txt
│               ├── CNLCC.upf
│               ├── C_ONCV_PBE-1.2_sg15.upf
│               ├── H.upf
│               ├── H3NEB_coordinates.inp
│               ├── H3NEB_domainBoundingVectors.inp
│               ├── H3NEB_ionRelaxFlags.inp
│               ├── H3NEB_pseudo.inp
│               ├── HNLCC.upf
│               ├── H_ONCV_PBE-1.2_sg15.upf
│               ├── Kr.upf
│               ├── Mass.inp
│               ├── Mg_ONCV_PBE-1.0.upf
│               ├── N2_Mass.inp
│               ├── N_ONCV_PBE-1.0.upf
│               ├── Ni_pd.upf
│               ├── Pt3Ni_coordinates.inp
│               ├── Pt3Ni_domainVectors.inp
│               ├── Pt3Ni_hubbard.inp
│               ├── Pt3Ni_hubbard_spin.mpirun=32.output
│               ├── Pt3Ni_hubbard_spin.prm.in
│               ├── Pt3Ni_hubbard_spin_singlePrec.mpirun=32.output
│               ├── Pt3Ni_hubbard_spin_singlePrec.prm.in
│               ├── Pt3Ni_pseudo.inp
│               ├── Pt_pd.upf
│               ├── aluminumMD_coordinates.inp
│               ├── aluminumMD_domainBoundingVectors.inp
│               ├── aluminumMD_pseudo.inp
│               ├── aluminumSingleAtom_01.mpirun=3.output
│               ├── aluminumSingleAtom_01.mpirun=4.output
│               ├── aluminumSingleAtom_01.prm.in
│               ├── aluminumSingleAtom_01_b.mpirun=4.output
│               ├── aluminumSingleAtom_01_b.prm.in
│               ├── aluminumSingleAtom_01_b_coordinates.inp
│               ├── aluminumSingleAtom_01_b_domainBoundingVectors.inp
│               ├── aluminumSingleAtom_coordinates.inp
│               ├── aluminumSingleAtom_domainBoundingVectors.inp
│               ├── d3/
│               │   ├── CMakeLists.txt
│               │   ├── d3_kryptondimer.mpirun=12.output
│               │   ├── d3_kryptondimer.prm.in
│               │   ├── kryptonDimer_coordinates.inp
│               │   ├── kryptonDimer_domainVectors.inp
│               │   ├── kryptonDimer_relaxationFlags.inp
│               │   └── pseudoKr.inp
│               ├── d4/
│               │   ├── CMakeLists.txt
│               │   ├── d4_kryptondimer.mpirun=12.output
│               │   ├── d4_kryptondimer.prm.in
│               │   ├── kryptonDimer_coordinates.inp
│               │   ├── kryptonDimer_domainVectors.inp
│               │   ├── kryptonDimer_relaxationFlags.inp
│               │   └── pseudoKr.inp
│               ├── fccAlPert_01.mpirun=24.output
│               ├── fccAlPert_01.prm.in
│               ├── fccAlPert_01_b.mpirun=24.output
│               ├── fccAlPert_01_b.prm.in
│               ├── fccAlPert_01_c.mpirun=24.output
│               ├── fccAlPert_01_c.prm.in
│               ├── fccAlPert_01_d.mpirun=24.output
│               ├── fccAlPert_01_d.prm.in
│               ├── fccAlPert_coordinates.inp
│               ├── fccAlPert_domainBoundingVectors.inp
│               ├── hcpAlPrim_coordinates.inp
│               ├── hcpAlPrim_domainBoundingVectors.inp
│               ├── hcpMgPrim_01.mpirun=3.output
│               ├── hcpMgPrim_01.mpirun=5.output
│               ├── hcpMgPrim_01.prm.in
│               ├── hcpMgPrim_01_b.mpirun=5.output
│               ├── hcpMgPrim_01_b.prm.in
│               ├── hcpMgPrim_01_c.mpirun=16.output
│               ├── hcpMgPrim_01_c.mpirun=8.output
│               ├── hcpMgPrim_01_c.prm.in
│               ├── hcpMgPrim_01_d.mpirun=12.output
│               ├── hcpMgPrim_01_d.mpirun=8.output
│               ├── hcpMgPrim_01_d.prm.in
│               ├── hcpMgPrim_01_g.mpirun=8.output
│               ├── hcpMgPrim_01_g.prm.in
│               ├── hcpMgPrim_01_h.mpirun=5.output
│               ├── hcpMgPrim_01_h.prm.in
│               ├── hcpMgPrim_01_l.mpirun=8.output
│               ├── hcpMgPrim_01_l.prm.in
│               ├── hcpMgPrim_01_s.mpirun=5.output
│               ├── hcpMgPrim_01_s.prm.in
│               ├── hcpMgPrim_01_t.mpirun=3.output
│               ├── hcpMgPrim_01_t.prm.in
│               ├── hcpMgPrim_02.mpirun=3.output
│               ├── hcpMgPrim_02.mpirun=5.output
│               ├── hcpMgPrim_02.prm.in
│               ├── hcpMgPrim_02_b.mpirun=3.output
│               ├── hcpMgPrim_02_b.mpirun=5.output
│               ├── hcpMgPrim_02_b.prm.in
│               ├── hcpMgPrim_03.mpirun=5.output
│               ├── hcpMgPrim_03.mpirun=8.output
│               ├── hcpMgPrim_03.prm.in
│               ├── hcpMgPrim_03_b.mpirun=5.output
│               ├── hcpMgPrim_03_b.mpirun=8.output
│               ├── hcpMgPrim_03_b.prm.in
│               ├── hcpMgPrim_03_c.mpirun=12.output
│               ├── hcpMgPrim_03_c.mpirun=8.output
│               ├── hcpMgPrim_03_c.prm.in
│               ├── hcpMgPrim_03_d.mpirun=8.output
│               ├── hcpMgPrim_03_d.prm.in
│               ├── hcpMgPrim_03_e.mpirun=5.output
│               ├── hcpMgPrim_03_e.prm.in
│               ├── hcpMgPrim_05.mpirun=8.output
│               ├── hcpMgPrim_05.prm.in
│               ├── hcpMgPrim_05_b.mpirun=8.output
│               ├── hcpMgPrim_05_b.prm.in
│               ├── hcpMgPrim_coordinates.inp
│               ├── hcpMgPrim_domainBoundingVectors.inp
│               ├── mdAlNVE_01.mpirun=16.output
│               ├── mdAlNVE_01.prm.in
│               ├── mdAlNVT_01.mpirun=16.output
│               ├── mdAlNVT_01.prm.in
│               ├── mdAlNVT_02.mpirun=16.output
│               ├── mdAlNVT_02.prm.in
│               ├── methane_coordinates.inp
│               ├── methane_domainVectors.inp
│               ├── methane_scan.mpirun=8.output
│               ├── methane_scan.prm.in
│               ├── methanepsp_01.mpirun=8.output
│               ├── methanepsp_01.prm.in
│               ├── methanepsp_01_b.mpirun=8.output
│               ├── methanepsp_01_b.prm.in
│               ├── nebH3.mpirun=16.output
│               ├── nebH3.prm.in
│               ├── nebH3FullMassMatrix.mpirun=16.output
│               ├── nebH3FullMassMatrix.prm.in
│               ├── nebH3RChFSIFalse.mpirun=16.output
│               ├── nebH3RChFSIFalse.prm.in
│               ├── nitrogenAtomCharged_01.mpirun=10.output
│               ├── nitrogenAtomCharged_01.prm.in
│               ├── nitrogenAtom_coordinates.inp
│               ├── nitrogenAtom_domainVectors.inp
│               ├── nitrogenMolecule02_d/
│               │   └── optRestart/
│               │       ├── cycle.chk
│               │       └── cycle0/
│               │           ├── ionRelax/
│               │           │   ├── step.chk
│               │           │   ├── step.chk.old
│               │           │   └── step4/
│               │           │       ├── atomsCartCoordCurrent.chk
│               │           │       ├── domainBoundingVectorsCurrent.chk
│               │           │       ├── ionRelax.chk
│               │           │       └── maxForce.chk
│               │           └── status.chk
│               ├── nitrogenMolecule_01.mpirun=10.output
│               ├── nitrogenMolecule_01.mpirun=13.output
│               ├── nitrogenMolecule_01.prm.in
│               ├── nitrogenMolecule_02.mpirun=10.output
│               ├── nitrogenMolecule_02.prm.in
│               ├── nitrogenMolecule_02_b.mpirun=16.output
│               ├── nitrogenMolecule_02_b.prm.in
│               ├── nitrogenMolecule_02_c.mpirun=16.output
│               ├── nitrogenMolecule_02_c.prm.in
│               ├── nitrogenMolecule_02_d.mpirun=16.output
│               ├── nitrogenMolecule_02_d.prm.in
│               ├── nitrogenMolecule_02_e.mpirun=16.output
│               ├── nitrogenMolecule_02_e.prm.in
│               ├── nitrogenMolecule_02_erestart.mpirun=16.output
│               ├── nitrogenMolecule_02_erestart.prm.in
│               ├── nitrogenMolecule_03.mpirun=10.output
│               ├── nitrogenMolecule_03.prm.in
│               ├── nitrogenMolecule_03_b.mpirun=10.output
│               ├── nitrogenMolecule_03_b.prm.in
│               ├── nitrogenMolecule_03_c.mpirun=10.output
│               ├── nitrogenMolecule_03_c.prm.in
│               ├── nitrogenMolecule_03_d.mpirun=10.output
│               ├── nitrogenMolecule_03_d.prm.in
│               ├── nitrogenMolecule_03_e.mpirun=10.output
│               ├── nitrogenMolecule_03_e.prm.in
│               ├── nitrogenMolecule_03_g.mpirun=10.output
│               ├── nitrogenMolecule_03_g.prm.in
│               ├── nitrogenMolecule_03_l.mpirun=10.output
│               ├── nitrogenMolecule_03_l.prm.in
│               ├── nitrogenMolecule_coordinates.inp
│               ├── nitrogenMolecule_coordinates2.inp
│               ├── nitrogenMolecule_disp_coordinates.inp
│               ├── nitrogenMolecule_domainVectors.inp
│               ├── nitrogenMolecule_md.mpirun=16.output
│               ├── nitrogenMolecule_md.prm.in
│               ├── nitrogenMolecule_mdrestart.mpirun=16.output
│               ├── nitrogenMolecule_mdrestart.prm.in
│               ├── nitrogenMolecule_relaxationFlags.inp
│               ├── pseudoAlKB.inp
│               ├── pseudoAlNLCC.inp
│               ├── pseudoAlONCV.inp
│               ├── pseudoMethaneNLCC.inp
│               ├── pseudoMethaneSCAN.inp
│               ├── pseudoMgONCV.inp
│               ├── pseudoNGGA.inp
│               ├── testDataTransfer.mpirun=8.output
│               ├── testDataTransfer.prm.in
│               ├── testMultiVectorPoissonSolver.mpirun=8.output
│               └── testMultiVectorPoissonSolver.prm.in
├── testsGPU/
│   └── pseudopotential/
│       ├── complex/
│       │   ├── Al_pd.upf
│       │   ├── As_sr.upf
│       │   ├── Be_ONCV_PBE-1.2.upf
│       │   ├── Cu.upf
│       │   ├── Fe.upf
│       │   ├── Fe_ONCV_PBE-1.2_sg15.upf
│       │   ├── Ga_sr.upf
│       │   ├── Mg_ONCV_PBE-1.0.upf
│       │   ├── Pt.upf
│       │   ├── TiAl_coordinates.inp
│       │   ├── TiAl_domainVectors.inp
│       │   ├── TiAl_hubbard.inp
│       │   ├── TiAl_pseudo.inp
│       │   ├── Ti_pd.upf
│       │   ├── accuracyBenchmarks/
│       │   │   ├── outputBccFe_pdos
│       │   │   ├── outputBccFe_relax
│       │   │   ├── outputBccFe_relaxFullMassMatrix
│       │   │   ├── outputBccFe_scan
│       │   │   ├── outputBccFe_scan_kerker
│       │   │   ├── outputBccFe_scan_useLibxcFalse
│       │   │   ├── outputBccFe_scf
│       │   │   ├── outputBccFe_scfConstraintMag
│       │   │   ├── outputBe
│       │   │   ├── outputFeCuPt2_pdos
│       │   │   ├── outputFeCuPt2_scf
│       │   │   ├── outputFeCuPt2_scf_interMediateQuadRule
│       │   │   ├── outputGaAs
│       │   │   ├── outputGaAs_bands
│       │   │   ├── outputMg2x_1
│       │   │   ├── outputMg2x_10
│       │   │   ├── outputMg2x_2
│       │   │   ├── outputMg2x_3
│       │   │   ├── outputMg2x_4
│       │   │   ├── outputMg2x_5
│       │   │   ├── outputMg2x_6
│       │   │   ├── outputMg2x_7
│       │   │   ├── outputMg2x_8
│       │   │   ├── outputMg2x_9
│       │   │   ├── outputTiAl_hubbard
│       │   │   └── outputTiAl_hubbard_mixedPrec_mpi6
│       │   ├── bccFe_coordinates.inp
│       │   ├── bccFe_coordinates_distorted.inp
│       │   ├── bccFe_domainVectors.inp
│       │   ├── coordinatesBe.inp
│       │   ├── coordinatesGaAs.inp
│       │   ├── coordinatesMg2x.inp
│       │   ├── coordinatesMg2x_spin.inp
│       │   ├── diffScript
│       │   ├── domainVectorsBe.inp
│       │   ├── domainVectorsGaAs.inp
│       │   ├── domainVectorsMg2x.inp
│       │   ├── domainVectorsMg2x_2.inp
│       │   ├── fcc_feCuPt2_coordinates.inp
│       │   ├── fcc_feCuPt2_domainVectors.inp
│       │   ├── jobscripts/
│       │   │   ├── auroraJobScript6Tasks6GPUs.sh
│       │   │   ├── frontierJobScript6GCDs6MPITasks.sh
│       │   │   ├── matrixlabgpu18Tasks6GPUs.slurm
│       │   │   └── perlmutter.slurm
│       │   ├── kPointFileGaAs.inp
│       │   ├── parameterFileBccFe_pdos.prm
│       │   ├── parameterFileBccFe_relax.prm
│       │   ├── parameterFileBccFe_relaxFullMassMatrix.prm
│       │   ├── parameterFileBccFe_scan.prm
│       │   ├── parameterFileBccFe_scan_kerker.prm
│       │   ├── parameterFileBccFe_scan_useLibxcFalse.prm
│       │   ├── parameterFileBccFe_scf.prm
│       │   ├── parameterFileBccFe_scfConstraintMag.prm
│       │   ├── parameterFileBe.prm
│       │   ├── parameterFileFeCuPt2_pdos.prm
│       │   ├── parameterFileFeCuPt2_scf.prm
│       │   ├── parameterFileFeCuPt2_scf_interMediateQuadRule.prm
│       │   ├── parameterFileGaAs.prm
│       │   ├── parameterFileGaAs_BANDS.prm
│       │   ├── parameterFileMg2x_1.prm
│       │   ├── parameterFileMg2x_10.prm
│       │   ├── parameterFileMg2x_2.prm
│       │   ├── parameterFileMg2x_3.prm
│       │   ├── parameterFileMg2x_4.prm
│       │   ├── parameterFileMg2x_5.prm
│       │   ├── parameterFileMg2x_6.prm
│       │   ├── parameterFileMg2x_7.prm
│       │   ├── parameterFileMg2x_8.prm
│       │   ├── parameterFileMg2x_9.prm
│       │   ├── parameterFileTiAl.prm
│       │   ├── parameterFileTiAl_mixedPrec.prm
│       │   ├── pseudoBe.inp
│       │   ├── pseudoGaAs.inp
│       │   ├── pseudoMg.inp
│       │   ├── pseudo_bccFe.inp
│       │   ├── pseudo_bccFe_scan.inp
│       │   └── pseudo_feCuPt2.inp
│       └── real/
│           ├── Al.upf
│           ├── Be_ONCV_PBE-1.2.upf
│           ├── Input_MD_0.prm
│           ├── Input_MD_1.prm
│           ├── Input_MD_2.prm
│           ├── La.upf
│           ├── Li.upf
│           ├── Mass.inp
│           ├── Mg_ONCV_PBE-1.0.upf
│           ├── N_ONCV_PBE-1.0.upf
│           ├── Ni_pd.upf
│           ├── O.upf
│           ├── Pt3Ni_coordinates.inp
│           ├── Pt3Ni_domainVectors.inp
│           ├── Pt3Ni_hubbard.inp
│           ├── Pt3Ni_hubbard_spin.prm
│           ├── Pt3Ni_hubbard_spin_mixedPrec.prm
│           ├── Pt3Ni_pseudo.inp
│           ├── Pt_pd.upf
│           ├── Re.upf
│           ├── S.upf
│           ├── Te.upf
│           ├── Zr.upf
│           ├── accuracyBenchmarks/
│           │   ├── outputBe
│           │   ├── outputLLZO
│           │   ├── outputMg2x_1
│           │   ├── outputMg2x_10
│           │   ├── outputMg2x_11
│           │   ├── outputMg2x_12
│           │   ├── outputMg2x_13
│           │   ├── outputMg2x_14
│           │   ├── outputMg2x_15
│           │   ├── outputMg2x_17
│           │   ├── outputMg2x_1_spin_gpu
│           │   ├── outputMg2x_2
│           │   ├── outputMg2x_2_spin_gpu
│           │   ├── outputMg2x_3
│           │   ├── outputMg2x_4
│           │   ├── outputMg2x_5
│           │   ├── outputMg2x_6
│           │   ├── outputMg2x_7
│           │   ├── outputMg2x_8
│           │   ├── outputMg2x_9
│           │   ├── outputN2_1
│           │   ├── outputN2_2
│           │   ├── outputN2_3
│           │   ├── outputN2_4
│           │   ├── outputN2_5
│           │   ├── outputPt3Ni_hubbard_spin
│           │   ├── outputPt3Ni_hubbard_spin_mixedPrec
│           │   ├── outputReS2
│           │   ├── outputReS2FullMassMatrix
│           │   ├── output_MD_0
│           │   ├── output_MD_1
│           │   └── output_MD_2
│           ├── aluminumMD_coordinates.inp
│           ├── aluminumMD_domainBoundingVectors.inp
│           ├── aluminumMD_pseudo.inp
│           ├── coordinates.inp
│           ├── coordinatesBe.inp
│           ├── coordinatesMg2x.inp
│           ├── coordinatesMg2x_spin.inp
│           ├── coordinates_LLZO.inp
│           ├── coordinates_ReS2.inp
│           ├── diffScript
│           ├── domainVectors.inp
│           ├── domainVectorsBe.inp
│           ├── domainVectorsMg2x.inp
│           ├── domainVectors_LLZO.inp
│           ├── domainVectors_ReS2.inp
│           ├── jobscripts/
│           │   ├── auroraJobScript18Tasks18GPUs.sh
│           │   ├── auroraJobScript6Tasks6GPUs.sh
│           │   ├── frontierJobScript18GCDs18MPITasks.sh
│           │   ├── frontierJobScript6GCDs6MPITasks.sh
│           │   ├── matrixlabgpu18Tasks6GPUs.slurm
│           │   ├── perlmutter18Tasks18GPUs.slurm
│           │   └── perlmutter6Tasks6GPUs.slurm
│           ├── parameterFileBe.prm
│           ├── parameterFileMg2x_1.prm
│           ├── parameterFileMg2x_10.prm
│           ├── parameterFileMg2x_11.prm
│           ├── parameterFileMg2x_12.prm
│           ├── parameterFileMg2x_13.prm
│           ├── parameterFileMg2x_14.prm
│           ├── parameterFileMg2x_15.prm
│           ├── parameterFileMg2x_17.prm
│           ├── parameterFileMg2x_1_spingpu.prm
│           ├── parameterFileMg2x_2.prm
│           ├── parameterFileMg2x_2_spingpu.prm
│           ├── parameterFileMg2x_3.prm
│           ├── parameterFileMg2x_4.prm
│           ├── parameterFileMg2x_5.prm
│           ├── parameterFileMg2x_6.prm
│           ├── parameterFileMg2x_7.prm
│           ├── parameterFileMg2x_8.prm
│           ├── parameterFileMg2x_9.prm
│           ├── parameterFileN2_1.prm
│           ├── parameterFileN2_2.prm
│           ├── parameterFileN2_3.prm
│           ├── parameterFileN2_4.prm
│           ├── parameterFileN2_5.prm
│           ├── parameterFile_LLZO.prm
│           ├── parameterFile_ReS2.prm
│           ├── parameterFile_ReS2FullMassMatrix.prm
│           ├── pseudo.inp
│           ├── pseudoBe.inp
│           ├── pseudoMg.inp
│           ├── pseudo_LLZO.inp
│           └── pseudo_ReS2.inp
├── utils/
│   ├── BLASWrapperDevice.cc
│   ├── BLASWrapperDevice.inst.cc
│   ├── BLASWrapperDeviceKernels.cc
│   ├── BLASWrapperHost.cc
│   ├── Cell.t.cc
│   ├── DeviceAPICalls.cu.cc
│   ├── DeviceAPICalls.hip.cc
│   ├── DeviceAPICalls.sycl.cc
│   ├── DeviceDirectCCLWrapper.cc
│   ├── DeviceKernelsGeneric.cc
│   ├── Exceptions.cc
│   ├── FEBasisOperations.cc
│   ├── FEBasisOperationsKernels.cc
│   ├── FEBasisOperationsKernelsInternalDevice.cc
│   ├── FEBasisOperationsKernelsInternalHost.cc
│   ├── FECell.t.cc
│   ├── FiniteDifference.cc
│   ├── MPICommunicatorP2P.cc
│   ├── MPICommunicatorP2PKernels.cc
│   ├── MPICommunicatorP2PKernelsDevice.cc
│   ├── MPIPatternP2P.cc
│   ├── MPIRequestersNBX.cc
│   ├── MPIWriteOnFile.cpp
│   ├── MemoryManager.cc
│   ├── MemoryTransferKernelsDevice.cc
│   ├── NodalData.cpp
│   ├── PeriodicTable.cc
│   ├── QuadDataCompositeWrite.cpp
│   ├── RTreeBox.t.cc
│   ├── RTreePoint.t.cc
│   ├── SphericalFunctionUtil.cpp
│   ├── StringOperations.cpp
│   ├── constraintMatrixInfo.cc
│   ├── constraintMatrixInfoDevice.cc
│   ├── constraintMatrixInfoDeviceKernels.cc
│   ├── dftParameters.cc
│   ├── dftUtils.cc
│   ├── fileReaders.cc
│   ├── functionalTests/
│   │   ├── testDataTransfer.cpp
│   │   └── testMultiVectorCGForPoisson.cpp
│   ├── pseudoConverter.cc
│   ├── runParameters.cc
│   └── vectorTools/
│       └── vectorUtilities.cc
└── version
Download .txt
SYMBOL INDEX (1265 symbols across 374 files)

FILE: include/AtomCenteredPseudoWavefunctionSpline.h
  function namespace (line 37) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionBase.h
  function namespace (line 27) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionBessel.h
  function namespace (line 30) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionContainer.h
  function namespace (line 34) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionCoreDensitySpline.h
  function namespace (line 37) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionGaussian.h
  function namespace (line 30) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionLocalPotentialSpline.h
  function namespace (line 37) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionProjectorSpline.h
  function namespace (line 37) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionSinc.h
  function namespace (line 30) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionSpline.h
  function namespace (line 37) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionValenceDensitySpline.h
  function namespace (line 37) | namespace dftfe

FILE: include/AtomCenteredSphericalFunctionZOverR.h
  function namespace (line 33) | namespace dftfe

FILE: include/AtomPseudoWavefunctions.h
  function namespace (line 43) | namespace dftfe

FILE: include/AtomicBasis.h
  function class (line 30) | class AtomicBasis

FILE: include/AtomicBasisData.h
  function namespace (line 12) | namespace dftfe

FILE: include/AtomicCenteredNonLocalOperator.h
  type class (line 47) | enum class
  type class (line 54) | enum class

FILE: include/AtomicCenteredNonLocalOperatorKernelsDevice.h
  function namespace (line 28) | namespace dftfe

FILE: include/AuxDensityMatrix.h
  type class (line 18) | enum class
  function WfcDescriptorDataAttributes (line 32) | enum class WfcDescriptorDataAttributes

FILE: include/AuxDensityMatrixFE.h
  function namespace (line 12) | namespace dftfe

FILE: include/BFGSNonLinearSolver.h
  function namespace (line 24) | namespace dftfe

FILE: include/BLASWrapper.h
  function tensorOpDataType (line 723) | enum class tensorOpDataType

FILE: include/Cell.h
  function namespace (line 33) | namespace dftfe

FILE: include/CompositeData.h
  function namespace (line 26) | namespace dftfe

FILE: include/DataTypeOverloads.h
  function namespace (line 23) | namespace dftfe

FILE: include/DeviceAPICalls.h
  function namespace (line 10) | namespace dftfe

FILE: include/DeviceDataTypeOverloads.cu.h
  function namespace (line 26) | namespace dftfe

FILE: include/DeviceDataTypeOverloads.hip.h
  function namespace (line 26) | namespace dftfe

FILE: include/DeviceDataTypeOverloads.sycl.h
  function namespace (line 25) | namespace dftfe

FILE: include/DeviceKernelLauncherHelpers.h
  function namespace (line 25) | namespace dftfe
  function namespace (line 38) | namespace dftfe
  function namespace (line 51) | namespace dftfe

FILE: include/DeviceTypeConfig.cu.h
  function namespace (line 22) | namespace dftfe

FILE: include/DeviceTypeConfig.hip.h
  function namespace (line 23) | namespace dftfe

FILE: include/DeviceTypeConfig.sycl.h
  function namespace (line 28) | namespace dftfe

FILE: include/DeviceTypeConfigHalfPrec.cu.h
  function namespace (line 22) | namespace dftfe
  function __device_bfloat162 (line 121) | inline __device_bfloat162 *
  function __device_bfloat162 (line 127) | inline const __device_bfloat162 *

FILE: include/DeviceTypeConfigHalfPrec.hip.h
  function namespace (line 23) | namespace dftfe
  function __device_bfloat162 (line 124) | inline __device_bfloat162 *
  function __device_bfloat162 (line 130) | inline const __device_bfloat162 *

FILE: include/DeviceTypeConfigHalfPrec.sycl.h
  function namespace (line 27) | namespace utils

FILE: include/ExcDFTPlusU.h
  function namespace (line 25) | namespace dftfe

FILE: include/ExcSSDFunctionalBaseClass.h
  type class (line 27) | enum class
  type class (line 44) | enum class
  type class (line 57) | enum class

FILE: include/ExcSSDFunctionalBaseClass.t.cc
  type dftfe (line 22) | namespace dftfe
    function ExcFamilyType (line 53) | ExcFamilyType
    function densityFamilyType (line 60) | densityFamilyType

FILE: include/Exceptions.h
  function namespace (line 124) | namespace dftfe

FILE: include/Exceptions.t.cc
  type dftfe (line 2) | namespace dftfe
    type utils (line 4) | namespace utils
      function throwException (line 7) | void

FILE: include/FEBasisOperations.h
  function namespace (line 29) | namespace basis
  function class (line 86) | class FEBasisOperations

FILE: include/FEBasisOperationsKernelsInternal.h
  function namespace (line 29) | namespace dftfe

FILE: include/FECell.h
  function namespace (line 31) | namespace dftfe

FILE: include/FiniteDifference.h
  function namespace (line 7) | namespace dftfe

FILE: include/GaussianBasis.h
  function namespace (line 31) | namespace dftfe

FILE: include/InterpolateCellWiseDataToPoints.h
  function namespace (line 34) | namespace dftfe

FILE: include/InterpolateFromCellToLocalPoints.h
  function namespace (line 32) | namespace dftfe

FILE: include/KohnShamDFTBaseOperator.h
  function namespace (line 32) | namespace dftfe

FILE: include/KohnShamDFTOperatorKernels.h
  function namespace (line 29) | namespace dftfe

FILE: include/KohnShamDFTStandardEigenOperator.h
  function namespace (line 32) | namespace dftfe

FILE: include/LBFGSNonLinearSolver.h
  function namespace (line 24) | namespace dftfe

FILE: include/MDIEngine.h
  function namespace (line 27) | namespace dftfe

FILE: include/MPICommunicatorP2P.h
  function namespace (line 45) | namespace mpi

FILE: include/MPICommunicatorP2PKernels.h
  function namespace (line 33) | namespace dftfe

FILE: include/MPIPatternP2P.t.cc
  type dftfe (line 34) | namespace dftfe
    type utils (line 36) | namespace utils
      type mpi (line 38) | namespace mpi
        function getAllOwnedRanges (line 42) | void
        function getGhostProcIdToLocalGhostIndicesMap (line 72) | void
        function checkContiguity (line 142) | bool
        type RangeMetaData (line 158) | struct RangeMetaData
        function compareRangeMetaData (line 165) | bool
        function getOverlappingRangeIds (line 173) | std::vector<dftfe::uInt>
        function MPI_Comm (line 834) | const MPI_Comm &

FILE: include/MPIRequestersBase.h
  function namespace (line 26) | namespace dftfe

FILE: include/MPIRequestersNBX.h
  function namespace (line 31) | namespace dftfe

FILE: include/MPITags.h
  function namespace (line 31) | namespace dftfe

FILE: include/MPIWriteOnFile.h
  function namespace (line 27) | namespace dftfe

FILE: include/MapPointsToCells.h
  function namespace (line 34) | namespace dftfe

FILE: include/MatrixFree.h
  function namespace (line 37) | namespace dftfe

FILE: include/MatrixFreeDevice.h
  function namespace (line 33) | namespace dftfe

FILE: include/MatrixFreeWrapper.h
  function namespace (line 31) | namespace dftfe

FILE: include/MemoryManager.h
  function namespace (line 8) | namespace dftfe

FILE: include/MemorySpaceType.h
  function namespace (line 25) | namespace dftfe

FILE: include/MemoryStorage.h
  type ValueType (line 51) | typedef ValueType       *pointer;
  type ValueType (line 52) | typedef ValueType       &reference;
  type ValueType (line 53) | typedef const ValueType &const_reference;
  type ValueType (line 54) | typedef ValueType       *iterator;
  type ValueType (line 55) | typedef const ValueType *const_iterator;

FILE: include/MemoryStorage.t.cc
  type dftfe (line 25) | namespace dftfe
    type utils (line 27) | namespace utils
      function ValueType (line 226) | ValueType *
      function ValueType (line 232) | const ValueType *
      function memoryStorageFromSTL (line 437) | MemoryStorage<ValueType, memorySpaceDst>

FILE: include/MemoryTransfer.h
  function namespace (line 27) | namespace dftfe

FILE: include/MemoryTransfer.t.cc
  type dftfe (line 26) | namespace dftfe
    type utils (line 28) | namespace utils

FILE: include/MemoryTransferKernelsDevice.h
  function namespace (line 27) | namespace dftfe

FILE: include/MultiVector.t.cc
  type dftfe (line 24) | namespace dftfe
    type linearAlgebra (line 26) | namespace linearAlgebra
      function ValueType (line 505) | ValueType *
      function ValueType (line 512) | const ValueType *
      function createMultiVectorFromDealiiPartitioner (line 820) | void

FILE: include/MultiVectorCGSolver.h
  function namespace (line 20) | namespace dftfe

FILE: include/MultiVectorLinearSolverProblem.h
  function namespace (line 24) | namespace dftfe

FILE: include/MultiVectorMinResSolver.h
  function namespace (line 19) | namespace dftfe

FILE: include/MultiVectorPoissonLinearSolverProblem.h
  function namespace (line 25) | namespace dftfe

FILE: include/NNLDA.h
  function namespace (line 7) | namespace dftfe

FILE: include/NNLLMGGA.h
  function namespace (line 7) | namespace dftfe

FILE: include/NodalData.h
  function namespace (line 12) | namespace dftfe

FILE: include/OptimizedIndexSet.h
  function namespace (line 27) | namespace dftfe

FILE: include/OptimizedIndexSet.t.cc
  type dftfe (line 28) | namespace dftfe
    type utils (line 30) | namespace utils

FILE: include/PeriodicTable.h
  function namespace (line 28) | namespace dftfe

FILE: include/QuadDataCompositeWrite.h
  function namespace (line 9) | namespace dftfe

FILE: include/RTreeBox.h
  function namespace (line 35) | namespace dftfe

FILE: include/RTreePoint.h
  function namespace (line 36) | namespace dftfe

FILE: include/SlaterBasis.h
  function namespace (line 28) | namespace dftfe

FILE: include/SphericalFunctionUtil.h
  function namespace (line 25) | namespace dftfe

FILE: include/StringOperations.h
  function namespace (line 28) | namespace dftfe

FILE: include/TransferBetweenMeshesIncompatiblePartitioning.h
  function namespace (line 29) | namespace dftfe

FILE: include/TypeConfig.h
  function namespace (line 4) | namespace dftfe

FILE: include/atomCenteredPostProcessing.h
  function namespace (line 26) | namespace dftfe

FILE: include/cgPRPNonLinearSolver.h
  function namespace (line 24) | namespace dftfe

FILE: include/chebyshevOrthogonalizedSubspaceIterationSolver.h
  function namespace (line 29) | namespace dftfe

FILE: include/chebyshevOrthogonalizedSubspaceIterationSolverDevice.h
  function namespace (line 30) | namespace dftfe

FILE: include/computeAuxProjectedDensityMatrixFromPSI.h
  function namespace (line 26) | namespace dftfe

FILE: include/configurationalForce.h
  function namespace (line 28) | namespace dftfe

FILE: include/configurationalForceKernels.h
  function namespace (line 30) | namespace dftfe

FILE: include/constants.h
  function namespace (line 24) | namespace dftfe

FILE: include/constraintMatrixInfo.h
  function namespace (line 26) | namespace dftfe

FILE: include/constraintMatrixInfoDeviceKernels.h
  function namespace (line 8) | namespace dftfe

FILE: include/dealiiLinearSolver.h
  function namespace (line 24) | namespace dftfe

FILE: include/dealiiLinearSolverProblem.h
  function namespace (line 23) | namespace dftfe

FILE: include/densityCalculator.h
  function namespace (line 25) | namespace dftfe

FILE: include/densityCalculatorDeviceKernels.h
  function namespace (line 29) | namespace dftfe

FILE: include/densityFirstOrderResponseCalculator.h
  function namespace (line 29) | namespace dftfe

FILE: include/deviceDirectCCLWrapper.h
  function namespace (line 35) | namespace dftfe

FILE: include/deviceKernelsGeneric.h
  function namespace (line 26) | namespace dftfe

FILE: include/dft.h
  function namespace (line 77) | namespace dftfe

FILE: include/dftBase.h
  function namespace (line 26) | namespace dftfe

FILE: include/dftParameters.h
  function namespace (line 27) | namespace dftfe

FILE: include/dftUtils.h
  function namespace (line 25) | namespace dftfe

FILE: include/dftd.h
  function namespace (line 29) | namespace dftfe

FILE: include/dftfeDataTypes.h
  function namespace (line 31) | namespace dftfe

FILE: include/dftfeWrapper.h
  function namespace (line 26) | namespace dftfe

FILE: include/eigenSolver.h
  function class (line 33) | class eigenSolverClass

FILE: include/elpaScalaManager.h
  function class (line 37) | class elpaScalaManager

FILE: include/energyCalculator.h
  function namespace (line 27) | namespace dftfe

FILE: include/eshelbyTensor.h
  function namespace (line 24) | namespace dftfe

FILE: include/eshelbyTensorSpinPolarized.h
  function namespace (line 22) | namespace dftfe

FILE: include/excDensityGGAClass.h
  function namespace (line 22) | namespace dftfe

FILE: include/excDensityLDAClass.h
  function namespace (line 23) | namespace dftfe

FILE: include/excDensityLLMGGAClass.h
  function namespace (line 10) | namespace dftfe

FILE: include/excDensityPositivityCheckTypes.h
  function namespace (line 3) | namespace dftfe

FILE: include/excManager.h
  function namespace (line 24) | namespace dftfe

FILE: include/excManagerKernels.h
  function namespace (line 29) | namespace dftfe

FILE: include/excTauMGGAClass.h
  function namespace (line 7) | namespace dftfe

FILE: include/exchangeCorrelationFunctionalEvaluator.h
  function namespace (line 23) | namespace dftfe

FILE: include/expConfiningPotential.h
  function namespace (line 26) | namespace dftfe

FILE: include/feevaluationWrapper.h
  function namespace (line 24) | namespace dftfe

FILE: include/fileReaders.h
  function namespace (line 30) | namespace dftfe

FILE: include/forceWfcContractions.h
  function namespace (line 29) | namespace dftfe

FILE: include/forceWfcContractionsDeviceKernels.h
  function namespace (line 22) | namespace dftfe

FILE: include/functionalTest.h
  function namespace (line 26) | namespace functionalTest

FILE: include/geoOptCell.h
  function namespace (line 25) | namespace dftfe

FILE: include/geoOptIon.h
  function namespace (line 25) | namespace dftfe

FILE: include/geometryOptimizationClass.h
  function namespace (line 29) | namespace dftfe

FILE: include/groupSymmetry.h
  function namespace (line 29) | namespace dftfe

FILE: include/headers.h
  function namespace (line 89) | namespace dftfe

FILE: include/hubbardClass.h
  type hubbardSpecies (line 37) | struct hubbardSpecies
  function HubbardOccFieldType (line 55) | enum class HubbardOccFieldType

FILE: include/kerkerSolverProblem.h
  function namespace (line 25) | namespace dftfe

FILE: include/kerkerSolverProblemDevice.h
  function namespace (line 35) | namespace dftfe

FILE: include/kerkerSolverProblemWrapper.h
  function namespace (line 28) | namespace dftfe

FILE: include/lapack_support.h
  function namespace (line 22) | namespace dftfe

FILE: include/linearAlgebraOperations.h
  function namespace (line 28) | namespace dftfe

FILE: include/linearAlgebraOperationsCPU.h
  function namespace (line 28) | namespace dftfe

FILE: include/linearAlgebraOperationsDevice.h
  function namespace (line 30) | namespace dftfe

FILE: include/linearAlgebraOperationsDeviceKernels.h
  function namespace (line 6) | namespace dftfe

FILE: include/linearAlgebraOperationsInternal.h
  function namespace (line 29) | namespace dftfe

FILE: include/linearSolver.h
  function namespace (line 24) | namespace dftfe

FILE: include/linearSolverCGDevice.h
  function namespace (line 27) | namespace dftfe

FILE: include/linearSolverCGDeviceKernels.h
  function namespace (line 8) | namespace dftfe

FILE: include/linearSolverDevice.h
  function namespace (line 25) | namespace dftfe

FILE: include/linearSolverProblemDevice.h
  function namespace (line 24) | namespace dftfe

FILE: include/meshGenUtils.h
  function namespace (line 26) | namespace dftfe

FILE: include/meshMovement.h
  function namespace (line 25) | namespace dftfe

FILE: include/meshMovementAffineTransform.h
  function namespace (line 22) | namespace dftfe

FILE: include/meshMovementGaussian.h
  function namespace (line 22) | namespace dftfe

FILE: include/mixingClass.h
  function mixingVariable (line 31) | enum class mixingVariable

FILE: include/molecularDynamicsClass.h
  function namespace (line 30) | namespace dftfe

FILE: include/nonLinearSolver.h
  function namespace (line 26) | namespace dftfe

FILE: include/nonlinearSolverFunction.h
  function namespace (line 26) | namespace dftfe

FILE: include/nonlinearSolverProblem.h
  function namespace (line 22) | namespace dftfe

FILE: include/nudgedElasticBandClass.h
  function namespace (line 36) | namespace dftfe

FILE: include/oncvClass.h
  function namespace (line 24) | namespace dftfe

FILE: include/operator.h
  function namespace (line 34) | namespace dftfe

FILE: include/poissonSolverProblem.h
  function namespace (line 26) | namespace dftfe

FILE: include/poissonSolverProblemDevice.h
  function namespace (line 37) | namespace dftfe

FILE: include/poissonSolverProblemWrapper.h
  function namespace (line 28) | namespace dftfe

FILE: include/process_grid.h
  function class (line 52) | class ProcessGrid

FILE: include/pseudoConverter.h
  function namespace (line 24) | namespace dftfe

FILE: include/pseudoUtils.h
  function namespace (line 30) | namespace dftfe

FILE: include/pseudopotentialBaseClass.h
  function CouplingType (line 47) | enum class CouplingType

FILE: include/runParameters.h
  function namespace (line 29) | namespace dftfe

FILE: include/scalapack.templates.h
  function namespace (line 42) | namespace dftfe

FILE: include/scalapackWrapper.h
  function size_type (line 455) | size_type

FILE: include/solveVselfInBinsDevice.h
  function namespace (line 25) | namespace dftfe

FILE: include/solveVselfInBinsDeviceKernels.h
  function namespace (line 7) | namespace dftfe

FILE: include/sphericalHarmonicUtils.h
  function namespace (line 22) | namespace dftfe

FILE: include/triangulationManager.h
  function namespace (line 23) | namespace dftfe

FILE: include/vectorUtilities.h
  function namespace (line 26) | namespace dftfe

FILE: include/vselfBinsManager.h
  function namespace (line 26) | namespace dftfe

FILE: postProcessing/postprocessModules.py
  class Plotters (line 24) | class Plotters:
    method __init__ (line 25) | def __init__(self, filesPath = None, bandsDatFile = None, kptsFile = N...
    method createPoscar (line 113) | def createPoscar(self):
    method createKpts (line 190) | def createKpts(self, forDOS = False):
    method createProcar (line 201) | def createProcar(self):
    method createOutcar (line 244) | def createOutcar(self):
    method createVasprun (line 248) | def createVasprun(self):
    method plotBandStr (line 582) | def plotBandStr(self):
    method plotDos (line 640) | def plotDos(self):

FILE: pseudoConverters/pseudoPotentialToDftfeConverter.cc
  type dftfe (line 33) | namespace dftfe
    type pseudoUtils (line 35) | namespace pseudoUtils
      function XmlTagReaderMain (line 37) | std::vector<double>
      function XmlTagReaderAttr (line 83) | void
      function xmlNodeChildCount (line 132) | dftfe::Int
      function xmltoSummaryFile (line 164) | void
      function xmltoProjectorFile (line 383) | void
      function xmltoLocalPotential (line 527) | void
      function xmltoDenomFile (line 558) | void
      function xmltoCoreDensityFile (line 587) | void
      function xmltoDensityFile (line 639) | void
      function xmltoOrbitalFile (line 676) | void
      function pseudoPotentialToDftfeParser (line 750) | dftfe::Int

FILE: src/TransferBetweenMeshes/InterpolateCellWiseDataToPoints.cpp
  type dftfe (line 44) | namespace dftfe
    class InterpolateCellWiseDataToPoints<
    dftfe::dataTypes::number,
    dftfe::utils::MemorySpace::HOST> (line 576) | class InterpolateCellWiseDataToPoints<
    class InterpolateCellWiseDataToPoints<
    dftfe::dataTypes::number,
    dftfe::utils::MemorySpace::DEVICE> (line 581) | class InterpolateCellWiseDataToPoints<

FILE: src/TransferBetweenMeshes/InterpolateFromCellToLocalPoints.cpp
  type dftfe (line 23) | namespace dftfe
    class InterpolateFromCellToLocalPoints<
    dftfe::utils::MemorySpace::HOST> (line 147) | class InterpolateFromCellToLocalPoints<
    class InterpolateFromCellToLocalPoints<
    dftfe::utils::MemorySpace::DEVICE> (line 153) | class InterpolateFromCellToLocalPoints<

FILE: src/TransferBetweenMeshes/MapPointsToCells.t.cc
  type dftfe (line 3) | namespace dftfe
    type utils (line 5) | namespace utils
      function appendToVec (line 10) | void
      function getLocallyOwnedRange (line 16) | std::pair<dftfe::uInt, dftfe::uInt>
      function getProcBoundingBox (line 44) | void
      function getAllProcsBoundingBoxes (line 81) | void
      function pointsToCell (line 112) | void
      function getTargetPointsToSend (line 169) | void
      function receivePoints (line 231) | void

FILE: src/TransferBetweenMeshes/TransferBetweenMeshesIncompatiblePartitioning.cpp
  type dftfe (line 26) | namespace dftfe
    class TransferDataBetweenMeshesIncompatiblePartitioning<
    dftfe::utils::MemorySpace::HOST> (line 348) | class TransferDataBetweenMeshesIncompatiblePartitioning<
    class TransferDataBetweenMeshesIncompatiblePartitioning<
    dftfe::utils::MemorySpace::DEVICE> (line 351) | class TransferDataBetweenMeshesIncompatiblePartitioning<

FILE: src/apiTest.cc
  function main (line 36) | dftfe::Int

FILE: src/atom/AtomCenteredPseudoWavefunctionSpline.cpp
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionBase.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionBessel.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionContainer.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionCoreDensitySpline.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionGaussian.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionLocalPotentialSpline.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionProjectorSpline.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionSinc.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionSpline.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionValenceDensitySpline.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomCenteredSphericalFunctionZOverR.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomPseudoWavefunctions.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/atom/AtomicCenteredNonLocalOperator.cc
  type dftfe (line 27) | namespace dftfe
    function ValueType (line 2399) | const ValueType *
  class AtomicCenteredNonLocalOperator<
    dataTypes::number,
    dftfe::utils::MemorySpace::HOST> (line 6171) | class AtomicCenteredNonLocalOperator<
  class AtomicCenteredNonLocalOperator<
    dataTypes::numberFP32,
    dftfe::utils::MemorySpace::HOST> (line 6174) | class AtomicCenteredNonLocalOperator<
  class AtomicCenteredNonLocalOperator<
    dataTypes::number,
    dftfe::utils::MemorySpace::DEVICE> (line 6242) | class AtomicCenteredNonLocalOperator<
  class AtomicCenteredNonLocalOperator<
    dataTypes::numberFP32,
    dftfe::utils::MemorySpace::DEVICE> (line 6245) | class AtomicCenteredNonLocalOperator<

FILE: src/atom/AtomicCenteredNonLocalOperatorKernelsDevice.cc
  type dftfe (line 27) | namespace dftfe
  function DFTFE_CREATE_KERNEL (line 183) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 217) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 251) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 295) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 367) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 397) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 426) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 466) | DFTFE_CREATE_KERNEL(
  type AtomicCenteredNonLocalOperatorKernelsDevice (line 507) | namespace AtomicCenteredNonLocalOperatorKernelsDevice
    function sqrtAlphaScalingWaveFunctionEntries (line 510) | void
    function copyFromParallelNonLocalVecToAllCellsVec (line 537) | void
    function copyToDealiiParallelNonLocalVec (line 563) | void
    function copyToDealiiParallelNonLocalVecFromPaddedVector (line 590) | void
    function copyFromDealiiParallelNonLocalVecToPaddedVector (line 614) | void
    function addNonLocalContribution (line 639) | void
    function addNonLocalContribution (line 680) | void
    function assembleAtomLevelContributionsFromCellLevel (line 717) | void

FILE: src/dft/applyHomogeneousDirichletBC.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/dft/applyMultipoleDirichletBC.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/dft/atomicRho.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/dft/charge.cc
  type dftfe (line 28) | namespace dftfe

FILE: src/dft/computeAuxProjectedDensityMatrixFromPSI.cc
  type dftfe (line 33) | namespace dftfe
    function computeAuxProjectedDensityMatrixFromPSI (line 36) | void

FILE: src/dft/computeOutputDensityDirectionalDerivative.cc
  type dftfe (line 23) | namespace dftfe

FILE: src/dft/createBinsSanityCheck.cc
  type dftfe (line 20) | namespace dftfe

FILE: src/dft/density.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/dft/densityCalculator.cc
  type dftfe (line 28) | namespace dftfe
    function computeRhoFromPSI (line 31) | void
    function computeRhoGradRhoFromInterpolatedValues (line 602) | void
    function computeTauFromInterpolatedValues (line 755) | void

FILE: src/dft/densityCalculatorDeviceKernels.cc
  type dftfe (line 23) | namespace dftfe
    function DFTFE_CREATE_KERNEL (line 28) | DFTFE_CREATE_KERNEL(
    function DFTFE_CREATE_KERNEL (line 83) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 163) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 276) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 318) | DFTFE_CREATE_KERNEL(
  function computeRhoGradRhoFromInterpolatedValues (line 392) | void
  function computeTauFromInterpolatedValues (line 490) | void

FILE: src/dft/densityFirstOrderResponseCalculator.cc
  type dftfe (line 27) | namespace dftfe
    function computeRhoFirstOrderResponse (line 30) | void
    function computeRhoResponseFromInterpolatedValues (line 405) | void

FILE: src/dft/densityFirstOrderResponseCalculatorDeviceKernels.cc
  type dftfe (line 23) | namespace dftfe
    function DFTFE_CREATE_KERNEL (line 28) | DFTFE_CREATE_KERNEL(
    function DFTFE_CREATE_KERNEL (line 54) | DFTFE_CREATE_KERNEL(
  function computeRhoResponseFromInterpolatedValues (line 88) | void

FILE: src/dft/dft.cc
  type internaldft (line 286) | namespace internaldft
    function convertToCellCenteredCartesianCoordinates (line 288) | void
  function dftParameters (line 5050) | dftParameters &
  function elpaScalaManager (line 5386) | elpaScalaManager *
  function chebyshevOrthogonalizedSubspaceIterationSolverDevice (line 5395) | chebyshevOrthogonalizedSubspaceIterationSolverDevice *
  function chebyshevOrthogonalizedSubspaceIterationSolver (line 5404) | chebyshevOrthogonalizedSubspaceIterationSolver *
  function triangulationManager (line 5447) | triangulationManager *
  function MPI_Comm (line 5603) | const MPI_Comm &
  function MPI_Comm (line 5610) | const MPI_Comm &
  function MPI_Comm (line 5617) | const MPI_Comm &
  function MPI_Comm (line 5624) | const MPI_Comm &
  function expConfiningPotential (line 5631) | const expConfiningPotential &

FILE: src/dft/dft.inst.cc
  class dftClass<dftfe::utils::MemorySpace::HOST> (line 1) | class dftClass<dftfe::utils::MemorySpace::HOST>
  class dftClass<dftfe::utils::MemorySpace::DEVICE> (line 3) | class dftClass<dftfe::utils::MemorySpace::DEVICE>

FILE: src/dft/dftd.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/dft/dos.cc
  type dftfe (line 24) | namespace dftfe
    function loadSingleAtomPSIFiles (line 26) | void

FILE: src/dft/energyCalculator.cc
  type dftfe (line 26) | namespace dftfe
    type internalEnergy (line 28) | namespace internalEnergy
      function computeFieldTimesDensity (line 31) | double
      function computeFieldTimesDensityResidual (line 58) | double
      function computeFieldTimesDensity (line 88) | double
      function computeFieldTimesDensityResidual (line 114) | double
      function transformNonColinDensityToSpinPolarizedDensity (line 143) | void
      function printEnergy (line 244) | void
      function localBandEnergy (line 361) | double
      function nuclearElectrostaticEnergyLocal (line 463) | double
      function nuclearElectrostaticEnergyResidualLocal (line 535) | double
      function computeRepulsiveEnergy (line 601) | double
    class energyCalculator<dftfe::utils::MemorySpace::HOST> (line 1518) | class energyCalculator<dftfe::utils::MemorySpace::HOST>
    class energyCalculator<dftfe::utils::MemorySpace::DEVICE> (line 1520) | class energyCalculator<dftfe::utils::MemorySpace::DEVICE>

FILE: src/dft/energyDensity.cc
  type dftfe (line 34) | namespace dftfe

FILE: src/dft/expConfiningPotential.cpp
  type dftfe (line 22) | namespace dftfe

FILE: src/dft/femUtilityFunctions.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/dft/fermiEnergy.cc
  type dftfe (line 22) | namespace dftfe
    type internal (line 24) | namespace internal
      function FermiDiracFunctionValue (line 26) | double
      function FermiDiracFunctionDerivativeValue (line 66) | double

FILE: src/dft/generateImageCharges.cc
  type dftfe (line 32) | namespace dftfe
    type internaldft (line 34) | namespace internaldft
      function roundToCell (line 36) | double
      function cross (line 53) | std::vector<double>
      function getNearestPointOnGivenSurface (line 72) | std::vector<double>
      function getMinDistanceFromImageToCell (line 154) | double

FILE: src/dft/initBoundaryConditions.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/dft/initCoreRho.cc
  type dftfe (line 27) | namespace dftfe

FILE: src/dft/initElectronicFields.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/dft/initPseudoLocal.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/dft/initRho.cc
  type dftfe (line 30) | namespace dftfe

FILE: src/dft/initUnmovedTriangulation.cc
  type dftfe (line 37) | namespace dftfe
    function readAtomToAtomicBasisFileName (line 41) | std::unordered_map<std::string, std::string>

FILE: src/dft/initkPointData.cc
  type dftfe (line 33) | namespace dftfe
    type internaldft (line 35) | namespace internaldft
      function cross_product (line 43) | std::vector<double>
      function getReciprocalLatticeVectors (line 58) | std::vector<std::vector<double>>

FILE: src/dft/kerker.cc
  type dftfe (line 23) | namespace dftfe

FILE: src/dft/kohnShamEigenSolve.cc
  type dftfe (line 24) | namespace dftfe
    type internal (line 26) | namespace internal
      function pointWiseScaleWithDiagonal (line 28) | void

FILE: src/dft/localizationLength.cc
  type dftfe (line 23) | namespace dftfe

FILE: src/dft/locatenodes.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/dft/lowrankApproxScfDielectricMatrixInv.cc
  type dftfe (line 23) | namespace dftfe
    type internalLowrankJacInv (line 25) | namespace internalLowrankJacInv
      function relativeErrorEstimate (line 27) | double
      function predictNextStepResidual (line 81) | void
      function lowrankKernelApply (line 135) | void
      function lowrankJacInvApply (line 180) | void
      function lowrankJacApply (line 220) | void
      function estimateLargestEigenvalueMagJacLowrankPower (line 242) | double
      function estimateLargestEigenvalueMagJacInvLowrankPower (line 302) | double

FILE: src/dft/lowrankApproxScfDielectricMatrixInvSpinPolarized.cc
  type dftfe (line 23) | namespace dftfe
    type internalLowrankJacInv (line 25) | namespace internalLowrankJacInv
      function frobeniusNormSpin (line 27) | double
      function relativeErrorEstimateSpin (line 34) | double
      function lowrankKernelApplySpin (line 114) | void
      function lowrankJacInvApplySpin (line 176) | void
      function lowrankJacApplySpin (line 238) | void
      function estimateLargestEigenvalueMagJacLowrankPowerSpin (line 270) | double
      function estimateLargestEigenvalueMagJacInvLowrankPowerSpin (line 357) | double

FILE: src/dft/moveAtoms.cc
  type dftfe (line 21) | namespace dftfe
    type internal (line 23) | namespace internal
      function getFractionalCoordinates (line 42) | std::vector<double>
      function wrapAtomsAcrossPeriodicBc (line 80) | std::vector<double>

FILE: src/dft/moveMeshToAtoms.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/dft/pRefinedDoFHandler.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/dft/psiInitialGuess.cc
  type dftfe (line 32) | namespace dftfe

FILE: src/dft/publicMethods.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/dft/restart.cc
  type dftfe (line 30) | namespace dftfe
    type internal (line 32) | namespace internal

FILE: src/dft/solveBands.cc
  type dftfe (line 28) | namespace dftfe

FILE: src/dft/solveNSCF.cc
  type dftfe (line 29) | namespace dftfe

FILE: src/dft/solveVselfInBins.cc
  type dftfe (line 31) | namespace dftfe
    function smearedNuclearCharges (line 38) | void

FILE: src/dft/solveVselfInBinsDevice.cc
  type dftfe (line 26) | namespace dftfe
    type poissonDevice (line 28) | namespace poissonDevice
      function computeAX (line 32) | void
      function precondition_Jacobi (line 154) | void
      function computeResidualSq (line 165) | void
      function solveVselfInBins (line 199) | void
      function cgSolver (line 344) | void

FILE: src/dft/solveVselfInBinsDeviceKernels.cc
  type dftfe (line 3) | namespace dftfe
    type poissonDevice (line 5) | namespace poissonDevice
      function DFTFE_CREATE_KERNEL (line 10) | DFTFE_CREATE_KERNEL(
      function DFTFE_CREATE_KERNEL (line 31) | DFTFE_CREATE_KERNEL(
    function DFTFE_CREATE_KERNEL (line 48) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 67) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 84) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 108) | DFTFE_CREATE_KERNEL(
  function diagScale (line 129) | void
  function dotProductContributionBlocked (line 148) | void
  function scaleBlocked (line 165) | void
  function scale (line 183) | void
  function daxpyBlocked (line 199) | void
  function dmaxpyBlocked (line 221) | void

FILE: src/dft/vselfBinsManager.cc
  type dftfe (line 26) | namespace dftfe
    type internal (line 28) | namespace internal
      function exchangeAtomToGlobalNodeIdMaps (line 30) | void
      function exchangeInteractionMaps (line 110) | void
      function createAndCheckInteractionMap (line 185) | dftfe::uInt

FILE: src/dftOperator/KohnShamDFTBaseOperator.cc
  type dftfe (line 32) | namespace dftfe
    type internal (line 34) | namespace internal
      function computeCellHamiltonianMatrixNonCollinearFromBlocks (line 37) | void
      function computeVeffJxWEntries (line 97) | void
      function computeVeffBeffJxWEntries (line 132) | void
      function computeInvJacderExcWithSigmaTimesGradRhoJxWEntries (line 195) | void
      function computeInvJacderExcWithSigmaTimesGradRhoMagJxWEntries (line 298) | void
      function computeHalfInvJacinvJacderExcWithTauJxWEntries (line 471) | void
      function computeKPointDependenderExcWithTauJxWEntries (line 557) | void
    function MPI_Comm (line 1798) | const MPI_Comm &
    class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::HOST> (line 2672) | class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::HOST>
    class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::DEVICE> (line 2674) | class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::DEVICE>

FILE: src/dftOperator/KohnShamDFTStandardEigenOperator.cc
  type dftfe (line 31) | namespace dftfe
    class KohnShamDFTStandardEigenOperator<
    dftfe::utils::MemorySpace::HOST> (line 789) | class KohnShamDFTStandardEigenOperator<
    class KohnShamDFTStandardEigenOperator<
    dftfe::utils::MemorySpace::DEVICE> (line 792) | class KohnShamDFTStandardEigenOperator<

FILE: src/dftOperator/KohnShamHamiltonianOperatorDeviceKernels.cc
  type dftfe (line 26) | namespace dftfe
    function DFTFE_CREATE_KERNEL (line 30) | DFTFE_CREATE_KERNEL(
  type internal (line 91) | namespace internal
    function computeVeffJxWEntries (line 95) | void
    function computeInvJacderExcWithSigmaTimesGradRhoJxWEntries (line 117) | void
    function computeHalfInvJacinvJacderExcWithTauJxWEntries (line 148) | void
    function computeKPointDependenderExcWithTauJxWEntries (line 172) | void
    function computeCellHamiltonianMatrixNonCollinearFromBlocks (line 201) | void

FILE: src/dftOperator/veffPrimeForLRDM.cc
  type dftfe (line 21) | namespace dftfe
    class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::HOST> (line 410) | class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::HOST>
    class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::DEVICE> (line 412) | class KohnShamDFTBaseOperator<dftfe::utils::MemorySpace::DEVICE>

FILE: src/dftfeWrapper.cc
  type dftfe (line 53) | namespace dftfe
    type internalWrapper (line 55) | namespace internalWrapper
      function divisor_closest (line 57) | dftfe::Int
      function create_dftfe (line 71) | void
    function else (line 767) | else if (useDevice)
    function dftBase (line 1044) | dftBase *
    function dftParameters (line 1055) | dftParameters *

FILE: src/excManager/AtomicBasisData.cpp
  type dftfe (line 5) | namespace dftfe

FILE: src/excManager/AuxDensityMatrixFE.cpp
  type dftfe (line 9) | namespace dftfe
    function fillDensityAttributeData (line 13) | void
    class AuxDensityMatrixFE<dftfe::utils::MemorySpace::HOST> (line 301) | class AuxDensityMatrixFE<dftfe::utils::MemorySpace::HOST>
    class AuxDensityMatrixFE<dftfe::utils::MemorySpace::DEVICE> (line 303) | class AuxDensityMatrixFE<dftfe::utils::MemorySpace::DEVICE>

FILE: src/excManager/ExcDFTPlusU.cpp
  type dftfe (line 28) | namespace dftfe
    class ExcDFTPlusU<dataTypes::number,
                             dftfe::utils::MemorySpace::HOST> (line 229) | class ExcDFTPlusU<dataTypes::number,
    class ExcDFTPlusU<dataTypes::number,
                             dftfe::utils::MemorySpace::DEVICE> (line 232) | class ExcDFTPlusU<dataTypes::number,

FILE: src/excManager/GaussianBasis.cpp
  type dftfe (line 32) | namespace dftfe
    function doubleFactorial (line 37) | double
    function printContractedGaussian (line 45) | void
    function getNormConsts (line 56) | std::vector<double>
    function gaussianRadialPart (line 71) | double
    function gaussianRadialPartDerivative (line 78) | double
    function getLimitingValueLaplacian (line 94) | double
    function getContractedGaussianValue (line 121) | double
    function getContractedGaussianGradient (line 146) | std::vector<double>
    function getContractedGaussianLaplacian (line 293) | double
    function getContractedGaussians (line 367) | void

FILE: src/excManager/NNGGA.cc
  type dftfe (line 11) | namespace dftfe
    type CastToFloat (line 15) | struct CastToFloat
    type CastToDouble (line 24) | struct CastToDouble
    function interleave (line 33) | inline void
    function trim (line 76) | std::string
    function getKeyValuePairs (line 87) | std::map<std::string, std::string>
    function excSpinUnpolarized (line 112) | void
    function excSpinPolarized (line 180) | void
    function dexcSpinUnpolarized (line 252) | void
    function dexcSpinPolarized (line 333) | void

FILE: src/excManager/NNLDA.cc
  type dftfe (line 9) | namespace dftfe
    type CastToFloat (line 13) | struct CastToFloat
    type CastToDouble (line 22) | struct CastToDouble
    function trim (line 31) | std::string
    function getKeyValuePairs (line 42) | std::map<std::string, std::string>
    function excSpinUnpolarized (line 67) | void
    function excSpinPolarized (line 117) | void
    function vxcSpinUnpolarized (line 167) | void
    function vxcSpinPolarized (line 226) | void

FILE: src/excManager/NNLLMGGA.cpp
  type dftfe (line 12) | namespace dftfe
    type CastToFloat (line 16) | struct CastToFloat
    type CastToDouble (line 25) | struct CastToDouble
    function interleave (line 35) | inline void
    function trim (line 95) | std::string
    function getKeyValuePairs (line 106) | std::map<std::string, std::string>
    function excSpinPolarized (line 132) | void
    function dexcSpinPolarized (line 214) | void

FILE: src/excManager/SlaterBasis.cpp
  type dftfe (line 35) | namespace dftfe
    function factorial (line 40) | dftfe::Int
    function getSlaterPrimitivesFromBasisFile (line 196) | void
    function slaterRadialPart (line 310) | inline double
    function slaterRadialPartDerivative (line 319) | inline double
    function getSlaterValue (line 335) | double
    function getSlaterGradientAtOrigin (line 353) | std::vector<double>
    function getSlaterGradientAtPoles (line 412) | std::vector<double>
    function getSlaterGradient (line 489) | std::vector<double>
    function getSlaterLaplacianAtOrigin (line 537) | double
    function getSlaterLaplacianAtPoles (line 582) | double
    function getSlaterLaplacian (line 619) | double

FILE: src/excManager/excDensityGGAClass.cpp
  type dftfe (line 29) | namespace dftfe
    class excDensityGGAClass<dftfe::utils::MemorySpace::HOST> (line 610) | class excDensityGGAClass<dftfe::utils::MemorySpace::HOST>
    class excDensityGGAClass<dftfe::utils::MemorySpace::DEVICE> (line 612) | class excDensityGGAClass<dftfe::utils::MemorySpace::DEVICE>

FILE: src/excManager/excDensityLDAClass.cpp
  type dftfe (line 29) | namespace dftfe
    class excDensityLDAClass<dftfe::utils::MemorySpace::HOST> (line 534) | class excDensityLDAClass<dftfe::utils::MemorySpace::HOST>
    class excDensityLDAClass<dftfe::utils::MemorySpace::DEVICE> (line 536) | class excDensityLDAClass<dftfe::utils::MemorySpace::DEVICE>

FILE: src/excManager/excDensityLLMGGAClass.cpp
  type dftfe (line 11) | namespace dftfe
    class excDensityLLMGGAClass<dftfe::utils::MemorySpace::HOST> (line 794) | class excDensityLLMGGAClass<dftfe::utils::MemorySpace::HOST>
    class excDensityLLMGGAClass<dftfe::utils::MemorySpace::DEVICE> (line 796) | class excDensityLLMGGAClass<dftfe::utils::MemorySpace::DEVICE>

FILE: src/excManager/excManager.cpp
  type dftfe (line 30) | namespace dftfe
    function lastN (line 34) | std::string
    function initializeSSDPtr (line 44) | std::shared_ptr<ExcSSDFunctionalBaseClass<memorySpace>>
    type internal (line 232) | namespace internal
      function fillRhoVector (line 235) | void
      function fillRhoSigmaVector (line 253) | void
      function fillRhoSigmaTauVector (line 286) | void
    class excManager<dftfe::utils::MemorySpace::HOST> (line 449) | class excManager<dftfe::utils::MemorySpace::HOST>
    class excManager<dftfe::utils::MemorySpace::DEVICE> (line 451) | class excManager<dftfe::utils::MemorySpace::DEVICE>

FILE: src/excManager/excManagerDeviceKernels.cc
  type dftfe (line 29) | namespace dftfe
    type internal (line 31) | namespace internal
      function DFTFE_CREATE_KERNEL (line 33) | DFTFE_CREATE_KERNEL(
    function DFTFE_CREATE_KERNEL (line 52) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 86) | DFTFE_CREATE_KERNEL(
  function fillRhoVector (line 134) | void
  function fillRhoSigmaVector (line 166) | void
  function fillRhoSigmaTauVector (line 216) | void

FILE: src/excManager/excTauMGGAClass.cpp
  type dftfe (line 28) | namespace dftfe
    class excTauMGGAClass<dftfe::utils::MemorySpace::HOST> (line 760) | class excTauMGGAClass<dftfe::utils::MemorySpace::HOST>
    class excTauMGGAClass<dftfe::utils::MemorySpace::DEVICE> (line 762) | class excTauMGGAClass<dftfe::utils::MemorySpace::DEVICE>

FILE: src/excManager/exchangeCorrelationFunctionalEvaluatorCPU.cc
  type dftfe (line 18) | namespace dftfe

FILE: src/excManager/exchangeCorrelationFunctionalEvaluatorDevice.cc
  type dftfe (line 26) | namespace dftfe
  type dftfe (line 338) | namespace dftfe

FILE: src/excManager/hubbardClass.cpp
  type dftfe (line 38) | namespace dftfe
    class hubbard<dataTypes::number, dftfe::utils::MemorySpace::HOST> (line 1372) | class hubbard<dataTypes::number, dftfe::utils::MemorySpace::HOST>
    class hubbard<dataTypes::number, dftfe::utils::MemorySpace::DEVICE> (line 1374) | class hubbard<dataTypes::number, dftfe::utils::MemorySpace::DEVICE>

FILE: src/force/configurationalForce.cc
  type dftfe (line 23) | namespace dftfe
    type internalForce (line 25) | namespace internalForce
      function transformNonColinDensityToSpinPolarizedDensity (line 28) | void
    function computeWavefuncEshelbyContributionLocal (line 4840) | void
    function nlpWfcContractionContribution (line 4985) | void
    class configurationalForceClass<dftfe::utils::MemorySpace::HOST> (line 5016) | class configurationalForceClass<dftfe::utils::MemorySpace::HOST>
    class configurationalForceClass<dftfe::utils::MemorySpace::DEVICE> (line 5018) | class configurationalForceClass<dftfe::utils::MemorySpace::DEVICE>

FILE: src/force/configurationalForceKernels.cc
  function DFTFE_CREATE_KERNEL (line 20) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 107) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 439) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 475) | DFTFE_CREATE_KERNEL(
  type dftfe (line 514) | namespace dftfe
    function computeWavefuncEshelbyContributionLocal (line 517) | void
    function nlpWfcContractionContribution (line 591) | void

FILE: src/geoOpt/geoOptCell.cc
  type dftfe (line 29) | namespace dftfe
    function MPI_Comm (line 743) | const MPI_Comm &

FILE: src/geoOpt/geoOptIon.cc
  type dftfe (line 30) | namespace dftfe
    function MPI_Comm (line 810) | const MPI_Comm &

FILE: src/geoOpt/geometryOptimizationClass.cc
  type dftfe (line 28) | namespace dftfe

FILE: src/helmholtz/kerkerSolverProblem.cc
  type dftfe (line 23) | namespace dftfe
    class kerkerSolverProblem<1> (line 275) | class kerkerSolverProblem<1>
    class kerkerSolverProblem<2> (line 276) | class kerkerSolverProblem<2>
    class kerkerSolverProblem<3> (line 277) | class kerkerSolverProblem<3>
    class kerkerSolverProblem<4> (line 278) | class kerkerSolverProblem<4>
    class kerkerSolverProblem<5> (line 279) | class kerkerSolverProblem<5>
    class kerkerSolverProblem<6> (line 280) | class kerkerSolverProblem<6>
    class kerkerSolverProblem<7> (line 281) | class kerkerSolverProblem<7>
    class kerkerSolverProblem<8> (line 282) | class kerkerSolverProblem<8>
    class kerkerSolverProblem<9> (line 283) | class kerkerSolverProblem<9>
    class kerkerSolverProblem<10> (line 284) | class kerkerSolverProblem<10>
    class kerkerSolverProblem<11> (line 285) | class kerkerSolverProblem<11>
    class kerkerSolverProblem<12> (line 286) | class kerkerSolverProblem<12>
    class kerkerSolverProblem<13> (line 287) | class kerkerSolverProblem<13>
    class kerkerSolverProblem<14> (line 288) | class kerkerSolverProblem<14>
    class kerkerSolverProblem<15> (line 289) | class kerkerSolverProblem<15>
    class kerkerSolverProblem<16> (line 290) | class kerkerSolverProblem<16>

FILE: src/helmholtz/kerkerSolverProblemDevice.cc
  type dftfe (line 25) | namespace dftfe

FILE: src/helmholtz/kerkerSolverProblemDevice.inst.cc
  class kerkerSolverProblemDevice<1> (line 1) | class kerkerSolverProblemDevice<1>
  class kerkerSolverProblemDevice<2> (line 2) | class kerkerSolverProblemDevice<2>
  class kerkerSolverProblemDevice<3> (line 3) | class kerkerSolverProblemDevice<3>
  class kerkerSolverProblemDevice<4> (line 4) | class kerkerSolverProblemDevice<4>
  class kerkerSolverProblemDevice<5> (line 5) | class kerkerSolverProblemDevice<5>
  class kerkerSolverProblemDevice<6> (line 6) | class kerkerSolverProblemDevice<6>
  class kerkerSolverProblemDevice<7> (line 7) | class kerkerSolverProblemDevice<7>
  class kerkerSolverProblemDevice<8> (line 8) | class kerkerSolverProblemDevice<8>
  class kerkerSolverProblemDevice<9> (line 9) | class kerkerSolverProblemDevice<9>
  class kerkerSolverProblemDevice<10> (line 10) | class kerkerSolverProblemDevice<10>
  class kerkerSolverProblemDevice<11> (line 11) | class kerkerSolverProblemDevice<11>
  class kerkerSolverProblemDevice<12> (line 12) | class kerkerSolverProblemDevice<12>
  class kerkerSolverProblemDevice<13> (line 13) | class kerkerSolverProblemDevice<13>
  class kerkerSolverProblemDevice<14> (line 14) | class kerkerSolverProblemDevice<14>
  class kerkerSolverProblemDevice<15> (line 15) | class kerkerSolverProblemDevice<15>
  class kerkerSolverProblemDevice<16> (line 16) | class kerkerSolverProblemDevice<16>

FILE: src/linAlg/elpaScalaManager.cc
  type dftfe (line 28) | namespace dftfe
    function MPI_Comm (line 55) | const MPI_Comm &

FILE: src/linAlg/linearAlgebraOperationsCPU.cc
  type dftfe (line 38) | namespace dftfe
    type linearAlgebraOperations (line 40) | namespace linearAlgebraOperations
      function inverse (line 42) | void
      function callevd (line 58) | void
      function callevd (line 93) | void
      function callevr (line 134) | void
      function callevr (line 182) | void
      function callgemm (line 226) | void
      function callgemm (line 252) | void
      function gramSchmidtOrthogonalization (line 280) | void
      function rayleighRitzGEP (line 376) | void
      function XtHXXtOXMixedPrec (line 702) | void
      function rayleighRitz (line 1077) | void
      function elpaDiagonalization (line 1261) | void
      function elpaDiagonalizationGEP (line 1331) | void
      function computeEigenResidualNorm (line 1514) | void
      function lowdenOrthogonalization (line 1655) | dftfe::uInt
      function lowdenOrthogonalization (line 1840) | dftfe::uInt
      function densityMatrixEigenBasisFirstOrderResponse (line 2040) | void
      function XtHX (line 2273) | void
      function XtHX (line 2359) | void
      function XtOX (line 2531) | void
      function XtHXMixedPrec (line 2702) | void
      function XtOXMixedPrec (line 2982) | void
      function XtHXXtOX (line 3199) | void

FILE: src/linAlg/linearAlgebraOperationsDevice.cc
  type dftfe (line 29) | namespace dftfe
    type linearAlgebraOperationsDevice (line 31) | namespace linearAlgebraOperationsDevice
      function chebyshevFilterOverlapComputeCommunication (line 33) | void
      function reformulatedChebyshevFilterOverlapComputeCommunication (line 155) | void
      function subspaceRotationScalapack (line 445) | void
      function subspaceRotationCGSMixedPrecScalapack (line 824) | void
      function subspaceRotationRRMixedPrecScalapack (line 1172) | void
      function fillParallelOverlapMatScalapack (line 1501) | void
      function fillParallelOverlapMatScalapackAsyncComputeCommun (line 1701) | void
      function fillParallelOverlapMatMixedPrecScalapack (line 2008) | void
      function fillParallelOverlapMatMixedPrecScalapackAsyncComputeCommun (line 2386) | void
      function fillParallelOverlapMatMixedPrecCommunScalapackAsyncComputeCommun (line 2926) | void
      function computeEigenResidualNorm (line 3367) | void
      function XtHX (line 3534) | void
      function XtHXOverlapComputeCommun (line 3692) | void
      function XtHXMixedPrecOverlapComputeCommun (line 4052) | void
      function XtHXMixedPrecCommunOverlapComputeCommun (line 4596) | void

FILE: src/linAlg/linearAlgebraOperationsDeviceKernels.cc
  type dftfe (line 4) | namespace dftfe
    type linearAlgebraOperationsDevice (line 6) | namespace linearAlgebraOperationsDevice
      function DFTFE_CREATE_KERNEL (line 11) | DFTFE_CREATE_KERNEL(
      function DFTFE_CREATE_KERNEL (line 36) | DFTFE_CREATE_KERNEL(
    function DFTFE_CREATE_KERNEL (line 63) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 89) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 117) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 139) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 161) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 184) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 210) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 246) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 271) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 299) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 321) | DFTFE_CREATE_KERNEL(
  function addSubspaceRotatedBlockToX (line 348) | void
  function copyFromOverlapMatBlockToDPSPBlocks (line 373) | void
  function computeDiagQTimesX (line 395) | void
  function computeResidualDevice (line 414) | void
  function computeGeneralisedResidualDevice (line 440) | void
  function setZero (line 464) | void

FILE: src/linAlg/linearAlgebraOperationsInternal.cc
  type dftfe (line 32) | namespace dftfe
    type linearAlgebraOperations (line 34) | namespace linearAlgebraOperations
      type internal (line 36) | namespace internal
        function setupELPAHandleParameters (line 38) | void
        function createProcessGridSquareMatrix (line 231) | void
        function createProcessGridRectangularMatrix (line 293) | void
        function createGlobalToLocalIdMapsScaLAPACKMat (line 331) | void
        function sumAcrossInterCommScaLAPACKMat (line 352) | void
        function scaleScaLAPACKMat (line 372) | void
        function broadcastAcrossInterCommScaLAPACKMat (line 392) | void
        function fillParallelOverlapMatrixMixedPrec (line 412) | void
        function fillParallelOverlapMatrix (line 608) | void
        function subspaceRotation (line 749) | void
        function subspaceRotationSpectrumSplit (line 1038) | void
        function subspaceRotationSpectrumSplitMixedPrec (line 1228) | void
        function subspaceRotationMixedPrec (line 1482) | void
        function subspaceRotationCGSMixedPrec (line 1824) | void

FILE: src/linAlg/linearAlgebraOperationsOpt.cc
  type dftfe (line 32) | namespace dftfe
    type linearAlgebraOperations (line 34) | namespace linearAlgebraOperations
      function chebyshevFilter (line 40) | void
      function reformulatedChebyshevFilter (line 105) | void
      function generalisedLanczosLowerUpperBoundEigenSpectrum (line 227) | std::pair<double, double>

FILE: src/linAlg/mixingClass.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/linAlg/process_grid.cc
  type dftfe (line 21) | namespace dftfe
    function compute_processor_grid_sizes (line 35) | inline std::pair<int, int>

FILE: src/linAlg/pseudoGS.cc
  type dftfe (line 25) | namespace dftfe
    type linearAlgebraOperations (line 27) | namespace linearAlgebraOperations
      function pseudoGramSchmidtOrthogonalization (line 30) | dftfe::uInt

FILE: src/linAlg/pseudoGSDevice.cc
  type dftfe (line 26) | namespace dftfe
    type linearAlgebraOperationsDevice (line 28) | namespace linearAlgebraOperationsDevice
      function pseudoGramSchmidtOrthogonalization (line 30) | void

FILE: src/linAlg/rayleighRitzDevice.cc
  type dftfe (line 25) | namespace dftfe
    type linearAlgebraOperationsDevice (line 27) | namespace linearAlgebraOperationsDevice
      function rayleighRitz (line 29) | void
      function rayleighRitzGEP (line 315) | void
      function densityMatrixEigenBasisFirstOrderResponse (line 783) | void

FILE: src/linAlg/scalapackWrapper.cc
  type dftfe (line 23) | namespace dftfe
    class ScaLAPACKMatrix<double> (line 1785) | class ScaLAPACKMatrix<double>
    class ScaLAPACKMatrix<std::complex<double>> (line 1786) | class ScaLAPACKMatrix<std::complex<double>>

FILE: src/main.cc
  function main (line 48) | int

FILE: src/matrixFree/MatrixFree.cc
  type dftfe (line 25) | namespace dftfe

FILE: src/matrixFree/MatrixFreeDevice.cc
  type dftfe (line 26) | namespace dftfe

FILE: src/matrixFree/MatrixFreeDevice.cu.cc
  function __device__ (line 29) | __device__ inline dftfe::uInt
  function __global__ (line 43) | __global__ void
  function __global__ (line 118) | __global__ void
  function __global__ (line 225) | __global__ void
  function __global__ (line 1046) | __global__ void

FILE: src/matrixFree/MatrixFreeDevice.hip.cc
  function __device__ (line 29) | __device__ inline dftfe::uInt
  function __global__ (line 43) | __global__ void
  function __global__ (line 118) | __global__ void
  function __global__ (line 225) | __global__ void
  function __global__ (line 1046) | __global__ void

FILE: src/matrixFree/MatrixFreeDevice.sycl.cc
  function getMultiVectorIndex (line 25) | inline dftfe::uInt
  function constraintsDistributeKernel (line 39) | void
  function constraintsDistributeTransposeKernel (line 119) | void
  function LaplaceKernel (line 235) | void
  function HelmholtzKernel (line 1041) | void

FILE: src/md/molecularDynamicsClass.cc
  type dftfe (line 39) | namespace dftfe

FILE: src/mdi/MDIEngine.cpp
  type dftfe (line 32) | namespace dftfe

FILE: src/mdi/libraryMDI.cpp
  function MDI_Plugin_init_dftfe (line 33) | dftfe::Int
  function MDI_Plugin_open_dftfe (line 55) | dftfe::Int
  function MDI_Plugin_close_dftfe (line 76) | dftfe::Int
  function dftfe_execute_mdi_command (line 84) | dftfe::Int

FILE: src/neb/nudgedElasticBandClass.cc
  type dftfe (line 25) | namespace dftfe
    function MPI_Comm (line 243) | const MPI_Comm &

FILE: src/poisson/MultiVectorPoissonLinearSolverProblem.cpp
  type dftfe (line 25) | namespace dftfe
    class MultiVectorPoissonLinearSolverProblem<
    dftfe::utils::MemorySpace::HOST> (line 722) | class MultiVectorPoissonLinearSolverProblem<

FILE: src/poisson/poissonSolverProblem.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/poisson/poissonSolverProblem.inst.cc
  class poissonSolverProblem<2> (line 1) | class poissonSolverProblem<2>
  class poissonSolverProblem<3> (line 2) | class poissonSolverProblem<3>
  class poissonSolverProblem<4> (line 3) | class poissonSolverProblem<4>
  class poissonSolverProblem<5> (line 4) | class poissonSolverProblem<5>
  class poissonSolverProblem<6> (line 5) | class poissonSolverProblem<6>
  class poissonSolverProblem<7> (line 6) | class poissonSolverProblem<7>
  class poissonSolverProblem<8> (line 7) | class poissonSolverProblem<8>
  class poissonSolverProblem<9> (line 8) | class poissonSolverProblem<9>
  class poissonSolverProblem<10> (line 9) | class poissonSolverProblem<10>
  class poissonSolverProblem<11> (line 10) | class poissonSolverProblem<11>
  class poissonSolverProblem<12> (line 11) | class poissonSolverProblem<12>
  class poissonSolverProblem<13> (line 12) | class poissonSolverProblem<13>
  class poissonSolverProblem<14> (line 13) | class poissonSolverProblem<14>
  class poissonSolverProblem<15> (line 14) | class poissonSolverProblem<15>
  class poissonSolverProblem<16> (line 15) | class poissonSolverProblem<16>

FILE: src/poisson/poissonSolverProblemDevice.cc
  type dftfe (line 26) | namespace dftfe

FILE: src/poisson/poissonSolverProblemDevice.inst.cc
  class poissonSolverProblemDevice<2> (line 1) | class poissonSolverProblemDevice<2>
  class poissonSolverProblemDevice<3> (line 2) | class poissonSolverProblemDevice<3>
  class poissonSolverProblemDevice<4> (line 3) | class poissonSolverProblemDevice<4>
  class poissonSolverProblemDevice<5> (line 4) | class poissonSolverProblemDevice<5>
  class poissonSolverProblemDevice<6> (line 5) | class poissonSolverProblemDevice<6>
  class poissonSolverProblemDevice<7> (line 6) | class poissonSolverProblemDevice<7>
  class poissonSolverProblemDevice<8> (line 7) | class poissonSolverProblemDevice<8>
  class poissonSolverProblemDevice<9> (line 8) | class poissonSolverProblemDevice<9>
  class poissonSolverProblemDevice<10> (line 9) | class poissonSolverProblemDevice<10>
  class poissonSolverProblemDevice<11> (line 10) | class poissonSolverProblemDevice<11>
  class poissonSolverProblemDevice<12> (line 11) | class poissonSolverProblemDevice<12>
  class poissonSolverProblemDevice<13> (line 12) | class poissonSolverProblemDevice<13>
  class poissonSolverProblemDevice<14> (line 13) | class poissonSolverProblemDevice<14>
  class poissonSolverProblemDevice<15> (line 14) | class poissonSolverProblemDevice<15>
  class poissonSolverProblemDevice<16> (line 15) | class poissonSolverProblemDevice<16>

FILE: src/pseudo/oncv/atomCenteredPostProcessing.cc
  type dftfe (line 7) | namespace dftfe
  class atomCenteredOrbitalsPostProcessing<
    dataTypes::number,
    dftfe::utils::MemorySpace::HOST> (line 1140) | class atomCenteredOrbitalsPostProcessing<
  class atomCenteredOrbitalsPostProcessing<
    dataTypes::number,
    dftfe::utils::MemorySpace::DEVICE> (line 1145) | class atomCenteredOrbitalsPostProcessing<

FILE: src/pseudo/oncv/oncvClass.cc
  type dftfe (line 20) | namespace dftfe
    type internal (line 22) | namespace internal
      function computeRealToComplexYlmRotMatrixElements (line 24) | std::complex<double>
      function computeRealToComplexYlmRotMatrixElements (line 45) | std::complex<double>
      function computeClebschGordonCeoff (line 67) | double
      function computefcoeff (line 93) | std::complex<double>
  class oncvClass<dataTypes::number, dftfe::utils::MemorySpace::HOST> (line 1023) | class oncvClass<dataTypes::number, dftfe::utils::MemorySpace::HOST>
  class oncvClass<dataTypes::number,
                           dftfe::utils::MemorySpace::DEVICE> (line 1025) | class oncvClass<dataTypes::number,

FILE: src/solvers/BFGSInverseDFTSolver.cpp
  type dftfe (line 22) | namespace dftfe
    function to_string_with_precision (line 27) | std::string
    function vecAdd (line 38) | void
    function vecScale (line 49) | void
    class BFGSInverseDFTSolver<2, 2, dftfe::utils::MemorySpace::HOST> (line 540) | class BFGSInverseDFTSolver<2, 2, dftfe::utils::MemorySpace::HOST>
    class BFGSInverseDFTSolver<4, 4, dftfe::utils::MemorySpace::HOST> (line 541) | class BFGSInverseDFTSolver<4, 4, dftfe::utils::MemorySpace::HOST>
    class BFGSInverseDFTSolver<2, 2, dftfe::utils::MemorySpace::DEVICE> (line 543) | class BFGSInverseDFTSolver<2, 2, dftfe::utils::MemorySpace::DEVICE>
    class BFGSInverseDFTSolver<4, 4, dftfe::utils::MemorySpace::DEVICE> (line 544) | class BFGSInverseDFTSolver<4, 4, dftfe::utils::MemorySpace::DEVICE>

FILE: src/solvers/MultiVectorCGSolver.cpp
  type dftfe (line 22) | namespace dftfe

FILE: src/solvers/MultiVectorMinResSolver.cpp
  type dftfe (line 22) | namespace dftfe

FILE: src/solvers/cgSolvers/BFGSNonLinearSolver.cc
  type dftfe (line 23) | namespace dftfe
    type internalBFGS (line 64) | namespace internalBFGS
      function computeL2Norm (line 69) | double
      function computePNorm (line 80) | double
      function computePdot (line 111) | double
      function computeLInfNorm (line 143) | double
      function dot (line 157) | double
      function axpy (line 173) | void
      function computeSymmetricRankOneUpdate (line 188) | void
      function computeEigenSpectrum (line 209) | void
      function computeEigenSpectrumGeneralized (line 266) | void
      function linearSolve (line 326) | void
      function computeDetNormalizationFactor (line 353) | double

FILE: src/solvers/cgSolvers/LBFGSNonLinearSolver.cc
  type dftfe (line 23) | namespace dftfe
    type internalLBFGS (line 59) | namespace internalLBFGS
      function computeL2Norm (line 64) | double
      function computePNorm (line 75) | double
      function computePdot (line 105) | double
      function computeLInfNorm (line 137) | double
      function dot (line 151) | double
      function axpy (line 167) | void
      function computeEigenSpectrum (line 183) | void
      function linearSolve (line 238) | void
      function computeDetNormalizationFactor (line 265) | double

FILE: src/solvers/cgSolvers/cgPRPNonLinearSolver.cc
  type dftfe (line 23) | namespace dftfe

FILE: src/solvers/dealiiLinearSolver.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/solvers/dealiiLinearSolverProblem.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/solvers/eigenSolver.cc
  type dftfe (line 30) | namespace dftfe

FILE: src/solvers/eigenSolvers/chebyshevOrthogonalizedSubspaceIterationSolver.cc
  type dftfe (line 44) | namespace dftfe
    type chebyshevOrthogonalizedSubspaceIterationSolverInternal (line 46) | namespace chebyshevOrthogonalizedSubspaceIterationSolverInternal
      function setChebyshevOrder (line 48) | dftfe::uInt
      function pointWiseScaleWithDiagonal (line 59) | void

FILE: src/solvers/eigenSolvers/chebyshevOrthogonalizedSubspaceIterationSolverDevice.cc
  type dftfe (line 45) | namespace dftfe
    type internal (line 49) | namespace internal
      function setChebyshevOrder (line 51) | dftfe::uInt

FILE: src/solvers/linearSolver.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/solvers/linearSolverCGDevice.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/solvers/linearSolverCGDeviceKernels.cc
  type dftfe (line 3) | namespace dftfe
  function applyPreconditionAndComputeDotProductDevice (line 268) | void
  function applyPreconditionComputeDotProductAndSaddDevice (line 294) | void
  function scaleXRandComputeNormDevice (line 320) | void
  function sadd (line 348) | void

FILE: src/solvers/linearSolverDevice.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/solvers/linearSolverProblemDevice.cc
  type dftfe (line 21) | namespace dftfe

FILE: src/solvers/nonLinearSolver.cc
  type dftfe (line 27) | namespace dftfe

FILE: src/solvers/nonlinearSolverProblem.cc
  type dftfe (line 22) | namespace dftfe

FILE: src/symmetry/groupSymmetry.cc
  type dftfe (line 24) | namespace dftfe

FILE: src/triangulation/meshMovement/meshMovement.cc
  type dftfe (line 23) | namespace dftfe
    type meshMovementUtils (line 25) | namespace meshMovementUtils
      function getFractionalCoordinates (line 44) | std::vector<double>

FILE: src/triangulation/meshMovement/meshMovementAffineTransform.cc
  type dftfe (line 23) | namespace dftfe

FILE: src/triangulation/meshMovement/meshMovementGaussian.cc
  type dftfe (line 23) | namespace dftfe

FILE: src/triangulation/triangulationManager/generateMesh.cc
  type dftfe (line 18) | namespace dftfe
    type quadData (line 20) | struct quadData
    type internal (line 25) | namespace internal
      function checkTriangulationEqualityAcrossProcessorPools (line 27) | void
      function computeMeshMetrics (line 56) | void
      function computeLocalFiniteElementError (line 108) | void

FILE: src/triangulation/triangulationManager/restartUtils.cc
  type dftfe (line 26) | namespace dftfe

FILE: src/triangulation/triangulationManager/triangulationManager.cc
  type dftfe (line 34) | namespace dftfe

FILE: utils/BLASWrapperDevice.cc
  type dftfe (line 63) | namespace dftfe
    type utils (line 65) | namespace utils
      function makeDataTypeDeviceBlasCompatible (line 70) | inline auto
      function makeDataTypeDeviceBlasCompatible (line 78) | inline double
      function makeDataTypeDeviceBlasCompatible (line 84) | inline float
      function hipblasDoubleComplex (line 113) | inline hipblasDoubleComplex
      function hipblasComplex (line 119) | inline hipblasComplex
      function hipblasComplex (line 125) | inline hipblasComplex *
      function hipblasComplex (line 131) | inline const hipblasComplex *
      function hipblasDoubleComplex (line 137) | inline hipblasDoubleComplex *
      function hipblasDoubleComplex (line 143) | inline const hipblasDoubleComplex *
    type linearAlgebra (line 151) | namespace linearAlgebra

FILE: utils/BLASWrapperDeviceKernels.cc
  type dftfe (line 17) | namespace dftfe
  function DFTFE_CREATE_KERNEL (line 492) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 518) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 547) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 575) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 614) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 652) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 681) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 709) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 747) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 784) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 812) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 840) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 879) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 917) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 946) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 974) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1013) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1051) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1083) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1114) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1145) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1162) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1179) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1204) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1221) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1238) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1413) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1434) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 1456) | DFTFE_CREATE_KERNEL(

FILE: utils/BLASWrapperHost.cc
  type dftfe (line 20) | namespace dftfe
    type linearAlgebra (line 22) | namespace linearAlgebra

FILE: utils/Cell.t.cc
  type dftfe (line 3) | namespace dftfe
    type utils (line 5) | namespace utils

FILE: utils/DeviceAPICalls.cu.cc
  type dftfe (line 26) | namespace dftfe
    type utils (line 28) | namespace utils
      function __global__ (line 33) | __global__ void
      function deviceError_t (line 46) | deviceError_t
      function deviceError_t (line 55) | deviceError_t
      function deviceError_t (line 63) | deviceError_t
      function deviceError_t (line 71) | deviceError_t
      function deviceError_t (line 79) | deviceError_t
      function deviceError_t (line 87) | deviceError_t
      function deviceError_t (line 95) | deviceError_t
      function deviceSetValue (line 104) | void
      function deviceError_t (line 155) | deviceError_t
      function deviceError_t (line 163) | deviceError_t
      function deviceError_t (line 171) | deviceError_t
      function deviceError_t (line 179) | deviceError_t
      function deviceError_t (line 187) | deviceError_t
      function deviceError_t (line 194) | deviceError_t
      function deviceError_t (line 202) | deviceError_t
      function deviceError_t (line 217) | deviceError_t
      function deviceError_t (line 231) | deviceError_t
      function deviceError_t (line 245) | deviceError_t
      function deviceError_t (line 253) | deviceError_t
      function deviceError_t (line 265) | deviceError_t
      function deviceError_t (line 277) | deviceError_t
      function deviceError_t (line 289) | deviceError_t
      function deviceError_t (line 311) | deviceError_t
      function deviceError_t (line 319) | deviceError_t
      function deviceError_t (line 327) | deviceError_t
      function deviceError_t (line 335) | deviceError_t
      function deviceError_t (line 343) | deviceError_t
      function deviceError_t (line 351) | deviceError_t
      function deviceError_t (line 359) | deviceError_t

FILE: utils/DeviceAPICalls.hip.cc
  type dftfe (line 27) | namespace dftfe
    type utils (line 29) | namespace utils
      function __global__ (line 34) | __global__ void
      function __global__ (line 46) | __global__ void
      function deviceError_t (line 53) | deviceError_t
      function deviceError_t (line 65) | deviceError_t
      function deviceError_t (line 73) | deviceError_t
      function deviceError_t (line 81) | deviceError_t
      function deviceError_t (line 89) | deviceError_t
      function deviceError_t (line 97) | deviceError_t
      function deviceError_t (line 105) | deviceError_t
      function deviceSetValue (line 114) | void
      function deviceError_t (line 168) | deviceError_t
      function deviceError_t (line 176) | deviceError_t
      function deviceError_t (line 185) | deviceError_t
      function deviceError_t (line 193) | deviceError_t
      function deviceError_t (line 201) | deviceError_t
      function deviceError_t (line 208) | deviceError_t
      function deviceError_t (line 216) | deviceError_t
      function deviceError_t (line 231) | deviceError_t
      function deviceError_t (line 245) | deviceError_t
      function deviceError_t (line 259) | deviceError_t
      function deviceError_t (line 267) | deviceError_t
      function deviceError_t (line 279) | deviceError_t
      function deviceError_t (line 291) | deviceError_t
      function deviceError_t (line 303) | deviceError_t
      function deviceError_t (line 324) | deviceError_t
      function deviceError_t (line 332) | deviceError_t
      function deviceError_t (line 340) | deviceError_t
      function deviceError_t (line 348) | deviceError_t
      function deviceError_t (line 356) | deviceError_t
      function deviceError_t (line 364) | deviceError_t
      function deviceError_t (line 372) | deviceError_t

FILE: utils/DeviceAPICalls.sycl.cc
  type dftfe (line 28) | namespace dftfe
    type utils (line 30) | namespace utils
      function setValueKernel (line 35) | void
      function deviceError_t (line 53) | deviceError_t
      function deviceError_t (line 67) | deviceError_t
      function deviceError_t (line 87) | deviceError_t
      function deviceError_t (line 94) | deviceError_t
      function deviceError_t (line 101) | deviceError_t
      function deviceError_t (line 111) | deviceError_t
      function deviceError_t (line 128) | deviceError_t
      function deviceSetValue (line 139) | void
      function deviceError_t (line 200) | deviceError_t
      function deviceError_t (line 218) | deviceError_t
      function deviceError_t (line 232) | deviceError_t
      function deviceError_t (line 246) | deviceError_t
      function deviceError_t (line 256) | deviceError_t
      function deviceError_t (line 272) | deviceError_t
      function deviceError_t (line 282) | deviceError_t
      function deviceError_t (line 297) | deviceError_t
      function deviceError_t (line 311) | deviceError_t
      function deviceError_t (line 325) | deviceError_t
      function deviceError_t (line 333) | deviceError_t
      function deviceError_t (line 352) | deviceError_t
      function deviceError_t (line 371) | deviceError_t
      function deviceError_t (line 390) | deviceError_t
      function deviceError_t (line 406) | deviceError_t
      function deviceError_t (line 418) | deviceError_t
      function deviceError_t (line 425) | deviceError_t
      function deviceError_t (line 431) | deviceError_t
      function deviceError_t (line 437) | deviceError_t
      function deviceError_t (line 445) | deviceError_t
      function deviceError_t (line 452) | deviceError_t

FILE: utils/DeviceDirectCCLWrapper.cc
  type dftfe (line 35) | namespace dftfe
    type utils (line 37) | namespace utils

FILE: utils/DeviceKernelsGeneric.cc
  type dftfe (line 26) | namespace dftfe
    type utils (line 28) | namespace utils
      type deviceKernelsGeneric (line 30) | namespace deviceKernelsGeneric
        function setupDevice (line 32) | void

FILE: utils/Exceptions.cc
  type dftfe (line 23) | namespace dftfe
    type utils (line 25) | namespace utils
      class ExceptionWithMsg (line 32) | class ExceptionWithMsg : public std::exception
        method ExceptionWithMsg (line 35) | ExceptionWithMsg(std::string const &msg)
      function throwException (line 51) | void

FILE: utils/FEBasisOperations.cc
  type dftfe (line 21) | namespace dftfe
    type basis (line 23) | namespace basis
      class FEBasisOperations<double,
                                     double,
                                     dftfe::utils::MemorySpace::HOST> (line 4046) | class FEBasisOperations<double,
      class FEBasisOperations<std::complex<double>,
                                     double,
                                     dftfe::utils::MemorySpace::HOST> (line 4055) | class FEBasisOperations<std::complex<double>,
      class FEBasisOperations<double,
                                     double,
                                     dftfe::utils::MemorySpace::DEVICE> (line 4060) | class FEBasisOperations<double,
      class FEBasisOperations<std::complex<double>,
                                     double,
                                     dftfe::utils::MemorySpace::DEVICE> (line 4068) | class FEBasisOperations<std::complex<double>,

FILE: utils/FEBasisOperationsKernels.cc
  type dftfe (line 22) | namespace dftfe
    type basis (line 24) | namespace basis
      class FEBasisOperations<std::complex<double>,
                                     double,
                                     dftfe::utils::MemorySpace::HOST> (line 475) | class FEBasisOperations<std::complex<double>,
      class FEBasisOperations<double,
                                     double,
                                     dftfe::utils::MemorySpace::HOST> (line 480) | class FEBasisOperations<double,
      class FEBasisOperations<double,
                                     double,
                                     dftfe::utils::MemorySpace::DEVICE> (line 484) | class FEBasisOperations<double,
      class FEBasisOperations<std::complex<double>,
                                     double,
                                     dftfe::utils::MemorySpace::DEVICE> (line 488) | class FEBasisOperations<std::complex<double>,

FILE: utils/FEBasisOperationsKernelsInternalDevice.cc
  type dftfe (line 21) | namespace dftfe
  type basis (line 131) | namespace basis
    type FEBasisOperationsKernelsInternal (line 133) | namespace FEBasisOperationsKernelsInternal
      function reshapeFromNonAffineLayoutDevice (line 137) | void
      function reshapeToNonAffineLayoutDevice (line 160) | void
      function scaleQuadratureDataWithDiagonalJacobianDevice (line 183) | void

FILE: utils/FEBasisOperationsKernelsInternalHost.cc
  type dftfe (line 25) | namespace dftfe
    type basis (line 27) | namespace basis
      type FEBasisOperationsKernelsInternal (line 29) | namespace FEBasisOperationsKernelsInternal
        function reshapeFromNonAffineLayoutHost (line 32) | void
        function reshapeToNonAffineLayoutHost (line 50) | void
        function scaleQuadratureDataWithDiagonalJacobianHost (line 68) | void

FILE: utils/FECell.t.cc
  type dftfe (line 3) | namespace dftfe
    type utils (line 5) | namespace utils

FILE: utils/FiniteDifference.cc
  type dftfe (line 6) | namespace dftfe
    type utils (line 8) | namespace utils

FILE: utils/MPICommunicatorP2P.cc
  type dftfe (line 28) | namespace dftfe
    type utils (line 30) | namespace utils
      type mpi (line 32) | namespace mpi
        class MPICommunicatorP2P<double,
                                        dftfe::utils::MemorySpace::DEVICE> (line 2183) | class MPICommunicatorP2P<double,
        class MPICommunicatorP2P<float,
                                        dftfe::utils::MemorySpace::DEVICE> (line 2185) | class MPICommunicatorP2P<float,
        class MPICommunicatorP2P<std::complex<double>,
                                        dftfe::utils::MemorySpace::DEVICE> (line 2187) | class MPICommunicatorP2P<std::complex<double>,
        class MPICommunicatorP2P<std::complex<float>,
                                        dftfe::utils::MemorySpace::DEVICE> (line 2189) | class MPICommunicatorP2P<std::complex<float>,
        class MPICommunicatorP2P<double,
                                        dftfe::utils::MemorySpace::HOST_PINNED> (line 2192) | class MPICommunicatorP2P<double,
        class MPICommunicatorP2P<float,
                                        dftfe::utils::MemorySpace::HOST_PINNED> (line 2194) | class MPICommunicatorP2P<float,
        class MPICommunicatorP2P<std::complex<double>,
                                        dftfe::utils::MemorySpace::HOST_PINNED> (line 2196) | class MPICommunicatorP2P<std::complex<double>,
        class MPICommunicatorP2P<std::complex<float>,
                                        dftfe::utils::MemorySpace::HOST_PINNED> (line 2198) | class MPICommunicatorP2P<std::complex<float>,
        class MPICommunicatorP2P<double,
                                        dftfe::utils::MemorySpace::HOST> (line 2203) | class MPICommunicatorP2P<double,
        class MPICommunicatorP2P<float, dftfe::utils::MemorySpace::HOST> (line 2205) | class MPICommunicatorP2P<float, dftfe::utils::MemorySpace::HOST>
        class MPICommunicatorP2P<std::complex<double>,
                                        dftfe::utils::MemorySpace::HOST> (line 2206) | class MPICommunicatorP2P<std::complex<double>,
        class MPICommunicatorP2P<std::complex<float>,
                                        dftfe::utils::MemorySpace::HOST> (line 2208) | class MPICommunicatorP2P<std::complex<float>,

FILE: utils/MPICommunicatorP2PKernels.cc
  type dftfe (line 28) | namespace dftfe
    type utils (line 30) | namespace utils
      class MPICommunicatorP2PKernels<double,
                                             dftfe::utils::MemorySpace::HOST> (line 131) | class MPICommunicatorP2PKernels<double,
      class MPICommunicatorP2PKernels<float,
                                             dftfe::utils::MemorySpace::HOST> (line 133) | class MPICommunicatorP2PKernels<float,
      class MPICommunicatorP2PKernels<std::complex<double>,
                                             dftfe::utils::MemorySpace::HOST> (line 135) | class MPICommunicatorP2PKernels<std::complex<double>,
      class MPICommunicatorP2PKernels<std::complex<float>,
                                             dftfe::utils::MemorySpace::HOST> (line 137) | class MPICommunicatorP2PKernels<std::complex<float>,
      class MPICommunicatorP2PKernels<
      double,
      dftfe::utils::MemorySpace::HOST_PINNED> (line 361) | class MPICommunicatorP2PKernels<
      class MPICommunicatorP2PKernels<
      float,
      dftfe::utils::MemorySpace::HOST_PINNED> (line 364) | class MPICommunicatorP2PKernels<
      class MPICommunicatorP2PKernels<
      std::complex<double>,
      dftfe::utils::MemorySpace::HOST_PINNED> (line 367) | class MPICommunicatorP2PKernels<
      class MPICommunicatorP2PKernels<
      std::complex<float>,
      dftfe::utils::MemorySpace::HOST_PINNED> (line 370) | class MPICommunicatorP2PKernels<

FILE: utils/MPICommunicatorP2PKernelsDevice.cc
  type dftfe (line 40) | namespace dftfe
    type utils (line 42) | namespace utils
  class MPICommunicatorP2PKernels<double,
                                             dftfe::utils::MemorySpace::DEVICE> (line 482) | class MPICommunicatorP2PKernels<double,
  class MPICommunicatorP2PKernels<float,
                                             dftfe::utils::MemorySpace::DEVICE> (line 484) | class MPICommunicatorP2PKernels<float,
  class MPICommunicatorP2PKernels<std::complex<double>,
                                             dftfe::utils::MemorySpace::DEVICE> (line 486) | class MPICommunicatorP2PKernels<std::complex<double>,
  class MPICommunicatorP2PKernels<std::complex<float>,
                                             dftfe::utils::MemorySpace::DEVICE> (line 488) | class MPICommunicatorP2PKernels<std::complex<float>,

FILE: utils/MPIRequestersNBX.cc
  type dftfe (line 28) | namespace dftfe
    type utils (line 30) | namespace utils
      type mpi (line 32) | namespace mpi

FILE: utils/MPIWriteOnFile.cpp
  type dftfe (line 30) | namespace dftfe
    type dftUtils (line 32) | namespace dftUtils

FILE: utils/MemoryManager.cc
  type dftfe (line 35) | namespace dftfe
    type utils (line 37) | namespace utils
      class MemoryManager<int, dftfe::utils::MemorySpace::DEVICE> (line 130) | class MemoryManager<int, dftfe::utils::MemorySpace::DEVICE>
      class MemoryManager<unsigned int,
                                 dftfe::utils::MemorySpace::DEVICE> (line 132) | class MemoryManager<unsigned int,
      class MemoryManager<long int, dftfe::utils::MemorySpace::DEVICE> (line 135) | class MemoryManager<long int, dftfe::utils::MemorySpace::DEVICE>
      class MemoryManager<unsigned long int,
                                 dftfe::utils::MemorySpace::DEVICE> (line 137) | class MemoryManager<unsigned long int,
      class MemoryManager<bool, dftfe::utils::MemorySpace::DEVICE> (line 140) | class MemoryManager<bool, dftfe::utils::MemorySpace::DEVICE>
      class MemoryManager<double, dftfe::utils::MemorySpace::DEVICE> (line 142) | class MemoryManager<double, dftfe::utils::MemorySpace::DEVICE>
      class MemoryManager<float, dftfe::utils::MemorySpace::DEVICE> (line 143) | class MemoryManager<float, dftfe::utils::MemorySpace::DEVICE>
      class MemoryManager<std::complex<double>,
                                 dftfe::utils::MemorySpace::DEVICE> (line 144) | class MemoryManager<std::complex<double>,
      class MemoryManager<std::complex<float>,
                                 dftfe::utils::MemorySpace::DEVICE> (line 146) | class MemoryManager<std::complex<float>,
      class MemoryManager<uint16_t, dftfe::utils::MemorySpace::DEVICE> (line 148) | class MemoryManager<uint16_t, dftfe::utils::MemorySpace::DEVICE>
      class MemoryManager<std::complex<uint16_t>,
                                 dftfe::utils::MemorySpace::DEVICE> (line 149) | class MemoryManager<std::complex<uint16_t>,
      class MemoryManager<int, dftfe::utils::MemorySpace::HOST_PINNED> (line 151) | class MemoryManager<int, dftfe::utils::MemorySpace::HOST_PINNED>
      class MemoryManager<unsigned int,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 153) | class MemoryManager<unsigned int,
      class MemoryManager<long int,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 156) | class MemoryManager<long int,
      class MemoryManager<unsigned long int,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 159) | class MemoryManager<unsigned long int,
      class MemoryManager<bool, dftfe::utils::MemorySpace::HOST_PINNED> (line 162) | class MemoryManager<bool, dftfe::utils::MemorySpace::HOST_PINNED>
      class MemoryManager<double,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 165) | class MemoryManager<double,
      class MemoryManager<float, dftfe::utils::MemorySpace::HOST_PINNED> (line 167) | class MemoryManager<float, dftfe::utils::MemorySpace::HOST_PINNED>
      class MemoryManager<std::complex<double>,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 168) | class MemoryManager<std::complex<double>,
      class MemoryManager<std::complex<float>,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 170) | class MemoryManager<std::complex<float>,
      class MemoryManager<uint16_t,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 172) | class MemoryManager<uint16_t,
      class MemoryManager<std::complex<uint16_t>,
                                 dftfe::utils::MemorySpace::HOST_PINNED> (line 174) | class MemoryManager<std::complex<uint16_t>,
      class MemoryManager<int, dftfe::utils::MemorySpace::HOST> (line 178) | class MemoryManager<int, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<unsigned int, dftfe::utils::MemorySpace::HOST> (line 180) | class MemoryManager<unsigned int, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<long int, dftfe::utils::MemorySpace::HOST> (line 182) | class MemoryManager<long int, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<unsigned long int,
                                 dftfe::utils::MemorySpace::HOST> (line 184) | class MemoryManager<unsigned long int,
      class MemoryManager<bool, dftfe::utils::MemorySpace::HOST> (line 187) | class MemoryManager<bool, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<double, dftfe::utils::MemorySpace::HOST> (line 190) | class MemoryManager<double, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<float, dftfe::utils::MemorySpace::HOST> (line 191) | class MemoryManager<float, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<std::complex<double>,
                                 dftfe::utils::MemorySpace::HOST> (line 192) | class MemoryManager<std::complex<double>,
      class MemoryManager<std::complex<float>,
                                 dftfe::utils::MemorySpace::HOST> (line 194) | class MemoryManager<std::complex<float>,
      class MemoryManager<uint16_t, dftfe::utils::MemorySpace::HOST> (line 196) | class MemoryManager<uint16_t, dftfe::utils::MemorySpace::HOST>
      class MemoryManager<std::complex<uint16_t>,
                                 dftfe::utils::MemorySpace::HOST> (line 197) | class MemoryManager<std::complex<uint16_t>,

FILE: utils/MemoryTransferKernelsDevice.cc
  type dftfe (line 25) | namespace dftfe
    type utils (line 27) | namespace utils
      type memoryTransferKernelsDevice (line 29) | namespace memoryTransferKernelsDevice
        function deviceMemcpyD2H (line 31) | void
        function deviceMemcpyH2D (line 37) | void
        function deviceMemcpyD2D (line 43) | void

FILE: utils/NodalData.cpp
  type dftfe (line 8) | namespace dftfe
    type dftUtils (line 10) | namespace dftUtils

FILE: utils/PeriodicTable.cc
  type dftfe (line 23) | namespace dftfe
    type pseudoUtils (line 25) | namespace pseudoUtils

FILE: utils/QuadDataCompositeWrite.cpp
  type dftfe (line 4) | namespace dftfe
    type dftUtils (line 6) | namespace dftUtils

FILE: utils/RTreeBox.t.cc
  type dftfe (line 22) | namespace dftfe
    type utils (line 24) | namespace utils
      type RTreeBoxInternal (line 26) | namespace RTreeBoxInternal
        function convertToBBox (line 29) | BG::model::box<BG::model::point<double, dim, BG::cs::cartesian>>

FILE: utils/RTreePoint.t.cc
  type dftfe (line 23) | namespace dftfe
    type utils (line 25) | namespace utils
      function assignValueToBoostPoint (line 35) | void
      type RTreePointInternal (line 73) | namespace RTreePointInternal
        function convertToBBox (line 76) | BG::model::box<BG::model::point<double, dim, BG::cs::cartesian>>

FILE: utils/SphericalFunctionUtil.cpp
  type dftfe (line 25) | namespace dftfe
    type utils (line 27) | namespace utils
      type sphUtils (line 29) | namespace sphUtils
        function Am (line 34) | inline double
        function Blm (line 43) | inline double
        function convertCartesianToSpherical (line 55) | void
        function Clm (line 86) | double
        function Qm (line 93) | double
        function dQmDPhi (line 104) | double
        function d2QmDPhi2 (line 115) | double
        function Plm (line 126) | double
        function dPlmDTheta (line 141) | double
        function d2PlmDTheta2 (line 175) | double
        function YlmReal (line 207) | double
        function dYlmReal (line 220) | std::vector<double>
        function d2YlmReal (line 238) | std::vector<double>
        function getJInv (line 256) | std::vector<std::vector<double>>

FILE: utils/StringOperations.cpp
  type dftfe (line 30) | namespace dftfe
    type utils (line 32) | namespace utils
      type stringOps (line 34) | namespace stringOps
        function strToInt (line 36) | bool
        function strToDouble (line 50) | bool
        function trim (line 64) | void
        function trimCopy (line 70) | std::string
        function split (line 76) | std::vector<std::string>

FILE: utils/constraintMatrixInfo.cc
  type dftfe (line 22) | namespace dftfe
    type dftUtils (line 27) | namespace dftUtils
      function callaxpy (line 34) | void
      function callaxpy (line 48) | void
      function callaxpy (line 62) | void
      function callaxpy (line 76) | void
      class constraintMatrixInfo<dftfe::utils::MemorySpace::HOST> (line 583) | class constraintMatrixInfo<dftfe::utils::MemorySpace::HOST>

FILE: utils/constraintMatrixInfoDevice.cc
  type dftfe (line 24) | namespace dftfe
    type dftUtils (line 27) | namespace dftUtils
      class constraintMatrixInfo<dftfe::utils::MemorySpace::DEVICE> (line 379) | class constraintMatrixInfo<dftfe::utils::MemorySpace::DEVICE>

FILE: utils/constraintMatrixInfoDeviceKernels.cc
  type dftfe (line 4) | namespace dftfe
    type dftUtils (line 7) | namespace dftUtils
      function DFTFE_CREATE_KERNEL (line 12) | DFTFE_CREATE_KERNEL(
      function DFTFE_CREATE_KERNEL (line 59) | DFTFE_CREATE_KERNEL(
    function DFTFE_CREATE_KERNEL (line 106) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 141) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 198) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 255) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 301) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 357) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 404) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 460) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 484) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 508) | DFTFE_CREATE_KERNEL(
  function DFTFE_CREATE_KERNEL (line 535) | DFTFE_CREATE_KERNEL(
  function distributeDevice (line 562) | void
  function distributeSlaveToMasterAtomicAddDevice (line 594) | void
  function setzeroDevice (line 623) | void
  function scaleConstraintsDevice (line 643) | void

FILE: utils/dftParameters.cc
  type dftfe (line 27) | namespace dftfe
    type internalDftParameters (line 29) | namespace internalDftParameters
      function declare_parameters (line 31) | void

FILE: utils/dftUtils.cc
  type dftfe (line 41) | namespace dftfe
    type dftUtils (line 43) | namespace dftUtils
      function getCompositeGeneratorVal (line 45) | double
      function getPartialOccupancy (line 57) | double
      function getPartialOccupancyDer (line 68) | double
      function createBoundingBoxForSphere (line 83) | dealii::BoundingBox<3>
      function cross_product (line 99) | void
      function transformDomainBoundingVectors (line 112) | void
      function printCurrentMemoryUsage (line 134) | void
      function writeDataVTUParallelLowestPoolId (line 175) | void
      function createBandParallelizationIndices (line 241) | void
      function createKpointParallelizationIndices (line 266) | void
      function MPI_Comm (line 346) | MPI_Comm &
      function MPI_Comm (line 352) | MPI_Comm &

FILE: utils/fileReaders.cc
  type dftfe (line 28) | namespace dftfe
    type dftUtils (line 30) | namespace dftUtils
      function readFile (line 33) | void
      function readFile (line 74) | void
      function readPsiFile (line 128) | dftfe::Int
      function readRelaxationFlagsFile (line 172) | void
      function moveFile (line 225) | void
      function copyFile (line 255) | void
      function verifyCheckpointFileExists (line 275) | void
      function writeDataIntoFile (line 292) | void
      function writeDataIntoFile (line 323) | void

FILE: utils/functionalTests/testDataTransfer.cpp
  type functionalTest (line 25) | namespace functionalTest
    function value (line 29) | double
    function real_part (line 37) | double
    function imaginary_part (line 43) | double
    function real_part (line 49) | double
    function imaginary_part (line 55) | double
    function conj_compl (line 61) | double
    function conj_compl (line 67) | std::complex<double>
    function testAccumulateInsert (line 74) | void
    function testTransferFromParentToChildIncompatiblePartitioning (line 209) | void

FILE: utils/functionalTests/testMultiVectorCGForPoisson.cpp
  type functionalTest (line 28) | namespace functionalTest
    function testMultiVectorPoissonSolver (line 31) | void

FILE: utils/pseudoConverter.cc
  type dftfe (line 30) | namespace dftfe
    type pseudoUtils (line 32) | namespace pseudoUtils
      function ends_with (line 34) | bool
      function isupf (line 43) | bool
      function isxml (line 49) | bool
      function convert (line 56) | std::vector<dftfe::Int>

FILE: utils/runParameters.cc
  type dftfe (line 24) | namespace dftfe
    type internalRunParameters (line 26) | namespace internalRunParameters
      function declare_parameters (line 28) | void

FILE: utils/vectorTools/vectorUtilities.cc
  type dftfe (line 25) | namespace dftfe
    type vectorTools (line 27) | namespace vectorTools
      function makeAffineConstraintsConsistentInParallel (line 29) | void
      function createParallelConstraintMatrixFromSerial (line 49) | void
      function createDealiiVector (line 237) | void
      function computeCellLocalIndexSetMap (line 349) | void
      function computeCellLocalIndexSetMap (line 414) | void
      function computeCellLocalIndexSetMap (line 571) | void
      function copyFlattenedSTLVecToSingleCompVec (line 697) | void
      function copyFlattenedSTLVecToSingleCompVec (line 734) | void
      function copyFlattenedSTLVecToSingleCompVec (line 763) | void
      function copyFlattenedDealiiVecToSingleCompVec (line 792) | void
      function copyFlattenedDealiiVecToSingleCompVec (line 861) | void
      function copySingleCompVecToFlattenedDealiiVec (line 920) | void
      function copySingleCompVecToFlattenedDealiiVec (line 965) | void
      function copySingleCompVecToFlattenedSTLVec (line 1000) | void
      function copySingleCompVecToFlattenedSTLVec (line 1041) | void
      function classifyInteriorSurfaceNodesInCell (line 1071) | void
      function classifyInteriorSurfaceNodesInGlobalArray (line 1107) | void
      function createBoundingBoxTriaLocallyOwned (line 1159) | std::pair<dealii::Point<3>, dealii::Point<3>>
Copy disabled (too large) Download .json
Condensed preview — 1783 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (101,247K chars).
[
  {
    "path": ".clang-format",
    "chars": 4880,
    "preview": "#\n# The clang-format (Clang 6) style file used by deal.II.\n#\n## This file is adapted by Sambit Das for use with DFT-FE c"
  },
  {
    "path": ".github/workflows/documentation.yml",
    "chars": 935,
    "preview": "name: documentation\n\n# Controls when the action will run. Triggers the workflow on push or pull request\n# events but onl"
  },
  {
    "path": ".gitignore",
    "chars": 845,
    "preview": "# Compiled Object files\n*.slo\n*.lo\n*.o\n*.obj\n\n# Compiled Dynamic libraries\n*.so\n*.dylib\n*.dll\n\n# Compiled Static librari"
  },
  {
    "path": "CMakeLists.txt",
    "chars": 24693,
    "preview": "##\n#  CMakeList file for DFT-FE\n##\nCMAKE_MINIMUM_REQUIRED(VERSION 3.17)\nset(CMAKE_CXX_STANDARD 17\n    CACHE STRING \"Mini"
  },
  {
    "path": "Doxyfile",
    "chars": 104499,
    "preview": "# Doxyfile 1.8.11\n\n# This file describes the settings to be used by the documentation system\n# doxygen (www.doxygen.org)"
  },
  {
    "path": "LICENSE",
    "chars": 25464,
    "preview": "This directory contains the DFT-FE code developed and maintained by \nthe Computational Materials Physics Group, Departme"
  },
  {
    "path": "README.md",
    "chars": 5664,
    "preview": "DFT-FE : Density Functional Theory With Finite-Elements \n=======================================================\n\n\nAbout"
  },
  {
    "path": "authors",
    "chars": 3196,
    "preview": "Copyright (c) 2017-2025 The Regents of the University of Michigan\n\nThe origins of DFT-FE were in the  [Computational Mat"
  },
  {
    "path": "cmake/FindDFTD3.cmake",
    "chars": 1218,
    "preview": "find_package(PkgConfig)\nset(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)\npkg_search_module(PC_DFTD3 s-dftd3)\npkg_search_module"
  },
  {
    "path": "cmake/FindDFTD4.cmake",
    "chars": 1453,
    "preview": "find_package(PkgConfig)\nset(PKG_CONFIG_USE_CMAKE_PREFIX_PATH TRUE)\npkg_search_module(PC_DFTD4 dftd4)\npkg_search_module(P"
  },
  {
    "path": "cmake/FindELPA.cmake",
    "chars": 1738,
    "preview": "# FindELPA.cmake\n#\n# Finds the ELPA library\n#\n# This will define the following variables\n#\n#    ELPA_FOUND\n#    ELPA_INC"
  },
  {
    "path": "cmake/FindNCCL.cmake",
    "chars": 3095,
    "preview": "# Find the nccl libraries\n# from https://github.com/xuhdev/pytorch/blob/a3b4accf014e18bf84f58d3018854435cbc3d55b/cmake/M"
  },
  {
    "path": "cmake/FindRCCL.cmake",
    "chars": 3095,
    "preview": "# Find the rccl libraries\n# from https://github.com/xuhdev/pytorch/blob/a3b4accf014e18bf84f58d3018854435cbc3d55b/cmake/M"
  },
  {
    "path": "cmake/FindSphinx.cmake",
    "chars": 435,
    "preview": "#Look for an executable called sphinx-build\nfind_program(SPHINX_EXECUTABLE\n             NAMES sphinx-build\n             "
  },
  {
    "path": "data/electronicStructure/allElectron/z1/singleAtomData/density.inp",
    "chars": 73694,
    "preview": "0\t0.31843085229195661\n0.00044126876211113866\t0.31801478262732308\n0.00088253752422227732\t0.31775017122463711\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z1/singleAtomData/psi10.inp",
    "chars": 73721,
    "preview": "0\t-2.000379990138621\n0.00044126876211113866\t-1.9990726898589286\n0.00088253752422227732\t-1.9982408299263816\n0.00132380628"
  },
  {
    "path": "data/electronicStructure/allElectron/z1/singleAtomData/psi20.inp",
    "chars": 73145,
    "preview": "0\t0.70724093039110614\n0.00044126876211113866\t0.70677871288228244\n0.00088253752422227732\t0.70648455446461356\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z1/singleAtomData/psi21.inp",
    "chars": 74420,
    "preview": "0\t-1.2831900626982526e-08\n0.00044126876211113866\t-9.0050076047327635e-05\n0.00088253752422227732\t-0.00018007059130818238\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z10/singleAtomData/density.inp",
    "chars": 72721,
    "preview": "0\t616.86458811516536\n0.00044126876211113866\t608.86600014237524\n0.00088253752422227732\t603.8163459269399\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z10/singleAtomData/psi10.inp",
    "chars": 73999,
    "preview": "0\t60.562886434787437\n0.00044126876211113866\t60.168962578974124\n0.00088253752422227732\t59.9189431374284\n0.001323806286333"
  },
  {
    "path": "data/electronicStructure/allElectron/z10/singleAtomData/psi20.inp",
    "chars": 72770,
    "preview": "0\t-14.422596966242452\n0.00044126876211113866\t-14.328760186535682\n0.00088253752422227732\t-14.269139191131469\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z10/singleAtomData/psi21.inp",
    "chars": 72247,
    "preview": "0\t1.7959488541532057e-05\n0.00044126876211113866\t0.012646772150728916\n0.00088253752422227732\t0.025252067594106066\n0.00132"
  },
  {
    "path": "data/electronicStructure/allElectron/z10/singleAtomData/psi30.inp",
    "chars": 72673,
    "preview": "0\t1.2698614061774351\n0.00044126876211113866\t1.2615992842334518\n0.00088253752422227732\t1.2563495314057258\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z10/singleAtomData/psi31.inp",
    "chars": 74926,
    "preview": "0\t1.0563920131825251e-07\n0.00044126876211113866\t7.4308583120426166e-05\n0.00088253752422227732\t0.0001483734845847671\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/density.inp",
    "chars": 144728,
    "preview": "0\t827.87142631185407\n0.00010393001939494404\t825.07273919945942\n0.00020786003878988808\t823.29515637911561\n0.0003117900581"
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/psi10.inp",
    "chars": 149723,
    "preview": "0\t-70.003165752981161\n0.00010393001939494404\t-69.884740038920327\n0.00020786003878988808\t-69.809418174527423\n0.0003117900"
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/psi20.inp",
    "chars": 145441,
    "preview": "0\t-17.208915139779435\n0.00010393001939494404\t-17.17980028233784\n0.00020786003878988808\t-17.161277254600023\n0.00031179005"
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/psi21.inp",
    "chars": 147798,
    "preview": "0\t-1.5258488200783287e-06\n0.00010393001939494404\t-0.0041353587626523471\n0.00020786003878988808\t-0.0082672013758096161\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/psi30.inp",
    "chars": 144680,
    "preview": "0\t3.187351975843844\n0.00010393001939494404\t3.181959440468046\n0.00020786003878988808\t3.1785286275984306\n0.000311790058184"
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/psi31.inp",
    "chars": 146433,
    "preview": "0\t1.8309719336657275e-07\n0.00010393001939494404\t0.00049635323361198603\n0.00020786003878988808\t0.00099228448599014175\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z11/singleAtomData/psi32.inp",
    "chars": 149433,
    "preview": "0\t4.699154569888927e-10\n0.00010393001939494404\t1.7033869541953257e-10\n0.00020786003878988808\t6.0932877853914625e-10\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/density.inp",
    "chars": 96777,
    "preview": "0\t1089.4083854443386\n0.00033141557030478213\t1076.6665994501816\n0.00066283114060956426\t1068.6158918380813\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi10.inp",
    "chars": 100287,
    "preview": "0\t-80.082831865903628\n0.00033141557030478213\t-79.613130064819927\n0.00066283114060956426\t-79.314927957093374\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi20.inp",
    "chars": 97293,
    "preview": "0\t-20.258707126417178\n0.00033141557030478213\t-20.139854203565967\n0.00066283114060956426\t-20.064322304856852\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi21.inp",
    "chars": 98810,
    "preview": "0\t-2.2441052794225718e-05\n0.00033141557030478213\t-0.017527137935649563\n0.00066283114060956426\t-0.035002460134150946\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi30.inp",
    "chars": 97998,
    "preview": "0\t-4.6129802561967734\n0.00033141557030478213\t-4.5859165644257294\n0.00066283114060956426\t-4.5687163084297655\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi31.inp",
    "chars": 97635,
    "preview": "0\t3.624519661211523e-06\n0.00033141557030478213\t0.0028308604817410842\n0.00066283114060956426\t0.0056533514195274874\n0.0009"
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi32.inp",
    "chars": 99732,
    "preview": "0\t-4.8958655967936009e-11\n0.00033141557030478213\t1.3170305133716888e-09\n0.00066283114060956426\t4.9133166084739913e-09\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z12/singleAtomData/psi40.inp",
    "chars": 97945,
    "preview": "0\t1.0149450004324176\n0.00033141557030478213\t1.0089904578037234\n0.00066283114060956426\t1.0052060492278465\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/density.inp",
    "chars": 72573,
    "preview": "0\t1400.0179782182972\n0.00044126876211113866\t1376.4783529187418\n0.00088253752422227732\t1361.6533956586984\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi10.inp",
    "chars": 74318,
    "preview": "0\t90.58646296867586\n0.00044126876211113866\t89.821688929050907\n0.00088253752422227732\t89.336697965958265\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi20.inp",
    "chars": 74074,
    "preview": "0\t23.50102601146499\n0.00044126876211113866\t23.302542384879146\n0.00088253752422227732\t23.176488269553779\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi21.inp",
    "chars": 74256,
    "preview": "0\t-5.553788923659623e-05\n0.00044126876211113866\t-0.030118909338343675\n0.00088253752422227732\t-0.060109420814333354\n0.001"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi30.inp",
    "chars": 73647,
    "preview": "0\t-6.1941015290615828\n0.00044126876211113866\t-6.1417862984419989\n0.00088253752422227732\t-6.1085582053425149\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi31.inp",
    "chars": 72858,
    "preview": "0\t-1.1265233698281573e-05\n0.00044126876211113866\t-0.0061092866703001091\n0.00088253752422227732\t-0.012192525739384327\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi32.inp",
    "chars": 76388,
    "preview": "0\t5.9790064911053992e-11\n0.00044126876211113866\t-5.9207995922123488e-09\n0.00088253752422227732\t-2.3625079894653474e-08\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi40.inp",
    "chars": 73287,
    "preview": "0\t1.7601324789366095\n0.00044126876211113866\t1.7452664120579351\n0.00088253752422227732\t1.7358241348729695\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi41.inp",
    "chars": 73415,
    "preview": "0\t1.1994642736749824e-06\n0.00044126876211113866\t0.00065049426803101584\n0.00088253752422227732\t0.0012982150588028429\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi42.inp",
    "chars": 75050,
    "preview": "0\t-1.6276494038055824e-10\n0.00044126876211113866\t-3.908006003844248e-08\n0.00088253752422227732\t-1.5617798661510406e-07\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z13/singleAtomData/psi43.inp",
    "chars": 75501,
    "preview": "0\t-1.8855850815510969e-10\n0.00044126876211113866\t-2.1857291269366975e-11\n0.00088253752422227732\t1.4257012522045743e-11\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z14/singleAtomData/density.inp",
    "chars": 311957,
    "preview": "   1.00000000E-02    1.32465194E+03   \n   2.00012503E-02    1.00382290E+03   \n   3.00025006E-02    7.60767756E+02   \n   "
  },
  {
    "path": "data/electronicStructure/allElectron/z14/singleAtomData/psi10.inp",
    "chars": 311960,
    "preview": "   1.00000000E-02    8.79506162E+01   \n   2.00012503E-02    7.65679356E+01   \n   3.00025006E-02    6.66552975E+01   \n   "
  },
  {
    "path": "data/electronicStructure/allElectron/z14/singleAtomData/psi20.inp",
    "chars": 327974,
    "preview": "   1.00000000E-02      -2.32606327E+01    \n   2.00012503E-02      -2.01071639E+01    \n   3.00025006E-02      -1.72900443"
  },
  {
    "path": "data/electronicStructure/allElectron/z14/singleAtomData/psi21.inp",
    "chars": 327977,
    "preview": "   1.00000000E-02       8.05402042E-01    \n   2.00012503E-02       1.50363731E+00    \n   3.00025006E-02       2.10676089"
  },
  {
    "path": "data/electronicStructure/allElectron/z14/singleAtomData/psi30.inp",
    "chars": 335990,
    "preview": "   1.00000000E-02         6.68464085E+00    \n   2.00012503E-02         5.77519956E+00    \n   3.00025006E-02         4.96"
  },
  {
    "path": "data/electronicStructure/allElectron/z14/singleAtomData/psi31.inp",
    "chars": 328029,
    "preview": "   1.00000000E-02        -1.87738868E-01 \n   2.00012503E-02        -3.50422675E-01 \n   3.00025006E-02        -4.90805324"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/density.inp",
    "chars": 72531,
    "preview": "0\t2185.3221879691228\n0.00044126876211113866\t2142.9972101970393\n0.00088253752422227732\t2116.3846182586744\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/psi10.inp",
    "chars": 74436,
    "preview": "0\t112.76876167776415\n0.00044126876211113866\t111.67138734991887\n0.00088253752422227732\t110.97585910785952\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/psi20.inp",
    "chars": 73310,
    "preview": "0\t-30.46330742776647\n0.00044126876211113866\t-30.16672804078603\n0.00088253752422227732\t-29.978429663548177\n0.001323806286"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/psi21.inp",
    "chars": 74434,
    "preview": "0\t-9.9625137997404677e-05\n0.00044126876211113866\t-0.046860730361140711\n0.00088253752422227732\t-0.093490973581401543\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/psi30.inp",
    "chars": 72634,
    "preview": "0\t9.2724081605270801\n0.00044126876211113866\t9.1821320259097003\n0.00088253752422227732\t9.1248074731553821\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/psi31.inp",
    "chars": 73364,
    "preview": "0\t2.5438965894868024e-05\n0.00044126876211113866\t0.011965760233883465\n0.00088253752422227732\t0.023872653971067605\n0.00132"
  },
  {
    "path": "data/electronicStructure/allElectron/z15/singleAtomData/psi32.inp",
    "chars": 74610,
    "preview": "0\t1.4384375898423871e-11\n0.00044126876211113866\t6.1158514117095668e-09\n0.00088253752422227732\t2.4442028767802425e-08\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/density.inp",
    "chars": 72551,
    "preview": "0\t2669.9960040273841\n0.00044126876211113866\t2614.8829270932752\n0.00088253752422227732\t2580.2576721449873\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi10.inp",
    "chars": 75438,
    "preview": "0\t-124.46270638103007\n0.00044126876211113866\t-123.17146219698411\n0.00088253752422227732\t-122.35328365995191\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi20.inp",
    "chars": 74289,
    "preview": "0\t34.172666719503347\n0.00044126876211113866\t33.81796691518425\n0.00088253752422227732\t33.592800505828905\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi21.inp",
    "chars": 73187,
    "preview": "0\t0.00012896941695117838\n0.00044126876211113866\t0.056894088741258363\n0.00088253752422227732\t0.11348969433047254\n0.001323"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi30.inp",
    "chars": 72680,
    "preview": "0\t10.832508124527013\n0.00044126876211113866\t10.720065780460901\n0.00088253752422227732\t10.648674807030346\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi31.inp",
    "chars": 73431,
    "preview": "0\t3.5129932593563764e-05\n0.00044126876211113866\t0.015497390484645115\n0.00088253752422227732\t0.030913457204747617\n0.00132"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi32.inp",
    "chars": 76469,
    "preview": "0\t-1.1934974000336982e-10\n0.00044126876211113866\t-5.8414201968838939e-09\n0.00088253752422227732\t-2.3337543189108612e-08\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z16/singleAtomData/psi40.inp",
    "chars": 72709,
    "preview": "0\t-2.3826342918636234\n0.00044126876211113866\t-2.357902254194773\n0.00088253752422227732\t-2.3421993673357577\n0.00132380628"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/density.inp",
    "chars": 72552,
    "preview": "0\t3221.880973001661\n0.00044126876211113866\t3151.2790128254969\n0.00088253752422227732\t3106.9587142960868\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi10.inp",
    "chars": 74626,
    "preview": "0\t136.54120920417671\n0.00044126876211113866\t135.03690228661023\n0.00088253752422227732\t134.08398353558601\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi20.inp",
    "chars": 74342,
    "preview": "0\t38.024243328441131\n0.00044126876211113866\t37.605101244257007\n0.00088253752422227732\t37.339064791598375\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi21.inp",
    "chars": 74484,
    "preview": "0\t-0.00016394110451880062\n0.00044126876211113866\t-0.068093904325173454\n0.00088253752422227732\t-0.13580825215597545\n0.001"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi30.inp",
    "chars": 72716,
    "preview": "0\t12.42297465666476\n0.00044126876211113866\t12.286029282135786\n0.00088253752422227732\t12.19909187124717\n0.001323806286333"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi31.inp",
    "chars": 73498,
    "preview": "0\t4.6872652598761205e-05\n0.00044126876211113866\t0.019468880745116806\n0.00088253752422227732\t0.038829211049856531\n0.00132"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi32.inp",
    "chars": 74721,
    "preview": "0\t1.7915059702911107e-10\n0.00044126876211113866\t5.6116936561142056e-09\n0.00088253752422227732\t2.2494248579974433e-08\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi40.inp",
    "chars": 73352,
    "preview": "0\t2.4770783093386006\n0.00044126876211113866\t2.449771977524382\n0.00088253752422227732\t2.4324367439299048\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi41.inp",
    "chars": 74030,
    "preview": "0\t1.0120212615102647e-06\n0.00044126876211113866\t0.00042036651453044243\n0.00088253752422227732\t0.000838389202207049\n0.001"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi42.inp",
    "chars": 73426,
    "preview": "0\t2.0650741104109421e-10\n0.00044126876211113866\t5.2641200749621365e-08\n0.00088253752422227732\t2.1031563717707266e-07\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z17/singleAtomData/psi43.inp",
    "chars": 75601,
    "preview": "0\t-3.7771887362393864e-10\n0.00044126876211113866\t4.7021010461908972e-12\n0.00088253752422227732\t-2.1591534686334615e-11\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/density.inp",
    "chars": 96738,
    "preview": "0\t3838.9572761884128\n0.00033141557030478213\t3771.862342680673\n0.00066283114060956426\t3729.6238663460276\n0.00099424671091"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi10.inp",
    "chars": 99374,
    "preview": "0\t148.86824035615982\n0.00033141557030478213\t147.56160020662435\n0.00066283114060956426\t146.73307874552592\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi20.inp",
    "chars": 99206,
    "preview": "0\t41.977254555120759\n0.00033141557030478213\t41.608658077057868\n0.00066283114060956426\t41.374565233682809\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi21.inp",
    "chars": 99395,
    "preview": "0\t-0.00011604940275354824\n0.00033141557030478213\t-0.060531610299625706\n0.00066283114060956426\t-0.12079483356525213\n0.000"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi30.inp",
    "chars": 98459,
    "preview": "0\t-14.036989202405866\n0.00033141557030478213\t-13.913727335815864\n0.00066283114060956426\t-13.835432715882293\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi31.inp",
    "chars": 98030,
    "preview": "0\t3.4457826041037213e-05\n0.00033141557030478213\t0.01797330486192739\n0.00066283114060956426\t0.035866899999382834\n0.000994"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi32.inp",
    "chars": 102730,
    "preview": "0\t-5.3811952584618307e-11\n0.00033141557030478213\t-3.0898451684636963e-09\n0.00066283114060956426\t-1.2388648878210938e-08\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z18/singleAtomData/psi40.inp",
    "chars": 97742,
    "preview": "0\t2.5283241872283351\n0.00033141557030478213\t2.5061223412176568\n0.00066283114060956426\t2.4920197764132195\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/density.inp",
    "chars": 72535,
    "preview": "0\t4548.1679813886849\n0.00044126876211113866\t4436.9646178664289\n0.00088253752422227732\t4367.2700182747358\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi10.inp",
    "chars": 75598,
    "preview": "0\t-161.80716697530164\n0.00044126876211113866\t-159.81683742723405\n0.00088253752422227732\t-158.55674111905557\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi20.inp",
    "chars": 73537,
    "preview": "0\t-46.146851430441217\n0.00044126876211113866\t-45.578878755627827\n0.00088253752422227732\t-45.218480859929052\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi21.inp",
    "chars": 73358,
    "preview": "0\t0.00025328685651648255\n0.00044126876211113866\t0.094203301591075081\n0.00088253752422227732\t0.18781977215208345\n0.001323"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi30.inp",
    "chars": 73770,
    "preview": "0\t-16.081020646538828\n0.00044126876211113866\t-15.883084650191808\n0.00088253752422227732\t-15.757459381152215\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi31.inp",
    "chars": 73609,
    "preview": "0\t8.1465673739764994e-05\n0.00044126876211113866\t0.030299097671220566\n0.00088253752422227732\t0.060409381862486344\n0.00132"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi32.inp",
    "chars": 72466,
    "preview": "0\t4.7442764881475447e-09\n0.00044126876211113866\t8.8939576137102911e-07\n0.00088253752422227732\t3.5528922365841115e-06\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z19/singleAtomData/psi40.inp",
    "chars": 72640,
    "preview": "0\t-3.8188554523277123\n0.00044126876211113866\t-3.7718501278936007\n0.00088253752422227732\t-3.7420162761320288\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z2/singleAtomData/density.inp",
    "chars": 7600,
    "preview": "   1.41421353E-05    3.52665295E+00  \n   1.52427503E-05    3.52663743E+00  \n   1.64290209E-05    3.52662069E+00  \n   1.7"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/density.inp",
    "chars": 96605,
    "preview": "0\t5324.2531032726401\n0.00033141557030478213\t5220.9906083154028\n0.00066283114060956426\t5156.062450474672\n0.00099424671091"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi10.inp",
    "chars": 99478,
    "preview": "0\t174.81276417839504\n0.00033141557030478213\t173.10925117289648\n0.00066283114060956426\t172.02952674547504\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi20.inp",
    "chars": 98231,
    "preview": "0\t-50.37124844541195\n0.00033141557030478213\t-49.880158447696587\n0.00066283114060956426\t-49.568337844019013\n0.00099424671"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi21.inp",
    "chars": 99401,
    "preview": "0\t-0.00017487379662773457\n0.00033141557030478213\t-0.082141093402138363\n0.00066283114060956426\t-0.16387753785072012\n0.000"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi30.inp",
    "chars": 98418,
    "preview": "0\t-18.183260190355973\n0.00033141557030478213\t-18.005975411373694\n0.00066283114060956426\t-17.893386558210604\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi31.inp",
    "chars": 97128,
    "preview": "0\t-5.9778669115793178e-05\n0.00033141557030478213\t-0.028079095046660781\n0.00066283114060956426\t-0.056019823288761698\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi32.inp",
    "chars": 96492,
    "preview": "0\t1.421965114937684e-08\n0.00033141557030478213\t3.3950191004148953e-06\n0.00066283114060956426\t1.3565906713042126e-05\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z20/singleAtomData/psi40.inp",
    "chars": 97834,
    "preview": "0\t5.086524284298295\n0.00033141557030478213\t5.0369309487299772\n0.00066283114060956426\t5.0054348568660068\n0.00099424671091"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/density.inp",
    "chars": 72411,
    "preview": "0\t6202.9587578498367\n0.00044126876211113866\t6035.6121461613557\n0.00088253752422227732\t5930.9006606140429\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi10.inp",
    "chars": 74679,
    "preview": "0\t188.49407277923214\n0.00044126876211113866\t185.93406510258899\n0.00088253752422227732\t184.3141985177422\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi20.inp",
    "chars": 73656,
    "preview": "0\t-54.834663365425378\n0.00044126876211113866\t-54.089438742093051\n0.00088253752422227732\t-53.616703631260386\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi21.inp",
    "chars": 74771,
    "preview": "0\t-0.00037321445478058837\n0.00044126876211113866\t-0.12568510976511582\n0.00088253752422227732\t-0.25050490833331024\n0.0013"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi30.inp",
    "chars": 72758,
    "preview": "0\t20.139379286375569\n0.00044126876211113866\t19.86565786494312\n0.00088253752422227732\t19.691975587152442\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi31.inp",
    "chars": 73634,
    "preview": "0\t0.0001311147624475105\n0.00044126876211113866\t0.044154917192250197\n0.00088253752422227732\t0.088005704249486422\n0.001323"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi32.inp",
    "chars": 74327,
    "preview": "0\t-5.1704997210148505e-08\n0.00044126876211113866\t-8.840015191759929e-06\n0.00088253752422227732\t-3.5308439586438845e-05\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi40.inp",
    "chars": 73429,
    "preview": "0\t5.6470302417783858\n0.00044126876211113866\t5.5702788054172698\n0.00088253752422227732\t5.5215767609743391\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi41.inp",
    "chars": 72569,
    "preview": "0\t2.8628368447496337e-05\n0.00044126876211113866\t0.0096410477589798059\n0.00088253752422227732\t0.019215687276544081\n0.0013"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi42.inp",
    "chars": 74565,
    "preview": "0\t1.267685863088932e-09\n0.00044126876211113866\t2.1759397846192307e-07\n0.00088253752422227732\t8.6914750847763387e-07\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi43.inp",
    "chars": 75504,
    "preview": "0\t-8.5169110153603464e-11\n0.00044126876211113866\t-3.5267406343340435e-11\n0.00088253752422227732\t-1.6079584163245205e-11\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi50.inp",
    "chars": 73159,
    "preview": "0\t1.4172569899789225\n0.00044126876211113866\t1.397994371902294\n0.00088253752422227732\t1.3857713900831576\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi51.inp",
    "chars": 74145,
    "preview": "0\t3.2508007163166945e-06\n0.00044126876211113866\t0.0010948090923794558\n0.00088253752422227732\t0.0021820770460249605\n0.001"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi52.inp",
    "chars": 73750,
    "preview": "0\t-7.0268700979524101e-09\n0.00044126876211113866\t-1.2004913367098842e-06\n0.00088253752422227732\t-4.7949625702500935e-06\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi53.inp",
    "chars": 74836,
    "preview": "0\t1.5828229978099745e-11\n0.00044126876211113866\t8.5810099369857307e-12\n0.00088253752422227732\t1.4213103941516421e-11\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z21/singleAtomData/psi54.inp",
    "chars": 77407,
    "preview": "0\t-3.2299797635991385e-11\n0.00044126876211113866\t-1.806023314085128e-11\n0.00088253752422227732\t-4.9275677404399191e-12\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/density.inp",
    "chars": 96517,
    "preview": "0\t7146.3874455142632\n0.00033141557030478213\t6994.1176701112463\n0.00066283114060956426\t6898.4917361124426\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi10.inp",
    "chars": 100842,
    "preview": "0\t-202.1463838062397\n0.00033141557030478213\t-199.98121211983565\n0.00066283114060956426\t-198.60944748459897\n0.00099424671"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi20.inp",
    "chars": 98324,
    "preview": "0\t-59.31569366205585\n0.00033141557030478213\t-58.680033388979957\n0.00066283114060956426\t-58.276502718862261\n0.00099424671"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi21.inp",
    "chars": 99744,
    "preview": "0\t-0.00025270692467260509\n0.00033141557030478213\t-0.10797281516028441\n0.00066283114060956426\t-0.21536055997124462\n0.0009"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi30.inp",
    "chars": 98375,
    "preview": "0\t-22.030940596384308\n0.00033141557030478213\t-21.794831100600749\n0.00066283114060956426\t-21.644911316316488\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi31.inp",
    "chars": 97203,
    "preview": "0\t-9.0360681090149864e-05\n0.00033141557030478213\t-0.038608054070990945\n0.00066283114060956426\t-0.077006827678295836\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi32.inp",
    "chars": 98844,
    "preview": "0\t-3.089713466128453e-08\n0.00033141557030478213\t-6.7033027656806041e-06\n0.00066283114060956426\t-2.6782419152625886e-05\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi40.inp",
    "chars": 96827,
    "preview": "0\t-6.0558001308134797\n0.00033141557030478213\t-5.9908985961638219\n0.00066283114060956426\t-5.9496877215698767\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi41.inp",
    "chars": 98090,
    "preview": "0\t-1.8798822448567338e-05\n0.00033141557030478213\t-0.0080321011546557238\n0.00066283114060956426\t-0.016020661727390917\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi42.inp",
    "chars": 99763,
    "preview": "0\t-4.2220868395706909e-10\n0.00033141557030478213\t-1.0911296980040807e-07\n0.00066283114060956426\t-4.3596292611695351e-07\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z22/singleAtomData/psi50.inp",
    "chars": 97530,
    "preview": "0\t1.3802557951147394\n0.00033141557030478213\t1.3654632383111098\n0.00066283114060956426\t1.3560703102329514\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/density.inp",
    "chars": 72399,
    "preview": "0\t8212.0225237099658\n0.00044126876211113866\t7969.7810076204269\n0.00088253752422227732\t7818.4522983337529\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi10.inp",
    "chars": 75748,
    "preview": "0\t-216.54205336903502\n0.00044126876211113866\t-213.32435141859636\n0.00088253752422227732\t-211.28945163186657\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi20.inp",
    "chars": 73887,
    "preview": "0\t-64.038409031376446\n0.00044126876211113866\t-63.086132659134933\n0.00088253752422227732\t-62.48222501734098\n0.00132380628"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi21.inp",
    "chars": 74852,
    "preview": "0\t-0.00052930783252730991\n0.00044126876211113866\t-0.16287803713393337\n0.00088253752422227732\t-0.32452796397676109\n0.0013"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi30.inp",
    "chars": 73896,
    "preview": "0\t-23.948281240873321\n0.00044126876211113866\t-23.592131801100308\n0.00088253752422227732\t-23.366201741052773\n0.0013238062"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi31.inp",
    "chars": 73646,
    "preview": "0\t0.00019133158642766493\n0.00044126876211113866\t0.058876727903611627\n0.00088253752422227732\t0.11730929008703141\n0.001323"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi32.inp",
    "chars": 74073,
    "preview": "0\t-9.6567070508841804e-08\n0.00044126876211113866\t-1.5084738191524458e-05\n0.00088253752422227732\t-6.0242434233838791e-05\n"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi40.inp",
    "chars": 73472,
    "preview": "0\t6.3145773318681826\n0.00044126876211113866\t6.220668499515206\n0.00088253752422227732\t6.1610934730886724\n0.00132380628633"
  },
  {
    "path": "data/electronicStructure/allElectron/z23/singleAtomData/psi41.inp",
    "chars": 72542,
    "preview": "0\t3.6602128988009468e-05\n0.00044126876211113866\t0.011263246770871845\n0.00088253752422227732\t0.022441519702572674\n0.00132"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/density.inp",
    "chars": 96530,
    "preview": "0\t9341.1322602136897\n0.00033141557030478213\t9124.2787993202292\n0.00066283114060956426\t8988.259818192324\n0.00099424671091"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi10.inp",
    "chars": 100932,
    "preview": "0\t-230.79863202915362\n0.00033141557030478213\t-228.10393479887875\n0.00066283114060956426\t-226.39739267036342\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi20.inp",
    "chars": 99615,
    "preview": "0\t68.739098434171851\n0.00033141557030478213\t67.936066590977646\n0.00066283114060956426\t67.426392611576176\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi21.inp",
    "chars": 99874,
    "preview": "0\t-0.0003525437756446321\n0.00033141557030478213\t-0.13815769453724563\n0.00066283114060956426\t-0.27549872914874268\n0.00099"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi30.inp",
    "chars": 98452,
    "preview": "0\t-25.851132404195177\n0.00033141557030478213\t-25.549111478947516\n0.00066283114060956426\t-25.35737518846863\n0.00099424671"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi31.inp",
    "chars": 97276,
    "preview": "0\t-0.00012861976687343515\n0.00033141557030478213\t-0.050404787900518326\n0.00066283114060956426\t-0.10051150392596371\n0.000"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi32.inp",
    "chars": 96302,
    "preview": "0\t5.3537914283052489e-08\n0.00033141557030478213\t1.0655059819542015e-05\n0.00066283114060956426\t4.2566826448421897e-05\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi40.inp",
    "chars": 96786,
    "preview": "0\t-6.5611933179719326\n0.00033141557030478213\t-6.4845377559090069\n0.00066283114060956426\t-6.4358719753746341\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z24/singleAtomData/psi41.inp",
    "chars": 96648,
    "preview": "0\t2.2703265980054068e-05\n0.00033141557030478213\t0.008897183592886217\n0.00066283114060956426\t0.017741751184623976\n0.00099"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/density.inp",
    "chars": 96526,
    "preview": "0\t10590.426178429567\n0.00033141557030478213\t10334.488132140477\n0.00066283114060956426\t10174.051484833397\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi10.inp",
    "chars": 101093,
    "preview": "0\t-245.59995884205571\n0.00033141557030478213\t-242.61413020830949\n0.00066283114060956426\t-240.7236080366491\n0.00099424671"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi20.inp",
    "chars": 99648,
    "preview": "0\t73.61950814755032\n0.00033141557030478213\t72.723951130973873\n0.00066283114060956426\t72.155612580481787\n0.00099424671091"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi21.inp",
    "chars": 99913,
    "preview": "0\t-0.00041170760389647171\n0.00033141557030478213\t-0.15493490517330691\n0.00066283114060956426\t-0.30891583673990519\n0.0009"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi30.inp",
    "chars": 98637,
    "preview": "0\t-27.813388416731652\n0.00033141557030478213\t-27.475024119545868\n0.00066283114060956426\t-27.260234759106076\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi31.inp",
    "chars": 97186,
    "preview": "0\t-0.00015137934874938307\n0.00033141557030478213\t-0.056967736878508771\n0.00066283114060956426\t-0.11358455066479316\n0.000"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi32.inp",
    "chars": 96224,
    "preview": "0\t6.8703621525341407e-08\n0.00033141557030478213\t1.3128103267243352e-05\n0.00066283114060956426\t5.2443863617743134e-05\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi40.inp",
    "chars": 98017,
    "preview": "0\t6.8086406612169919\n0.00033141557030478213\t6.7258093385646243\n0.00066283114060956426\t6.6732274441673756\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi41.inp",
    "chars": 96649,
    "preview": "0\t2.4675732206233609e-05\n0.00033141557030478213\t0.0092860830586376682\n0.00066283114060956426\t0.018514961305715713\n0.0009"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi42.inp",
    "chars": 100035,
    "preview": "0\t-4.4281302392677811e-10\n0.00033141557030478213\t-1.078825253852919e-07\n0.00066283114060956426\t-4.309831758198274e-07\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi43.inp",
    "chars": 103075,
    "preview": "0\t-2.306689989597592e-10\n0.00033141557030478213\t2.7326704333171227e-11\n0.00066283114060956426\t-3.658204264306071e-11\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi50.inp",
    "chars": 97651,
    "preview": "0\t1.2111846904828407\n0.00033141557030478213\t1.1964498731095106\n0.00066283114060956426\t1.1870960926978156\n0.0009942467109"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi51.inp",
    "chars": 98831,
    "preview": "0\t2.5899311059631756e-06\n0.00033141557030478213\t0.00097458460002087057\n0.00066283114060956426\t0.001943165488670891\n0.000"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi52.inp",
    "chars": 98339,
    "preview": "0\t3.8752775122297552e-09\n0.00033141557030478213\t7.3276061142501598e-07\n0.00066283114060956426\t2.9272120047545908e-06\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi53.inp",
    "chars": 102224,
    "preview": "0\t1.7463564326527524e-11\n0.00033141557030478213\t1.4912006606415573e-12\n0.00066283114060956426\t1.5932900822729631e-12\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z25/singleAtomData/psi54.inp",
    "chars": 100996,
    "preview": "0\t6.4221035087898198e-11\n0.00033141557030478213\t-7.3175453417459946e-12\n0.00066283114060956426\t1.0489011555465651e-11\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/density.inp",
    "chars": 193320,
    "preview": "0\t11899.283764983524\n0.00016605598983436123\t11748.29188168397\n0.00033211197966872245\t11652.946861951017\n0.00049816796950"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi10.inp",
    "chars": 199927,
    "preview": "0\t260.23619792735963\n0.00016605598983436123\t258.5798433113236\n0.00033211197966872245\t257.52845163368528\n0.00049816796950"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi20.inp",
    "chars": 197078,
    "preview": "0\t-78.468853802003522\n0.00016605598983436123\t-77.969254324076147\n0.00033211197966872245\t-77.651746532389296\n0.0004981679"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi21.inp",
    "chars": 199652,
    "preview": "0\t-0.0001206615405271633\n0.00016605598983436123\t-0.086834978038025853\n0.00033211197966872245\t-0.17339120347103951\n0.0004"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi30.inp",
    "chars": 194651,
    "preview": "0\t29.719762492743836\n0.00016605598983436123\t29.530534144299633\n0.00033211197966872245\t29.410258059641357\n0.0004981679695"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi31.inp",
    "chars": 196751,
    "preview": "0\t4.4684898796313744e-05\n0.00016605598983436123\t0.032157801957954202\n0.00033211197966872245\t0.064212348171773653\n0.00049"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi32.inp",
    "chars": 197243,
    "preview": "0\t-1.103232879518544e-08\n0.00016605598983436123\t-4.031211778016251e-06\n0.00033211197966872245\t-1.6113873454744923e-05\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi40.inp",
    "chars": 193595,
    "preview": "0\t-6.7779473503023553\n0.00016605598983436123\t-6.7347913774361921\n0.00033211197966872245\t-6.7073604220773797\n0.0004981679"
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi41.inp",
    "chars": 196120,
    "preview": "0\t-6.7855833187762029e-06\n0.00016605598983436123\t-0.0048833086540761676\n0.00033211197966872245\t-0.0097509370920949474\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi42.inp",
    "chars": 200770,
    "preview": "0\t-4.6765899008751676e-11\n0.00016605598983436123\t2.3461154878427999e-08\n0.00033211197966872245\t9.3725194057764751e-08\n0."
  },
  {
    "path": "data/electronicStructure/allElectron/z26/singleAtomData/psi50.inp",
    "chars": 195584,
    "preview": "0\t0.89869119672524189\n0.00016605598983436123\t0.89296912515951143\n0.00033211197966872245\t0.88933203848976927\n0.0004981679"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/density.inp",
    "chars": 145174,
    "preview": "0\t13379.092674295967\n0.00022125319235335528\t13144.936101574356\n0.00044250638470671056\t12997.526056708453\n0.0006637595770"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi10.inp",
    "chars": 149906,
    "preview": "0\t275.78453833301745\n0.00022125319235335528\t273.36055054965988\n0.00044250638470671056\t271.82350342831796\n0.0006637595770"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi20.inp",
    "chars": 149584,
    "preview": "0\t83.617962616407894\n0.00022125319235335528\t82.882682716757103\n0.00044250638470671056\t82.415664384600134\n0.0006637595770"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi21.inp",
    "chars": 149934,
    "preview": "0\t-0.0002466308687683909\n0.00022125319235335528\t-0.12846437910751216\n0.00044250638470671056\t-0.25635826388070676\n0.00066"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi30.inp",
    "chars": 147863,
    "preview": "0\t-31.383532906214203\n0.00022125319235335528\t-31.107552909816238\n0.00044250638470671056\t-30.932227856325056\n0.0006637595"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi31.inp",
    "chars": 147665,
    "preview": "0\t8.9776563049527564e-05\n0.00022125319235335528\t0.04676265899579924\n0.00044250638470671056\t0.09331758030329125\n0.0006637"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi32.inp",
    "chars": 154850,
    "preview": "0\t4.8302027136483117e-10\n0.00022125319235335528\t-1.7813061896502582e-09\n0.00044250638470671056\t-6.9115062392367531e-09\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi40.inp",
    "chars": 144724,
    "preview": "0\t-5.4152523957929288\n0.00022125319235335528\t-5.3676315835429129\n0.00044250638470671056\t-5.3373783432925963\n0.0006637595"
  },
  {
    "path": "data/electronicStructure/allElectron/z27/singleAtomData/psi41.inp",
    "chars": 150599,
    "preview": "0\t6.6577002413765293e-08\n0.00022125319235335528\t3.4741169278636815e-05\n0.00044250638470671056\t6.9328030810047951e-05\n0.0"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/density.inp",
    "chars": 96594,
    "preview": "0\t14999.274798952907\n0.00033141557030478213\t14594.057386842542\n0.00066283114060956426\t14340.50751067278\n0.00099424671091"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi10.inp",
    "chars": 101095,
    "preview": "0\t-291.83017949593767\n0.00033141557030478213\t-287.8612014614647\n0.00066283114060956426\t-285.3497486176995\n0.000994246710"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi20.inp",
    "chars": 98690,
    "preview": "0\t-88.907478100719914\n0.00033141557030478213\t-87.697478668417489\n0.00066283114060956426\t-86.929831315995557\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi21.inp",
    "chars": 98491,
    "preview": "0\t0.00063132217130388712\n0.00033141557030478213\t0.21231169777210782\n0.00066283114060956426\t0.42315934530556865\n0.0009942"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi30.inp",
    "chars": 98645,
    "preview": "0\t-33.906867902011236\n0.00033141557030478213\t-33.445369557477306\n0.00066283114060956426\t-33.152495212328525\n0.0009942467"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi31.inp",
    "chars": 98312,
    "preview": "0\t0.00023617110005580785\n0.00033141557030478213\t0.079424084068536266\n0.00066283114060956426\t0.15830018276673063\n0.000994"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi32.inp",
    "chars": 98627,
    "preview": "0\t-1.3390922070173537e-07\n0.00033141557030478213\t-2.2863628966668361e-05\n0.00066283114060956426\t-9.132074126189823e-05\n0"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi40.inp",
    "chars": 96805,
    "preview": "0\t-7.5360925674299555\n0.00033141557030478213\t-7.433519638539166\n0.00066283114060956426\t-7.3684228919669321\n0.00099424671"
  },
  {
    "path": "data/electronicStructure/allElectron/z28/singleAtomData/psi41.inp",
    "chars": 98033,
    "preview": "0\t-3.0430038776482756e-05\n0.00033141557030478213\t-0.010233592779500341\n0.00066283114060956426\t-0.020396575850493492\n0.00"
  },
  {
    "path": "data/electronicStructure/allElectron/z29/singleAtomData/density.inp",
    "chars": 72474,
    "preview": "0\t16750.216375266678\n0.00044126876211113866\t16130.330997578898\n0.00088253752422227732\t15744.968907038798\n0.0013238062863"
  },
  {
    "path": "data/electronicStructure/allElectron/z29/singleAtomData/psi10.inp",
    "chars": 75888,
    "preview": "0\t-308.24031206482147\n0.00044126876211113866\t-302.48296917854117\n0.00088253752422227732\t-298.8480397063455\n0.00132380628"
  },
  {
    "path": "data/electronicStructure/allElectron/z29/singleAtomData/psi20.inp",
    "chars": 74043,
    "preview": "0\t-94.336013686021317\n0.00044126876211113866\t-92.572331116393272\n0.00088253752422227732\t-91.454799808870973\n0.0013238062"
  }
]

// ... and 1583 more files (download for full content)

About this extraction

This page contains the full source code of the dftfeDevelopers/dftfe GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 1783 files (92.6 MB), approximately 24.4M tokens, and a symbol index with 1265 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!