spacetimeengine
spacetimeengine copied to clipboard
A Python utility for analyzing a given solution to the Einstein's field equations. Built on Sympy.
Needs the pipenv treatment otherwise the libraries are installed systemwide.
Make like #!/usr/bin/env python for all python files.
Add unit test libs.
Need to stop importing entire sympy lib. This is dumb.
This would require a new printing option: Currently we have supress_printing = True or False We need printing = True, False, "jupyter"
Suggested by @bunslow. I don't like strings for index configs.
Post some Jupyter notebook graphics.