We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd02391 commit e36a8f9Copy full SHA for e36a8f9
2 files changed
README.rst
@@ -204,7 +204,6 @@ As an example let us generate a grid for the water molecule:
204
205
hardness = 3
206
207
- offset = 0
208
for center_index in range(len(center_coordinates_bohr)):
209
# atom grid using explicit basis set parameters
210
coordinates, weights = numgrid.atom_grid(
example.py
@@ -22,7 +22,6 @@
22
23
24
25
-offset = 0
26
27
28
0 commit comments