Skip to content

Commit

Permalink
pyxdh: return engine to xcfun, try to trigger travis-CI build and see…
Browse files Browse the repository at this point in the history
… failed or not.
  • Loading branch information
ajz34 committed Feb 25, 2021
1 parent 07619eb commit 3904f30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyxdh/Utilities/grid_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class GridHelperLegacy:

def __init__(self, mol, grids, D, engine="libxc"):
def __init__(self, mol, grids, D, engine="xcfun"):
# warnings.warn("GridHelper is considered memory consuming!")

# Initialization Parameters
Expand Down
2 changes: 1 addition & 1 deletion pyxdh/Utilities/grid_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class GridIterator:

def __init__(self, mol, grids, D, deriv=3, memory=2000, engine="libxc"):
def __init__(self, mol, grids, D, deriv=3, memory=2000, engine="xcfun"):

self.mol = mol # type: gto.Mole
self.grids = grids # type: dft.Grids
Expand Down

0 comments on commit 3904f30

Please sign in to comment.