Skip to content

Commit

Permalink
Add angle struct
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranra committed Jan 5, 2025
1 parent 7d1ee4a commit 34a5b95
Show file tree
Hide file tree
Showing 5 changed files with 691 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ pyo3 = "0.23"
rand = "0.8"
rand_chacha = "0.3"
rand_xoshiro = "0.6"
num-traits = "0.2"
num-complex = "0.4"

pecos-core = { version = "0.1.1", path = "crates/pecos-core" }
Expand Down
1 change: 1 addition & 0 deletions crates/pecos-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ description = "Provides core definitions and functions for PECOS simulations."
rand = { workspace = true }
rand_chacha = { workspace = true }
rand_xoshiro = { workspace = true }
num-traits = { workspace = true }
num-complex = { workspace = true }

[lints]
Expand Down
Loading

0 comments on commit 34a5b95

Please sign in to comment.