\documentclass[12pt,two side]{report}
\usepackage[utf8]{inputenc}
\usepackage{lipsum}
\usepackage{amsmath,amsfonts,mathtools,graphicx,wrapfig,amssymb,braket,physics,listings,ragged2e,microtype,caption,subcaption,float,animate,lscape,float,blochsphere,tikz,circuitikz,multicol,geometry,nccmath}
%\usepackage{hyperref,refstyle} for making refrences and citations live, 2 extra errors may show but it does not effect the print.
\usepackage[toc,page]{appendix}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\DeclareUnicodeCharacter{2212}{-}
\usepackage{xcolor,colortbl}
\definecolor{Gray}{gray}{0.85}
%\usetikzlibrary{arrows.meta}
\usetikzlibrary{quantikz}
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
%\setlength{\parskip}{6pt}
%\input{Chapters/Extras/JosephsonJunctionBox}
\begin{document}
\include{Titlepage}
\include{Thesisrequirment}
\pagenumbering{gobble}
\tableofcontents
\listoffigures
\listoftables
\thispagestyle{empty}
\pagenumbering{arabic}
\include{Chapters/Chapter1}
\include{Chapters/Chapter2}
\include{Chapters/Chapter3}
\include{Chapters/Chapter4}
\include{Appendix}
\include{Symbols}
\include{Refrences}
\end{document}