<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nsmc, branch unfinished-experiments</title>
<subtitle>n-sphere Monte Carlo method
</subtitle>
<id>http://git.systemreboot.net/nsmc/atom?h=unfinished-experiments</id>
<link rel='self' href='http://git.systemreboot.net/nsmc/atom?h=unfinished-experiments'/>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/'/>
<updated>2022-01-08T07:32:05+00:00</updated>
<entry>
<title>Bunch of unfinished experiments</title>
<updated>2022-01-08T07:32:05+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-08T07:14:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=81b49377edf2d5b08dca4b5ff3132499861244ea'/>
<id>urn:sha1:81b49377edf2d5b08dca4b5ff3132499861244ea</id>
<content type='text'>
These experiments were in progress towards the end, and never properly
finished. I leave the code here in case it turns out to be useful.
</content>
</entry>
<entry>
<title>Port spheroid experiment to python.</title>
<updated>2022-01-08T07:11:21+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-08T07:11:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=0ef42dfb41960ffa49aafc04fc7c9bfd49d13857'/>
<id>urn:sha1:0ef42dfb41960ffa49aafc04fc7c9bfd49d13857</id>
<content type='text'>
* python/spheroid.py: New file.
</content>
</entry>
<entry>
<title>Ignore python generated files.</title>
<updated>2022-01-08T07:11:04+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-08T06:13:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=a6c45772ea62009330625fb459eef91fc083b1df'/>
<id>urn:sha1:a6c45772ea62009330625fb459eef91fc083b1df</id>
<content type='text'>
* .gitignore: Add python/__pycache__ and python/*.png.
</content>
</entry>
<entry>
<title>Port integral experiments to python.</title>
<updated>2022-01-08T07:11:03+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-08T06:13:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=55932d29672b824e340942da3507ef83d47cf9a2'/>
<id>urn:sha1:55932d29672b824e340942da3507ef83d47cf9a2</id>
<content type='text'>
* python/distribution-integrals.py: New file.
</content>
</entry>
<entry>
<title>Port volume experiments to python.</title>
<updated>2022-01-08T07:11:03+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-08T06:13:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=05322ecdd7dfbbb19ace824754eabbff188ad060'/>
<id>urn:sha1:05322ecdd7dfbbb19ace824754eabbff188ad060</id>
<content type='text'>
* python/distribution-volumes.py: New file.
</content>
</entry>
<entry>
<title>Port to python.</title>
<updated>2022-01-08T07:11:03+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-08T06:11:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=f5b964fc8b6ad1f8b40db00ac38dfd150c2e07c5'/>
<id>urn:sha1:f5b964fc8b6ad1f8b40db00ac38dfd150c2e07c5</id>
<content type='text'>
* python/nsmc.py: New file.
</content>
</entry>
<entry>
<title>Move to `guix shell' friendly manifest.scm.</title>
<updated>2022-01-07T17:02:48+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-07T16:52:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=1382f00db69c523b37c1c5b6d1480b772e33cc44'/>
<id>urn:sha1:1382f00db69c523b37c1c5b6d1480b772e33cc44</id>
<content type='text'>
* 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'.
</content>
</entry>
<entry>
<title>Add python dependencies to manifest.</title>
<updated>2022-01-07T16:49:34+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-07T16:49:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=43f0c68425f5484ef92c879ca48e1748a953197f'/>
<id>urn:sha1:43f0c68425f5484ef92c879ca48e1748a953197f</id>
<content type='text'>
* 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.
</content>
</entry>
<entry>
<title>Switch to a Guix manifest.</title>
<updated>2022-01-07T16:48:50+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2022-01-07T16:48:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=73d0e1293fd6dc6563ae358a8a52e92ff5cf4edb'/>
<id>urn:sha1:73d0e1293fd6dc6563ae358a8a52e92ff5cf4edb</id>
<content type='text'>
* guix.scm (nsmc): Delete package.
Return a manifest.
</content>
</entry>
<entry>
<title>Use git-predicate in guix.scm.</title>
<updated>2021-12-31T07:24:53+00:00</updated>
<author>
<name>Arun Isaac</name>
</author>
<published>2021-12-31T07:24:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.systemreboot.net/nsmc/commit/?id=24ffb3930ed0e75ee0f72d55a7e53253f3a58e8e'/>
<id>urn:sha1:24ffb3930ed0e75ee0f72d55a7e53253f3a58e8e</id>
<content type='text'>
* guix.scm: Do not import (ice-9 match), (ice-9 popen), (ice-9
rdelim), (srfi srfi-1), (srfi srfi-26) and (guix build utils).
(git-file?): Delete function.
(nsmc): Use git-predicate instead of git-file?
</content>
</entry>
</feed>
