conflux

Crates.ioconflux
lib.rsconflux
version0.1.2
sourcesrc
created_at2021-10-15 13:39:08.562982
updated_at2021-10-27 15:18:03.590894
descriptionFixed-point optimization in rust
homepage
repositoryhttps://github.com/cgubbin/conflux
max_upload_size
id465487
size76,535
Christopher Gubbin (cgubbin)

documentation

README

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)

Commit count: 17

cargo fmt