Page MenuHomeHEPForge

No OneTemporary

Size
2 KB
Referenced Files
None
Subscribers
None
diff --git a/README.md b/README.md
index 7cb47bc..a4b11c1 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,46 @@
# <code>MiMeS</code>
Misalignment Mechanism Solver
The documentation is available on [arXiv](https://arxiv.org/abs/2110.12253).[^doc]
The master branch is the one where developement mostly happens, including the implementation of the new versions of [<code>NaBBODES</code>](https://github.com/dkaramit/NaBBODES.git) and [<code>SimpleSplines</code>](https://github.com/dkaramit/SimpleSplines.git) (both are being developed independently by myself). This means that the code in this branch may not always work. If you wish to just use <code>MiMeS</code>, clone the [stabe](https://github.com/dkaramit/MiMeS/tree/stable) branch:
<pre><code>git clone -b stable https://github.com/dkaramit/MiMeS.git</code></pre>
If you would like to try and run the master branch, you need to run
<pre><code>git clone https://github.com/dkaramit/MiMeS.git
cd MiMeS
git submodule init
git submodule update --remote</code></pre>
In order to begin using <code>MiMes</code>, you need a machine that can run <code>bash</code> and a version of <code>g++</code> that supports the <code>C++17</code> standard.
Once you have downloaded <code>MiMeS</code>, just run
<pre><code>cd MiMeS
bash configure.sh
make</code></pre>
-This will compile the shared libraries you'll need in order to call <code>MiMeS</code> from <code>python</code>. Also, it compiles some examples written in <code>C++</code>. There are several examples <code>C++</code> <code>python</code> (including <code>python</code> in <code>jupyter</code> notebooks) that can be found in <code>MiMeS/UserSpace</code>. Although the [documentation](https://arxiv.org/abs/2110.12253) is detailed enough, the code is also carefully commented. This mean that one can also "read" the code in order to follow how <code>MiMeS</code> works.
+This will compile the shared libraries you'll need in order to call <code>MiMeS</code> from <code>python</code>. Also, it compiles some examples written in <code>C++</code>. There are several examples in <code>C++</code> and <code>python</code> (including <code>python</code> in <code>jupyter</code> notebooks) that can be found in <code>MiMeS/UserSpace</code>. Although the [documentation](https://arxiv.org/abs/2110.12253) is detailed enough, the code is also carefully commented. This mean that one can also "read" the code in order to follow how <code>MiMeS</code> works.
If you use <code>MiMeS</code>, cite it as
<pre><code>@article{Karamitros:2021nxi,
author = "Karamitros, Dimitrios",
title = "{MiMeS: Misalignment Mechanism Solver}",
eprint = "2110.12253",
archivePrefix = "arXiv",
primaryClass = "hep-ph",
month = "10",
year = "2021"
}</pre></code>
Enjoy,
Dimitris
[^doc]: You can get your own version of the documentation by running <code>make doc</code>, which creates <code>MiMeS/Documentation/Tex/MiMeS.pdf</code>.

File Metadata

Mime Type
text/x-diff
Expires
Tue, Sep 30, 5:59 AM (1 d, 19 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6561786
Default Alt Text
(2 KB)

Event Timeline