Michael F. Herbst

Results 81 issues of Michael F. Herbst

Added a generator based on `rc::state::gen::commands` for generating command sequences with a shorter or longer length than default. The size parameter of the commands themselves is left unaltered. Implements the...

I would find it pretty useful if it was possible to configure the length of the command sequence `rc::state::check` generates and tests. Ideally I would like to have the possibility...

enhancement

A function, which I personally use a lot to do some computations building on top of our quantum chemistry program [`molsturm`](https://molsturm.org) is [``np.einsum``](https://docs.scipy.org/doc/numpy/reference/generated/numpy.einsum.html). See for example [coupled_cluster_doubles.py](https://molsturm.org/blob/master/examples/new_methods/coupled_cluster_doubles.py) for my use...

- It would be nice next to the currently implemented `gemv`, `symv` and other calls for all non-transposed and all-transposed matrices to have the call for a mixture (A transposed...

enhancement

It would be nice to have support for some BLAS Level 2 calls as well, i.e. `gemv`, `symv` and so on. Similar to #378 this includes on the fly transposition...

enhancement

For the integration of Bohrium into [linalgwrap](https://linalgwrap.org), it would be very handy to have the following Lapack methods available as extmethod calls: - [`dsyev`](https://github.com/Reference-LAPACK/lapack-release/blob/lapack-3.7.0/SRC/dsyev.f) or [`dspev`](https://github.com/Reference-LAPACK/lapack-release/blob/lapack-3.7.0/SRC/dspev.f) for symmetric regular eigenproblems....

enhancement

Maybe I missed it, but afaik the following useful functions for manipulating complex numbers are not available in Bohrium: - Elementwise complex conjugate (`conj` or `conjugate` in numpy) - Elementwise...

enhancement

This looks pretty promising: https://github.com/JuliaApproximation/GenericFFT.jl So far a factor 3 slower than what we have plus initial integration needs a bit of work. I got hit with missing functions on...

good first issue
hacktoberfest

@azadoks Some initial fruit for discussion.