@@ -23,7 +23,12 @@ export default function OrcaGuide() {
2323 < CardContent >
2424 < Stack direction = "row" spacing = { "10px" } >
2525 < OrcaIcon />
26- < Typography variant = "h6" gutterBottom margin = "10px" >
26+ < Typography
27+ sx = { { fontWeight : "bold" } }
28+ variant = "h6"
29+ gutterBottom
30+ margin = "10px"
31+ >
2732 ORCA
2833 </ Typography >
2934 </ Stack >
@@ -32,24 +37,26 @@ export default function OrcaGuide() {
3237 developed by Frank Neese et al. at the Max Planck Institut für
3338 Kohlenforschung.
3439 </ Typography >
35- < Typography variant = "body2" gutterBottom margin = "10px" >
40+ < Typography
41+ variant = "body2"
42+ margin = "10px"
43+ sx = { { fontWeight : "bold" } }
44+ >
3645 If you publish calculation results performed with ORCA code please
3746 cite the original papers:
3847 </ Typography >
3948 < Typography
40- sx = { { fontStyle : "italic" } }
49+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
4150 variant = "body2"
42- gutterBottom
43- margin = "10px"
51+ margin = "0px 10px"
4452 >
4553 F. Neese, Wiley Interdisciplinary Reviews: Computational Molecular
4654 Science 2, 73 (2012).
4755 </ Typography >
4856 < Typography
49- sx = { { fontStyle : "italic" } }
57+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
5058 variant = "body2"
51- gutterBottom
52- margin = "10px"
59+ margin = "0px 10px"
5360 >
5461 F. Neese, Wiley Interdisciplinary Reviews: Computational Molecular
5562 Science 8, e1327 (2018).
@@ -58,15 +65,29 @@ export default function OrcaGuide() {
5865 </ Card >
5966 < Divider />
6067 < Stack >
61- < Typography variant = "h6" > Quick Start</ Typography >
62- < Typography variant = "h7" sx = { { fontStyle : "italic" } } >
68+ < Typography
69+ sx = { { fontWeight : "bold" } }
70+ margin = "0px 10px"
71+ variant = "h6"
72+ >
73+ Quick Start
74+ </ Typography >
75+ < Typography
76+ margin = "0px 10px"
77+ variant = "h7"
78+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
79+ >
6380 Structure
6481 </ Typography >
6582 < Typography margin = "10px" >
6683 Select one of your molecules from the drop down menu. If you do not
6784 have any head to the molecule creation page.
6885 </ Typography >
69- < Typography variant = "h7" sx = { { fontStyle : "italic" } } >
86+ < Typography
87+ margin = "0px 10px"
88+ variant = "h7"
89+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
90+ >
7091 Charge & Multiplicity
7192 </ Typography >
7293 < Typography margin = "10px" >
@@ -75,17 +96,25 @@ export default function OrcaGuide() {
7596 multiplicity can be calculated using the formula 2S + 1, with S
7697 being to total spin (or number of unpaired electrons × 1/2).
7798 </ Typography >
78- < Typography variant = "h7" sx = { { fontStyle : "italic" } } >
99+ < Typography
100+ margin = "0px 10px"
101+ variant = "h7"
102+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
103+ >
79104 Solvent
80105 </ Typography >
81106 < Typography gutterBottom margin = "10px" >
82107 Include a solvent using Orca's conductor-like polarizable continuum
83108 model (C-PCM) implementation.
84109 </ Typography >
85- < Typography variant = "h7" sx = { { fontStyle : "italic" } } >
110+ < Typography
111+ margin = "0px 10px"
112+ variant = "h7"
113+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
114+ >
86115 Technique
87116 </ Typography >
88- < Typography gutterBottom margin = "10px" component = "div" >
117+ < Typography margin = "10px" component = "div" >
89118 • OPT: Geometry Optimisation of the molecule.
90119 < br /> • SCF: Self-Consistent Calculation of the electronic
91120 structure, used to determine the donor (core) orbitals.
@@ -96,22 +125,30 @@ export default function OrcaGuide() {
96125 < br /> < p />
97126 We recommend a workflow OPT → SCF → XAS/XES.
98127 </ Typography >
99- < Typography variant = "h7" sx = { { fontStyle : "italic" } } >
128+ < Typography
129+ margin = "0px 10px"
130+ variant = "h7"
131+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
132+ >
100133 Functional & Basis set
101134 </ Typography >
102- < Typography gutterBottom margin = "10px" >
135+ < Typography margin = "10px" >
103136 We recommend trying each of the functionals, look for differences in
104137 the final geometries af- ter optimisation and spectra after XAS and
105138 XES calculations. Note that the hybrid functional B3LYP can be
106139 considered “the most accurate” available on Web-CONEXS.
107140 </ Typography >
108- < Typography gutterBottom margin = "10px" >
141+ < Typography margin = "10px" >
109142 Basis sets increase in size with def-SVP being the smallest and
110143 def-TZVP being the largest. Similarly we recommend exploring each of
111144 these, but it is worth noting that molecules with heavier elements
112145 will require the larger def-TZVP basis set for calculation.
113146 </ Typography >
114- < Typography variant = "h7" sx = { { fontStyle : "italic" } } >
147+ < Typography
148+ margin = "0px 10px"
149+ variant = "h7"
150+ sx = { { fontStyle : "italic" , fontWeight : "bold" } }
151+ >
115152 X-ray absorption - TD-DFT Donor/Acceptor Orbitals
116153 </ Typography >
117154 < Typography gutterBottom margin = "10px" >
0 commit comments