Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
takafumi-shiraogawa committed Nov 22, 2022
1 parent 5fc54fd commit ef598c0
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
A simple code of electronic structure theories for developing new methodologies and educational purposes.

## Feature
This code can be applied to generic molecules and basis sets thanks to the Psi4's atomic orbital (AO) integral modules. In the current version, only Hartree-Fock theory for the spin singlet state can be performed. Ground-state total energy, electronic energy, nuclei-repulsion energy, molecular orbital (MO) energies and coefficients, analytical AO and MO integrals for Hartree-Fock theory, and one-particle reduced density matrix (in AO basis) can be directly available from the code.
This code can be applied to generic molecules and basis sets thanks to the Psi4's atomic orbital (AO) integral modules. In the current version, only restricted and unrestricted Hartree-Fock theories for the
spin singlet state can be performed. Ground-state total energy, electronic energy, nuclei-repulsion energy, molecular orbital (MO) energies and coefficients, analytical AO and MO integrals for Hartree-Fock theory, and one-particle reduced density matrix (in AO basis) can be directly available from the code.

## Requirements
Psi4: for AO integral, numerical quadrature, and processing exchange-correlation potential
Basis_Set_Exchange: for processing molecular parameters and basis sets

## Contributors
Takafumi Shiraogawa (@takafumi-shiraogawa)
Oshiro Kai (@Kai-Oshiro)
Oshiro Kai (@Kai-Oshiro)


## Inputs
sqc.conf: Configuration file of SimpleQC
*.xyz: XYZ file of a molecular geometry

0 comments on commit ef598c0

Please sign in to comment.