MphyPy is a Python3 library for calculating college level modern physics problems
To use mphyspy, these packages are required
Use the package manager pip to install mphyspy.
$pip install mphyspy
$python
>>>from mphyspy import *
modules loaded successfully
>>>ct.g
#finestructure constant
2.002319
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.