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 69016ca commit 0ff3b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macrodensity/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def bulk_interstitial_alignment(
vasp_pot, NGX, NGY, NGZ, lattice = read_vasp_density(locpot, quiet=True)
vector_a, vector_b, vector_c, av, bv, cv = matrix_2_abc(lattice)
grid_pot, electrons = density_2_grid(
vasp_pot, NGX, NGY, NGZ, Format="VASP"
vasp_pot, NGX, NGY, NGZ, config=="VASP"
)

## GETTING BAND EDGES
Expand Down Expand Up @@ -160,7 +160,7 @@ def _find_active_space(
vasp_pot, NGX, NGY, NGZ, lattice = read_vasp_density(input_file)
vector_a, vector_b, vector_c, av, bv, cv = matrix_2_abc(lattice)
grid_pot, electrons = density_2_grid(
vasp_pot, NGX, NGY, NGZ, Format="VASP"
vasp_pot, NGX, NGY, NGZ, config=="VASP"
)
cutoff_variance = tolerance

Expand Down

0 comments on commit 0ff3b23

Please sign in to comment.