From 8ae37cf70ad2be38985af6cad147224deac3d39c Mon Sep 17 00:00:00 2001 From: EnzoMonino <62063191+EnzoMonino@users.noreply.github.com> Date: Thu, 5 Nov 2020 11:00:25 +0100 Subject: [PATCH] results of qsGW --- Table.aux | 1 + Table.tex | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Table.aux create mode 100644 Table.tex diff --git a/Table.aux b/Table.aux new file mode 100644 index 0000000..f23e546 --- /dev/null +++ b/Table.aux @@ -0,0 +1 @@ +\relax diff --git a/Table.tex b/Table.tex new file mode 100644 index 0000000..1ebdb22 --- /dev/null +++ b/Table.tex @@ -0,0 +1,21 @@ +\documentclass{article} +\usepackage[utf8]{inputenc} +\usepackage{longtable} + +\begin{document} +\begin{tabular}{ |p{3cm}||p{3cm}|p{3cm}|p{3cm}| } + \hline + \multicolumn{4}{|c|}{Energy} \\ + \hline + State & BSE@qsGW & dBSE@qsGW&\\ + \hline + + $^3$P $(1s^22s^12p^1)$& 2.376 & 2.335 &\\ +$^1$P $(1s^22s^12p^1)$&6.241& 6.317& \\ + $^3$P $(1s^22p^2)$ &7.668 &7.689& \\ +$^1$D $(1s^22p^2)$ & 9.417 & 9.470&\\ + \hline +\end{tabular} + + +\end{document} \ No newline at end of file