Skip to content

Commit f312b85

Browse files
tberkelfishjojo
authored andcommitted
Add start of benchmarks page
1 parent 6284f52 commit f312b85

5 files changed

Lines changed: 49 additions & 73 deletions

File tree

source/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ license. The development of PySCF began in 2014. Since then, it has grown
66
from being a single-group code to one relied on daily by over 100 research
77
teams in academia and industry across the world. For more details, see its
88
extensive list of [features](features.rst), [version history](version), and
9-
example [benchmark data](benchmark).
9+
performance [benchmarks](benchmarks).
1010

1111
## Code of conduct
1212

source/benchmark.rst

Lines changed: 0 additions & 72 deletions
This file was deleted.

source/benchmarks.rst

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
.. _benchmarks:
2+
3+
Benchmarks of PySCF
4+
*******************
5+
6+
Below are the timings of a suite of benchmark applications for PySCF. These
7+
results are provided as a rough guide for the timings that you can expect when
8+
running PySCF. All calculations were run on [insert hardware description].
9+
10+
.. warning::
11+
12+
This page is a work in progress.
13+
14+
Hartree-Fock theory
15+
===================
16+
17+
.. list-table:: (H\ :sub:`2`\ O)\ :sub:`5`\ / cc-pvdz
18+
:widths: 25 75
19+
:header-rows: 0
20+
21+
* - Total wall time (s)
22+
- 0.24
23+
* - Number of threads
24+
- 12
25+
* - Number of electrons
26+
- 50
27+
* - Number of AOs
28+
- 120
29+
* - Input file
30+
- path/to/input.py
31+
* - Geometry file
32+
- molecules/water_clusters/003.xyz
33+
* - PySCF version
34+
- 2.9.0
35+
* - BLAS for NumPy
36+
- scipy-openblas
37+
* - BLAS for PySCF
38+
- libmkl_intel_lp64.so, libmkl_sequential.so, libmkl_core.so
39+
40+
Time-dependent Hartree-Fock theory
41+
==================================
42+
43+
44+
Density functional theory
45+
=========================
46+

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
html_sidebars = {
197197
"install": [],
198198
"quickstart": [],
199+
"benchmarks": [],
199200
"about": [],
200201
}
201202

source/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,6 @@ ecosystem of :ref:`installing_extproj`.
4444
quickstart
4545
user/index
4646
contributor/index
47+
Benchmarks <benchmarks>
4748
About <about>
4849
```

0 commit comments

Comments
 (0)