MWE:
\documentclass{report}
\usepackage{chemfig} %for chemistry diagrams
\begin{document}
\vspace{10mm}
\setatomsep{2em}
\begin{center}
\chemfig{%
CH(-[:180]CH_{3})(-[:0]CH_{3})(-[:90]CH_{3})
}
\end{center}
1-chloro-3-methylbutane
\begin{center}
\chemfig{%
CH_{3}-[:0]CH_{2}-[:0]CH(-[:90]CH_{3})(-[:0]CH_{3})
}
\end{center}
1-chloro2-methylbutane
\vspace{10mm}
\end{document}
%
output:

desired output:

What is the best way for me to accomplish this.

