On Nov 3, 2016, at 7:44 AM, Robertson Esperanza robbie.esperanza@gmail.com wrote:
Hi,
In the code that you sent me, there is a line when setting the parameters that says:
'entanglement_spectra' : ','.join([str(ss) for ss in spectra_sites]),
in general, what should be a valid "value" for the 'entanglement_spectra' parameter?
You should pass a (comma separated) list of bond indexes for which you want the spectrum.
I also noticed that changing the line:
'MEASURE[Renyi2]' : 1,
This is needed for measuring Renyi Entropy *and* the entanglement spectra.
into
'MEASURE[Entropy]' : 1,
This is needed for the vonNeumann entropy.
Best, Michele