Skip to content

feos-org/feos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FeOs - A Framework for Equations of State and Classical Density Functional Theory

documentation

This is the repository of the FeOs Python package.

Installation

Currently, FeOs is not hosted on pypi because we still work on the interfaces. Once it is on pypi, you will be able to install it via pip:

pip install feos

Building from source

To compile the code you need the Rust compiler (rustc >= 1.51) and maturin installed. For development, use

maturin develop --release

For develop to work you need openBLAS installed and in your PATH.

To build wheels, use

maturin build --release --out dist --no-sdist --cargo-extra-args="--no-default-features --features openblas-static"

which statically links to openBLAS so that the wheel is manylinux compatible.

About

FeOs - A Framework for Equations of State and Classical Density Functional Theory

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
license-apache
MIT
license-mit

Stars

Watchers

Forks

Packages

 
 
 

Contributors