Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.2 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.2 KB

SCMethods (SCM)

A Fortran library providing self-consistency methods in one simple container.

External Libraries

The SCM library depends upon the following libraries.

Methods (to be improved)

At the present state the library give access to the following methods:

method real32 real64
linear_mixing
DIIS

Building and using

The project was built using the Fortran Package Manager.

To use SCMethods within your FPM project, add the following to your fpm.toml file:

[dependencies]
SCMethods = { git="https://github.com/SamueleGiuli/SCMethods.git" }

Authors and contributors