results of qsGW

This commit is contained in:
EnzoMonino 2020-11-05 11:00:25 +01:00
parent c0bd9c59c6
commit 8ae37cf70a
2 changed files with 22 additions and 0 deletions

1
Table.aux Normal file
View File

@ -0,0 +1 @@
\relax

21
Table.tex Normal file
View File

@ -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}