Skip to content

Commit 4c562d3

Browse files
committed
fix tests
1 parent 30b3300 commit 4c562d3

File tree

2 files changed

+15
-21
lines changed

2 files changed

+15
-21
lines changed

source/source_io/read_input_item_tddft.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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";

tests/15_rtTDDFT_GPU/CASES_GPU.txt

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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

0 commit comments

Comments
 (0)