Datasets:

ArXiv:
xuanztamu commited on
Commit
0639b97
·
verified ·
1 Parent(s): 6e26e80

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # OrbEvo
2
+
3
+ Currently in this dataset:
4
+
5
+ 5,000 QM9 TDDFT trajectories generated using the ABACUS simulation code (https://arxiv.org/abs/2501.08697).
6
+
7
+ Folders:
8
+ ```
9
+ - QM9_tddft/ <--- the data used for training and evaluation
10
+ - processed/
11
+ - raw/
12
+ - before_down_sampling/ <--- the same data but before downsampling 10x in time (larger in size)
13
+ - QM9_all_steps
14
+ ```