File tree Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Expand file tree Collapse file tree 2 files changed +15
-21
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,6 @@ void ReadInput::item_rt_tddft()
2727 read_sync_int (input.estep_per_md );
2828 this ->add_item (item);
2929 }
30- {
31- Input_Item item (" td_dt" );
32- item.annotation = " time step of propagation" ;
33- read_sync_double (input.td_dt );
34- this ->add_item (item);
35- }
3630 {
3731 Input_Item item (" td_vext" );
3832 item.annotation = " add extern potential or not" ;
Original file line number Diff line number Diff line change 1- 01_NO_KP_ocp_TDDFT_GPU
2- 02_NO_CH_TDDFT_GPU
3- 03_NO_CO_TDDFT_GPU
4- 04_NO_CO_ocp_TDDFT_GPU
5- 05_NO_cur_TDDFT_GPU
6- 06_NO_dir_TDDFT_GPU
7- 07_NO_EDM_TDDFT_GPU
8- 09_NO_HEAV_TDDFT_GPU
9- 10_NO_HHG_TDDFT_GPU
10- 11_NO_O3_TDDFT_GPU
11- 12_NO_re_TDDFT_GPU
12- 14_NO_TRAP_TDDFT_GPU
13- 15_NO_TRI_TDDFT_GPU
14- 16_NO_vel_TDDFT_GPU
15- 17_NO_vel_TDDFT_GPU
1+ # 01_NO_KP_ocp_TDDFT_GPU
2+ # 02_NO_CH_TDDFT_GPU
3+ # 03_NO_CO_TDDFT_GPU
4+ # 04_NO_CO_ocp_TDDFT_GPU
5+ # 05_NO_cur_TDDFT_GPU
6+ # 06_NO_dir_TDDFT_GPU
7+ # 07_NO_EDM_TDDFT_GPU
8+ # 09_NO_HEAV_TDDFT_GPU
9+ # 10_NO_HHG_TDDFT_GPU
10+ # 11_NO_O3_TDDFT_GPU
11+ # 12_NO_re_TDDFT_GPU
12+ # 14_NO_TRAP_TDDFT_GPU
13+ # 15_NO_TRI_TDDFT_GPU
14+ # 16_NO_vel_TDDFT_GPU
15+ # 17_NO_vel_TDDFT_GPU
You can’t perform that action at this time.
0 commit comments