Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CalystaT committed Sep 5, 2023
1 parent 8df672b commit 69016ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macrodensity/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def density_2_grid(
>>> nx, ny, nz = NGX, NGY, NGZ
>>> charge = False # Set to True if density represents charge density
>>> volume = 1.0 # volume of the grid cell (if charge is True)
>>> potential_grid, total_electrons = density_2_grid(density, nx, ny, nz, charge, volume)
>>> potential_grid, total_electrons = density_2_grid(density, nx, ny, nz, charge, volume, config)
>>> print("Potential Grid:")
>>> print(potential_grid)
>>> if charge:
Expand Down

0 comments on commit 69016ca

Please sign in to comment.