Class : UndescribedHilbertSpace

class deriving from AbstractHilbertSpace

UndescribedHilbertSpace :

prototype: UndescribedHilbertSpace ()

description:default constructor



UndescribedHilbertSpace :

prototype: UndescribedHilbertSpace (int dimension )

description:constructor from datas


input parameters:
dimension = Hilbert space dimension



UndescribedHilbertSpace :

prototype: UndescribedHilbertSpace (int , AbstractQuantumNumber& quantumNumber )

description:constructor from datas


input parameters:
dimension = Hilbert space dimension
quantumNumber = reference on the quantum number associated to the Hilbert space



UndescribedHilbertSpace :

prototype: UndescribedHilbertSpace (const UndescribedHilbertSpace& space )

description:copy constructor (without duplicating datas)


input parameters:
space = reference on Hilbert space to copy



~UndescribedHilbertSpace :

prototype: ~UndescribedHilbertSpace ()

description:destructor



Clone :

prototype: AbstractHilbertSpace* Clone ()

description:clone Hilbert space (without duplicating datas)


input parameters:


return value: pointer to cloned Hilbert space



operator = :

prototype: UndescribedHilbertSpace& operator = (const UndescribedHilbertSpace& space )

description:assignment (without duplicating datas)


input parameters:
space = reference on Hilbert space to copy


return value: reference on current Hilbert space



GetHilbertSpaceDimension :

prototype: int GetHilbertSpaceDimension ()

description:return Hilbert space dimension


input parameters:


return value: Hilbert space dimension



GetQuantumNumbers :

prototype: List GetQuantumNumbers ()

description:return a list of all possible quantum numbers


input parameters:


return value: pointer to corresponding quantum number



GetQuantumNumber :

prototype: AbstractQuantumNumber* GetQuantumNumber (int index )

description:return quantum number associated to a given state


input parameters:
index = index of the state


return value: pointer to corresponding quantum number



ExtractSubspace :

prototype: AbstractHilbertSpace* ExtractSubspace (AbstractQuantumNumber& , SubspaceSpaceConverter& converter )

description:extract subspace with a fixed quantum number


input parameters:
q = quantum number value
converter = reference on subspace-space converter to use


return value: pointer to the new subspace



PrintState :

prototype: ostream& PrintState (ostream& , int state )

description:print a given State


input parameters:
Str = reference on current output stream
state = ID of the state to print


return value: reference on current output stream



Back to index.