Robin Alexander Dorstijn
Robin Alexander Dorstijn
It might be that I am misunderstanding the point of transform, but I want to do pasically the following transformation: `[{"upper":"A"}, {"upper":"B"}] -> [{"upper":"A", "lower":'a'}, {"upper":"B", "lower":'b'}]` I would have...
As stated in #251, I would like to have the syntactic sugar for mapping directly from the pvector.
Hi, This is a super awesome project and it has been incredibly useful for me to structure the web API part of my project. Thank you so much. I have...
This should add the desired unit testing for typing. The pull request is based on weditors pull request for type hints. TODO: - [ ] Check reason for no_wrap failing....
Chains offer an amazing opportunity for parallalelization, since unless a call to "thru" is encountered (or a function accepts the whole input), all calls can be parallelized. Right now, when...
If I add a generator as the object of my chain and I use the `take_while` function, it tries to call the nth index of the generator which is not...
There are multiple sources on the internet suggesting that the value of the expiration date is milliseconds since epoch. For this reason in my client side code I assumed this,...
TODO: - [x] Matrix multiplications - [x] Implement diagonal multiplications with AmplitudeVectors (adcc/adcc/adc_dip/matrix.py) - [x] Implement offdiagonal multiplications with AmplitudeVectors (adcc/adcc/adc_dip/matrix.py) - [ ] Edit transitions for DIP (adcc/adcc/adc_dip/{modified_transition_moments.py, state2state_transition.py,...
Currently this library is favoring the adc_pp a bit: the AdcMatrix class as well as the AdcAmplitudeVector and some others have attributes like `ph` and `pphh` or `block_ph_ph_1`, that are...