3 releases

0.1.2 Oct 27, 2021
0.1.1 Oct 26, 2021
0.1.0 Oct 15, 2021

#97 in #science

35 downloads per month

MIT license

76KB
2.5K SLoC

conflux - Fixed Point Iterations in Rust

Build Status codecov Latest Version License:MIT

conflux is a toolbox for solving fixed point iteration problems, common in computational physics, written in Rust.

Algorithms

  • Linear Mixing
  • Type-I Anderson Mixing

Usage

Simply add the following to your Cargo.toml

[Dependencies]
conflux = "0.1.0"

Todo

  • Type-II Anderson Mixing
  • Restarted Pulay Mixing
  • Periodic Pulay Mixing

License

Licensed under an MIT License (http://opensource.org/licenses/MIT)


lib.rs:

Fixed point iterations library for SCF problems

Dependencies

~5.5–7.5MB
~141K SLoC