Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
830cb84
[test] add spin-orbit + spin-polarized Wien2k converter golden test (…
krystophny Jun 15, 2026
7d21b9c
[wien2k] pure-Python case.symqmc generator (first dmftproj port step)
krystophny Jun 15, 2026
334a8a7
[wien2k] pure-Python case.oubwin band-window generator
krystophny Jun 16, 2026
5a805f7
[wien2k] pure-Python case.ctqmcout correlated-shell projectors
krystophny Jun 16, 2026
d5eaaa4
[wien2k] pure-Python case.sympar partial-shell symmetry matrices
krystophny Jun 16, 2026
2623102
[wien2k] pure-Python case.parproj partial projectors
krystophny Jun 16, 2026
317bf91
[wien2k] extract shared dmftproj machinery into _dmftproj
krystophny Jun 16, 2026
36b8868
[wien2k] exact double-precision reproduction (with the dmftproj preci…
krystophny Jun 16, 2026
9967dc0
[test] regenerate SOC converter reference h5 from the full-precision …
krystophny Jun 16, 2026
cf069b4
[wien2k] port the fromfile mixing basis and proj_mode 1/2 band-index …
krystophny Jun 16, 2026
4161ed9
[wien2k] port case.outband band-structure projectors (-band mode)
krystophny Jun 16, 2026
fff6016
restore fortran/dmftproj (accidentally removed in the outband commit)
krystophny Jun 16, 2026
49d1618
[wien2k] fix stale docstrings: generators use exact harmonics, not th…
krystophny Jun 16, 2026
4c34cd7
[wien2k] port and verify the non-spin-orbit (ifSO=0) path
krystophny Jun 16, 2026
4cdaa37
[wien2k] fix improper-rotation parity for odd l; cover p and f shells
krystophny Jun 16, 2026
0463e19
[wien2k] pure-Python dmftproj driver; remove the Fortran executable
krystophny Jun 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,6 @@ include(GNUInstallDirs)
# Find / Build dependencies
add_subdirectory(deps)

# Build and install the dmftproj executable
add_subdirectory(fortran/dmftproj)

# Tests
if(Build_Tests)
Expand Down
25 changes: 0 additions & 25 deletions fortran/dmftproj/CMakeLists.txt

This file was deleted.

14 changes: 0 additions & 14 deletions fortran/dmftproj/SRC_templates/case.cf_f_mm2

This file was deleted.

7 changes: 0 additions & 7 deletions fortran/dmftproj/SRC_templates/case.cf_p_cubic

This file was deleted.

16 changes: 0 additions & 16 deletions fortran/dmftproj/SRC_templates/case.indmftpr

This file was deleted.

Loading