https://github.com/tkluck/phdthesis
This is code associated to my phd thesis. I will also add the thesis itself upon its publication.
https://github.com/tkluck/phdthesis
Last synced: 5 months ago
JSON representation
This is code associated to my phd thesis. I will also add the thesis itself upon its publication.
- Host: GitHub
- URL: https://github.com/tkluck/phdthesis
- Owner: tkluck
- License: other
- Created: 2020-03-09T15:42:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T12:12:26.000Z (about 6 years ago)
- Last Synced: 2025-07-27T16:53:42.791Z (11 months ago)
- Language: Julia
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# PhD thesis
This is code associated to my phd thesis. I will also add
the thesis itself upon its publication.
## Usage
In the root directory of the repository, run
```sh
julia --project -e 'using Pkg; Pkg.instantiate()'
```
to install the dependencies. Then, use
```sh
julia --project find-indistinguishable-cm-configurations.jl
```
to scan for indistinguishable Calogero-Moser configurations
[as in this paper](https://aip.scitation.org/doi/abs/10.1063/1.4705269).
Use
```sh
julia --project root-system-equidistant-hyperplanes.jl
```
to compute the sizes and multiplicities of equidistant hyperplane
orbits under the automorphism group.
In both cases, one can edit the last line of the script to specify
exactly which root system the computation should be about.