[ET Trac] #2175: Test "Single, stable neutron star" example
Gabriele Bozzola
trac-noreply at einsteintoolkit.org
Thu Nov 18 10:09:01 CST 2021
#2175: Test "Single, stable neutron star" example
Reporter: Roland Haas
Status: open
Milestone: ET_2021_11
Version: development version
Type: task
Priority: major
Component: EinsteinToolkit website
Comment (by Gabriele Bozzola):
The kuibit code to reproduce the plot should be something like \(not tested\):
```python
from kuibit.simdir import SimDir
import matplotlib.pyplot as plt
PATH = ....
rho = SimDir(PATH).timeseries.maximum['rho']
plt.plot(rho / rho(0))
plt.savefig("density.pdf")
```
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2175/test-single-stable-neutron-star-example
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.einsteintoolkit.org/pipermail/trac/attachments/20211118/245afacb/attachment.html
More information about the Trac
mailing list