├── .gitignore ├── README.md ├── heh_pes.gp └── hf.jl /.gitignore: -------------------------------------------------------------------------------- 1 | heh_pes.dat 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamChill/hartree-fock/HEAD/README.md -------------------------------------------------------------------------------- /heh_pes.gp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamChill/hartree-fock/HEAD/heh_pes.gp -------------------------------------------------------------------------------- /hf.jl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SamChill/hartree-fock/HEAD/hf.jl --------------------------------------------------------------------------------