Calculations/+Simulator/@TwoDimensionalMOT
2021-07-16 15:57:16 +02:00
..
accelerationDueToPushBeam.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
accelerationDueToSpontaneousEmissionProcess.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
bootstrapErrorEstimation.m Cosmetic changes only. 2021-07-16 15:51:00 +02:00
calculateCaptureVelocity.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
calculateLoadingRate.m Added back the captured atom counting and the jackknife error estimation method as developed by Jianshun Gao, retained the bootstrap method and the counting that goes with it now corrected to prevent counting the same atoms repeatedly and also to reduce the atom count if they are lost. There is now an agreement between the two methods as to what the loading rate is with the bootstrap method giving a slightly lower estimate. 2021-07-16 15:57:16 +02:00
calculateLocalSaturationIntensity.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
calculateTotalAcceleration.m Cosmetic change of the name of the sideband beam flag. 2021-07-16 15:51:54 +02:00
computeCollisionProbability.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
computeTimeSpentInInteractionRegion.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
exitCondition.m Divergence Angle is now calculated by taking the arctan of d/y, velocity condition was removed. 2021-07-15 16:52:07 +02:00
jackknifeErrorEstimation.m Added back the captured atom counting and the jackknife error estimation method as developed by Jianshun Gao, retained the bootstrap method and the counting that goes with it now corrected to prevent counting the same atoms repeatedly and also to reduce the atom count if they are lost. There is now an agreement between the two methods as to what the loading rate is with the bootstrap method giving a slightly lower estimate. 2021-07-16 15:57:16 +02:00
magneticFieldForMOT.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
runSimulation.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
solver.m MAJOR UPDATE: Complete refactoring of the MOT simulation code to better reflect OOP. 2021-07-14 20:23:00 +02:00
TwoDimensionalMOT.m Added results property to store the final results of a scan to later save the whole object along with its properties so as to have a way of going back and checking the values for the parameters used. 2021-07-16 15:53:19 +02:00