Bruno Focassio

Results 5 issues of Bruno Focassio

**Describe the bug** I'm trying to perform the clustering of a large dataset of time series using the `TimeSeriesKMeans` and `dtw`. However, the clustering is killed due to memory issues....

bug

This is not much code related but it would serve as a nice example. I'm trying to compute the Chern number for the Haldane model using the new feature that...

question

Can you explain how does the pw2z2pack code perform the separation of Wannier eigenstates into two symmetry sectors or give me any reference to understand how to perform such separation?...

How can one use z2pack for topological classification of 1D systems (e.g. SSH model) ?

What would be the correct way to implement an on-site exchange field in PAOFLOW? To add this on-site Zeeman field, i did: ``` if arrays['Bfield'].any() != 0.0: field = arrays['Bfield'][0]...