power_flow 0.1.1

AC power flow based on KINSOL from SUNDIALS
Documentation
[package]
name = "power_flow"
version = "0.1.1"
edition = "2021"
description = "AC power flow based on KINSOL from SUNDIALS"
license = "MIT"
repository = "https://github.com/rwl/power_flow_data"

[dependencies]
anyhow = "1"
num-complex = "0.4"
sundials = { version = "0.3", features = ["faer"] }
#sundials = { path = "../../sundials" }
sparsetools = "0.2.4"
#sparsetools = { path = "../../sparsetools" }
arrayvec = "0.7"

[dependencies.power_flow_data]
version = "0.4"
#path = "../power_flow_data"

[dev-dependencies]
float-cmp = "0.9"
caseformat = { version = "0.2", features = ["raw", "testcase"] }
#caseformat = { path = "../../caseformat", features = ["raw", "testcase"] }