ppvm_pauli_sum::config::gxhash
gxhash¶
ppvm_pauli_sum::config::gxhash
Pre-built configs using `gxhash` — fast on platforms with AES hardware acceleration. Requires the `gxhash` feature.
classByte¶source
ppvm_pauli_sum::config::gxhash::Byte
Bases: Debug, Clone, Copy, StructuralPartialEq, PartialEq, Eq, PartialOrd, Ord, Hash, Config
Rust struct. `HashMap`-backed [`Config`] with `[u8; N]` storage and `gxhash`.
Signature
pub struct Byte<const N: usize, C: Coefficient, St: Strategy, W: PauliWordTrait>classByteF64¶source
ppvm_pauli_sum::config::gxhash::ByteF64
Rust type alias. [`Byte`] specialised to `f64` coefficients.
pub type ByteF64<const N: usize, St, W> = Byte<N, f64, St, W>