Skip to content

energy difference #136

@maartenvd

Description

@maartenvd

pyscf:


from pyscf import gto
mol_h2o = gto.M(atom = 'N 0 0 0.2; N 0 0 0', basis = 'sto-3g')

from pyscf import scf
rhf_h2o = scf.RHF(mol_h2o)
e_h2o = rhf_h2o.kernel()

prints converged SCF energy = -52.6419222048247

fermi:

using Fermi
@molecule {
    N        0.0 0.0 0.2
    N        0.0 0.0 0.0
}

@set basis "sto-3g"

hfst = @energy rhf

prints -52.51997436116736

Can someone help me understand this energy difference?

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions