xxz_chain

  • full name: tenpy.models.xxz_chain

  • parent module: tenpy.models

  • type: module

Classes

Inheritance diagram of tenpy.models.xxz_chain

XXZChain(model_params)

Spin-1/2 XXZ chain with Sz conservation.

XXZChain2(model_params)

Another implementation of the Spin-1/2 XXZ chain with Sz conservation.

Module description

Prototypical example of a 1D quantum model: the spin-1/2 XXZ chain.

The XXZ chain is contained in the more general SpinChain; the idea of this module is more to serve as a pedagogical example for a model.