Skip to content

Commit cda87a0

Browse files
author
Daniel Zuegner
committed
resize plots
1 parent da263d4 commit cda87a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ mattergen-evaluate --structures_path=$RESULTS_PATH --relax=True --structure_matc
152152
### Benchmark
153153
In [`plot_benchmark_results.ipynb`](benchmark/plot_benchmark_results.ipynb) we provide a Jupyter notebook to generate figures like Figs. 2e and 2f in the paper. We further provide the resulting metrics of analyzing samples generated by several baselines under [`benchmark/metrics`](benchmark/metrics). You can add your own model's results by copying the metrics JSON file resulting from `mattergen-evaluate` into the same folder. Note, again, that these results were obtained via MatterSim relaxation and energies, so results will differ from those obtained via DFT (e.g., as those in the paper).
154154
<p align="center">
155-
<img src="benchmark/figures/metrics_sun.png" alt="S.U.N. plot" width="500"/>
156-
<img src="benchmark/figures/metrics_rmsd.png" alt="RMSD plot" width="500"/>
155+
<img src="benchmark/figures/metrics_sun.png" alt="S.U.N. plot" width="400"/>
156+
<img src="benchmark/figures/metrics_rmsd.png" alt="RMSD plot" width="400"/>
157157
</p>
158158

159159
### Evaluate using your own reference dataset

0 commit comments

Comments
 (0)