Docs.rs
quantrs2-symengine-pure-0.1.2
quantrs2-symengine-pure 0.1.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
dashmap ^6.1
normal
egg ^0.11
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
ordered-float ^5.1
normal
oxicode ^0.1.1
normal
rustc-hash ^2.1
normal
scirs2-autograd ^0.1.2
normal
scirs2-core ^0.1.2
normal
scirs2-linalg ^0.1.2
normal
serde ^1.0
normal
optional
smallvec ^1.15
normal
thiserror ^2.0.18
normal
approx ^0.5
dev
criterion ^0.8
dev
tempfile ^3.24
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module complex
quantrs2_
symengine_
pure
0.1.2
Module complex
Module Items
Functions
In quantrs2_
symengine_
pure::
ops
quantrs2_symengine_pure
::
ops
Module
complex
Copy item path
Source
Expand description
Complex number operations for symbolic expressions.
Functions
ยง
complex
Create a complex number from real and imaginary parts
conj
Complex conjugate
im
Imaginary part of a complex expression
magnitude
Magnitude (absolute value) of a complex number
phase
Phase angle (argument) of a complex number
re
Real part of a complex expression