Skip to content

Commit

Permalink
modified README about the dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sakamoto committed Jul 3, 2017
1 parent ae42908 commit fa54c5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,7 @@ A simple implementation of Hartree Fock Method (just for my learning!).

The implementation is based on the "Modern Quantum Chemistry" by Szabo and Ostland"

Since the molecular integrals are evaluated by the methods of Taketa, Huzinaga and Oohata, this program could calculated not only the S orbitals, but also, P and D orbitals.
Since the molecular integrals are evaluated by the methods of Taketa, Huzinaga and Oohata, this program could calculate not only the S orbitals, but also P and D orbitals (but TOO SLOW!).

Build and Run
------------
Expand All @@ -14,9 +14,9 @@ Build and Run

- cmake (build system)
- boost (boost unit_test_framework is used for the test)
- gsl (for special function)
- Eigen (temlate library for the linear algebra)


### Linux

Before running the CMake, expand the Eigen template library into the same directory.
Expand Down Expand Up @@ -50,4 +50,4 @@ References

* Molecular Integral

Taketa, Hiroshi, Sigeru Huzinaga, and Kiyosi O-ohata. "Gaussian-Expansion Methods for Molecular Integrals." Journal of the Physical Society of Japan 21.11 (1966): 2313-2324.
Taketa, Hiroshi, Sigeru Huzinaga, and Kiyosi O-ohata. "Gaussian-Expansion Methods for Molecular Integrals." Journal of the Physical Society of Japan 21.11 (1966): 2313-2324.

0 comments on commit fa54c5d

Please sign in to comment.