aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainAdvertise python code.Arun Isaac3 years
unfinished-experimentsBunch of unfinished experimentsArun Isaac3 years
 
 
AgeCommit messageAuthor
2022-01-08Advertise python code.•••* README.org: Advertise python code. * python/README.md: New file. HEADmainArun Isaac
2022-01-08Add cmake and gcc-toolchain to the Guix manifest.•••* manifest.scm: Import (gnu packages cmake) and (gnu packages commencement). Add cmake and gcc-toolchain to the manifest. Arun Isaac
2022-01-08Add C code for experiments.•••* experiments/cube.c, experiments/integral.c, experiments/spheroid.c, experiments/volume.c: New files. Arun Isaac
2022-01-08Port spheroid experiment to python.•••* python/spheroid.py: New file. Arun Isaac
2022-01-08Ignore python generated files.•••* .gitignore: Add python/__pycache__ and python/*.png. Arun Isaac
2022-01-08Port integral experiments to python.•••* python/distribution-integrals.py: New file. Arun Isaac
2022-01-08Port volume experiments to python.•••* python/distribution-volumes.py: New file. Arun Isaac
2022-01-08Port to python.•••* python/nsmc.py: New file. Arun Isaac
2022-01-07Move to `guix shell' friendly manifest.scm.•••* guix.scm: Rename to manifest.scm. Replace `guix environment -l guix.scm' with `guix shell'. * README.org (Build): Replace `guix environment -l guix.scm' with `guix shell'. Arun Isaac
2022-01-07Add python dependencies to manifest.•••* guix.scm: Import (guix build-system python), (guix download), (gnu packages check), (gnu packages python), (gnu packages python-science) and (gnu packages python-xyz). (python-sambal): New variable. Add python, python-matplotlib, python-numpy, python-sambal and python-scipy to manifest. Arun Isaac
[...]