GTWriteToFile

GTWriteToFile[object,file]
writes object to the file file.

DetailsDetails

  • The command is used to simplify the storage of information from GTPack on disc.
  • The construction of Hamiltonians becomes quite often time-consuming. The Hamiltonians itself are constructed with respect to a special structure, but not with respect to a special material. If the Hamiltonian is stored after construction it can be reused.
  • The command can also be used for other tasks.
  • See: W. Hergert, M. Geilhufe, Group Theory in Solid State Physics and Photonics. Problem Solving with Mathematica

ExamplesExamplesopen allclose all

Basic Examples  (1)Basic Examples  (1)

First load the package :

In[1]:=
Click for copyable input

We construct the fcc Hamiltonian :

In[2]:=
Click for copyable input

Write the Hamiltonian to the hard disc.

In[3]:=
Click for copyable input