├── Documentation ├── L-PICOLA.pdf ├── L-PICOLA_cosmology.pdf └── User_Guide.pdf ├── LICENSE ├── Makefile ├── README ├── files ├── input_kernel_equil.dat ├── input_kernel_local.dat ├── input_kernel_ortho.dat ├── input_spectrum.dat ├── input_transfer.dat ├── output_redshifts.dat └── run_parameters.dat ├── src ├── 2LPT.c ├── auxPM.c ├── cosmo.c ├── kernel.c ├── lightcone.c ├── main.c ├── power.c ├── proto.h ├── read_param.c ├── vars.c └── vars.h └── utilities ├── L-PICOLA_mem.py ├── prepare_lightcone.f90 └── prepare_snapshot.f90 /Documentation/L-PICOLA.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/Documentation/L-PICOLA.pdf -------------------------------------------------------------------------------- /Documentation/L-PICOLA_cosmology.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/Documentation/L-PICOLA_cosmology.pdf -------------------------------------------------------------------------------- /Documentation/User_Guide.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/Documentation/User_Guide.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/Makefile -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/README -------------------------------------------------------------------------------- /files/input_kernel_equil.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/input_kernel_equil.dat -------------------------------------------------------------------------------- /files/input_kernel_local.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/input_kernel_local.dat -------------------------------------------------------------------------------- /files/input_kernel_ortho.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/input_kernel_ortho.dat -------------------------------------------------------------------------------- /files/input_spectrum.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/input_spectrum.dat -------------------------------------------------------------------------------- /files/input_transfer.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/input_transfer.dat -------------------------------------------------------------------------------- /files/output_redshifts.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/output_redshifts.dat -------------------------------------------------------------------------------- /files/run_parameters.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/files/run_parameters.dat -------------------------------------------------------------------------------- /src/2LPT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/2LPT.c -------------------------------------------------------------------------------- /src/auxPM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/auxPM.c -------------------------------------------------------------------------------- /src/cosmo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/cosmo.c -------------------------------------------------------------------------------- /src/kernel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/kernel.c -------------------------------------------------------------------------------- /src/lightcone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/lightcone.c -------------------------------------------------------------------------------- /src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/main.c -------------------------------------------------------------------------------- /src/power.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/power.c -------------------------------------------------------------------------------- /src/proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/proto.h -------------------------------------------------------------------------------- /src/read_param.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/read_param.c -------------------------------------------------------------------------------- /src/vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/vars.c -------------------------------------------------------------------------------- /src/vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/src/vars.h -------------------------------------------------------------------------------- /utilities/L-PICOLA_mem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/utilities/L-PICOLA_mem.py -------------------------------------------------------------------------------- /utilities/prepare_lightcone.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/utilities/prepare_lightcone.f90 -------------------------------------------------------------------------------- /utilities/prepare_snapshot.f90: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cullanhowlett/l-picola/HEAD/utilities/prepare_snapshot.f90 --------------------------------------------------------------------------------