Results 20 comments of seitzdom

thanks @awennersteen, lets add https://github.com/pasqal-io/horqrux too!

yes great idea, but i would try to avoid changing the low-level interface so i would be inclined to keep the `conv.params` and let it just return the composition of...

@madagra yes, exactly, i am referring to the case when we have a parametrized generator. youre right i guess however i think the block_to_tensor calls are quite expensive. so thats...

hm, not that easy @vytautas-a . we need the uuids in the dict, i guess this needs to be refactorted. tagging @Roland-djee

archiving this @Roland-djee

@smitchaudhary, for featuremaps we have: https://github.com/pasqal-io/qadence/blob/main/qadence/constructors/feature_maps.py#L133, for hamiltonians/observables: https://github.com/pasqal-io/qadence/blob/main/qadence/constructors/hamiltonians.py#L52 and for ansatz-related things: https://github.com/pasqal-io/qadence/blob/main/qadence/constructors/ansatze.py#L17. we of course welcome enhancements to those but maybe you have a look at it and...

> Hello @dominikandreasseitz , I have been trying to implement this, but I have a few questions. Could you help? > > 1. Is it intended to add `checkpoint_best_only` based...

> Hey @dominikandreasseitz @smitchaudhary what's the status on this ? @Roland-djee in progress, its actually quite a bit of files to go through. i am creating tests atm