Sergio Sánchez Ramírez

Results 88 issues of Sergio Sánchez Ramírez

`enzymexla.linalg.qr` should serve just as a high-level op that dispatches (i.e. lowers) to different QR algorithms and fulfills that returns the Q and R matrices (either in their full or...

lapack

it seems like #1121 broke the rev diff of `stablehlo.dynamic_update_slice` for complex tensors. proof of it is that the VQE benchmark (EnzymeAD/Reactant.jl#1416) worked with Reactant 0.2.138 but it doesn't on...

# To do - [x] implement `canonize!` for the `VidalGauge` and between other `CanonicalForm`s - [x] implement `simple_update!` for the `VidalGauge` - [ ] add a "local canonicity" measure -...

Now that we are readding the Python compatibility extensions after the massiver reorganization, it would be good to readd the Python tests. Installation of PythonCall and its Python dependencies on...

ci/cd

Currently, we just set the form to be `NonCanonical` but we don't absorb the lambda tensors which leave them in a dangling situation that may fail on operations that expect...

i've a pipeline that correctly translates some C++ classes but unfortunately flattens the fields inherited from the parent classes (note: this might do to a translation from C++ to C...

As of right now, `*` or composition of `Bijection`s doesn't respect the dictionary types. We should think about them before releasing 1.0. If we are not sure, we should remove...