Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CalystaT committed Aug 17, 2023
1 parent 88e81ad commit 0970469
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion macrodensity/density.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def numbers_2_grid(a: tuple,NGX: int,NGY: int,NGZ: int) -> np.ndarray:
return a_grid
#------------------------------------------------------------------------------

def density_2_grid(Density: np.ndarray, nx: int, ny: int, nz: int, Charge: bool=False, Volume: float=1, Format: str = 'GULP') -> tuple:
def density_2_grid(Density: np.ndarray, nx: int, ny: int, nz: int, Charge: bool=False, Volume: float=1, Format: str = 'VASP') -> tuple:
"""
Convert density data to a 3D grid.
Expand Down
Binary file modified tests/__pycache__/unit_tests.cpython-311.pyc
Binary file not shown.

0 comments on commit 0970469

Please sign in to comment.