triqs.lattice.point.LatticePoint

class triqs.lattice.point.LatticePoint(index, lattice)[source]

TRIQS Lattice Point

Castable to array of double, arithmetic operations implemented by cast

Parameters:
  • index (numpy array of int) – The lattice point index
  • lattice (BravaisLattice) – The underlying bravais lattice
index

The lattice point index

Type:numpy array of int
lattice

The underlying bravais lattice

Type:BravaisLattice

Methods

__init__(index, lattice)

Attributes

value