Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

molecular orbital diagrams with latex: In the images you can see the latex code and the image it produces. I do not know how to

molecular orbital diagrams with latex: In the images you can see the latex code and the image it produces. I do not know how to change the labels of the molecular orbitals. I want to label the 2p pi molecular orbitals from 2pi_y,2pi_z to pi_{2p_x}, pi_{2p_y} and also change the label of the sigma molecular orbital from 2 sigma_x to sigma_{2p_z}. How do I do that?
here the code I've used:
\documentclass{standalone}
\usepackage{modiagram,chemfig}
\usepackage[version=3]{mhchem}
\begin{document}
\MOsetup{
style=fancy,
labels,
names,
AO-width=8pt,
labels-fs=\footnotesize,
labels-style={black}
}
%============================== CO ======================
\begin{MOdiagram}
\atom[\ce{C}]{left}{
2s ={1; pair},
2p ={6; up, up},
}
\atom[\ce{O}]{right}{
2s ={0; pair},
2p ={5; pair, up, up}
}
\molecule[\ce{CO}]{
2sMO ={; pair, pair},
2pMO ={0.7/2,1.7/1; pair, pair, pair},
color ={2sigma=red, 2sigma*=red, 2piy=red, 2piz=red}
}
\EnergyAxis[title=Energy]
\end{MOdiagram}
\end{document}
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems A Practical Approach To Design Implementation And Management

Authors: THOMAS CONNOLLY

6th Edition

9353438918, 978-9353438913

More Books

Students also viewed these Databases questions