Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adjust grid size | Eugeniy Mikhailov | 2011-07-13 | 1 | -1/+1 |
| | | | | | Close to optimal grid size for this problem. Increasing the number of points by 10 in both directions almost does not change output | ||||
* | Output of vacuum pulse data | Eugeniy Mikhailov | 2011-07-13 | 1 | -3/+2 |
| | |||||
* | Grid set in advance independent of pulse time and width | Eugeniy Mikhailov | 2011-07-13 | 1 | -7/+12 |
| | |||||
* | Code proper indent and beatification | Eugeniy Mikhailov | 2011-07-13 | 1 | -63/+46 |
| | |||||
* | Remove more of unused code | Eugeniy Mikhailov | 2011-07-13 | 1 | -3/+0 |
| | |||||
* | One more loop finished with 'end do' | Eugeniy Mikhailov | 2011-07-13 | 1 | -24/+24 |
| | |||||
* | Indent file to improve readability | Eugeniy Mikhailov | 2011-07-13 | 1 | -70/+71 |
| | |||||
* | Do loop switched to F90 format: they finished with 'end do' | Eugeniy Mikhailov | 2011-07-13 | 1 | -6/+6 |
| | | | | * this improves readability | ||||
* | Remove a lot of unused code | Eugeniy Mikhailov | 2011-07-13 | 1 | -68/+8 |
| | |||||
* | Unused subroutines removed | Eugeniy Mikhailov | 2011-07-12 | 1 | -70/+0 |
| | |||||
* | Remove 1st space from the formated output | Eugeniy Mikhailov | 2011-07-12 | 1 | -1/+1 |
| | | | | * I see no need for this space | ||||
* | Add the output of the Gaussian peak position in time | Eugeniy Mikhailov | 2011-07-12 | 1 | -0/+1 |
| | |||||
* | Calculate canonic EIT case | Eugeniy Mikhailov | 2011-07-12 | 1 | -7/+7 |
| | | | | | | | | * field 1 is weak and has Gaussian temporal profile * field 2 is strong * field 3 is off * vacuum propagated field start similar to field 1 * cell length enlarged to see pulse delay | ||||
* | Output format changed. Output |Om| instead of amplitude | Eugeniy Mikhailov | 2011-07-12 | 1 | -1/+1 |
| | | | | | * this take care of complex part which seems to be disregarded with current format for write statement | ||||
* | Remove unused subroutines | Eugeniy Mikhailov | 2011-07-12 | 1 | -124/+0 |
| | |||||
* | Permissions fix: sources do not need executable flag | Eugeniy Mikhailov | 2011-07-12 | 1 | -0/+0 |
| | |||||
* | Replaced FourLevelPulseProp_v*_Double.f95 with FourLevelPulseProp_Double.f95 ↵ | Simon Rochester | 2011-07-12 | 3 | -716/+8 |
| | | | | | | and edited makefile accordingly. Added t variable to the output file Movie4level.dat for plotting purposes. | ||||
* | v2 and v3 are now the same except output filenames | Eugeniy Mikhailov | 2011-07-10 | 2 | -25/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The v2 and v3 were design to be the same except difference of light fields time profiles in initial conditions. But looks like navy guys during edits drift both versions from correct realization. After bug fixes and mergers of insignificant details. I went peace by peace comparison and removed insignificant differences * print time elapsed * print the same other statements to output * same spaces in the statements so they are not shown as diffs * same number of t point * z frames number calculated the same * L is the same * density is the same * remove trailing semicolons to make lines the same * Omcpeak=0.1 in both files Then I look at crucial differences * k1=1-(W32+W31+W34)*dt -> W34 taken in account * j2=W21*dt * j8=W41*dt added to v3 to take in account decay of rho44 to rho11 * W42=1 in v2 it used to be zero * Omc is constant in both cases * rho14 in v3 had product of two rhos, now it the sum as in v2 * rho24 in v3 was calculated differently form v2: no conjg(Omc) was used * the fix is taken from v2 and seems to match our xmds code The only difference remained is output file names. | ||||
* | Remove references of Ompeak. Ompeak -> Omcpeak to fix navy's typo | Eugeniy Mikhailov | 2011-07-10 | 2 | -4/+4 |
| | |||||
* | b2 now initialized before first use | Eugeniy Mikhailov | 2011-07-10 | 4 | -4/+4 |
| | |||||
* | Modified navy source to be f95 compatible | Eugeniy Mikhailov | 2011-07-10 | 3 | -0/+1433 |
| | | | | | | | | | | * in open statement 'name' replcaed with 'file' * pause statement replaced with write(*,*) Small bug fix in FourLevelPulseProp_v3_Double.f95 * data output file namesi fixed. Code marked v3 outputs now to _v3 files and not _v2 as before. * the Ompeak variable was not declared | ||||
* | fortran ->fortran77 in original navy code | Eugeniy Mikhailov | 2011-07-10 | 5 | -0/+0 |
| | |||||
* | output file rename to reflect main file version | Eugeniy Mikhailov | 2011-07-10 | 1 | -1/+1 |
| | |||||
* | replcae PAUSE with WRITE(*,*) to comply with Fortran 95 | Eugeniy Mikhailov | 2011-07-10 | 2 | -2/+2 |
| | |||||
* | grumpy about fortran | Eugeniy Mikhailov | 2011-07-10 | 1 | -0/+4 |
| | |||||
* | output file names match executable version | Eugeniy Mikhailov | 2011-07-10 | 1 | -2/+2 |
| | |||||
* | both fortran codes compile now | Eugeniy Mikhailov | 2011-07-10 | 1 | -6/+11 |
| | |||||
* | navy v3 added and modified to be compalible with fortran | Eugeniy Mikhailov | 2011-07-10 | 1 | -0/+704 |
| | |||||
* | edit navy version of code to compile with gfortran | Eugeniy Mikhailov | 2011-07-08 | 2 | -0/+724 |
| | |||||
* | dos 2 unix encoding | Eugeniy Mikhailov | 2011-07-06 | 5 | -2119/+2119 |
| | |||||
* | add fortran code from navy | Eugeniy Mikhailov | 2011-07-06 | 5 | -0/+2119 |
| | |||||
* | added one more example case | Eugeniy Mikhailov | 2011-07-01 | 1 | -0/+4 |
| | |||||
* | Add 3 field light propagation and output to input comparison in one plot | Eugeniy Mikhailov | 2011-07-01 | 1 | -52/+31 |
| | |||||
* | Add plot of all density matrix elements in one plot | Eugeniy Mikhailov | 2011-07-01 | 1 | -0/+90 |
| | |||||
* | plot of populations | Eugeniy Mikhailov | 2011-07-01 | 1 | -0/+26 |
| | |||||
* | Add output of all populations and coherences | Eugeniy Mikhailov | 2011-07-01 | 1 | -1/+20 |
| | |||||
* | added output for rhp_14 | Eugeniy Mikhailov | 2011-06-12 | 2 | -1/+17 |
| | |||||
* | Add .nb file that generates N-system evolution equations. | Simon Rochester | 2011-06-02 | 1 | -0/+6699 |
| | |||||
* | added complex electromagnetic field propagation, rho44 is differential ↵ | Eugeniy Mikhailov | 2011-05-31 | 1 | -20/+14 |
| | | | | equations now | ||||
* | use mod2(x) as |x|^2 | Eugeniy Mikhailov | 2011-05-31 | 1 | -3/+3 |
| | |||||
* | time interval shifted to shrink dark period | Eugeniy Mikhailov | 2011-05-31 | 1 | -1/+1 |
| | |||||
* | SIC algorithm to ARK45 for speed | Eugeniy Mikhailov | 2011-05-31 | 1 | -1/+6 |
| | |||||
* | add README | Eugeniy Mikhailov | 2011-05-30 | 1 | -0/+21 |
| | |||||
* | output grid increased | Eugeniy Mikhailov | 2011-05-30 | 1 | -2/+2 |
| | |||||
* | working prototype | evmik | 2011-05-30 | 1 | -21/+35 |
| | |||||
* | plots labeled properly | evmik | 2011-05-30 | 1 | -3/+26 |
| | |||||
* | Arguments are taken properly | evmik | 2011-05-30 | 2 | -2/+4 |
| | |||||
* | d -> delta, arguments added | evmik | 2011-05-30 | 3 | -10/+10 |
| | |||||
* | added arguments to the C++ generated code | evmik | 2011-05-30 | 2 | -46/+68 |
| | |||||
* | typo fix | evmik | 2011-05-30 | 2 | -2/+2 |
| |