I looked into two approaches for generating the input charge density:
- Superposition of atomic densities (SAD)
- Precomputed atomic density superposition (PADS)
For a small ~3K subset of the MP database the following table lists the CPU timing and the error metric for both the input and model (ResUNet) output.
| Input type |
CPU time (s/atom) |
NMAE % (Input, MP) |
NMAE % (UNet, MP) |
| SAD |
1.4 (112 cores) |
40.59 |
2.30 |
| PADS |
0.9 (1 core) |
15.84 |
2.65 |
Here is a comparison of the learning and evaluation curves between SAD and PADS in W&B.
I looked into two approaches for generating the input charge density:
For a small ~3K subset of the MP database the following table lists the CPU timing and the error metric for both the input and model (ResUNet) output.
Here is a comparison of the learning and evaluation curves between SAD and PADS in W&B.