TeamAtomECS / AtomECS

Cold atom simulation code
GNU General Public License v3.0
46 stars 12 forks source link

Clearing dynamical components every frame #48

Closed MauriceZeuner closed 3 years ago

MauriceZeuner commented 3 years ago

I found, that, in the end, somewhere between my original implementation and the current master branch, the Initialization systems have been removed from the master branch... Which caused the dipole trap heating after MOT beams were disabled (because some components still held values != 0)

ElliotB256 commented 3 years ago

Do we need InitialiseActualPhotonsScatteredVectorSystem? I think the others are required, but this one is redundant?

MauriceZeuner commented 3 years ago

I think you're right, changed it.