HaeffnerLab / IonSim.jl

a simple tool for simulating trapped ion systems
https://ionsim.org
MIT License
70 stars 17 forks source link

add arbitrary vector of timevalues #72

Closed marwahaha closed 1 year ago

marwahaha commented 2 years ago

cc @neil-glikin @neilglikin

note: quantum optics doesn't solve at discrete time steps ... it solves it using non-discrete time steps, then interpolates the values using a DiffEq solver. So if we input a "noise vector of values" we'd have to interpolate to those values.

test: input sine function, and see if interpolation is good (vs stopping at each timestep).

marwahaha commented 1 year ago

see #35