Skip to content

Commit e36a8f9

Browse files
committed
rm leftover
1 parent fd02391 commit e36a8f9

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ As an example let us generate a grid for the water molecule:
204204
205205
hardness = 3
206206
207-
offset = 0
208207
for center_index in range(len(center_coordinates_bohr)):
209208
# atom grid using explicit basis set parameters
210209
coordinates, weights = numgrid.atom_grid(

example.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222

2323
hardness = 3
2424

25-
offset = 0
2625
for center_index in range(len(center_coordinates_bohr)):
2726
# atom grid using explicit basis set parameters
2827
coordinates, weights = numgrid.atom_grid(

0 commit comments

Comments
 (0)