jiyuyang

Results 8 comments of jiyuyang

1. Parsed data output have already been supported, one can use command line ![image](https://github.com/deepmodeling/abacus-develop/assets/40336950/f45c4814-7985-47a0-bcec-1a4e558528fa) or Python script with write function ![image](https://github.com/deepmodeling/abacus-develop/assets/40336950/67a0e3be-8b93-41ce-9e87-17f2742c6486) 2. We currently do not support a user interface...

As far as I know, TDDFT needs to read the time-evolved wave function to restart the task. I don't know how it is implemented in the program, but reading an...

1. I also did not set the restart with `init_wfc` turned on before, but the last step before the restart and the first step after the restart had inconsistent self-consistent...

And I suggest that a directory can be created for saving H(K), S(K) wfc(k).... files when `out_app_flag` is set to False, just like STRU directory for saving MD trajectory. Even...

I also test the restart function, different scf ETOT is obtained ![image](https://github.com/deepmodeling/abacus-develop/assets/40336950/a6cd6b54-a977-4368-88c2-fc4d14482ada)

ABACUS v3.5.4 can work well

Use a single `efermi` value for nspin=1 or 4, a list `[efermi1, efermi2]` for nspin=2, a list `[efermi1, efermi2, efermi3 ...]` for comparing many band structure files

@QuantumMisaka ASE-ABACUS has already supported MD_dump 2 month ago, please see this issue(https://gitlab.com/1041176461/ase-abacus/-/issues/31)