Recent Releases of QuantizedSystemSolver
QuantizedSystemSolver - v1.0.6
QuantizedSystemSolver v1.0.6
minor
- removed the distinction between discrete and continuous problems
- removed the distinction between discrete and continuous helper files
- added ztol to allow users to set a tolerance for zero crossings
- handle more user code (calls inside function arguments, etc.)
- allow the parameter p to be anything, not just a floats.
- added some linear algebra functions.
Closed issues: - pass more than numbers in parameters p (#50) - floating-point precision limitations (#51)
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] 5 months ago
QuantizedSystemSolver - v1.0.5
minor ## user side: - With helper functions added, symbolic representation of the jacobian entries is currently not recommended, so users can choose now between symbolic representation and approximation mode in the ODEProblem via the kwarg jacmode=:approximate or :symbolic. - Allow composite ifstatments. see #45 . - Update documentation to include cycle detection, jacmode and composite ifstatements.... ## developer side: - reorganisation of the package structure: interface -->problemgenerator --> simulator --> solution - Intermediate representation (ir) of the problem is added to the problemgenerator component - update documentation.
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili 6 months ago
QuantizedSystemSolver -
allow the use of ints and floats interchangeably #29 allow the use of helper functions (one inside the model definition and unlimited on top level). #36 parameters and helper function inside events #43
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili 8 months ago
QuantizedSystemSolver -
Accept more user code: - parameters in a vector #26 - closure function and vector of params inside the exactA jacobian function #28 - multiple assignement of params #32 - allow parameters in 'for' loop header #34 - Integrate any untreated user code directly inside the main function #35
Separate the cycle detection mechanisms, and allow the user to choose #27
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili 10 months ago
QuantizedSystemSolver - zenodo tag
zenodo
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili about 1 year ago
QuantizedSystemSolver -
Added new features to match the DifferentialEquations.jl interface: - sol(time,idxs=[i,j,k...]) in addition to sol(time,i,j,k...) - The way the problem is defined : function func(du,u,p,t) #constant parameters #helper expressions #differenetial equations #if-statements for events end u0 = [....];tspan=(0.0,---)
Construct the problem
odeprob = ODEProblem(tyson,u0,tspan)
Solve the problem
sol=solve(odeprob,nmliqss2()) plot(sol)
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili about 1 year ago
QuantizedSystemSolver - v1.0.1
QuantizedSystemSolver v1.0.1
Scientific Software - Peer-reviewed
- Julia
Published by github-actions[bot] over 1 year ago
QuantizedSystemSolver -
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili over 1 year ago
QuantizedSystemSolver -
Scientific Software - Peer-reviewed
- Julia
Published by mongibellili over 1 year ago