This branch of SpaceMath project is an alternative implementation in python 3.*. Where python libraries as numpy, pandas, sympy, matplotlib and seaborn are used to scan allowed parameter space in BSM models considering signals strength experimental values of Standard model Higgs decays.
You can try spacemathpy with binder only needs click in the next icon.
and then open some example inside of Examples
folder.
For more details click here
Open a terminal and write the following comands
sudo apt update
sudo apt install git
Click on Git for windows and the .exe file will be downloaded, finally execute it.
There are several ways to install Git on a Mac. The easiest is probably to install the Xcode Command Line Tools. On Mavericks (10.9) or above you can do this simply by trying to run git from the Terminal the very first time.
$ git --version
If you don’t have it installed already, it will prompt you to install it.
From spacemathpy github repository we install spacemath in a terminal with the next command
pip install git+https://github.com/spacemathproject/spacemathpy
Our package is a library for python 3 users that can be installed if you download spacemathpy
version of SpaceMath github repository with Download Zip
buttom.
The file downloaded is spacemathpy-main.zip
. After of uncompress it, open in a terminal dist
folder inside of \spacemathpy-main\dist
and finally you can run
pip install spacemathpy-0.1.tar.gz
Congratulations spacemathpy is installed.
You can use spacemathpy in scripts but is recomendable use jupyter notebook to ease each work, you will find 2HDM example in \spacemathpy-main\Examples
folder
spacemathpy depends on numpy, pandas, sympy, and matplotlib to properly works, but when you install spacemathpy all of them are installed automatically.
Finally, if you decide uninstall spacemathpy you only need run the next command in any folder in your terminal
pip uninstall spacemathpy