qadence icon indicating copy to clipboard operation
qadence copied to clipboard

[Bug] when using `N` block scaled by some constant with GPSR

Open vytautas-a opened this issue 1 year ago • 1 comments

When generator has w*N(i) terms and we want to use GPSR - an error is raised due to lack of eigenvalues_generator property for N block.

Solution: modify uuid_to_block function so that N blocks are not assigned uuids and included in the dict of parameters passed to GPSR functions.

vytautas-a avatar Nov 26 '23 11:11 vytautas-a

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

dominikandreasseitz avatar Dec 11 '23 17:12 dominikandreasseitz