Skip to content

Commit 0e3a565

Browse files
committed
release v1.4.1
1 parent 23ba3ad commit 0e3a565

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyscf/dispersion/dftd4.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ def __init__(self, mol, xc, version='d4', ga=None, gc=None, wf=None, atm=False):
4949
self._param = None
5050

5151
log = lib.logger.new_logger(mol)
52-
import pyscf
53-
from packaging import version
54-
if version.parse(pyscf.__version__) <= version.parse('2.9.0'):
55-
5652
# https://github.com/dftd4/dftd4/pull/276
5753
if xc_lc == 'wb97x':
5854
log.warn('The previous wb97x is renamed as wb97x-2008. \

0 commit comments

Comments
 (0)