mirror of
https://gitlab.gwdg.de/j.hahn02/university.git
synced 2026-01-01 06:44:25 -05:00
Test
This commit is contained in:
32
S3/Fest/VL/FestVL3.typ
Normal file
32
S3/Fest/VL/FestVL3.typ
Normal file
@@ -0,0 +1,32 @@
|
||||
// Main VL template
|
||||
#import "../preamble.typ": *
|
||||
|
||||
// Fix theorems to be shown the right way in this document
|
||||
#import "@preview/ctheorems:1.1.3": *
|
||||
#show: thmrules
|
||||
|
||||
// Main settings call
|
||||
#show: conf.with(
|
||||
// May add more flags here in the future
|
||||
num: 5,
|
||||
type: 0, // 0 normal, 1 exercise
|
||||
date: datetime.today().display(),
|
||||
//date: datetime(
|
||||
// year: 2025,
|
||||
// month: 5,
|
||||
// day: 1,
|
||||
//).display(),
|
||||
)
|
||||
|
||||
= Uebersicht
|
||||
|
||||
Wiederholung
|
||||
$
|
||||
E_("pot") = N/2 sum _(i != j) ( ... ) \
|
||||
E_(i j) := "WW-Energie zwischen Ion" i and j \
|
||||
E_(i) := "WW-Energie des Ion" i \, space E_(i) := sum _(i != j) E_(i j) \
|
||||
E_("pot") = N/2 E_(i) "Summe der Ionenpole nach dem Summationsprinzip".
|
||||
$
|
||||
Zur Loesung einfacher Molekuele wird die LCAO-Methode genutzt um das Molekuelorbital durch eine Linearkombination zu modellieren.
|
||||
|
||||
Helium kann durch Kombination aus $phi_(A) "und" phia_(B) $ dargestellt werden.
|
||||
Reference in New Issue
Block a user