2024-04-26 03:52 | add citation info to readme | Randy Palamar | 1 | +10 | -0 |
2024-04-22 16:20 | keep track of highest number of scatters | Randy Palamar | 1 | +7 | -0 |
2024-04-22 00:30 | switch to xoroshiro256** | Randy Palamar | 1 | +21 | -16 |
2024-04-13 20:29 | split photons up instead of lines | Randy Palamar | 1 | +19 | -25 |
2024-04-12 21:07 | allow output prefix to be specified in config.h | Randy Palamar | 2 | +10 | -4 |
2024-04-12 15:19 | replace global context struct with individual variables | Randy Palamar | 2 | +82 | -74 |
2024-04-12 14:46 | replace string.h usage and print info about output files | Randy Palamar | 1 | +40 | -13 |
2024-04-05 00:13 | fix typos and mention Windows support in README | Randy Palamar | 2 | +9 | -6 |
2024-04-04 16:22 | statically link by default | Randy Palamar | 1 | +1 | -3 |
2024-04-04 02:05 | implement win32 platform layer | Randy Palamar | 3 | +66 | -2 |
2024-04-04 15:50 | cleanup some equations and fix numbering | Randy Palamar | 1 | +25 | -24 |
2024-04-04 12:39 | add README | Randy Palamar | 4 | +69 | -0 |
2024-04-04 12:30 | use AVX for adding matrices | Randy Palamar | 1 | +14 | -8 |
2024-04-04 04:09 | create output file when it doesn't exist | Randy Palamar | 1 | +2 | -2 |
2024-04-03 21:45 | support multiple incident lines and multithreading | Randy Palamar | 4 | +183 | -55 |
2024-04-03 16:12 | move platform specific code to separate file | Randy Palamar | 2 | +68 | -15 |
2024-04-03 04:50 | allow incidence location to be specified | Randy Palamar | 2 | +64 | -34 |
2024-04-03 02:29 | rename to mc, model isn't set up for multilayer modeling | Randy Palamar | 2 | +2 | -2 |
2024-04-03 02:21 | swap row and column idx so that output is oriented correctly | Randy Palamar | 1 | +3 | -3 |
2024-03-30 18:58 | dump output in a more usable format | Randy Palamar | 1 | +72 | -26 |
2024-03-30 17:59 | specify output extent instead of dx and dy | Randy Palamar | 2 | +18 | -4 |
2024-03-30 16:26 | replace with config file with config.h | Randy Palamar | 3 | +34 | -121 |
2024-03-27 04:15 | rewrite in c | Randy Palamar | 7 | +473 | -506 |
2024-03-26 19:36 | delete template garbage | Randy Palamar | 5 | +47 | -122 |
2024-03-26 18:48 | un-nest some photon code | Randy Palamar | 1 | +57 | -62 |
2024-03-26 18:25 | replace slow garbage rng with xoroshiro128+ | Randy Palamar | 4 | +41 | -117 |
2024-03-26 17:24 | cleanup Photon.h | Randy Palamar | 1 | +35 | -44 |
2024-03-26 17:17 | add build.sh and fix build | Randy Palamar | 7 | +242 | -237 |
2024-03-26 17:12 | init | Randy Palamar | 5 | +669 | -0 |