QSimulator.jl icon indicating copy to clipboard operation
QSimulator.jl copied to clipboard

Unitary and Lindbladian evolution in Julia

Results 3 QSimulator.jl issues
Sort by recently updated
recently updated
newest added

The microwave control logic maps waveform information to drive term amplitudes in https://github.com/BBN-Q/QSimulator.jl/blob/240fe357b39f9a8302ce5af08f3dad90343e8b07/src/controls.jl#L45 Issues pop up when the mapping from scaled time to sequence index is close to zero (Julia...

Hello QSimulator team, I just came across [evolution.jl](https://github.com/BBN-Q/QSimulator.jl/blob/master/src/evolution.jl) in the source, it would be helpful to know if we could integrate [QuDynamics.jl](https://github.com/JuliaQuantum/QuDynamics.jl) for the use of evolution. Hoping to hear...

Package import throws warning now: ``` julia julia> using QSimulator Warning: could not import LinAlg.BlasChar into QSimulator ``` Once fixed revert fb876b5f464e92f63ff7ff861817a10cef835c30 to enable the work-space preallocation. Should also test...