Skip to content

Commit

Permalink
renamed dftgrid function
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed May 17, 2016
1 parent 0c7cfed commit c5315ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muesr/utilities/dft_grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import numpy as np


def dftgrid_build(sample, size, min_distance_from_atoms=1.0):
def build(sample, size, min_distance_from_atoms=1.0):
"""
Generates a grid of symmetry inequivalent interstitial
positions to be used in DFT simulations.
Expand Down

0 comments on commit c5315ab

Please sign in to comment.