Search found 4 matches

by JackStevens
29 Jul 2019, 14:11
Forum: HowTos and FAQ for TeNPy
Topic: Error when using kroneckerproduct option for GroupedSite
Replies: 5
Views: 4860

Re: Error when using kroneckerproduct option for GroupedSite

Dear Johannes,

That is perfect, thank you! I now understand, and am able to implement my desired couplings. Thanks very much for your helpful advice.

Kind Regards,
Jack Stevens.
by JackStevens
29 Jul 2019, 09:06
Forum: HowTos and FAQ for TeNPy
Topic: Error when using kroneckerproduct option for GroupedSite
Replies: 5
Views: 4860

Re: Error when using kroneckerproduct option for GroupedSite

Dear Johannes, As predicted, I'm having some trouble with the self.group_sites option, specifically where to call it in my model class. Below is the code that initialises my model class Iomin_Model(CouplingMPOModel, NearestNeighborModel): """Implementation of the 4-site Iomin Hamilton...
by JackStevens
26 Jul 2019, 14:21
Forum: HowTos and FAQ for TeNPy
Topic: Error when using kroneckerproduct option for GroupedSite
Replies: 5
Views: 4860

Re: Error when using kroneckerproduct option for GroupedSite

Dear Johannes, Thanks for your quick and detailed reply, I've implemented those changes and now have a much cleaner model defined. I'm going to go for the implementation of the SpinChainNNN example, and I'm sure I'll be back soon with questions about the implementation of the couplings. Thanks very ...
by JackStevens
26 Jul 2019, 11:31
Forum: HowTos and FAQ for TeNPy
Topic: Error when using kroneckerproduct option for GroupedSite
Replies: 5
Views: 4860

Error when using kroneckerproduct option for GroupedSite

Hi there, I'm trying to implement my own model and run TEBD on it with non-nearest neighbour interactions. To do this, I've split my lattice into unit cells of 4 sites, which then are all nearest-neighbour (the sites are hardcore bosons, which I've created by simply removing the JW entries in the Fe...