Prepare the (standard) python environment:
######## virtualenvwrapper recommended #######
sudo -H pip3 install virtualenvwrapper # if not already present
# in bash
echo "echo i... setting virtualenvwrapper.sh" >> ~/.bashrc
echo "VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3" >> ~/.bashrc
echo "source `which virtualenvwrapper.sh`" >> ~/.bashrc
# in zsh
echo "echo i... setting virtualenvwrapper.sh" >> ~/.zshrc
echo "VIRTUALENVWRAPPER_PYTHON=/usr/bin/python3" >> ~/.zshrc
echo "source `which virtualenvwrapper.sh`" >> ~/.zshrc
#
# new shell now ... e.g.
bash
mkvirtualenv nuphy
Installation with python
pip install --index-url https://test.pypi.org/simple/ nuphy
Project: Nuphy
Module: nubase
The Nubase2016 evaluation of nuclear and decay properties appeared in Chinese Physics C, 2016, vol. 41 030001
http://amdc.in2p3.fr/web/nubase_en.html
Module: kinematics
Module: srim
SRIM 2013 can be downloaded from http://www.srim.org/SRIM/SRIM-2013-Pro.e
or better get a smaller version for multiple running copies http://www.srim.org/SRIM/SRIM-2013-Std.e
Exctract using autoextraction exe
Try to run with wine SRIM.exe
Upon errors:
IN ~/.wine/drive_c/windows/system exctract MS libraries tar -xvzf libs2013.tgz
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Nuphy-0.2.17.tar.gz
(1.4 MB
view details)
File details
Details for the file Nuphy-0.2.17.tar.gz.
File metadata
- Download URL: Nuphy-0.2.17.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/50.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e0b122b6b31ac5cbfdc80105cda9aa8c80998fc6e44d7f5589e832cad4ccd9fc
|
|
| MD5 |
ede220942c1e6913f0b53eee501199f7
|
|
| BLAKE2b-256 |
cee1e7919f63511142dea8954670633ea99391eaa3d31c248b79b6be675b6ee1
|