Commit Graph

163 Commits

Author SHA1 Message Date
df00143100 Modified folder name for consistency. 2024-03-25 18:07:30 +01:00
01b643fb9d Broke up script in to modules. 2024-03-25 18:04:44 +01:00
a31d6d9bcb Corrected misspelling of folder name. 2024-03-25 17:54:38 +01:00
461ca442de Latest Calculations repo code. 2024-03-25 17:52:11 +01:00
294fe62c36 Added calculation of heating rate in the ODT (requires correction). 2023-03-16 19:28:49 +01:00
6976e0ef91 Corrected minor bugs, added detailed plotting of crossed beam potential in different directions. 2023-03-15 11:29:21 +01:00
6f018c0281 Added astigmatic crossed dipole trap, corrected inconsistency in the naming and usage of the variable for polarizability. 2023-03-14 19:26:43 +01:00
2fdf592dda MAJOR rewrite - rewrote code snippets that plotted from measurement data, added calculations of trap frequencies for crossed dipole trap config, put running of code in to a Jupyter notebook. 2023-03-14 17:13:37 +01:00
4714556ab4 Corrected how the effective trap depth is calculated, minor changes to code for plotting of the potentials. 2023-03-02 10:08:30 +01:00
69ba21b1e6 Included code snippet to investigate the origin of the deviation of alphas and verified if the potential for the full crossed dipole trap is correct. 2023-02-27 20:25:07 +01:00
ac5aeb4a3e MAJOR REWRITE 2023-02-22 12:42:54 +01:00
64132018e2 Added functionality to extract aspect ratio through a Gaussian fit, added plotting of fit residuals and other small bugfixes, changes 2023-02-17 19:23:53 +01:00
e7d2255ac9 Added functionality to compute the modulated single Gaussian beam and did some other cleanup and refactoring. 2023-02-17 12:49:10 +01:00
4336a657a4 Added correct computation of scattering lengths around Feshbach resonances, added plotting of these scattering lengths vs B field and added the effect due to modulation of beam. 2023-02-13 20:52:01 +01:00
b9b1321453 Cosmetic changes 2023-02-13 20:43:58 +01:00
7a65aec270 Minor corrections and checks before further development 2023-02-08 19:46:56 +01:00
8b327d8ed6 Fixed issue with fitting of harmonic potential, rearranged functions 2023-02-08 16:58:16 +01:00
7a6c4c82e4 MAJOR CHANGE: Refactored code, added functions to calculate PSD, collision rate 2023-02-08 15:58:44 +01:00
a8d4d00e41 Added function to calculate trap frequency, corrected a plotting bug. 2023-01-13 18:15:36 +01:00
60b9def24e Added functionality to compute potential due to a Gaussian beam with astigmatism, plotting of ideal potential along with affected potential to show deviation. 2023-01-12 19:16:52 +01:00
30e6a8b7a4 Added harmonic fit to extract trap frequency of potential, corrected few bugs. 2023-01-12 15:18:46 +01:00
435fbccbfa Adding a new script to calculate Dipole Trap characteristics 2023-01-11 18:54:23 +01:00
df395f5311 Added code to allow plotting of Local saturation Intensity distribution for the beams. 2021-08-30 10:37:30 +02:00
0033a61035 New scripting. 2021-08-30 10:36:42 +02:00
ee01ffa106 Commented out the line calling the restoreDefaults function. 2021-08-30 10:36:14 +02:00
372690b158 New scripting 2021-08-19 12:44:54 +02:00
662eae4e03 Changed numerical values of some of the defaults and modifications were made for the bootstrap sample size and number to be user-defined. 2021-08-19 12:44:24 +02:00
8ac0a018f2 Removed the measurement of autocorrelation, modifications made for the bootstrap sample size and number to be user-defined. 2021-08-19 12:43:23 +02:00
e29c923723 Changed max limit of the number of atoms/trajectories to be computed from 20000 to 50000. 2021-08-19 12:41:11 +02:00
6a679bc26e Changed some numerical values in the defaults and corrected the calculation of the saturation parameter. 2021-08-19 12:40:25 +02:00
b520586f41 Dedicated script for investigating the use of sidebands to enhance the 2D-MOT loading rate. 2021-08-19 12:39:10 +02:00
cedbb008af Added line to plot contours. 2021-08-19 12:37:08 +02:00
5f068db1c1 Scripts for investigating the use of the Sideband Beam to enhance the capture efficiency of the 2-D MOT. 2021-07-19 12:55:17 +02:00
090b08840c Minor scripting changes and additions. 2021-07-19 12:51:05 +02:00
f0a35e5f0d Added a few lines to ensure the value of the number of atoms property of both the oven object and the MOT object are the same. 2021-07-19 12:44:19 +02:00
bd97ffc5d8 Changed the default values of the radius and waist of the Blue and Blue Sideband beams. 2021-07-19 12:42:34 +02:00
7a903bc6de Wrapped scan functionality in to functions that now exist separately in the Scan folder within the Simulator package, added a scanning and plotting function for a three parameter scan, corresponding scripting changes shown in the test script. 2021-07-18 07:07:48 +02:00
27fe40068e Minor changes to scripting style. 2021-07-16 16:14:11 +02:00
c19a514027 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
5407da354b 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
79b7a67c95 Cosmetic change of the name of the sideband beam flag. 2021-07-16 15:51:54 +02:00
2d7bc36fee Cosmetic changes only. 2021-07-16 15:51:00 +02:00
4051549b27 Increase of 5% was meant for cut-off velocity and not the capture velocity, correction was made accordingly. 2021-07-16 15:50:08 +02:00
0238e5d312 Added option to switch between Bootstrap and Jackknife error estimation methods, changed sideband beam flag name, removed zeeman slower beam flag which can be added later following development of the ThreeDimensionalMOT class and functionalities. 2021-07-16 15:49:02 +02:00
2628e7c8bc Minor changes during testing. 2021-07-15 16:52:58 +02:00
e808c3dbfb Divergence Angle is now calculated by taking the arctan of d/y, velocity condition was removed. 2021-07-15 16:52:07 +02:00
dbfe5225fa Changed the exit condition and reflected change here. 2021-07-15 16:51:16 +02:00
3dab7d35bf Cosmetic changes only. 2021-07-15 16:50:37 +02:00
b29baf29d5 Introduced back the normalization for the integration of the velocity distribution because average velocity was multiplied back in the calculation of the flux, added the missing end for parfor loop. 2021-07-15 16:47:13 +02:00
504b7769f9 Removed multiplication of isotopic abundance, restored average velocity multiplication and made corresponding changes elsewhere. 2021-07-15 16:45:25 +02:00