ksusu commited on
Commit
7ecf721
·
verified ·
1 Parent(s): 5a5cb88

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +49 -0
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - chemistry
5
+ - quantum-chemistry
6
+ - dft
7
+ - hamiltonian
8
+ - equivariant
9
+ - flow-matching
10
+ datasets:
11
+ - MD17
12
+ language:
13
+ - en
14
+ pipeline_tag: other
15
+ ---
16
+
17
+ # QHFlow2 — MD17 Pre-trained Checkpoints
18
+
19
+ Pre-trained checkpoints for **QHFlow2** on the **MD17** dataset.
20
+
21
+ **Paper:** [High-order Equivariant Flow Matching for DFT Hamiltonian Prediction](https://arxiv.org/abs/2602.16897)
22
+ **Authors:** Seongsu Kim, Nayoung Kim, Dongwoo Kim, Sungsoo Ahn (KAIST)
23
+ **Venue:** NeurIPS 2025
24
+ **Code:** [github.com/seongsukim-ml/QHFlow2](https://github.com/seongsukim-ml/QHFlow2)
25
+
26
+ ## Model Variants
27
+
28
+ | Size | hidden_size | num_gnn_layers | Checkpoint Size |
29
+ |------|-------------|---------------|----------------|
30
+ | small_v2 | 64 | 3 | 313 MB |
31
+ | middle | 128 | 3 | 975 MB |
32
+
33
+ ## Molecules
34
+
35
+ - Ethanol
36
+ - Malondialdehyde
37
+ - Uracil
38
+
39
+ ## File Structure
40
+
41
+
42
+
43
+ ## Citation
44
+
45
+
46
+
47
+ ## License
48
+
49
+ MIT