We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3b7d9 commit 1886579Copy full SHA for 1886579
2 files changed
README.rst
@@ -219,6 +219,7 @@ As an example let us generate a grid for the water molecule:
219
)
220
221
# atom grid using basis set name
222
+ # this takes a second or two for the REST API request
223
coordinates, weights = numgrid.atom_grid_bse(
224
"cc-pVDZ",
225
radial_precision,
example.py
@@ -37,6 +37,7 @@
37
38
39
40
41
42
43
0 commit comments