GROUP THEORY SYMBOL

GTExtractDatasets

GTExtractDatasets[]
extracts various sample data used in the documentation.

GTExtractDatasets[destination]
extracts the sample data to destination directory.

DetailsDetails

  • The GTPack documentation contains a high amount of examples which use external data to demonstrate the functionality of the modules.
  • These sample data is stored as an archive in the GTPack application release. GTExtractDatasets extracts the archive to the correct destination used by the documentation notebooks. Therefore it is called once during the initialisation of the package. Only the first call will extract the archive and thus reduce the initialisation time of GTPack from then on.
  • The argument destination can be given to extract the sample data to a custom directory for further research with own external data.
  • Some modules may modify the sample data in datasets (e.g. GTTbDatabaseUpdate). To restore the sample data GTExtractDatasets can be used with the option GOOverWrite -> True to delete the old folder and extract the archive again.
  • The following options can be given:
  • GOOverWriteFalseDeletes the old datasets directory and extracts the sample data again.
  • 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

Now you run GTExtractDatasets at least once. The following second call should take no time.

In[2]:=
Click for copyable input

You can specify a directory for the extraction.

In[3]:=
Click for copyable input