Open Issues Need Help
View All on GitHubAI Summary: Implement a function that calculates the matrix exponential of a single Pauli string. This will involve efficiently representing the exponential of Pauli matrices (X, Y, Z) and potentially optimizing for performance, especially considering its use in Trotterization methods.
Quantum many body simulations in the Pauli strings representation
AI Summary: Implement functions within the PauliStrings.jl Julia package to generate various lattice structures, similar to the lattice generation capabilities found in the ITensorMPS.jl package. This involves creating functions that can construct common lattice types (e.g., square, cubic, etc.) and potentially handle different boundary conditions.
Quantum many body simulations in the Pauli strings representation