Nikolas Tezak

Results 7 issues of Nikolas Tezak

Hi there, I saw that there is already some discussion on memory efficiency [`here`](https://github.com/JuliaLang/ODE.jl/issues/69) and a mention to allow for [`in-place RHS's.`](https://github.com/JuliaLang/ODE.jl/pull/33#issuecomment-38195481) This would be extremely valuable to me for...

It would be quite useful to store more metadata with an SLH object, such as the labels of inputs and outputs as well as any internal signals that were eliminated...

QHDL

Currently, a given port of a component specified in QHDL has a unique direction (in/out). It would be helpful to model the time-reversed modes as well and explicitly allow for...

QHDL

Upon compiling a QHDL file into a circuit_component file, it would be useful to support the option that this file is not installed 'globally' for all users of the same...

QHDL

This introduces additional capabilities for handling multiple different offsets for RHS index expressions as well as a modified convention for un-allocated negative indices.

Hi, for my use-cases (quantum dynamics solvers) it would be super useful to be able to specify integer offsets in the indices. As an example ``` E.g., A = zeros(10);...

Hi, when installing Mathematica.jl through Pkg.add(...) it does not automatically install MathLink, which, it appears, is not yet registered as a package. Am I missing something?