finsberg/gotranx
Next generation ODE translator
This project helps scientists and engineers define systems of ordinary differential equations (ODEs) using a simple markup language. It then automatically generates optimized code in various programming languages to solve these equations. This is ideal for researchers, modelers, and educators who need to implement and simulate complex dynamic systems across different computational environments.
Used by 1 other package. Available on PyPI.
Use this if you need to define an ODE model once and generate code to solve it efficiently in multiple programming languages, or if you require symbolic representations for custom numerical schemes.
Not ideal if you primarily need a basic ODE solver for a single programming environment and don't require code generation or symbolic manipulation.
Stars
12
Forks
3
Language
Python
License
MIT
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Dependencies
12
Reverse dependents
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/finsberg/gotranx"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
cleder/crepr
Create a ❤️__repr__🤗️ for your python classes from the definition found in __init__