conflux - Fixed Point Iterations in Rust
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
[]
= "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)