Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
470 changes: 0 additions & 470 deletions TRES.py

This file was deleted.

Empty file removed __init__.py
Empty file.
35 changes: 15 additions & 20 deletions example/example_template.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,48 @@
"%autoreload 3"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Add TRES to path\n",
"\n",
"import sys\n",
"sys.path.append(\"..\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"from amuse.units import units\n",
"from amuse.community.seba.interface import SeBa\n",
"from seculartriple_TPS.interface import SecularTriple\n",
"from amuse.community.seba import Seba\n",
"from tres.seculartriple import Seculartriple\n",
"\n",
"import numpy as np\n",
"import matplotlib.pyplot as plt\n",
"\n",
"from TRES import main_developer\n",
"from tres_setup import make_particle_sets"
"from tres import run_tres_developer\n",
"from tres.setup import make_particle_sets"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.6 ('amuse-tres-PsQP0NBr-py3.10')",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"version": "3.10.6"
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.1"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "2adc4102d3c5cc3c27614a3ecc3c3c429cb40eb1d735b73fcbb59a415fcc6b30"
}
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Loading