RMG is an Open Source code for electronic structure calculations and modeling of materials and molecules. It is based on density functional theory and uses a real space basis and pseudopotentials.
GNU General Public License v2.0
46
stars
11
forks
source link
printing *cube files (orbitals and density) with TDDFT #54
The TDDFT module works well with cube_states_list="...", but the orbitals/ density are printed after the TDDFT module completes it work. It would be better if density and MOs are printed before TDDFT, as this would allow to inspect the selection of orbitals.
Of course, RMG does not print density if the TDDFT get stopped in the middle of dynamics.
The TDDFT module works well with cube_states_list="...", but the orbitals/ density are printed after the TDDFT module completes it work. It would be better if density and MOs are printed before TDDFT, as this would allow to inspect the selection of orbitals. Of course, RMG does not print density if the TDDFT get stopped in the middle of dynamics.