This program uses LaTeX to build equations and download a pdf. Thereby you need to have a latex compiler installed, for the program not to cause any errors.
(E.g. on Linux you may use:
# sudo apt-get update
# sudo apt-get install texlive-full
)
Also you need python3. The needed python-packages are defined in the requirements.txt.
(
# python3 -m venv venv
# source venv/bin/activate
# pip3 install -r requirements.txt
)
In chemistry, the interaction between molecules is one of the most significant phenomena. It is essential for understanding the structure, reactivity, and properties of chemical compounds.
Unlike laboratory experiments, where disturbances are never entirely avoidable, quantum chemistry attempts to approach the subject as accurately and detailed as possible by calculating single molecules or a few number of molecules in an empty space. Most of the time, quantum chemical molecules are mathematically unsolvable problems, so many calculation methods work with an iterative gradient descent algorithm.
The basis of this project was the calculation of the interaction between two benzene molecules. Within molecules, there are different energy levels where the electrons of a molecule preferentially reside. When electrons transition between these levels, the process is called electronic excitation. This can be initiated, for example, by exposure to light, which is used in solar cells. During the quantum chemical calculations of these different excitation states in two interacting benzene molecules, inconsistencies arose. To validate the results, a group-theoretical approach was pursued [ref. weissbluth]. This approach shall be automated within the scope of this work.
The spatial shape of something, such as molecules, can be described by so-called symmetry groups. This indicates, to what extent the object can be rotated or mirrored in space, while it appears unchanged. The underlying operations of such symmetry groups may be graphically illustrated by Young tableaux. Based on this, a secular equation can be established through various steps using different rules, in which the eigenvalues
The terms