Skip to content

Commit 1886579

Browse files
committed
add note
1 parent 4c3b7d9 commit 1886579

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ As an example let us generate a grid for the water molecule:
219219
)
220220
221221
# atom grid using basis set name
222+
# this takes a second or two for the REST API request
222223
coordinates, weights = numgrid.atom_grid_bse(
223224
"cc-pVDZ",
224225
radial_precision,

example.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
)
3838

3939
# atom grid using basis set name
40+
# this takes a second or two for the REST API request
4041
coordinates, weights = numgrid.atom_grid_bse(
4142
"cc-pVDZ",
4243
radial_precision,

0 commit comments

Comments
 (0)