Skip to content

pyscf/dftd3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFT-D3 interface

pyscf-dftd3 extension is deprecated. It is recommended to use the newest DFTD3 and DFTD4 interfaces hosted at https://github.com/dftd3/simple-dftd3 and https://github.com/dftd4/dftd4 . They can be installed via pypi packages

pip install dftd3 dftd4

dftd3 package provides a drop-in replacement of pyscf.dftd3.itrf. For example

from pyscf import gto
import dftd3.pyscf as d3

mol = gto.M(
    atom = ''' O    0.00000000    0.00000000   -0.11081188
               H   -0.00000000   -0.84695236    0.59109389
               H   -0.00000000    0.89830571    0.52404783 ''',
    basis = 'cc-pvdz')

mf = d3.energy(mol.RHF())
print(mf.kernel())

mf.Gradients()
mf.kernel()

See also discussions in #3 and the instructions for dftd3 https://dftd3.readthedocs.io/en/latest/api/pyscf.html and dftd4 https://dftd4.readthedocs.io/en/latest/reference/pyscf.html

About

DFT-D3 interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 7

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy