HumpyBlumpy

Results 11 comments of HumpyBlumpy

I fourth this! This would be very useful.

How do I make use of LoggingExtras in such a case? The main thing I want out of it is the automatic flushing. I want the log to be continuously...

Hi, Here is an example, almost directly pulled from the documentation: ``` using PolyChaos supp = (0, 1) w(t) = t my_meas = Measure("my_meas", w, supp, false, Dict()) my_op =...

Thanks for your help! I figured out how to call `stieltjes` directly. I tried setting `removeZeroWeights=false` but it did not change anything. In fact, it seems that problem occurs exactly...

Hi, Sorry for the long delay. I tried the lanczos method and it seems to work, in that it returns me the alpha, beta coefficients which seem reasonable. I have...

Thanks @JonasIsensee ! I am trying to understand this. It seems to work in conjuncture with JLD2. However, it fails when simply calling convert ``` one = Point(1,0.0) one_converted= convert(PointSerial,one...

Thanks but what confuses me is that in that case the JLD2 conversion fails.

I tried used `writeas(::Type{

My understanding was that increasing the bond dimension is not equivalent to increasing the size physical size of the block. For example, from [these notes](https://scipost.org/10.21468/SciPostPhysLectNotes.7): > There is no guarantee...

So what I have in mind is that we start from a window of some size, and non uniform Hamiltonian of the same size ``` non_uniform_ham = repeat(ham,10); # modify...