Skip to content
Snippets Groups Projects
Commit f6291d54 authored by Yu Xiong's avatar Yu Xiong :confounded:
Browse files

refactor: 将一部分内置载入的宏包移除

- 增补文档说明
parent b4235f01
No related branches found
No related tags found
No related merge requests found
@ARTICLE{njuthesis,
title = {南京大学学士学位论文 LaTeX 模板},
AUTHOR = {NJU-LUG},
JOURNALTITLE = {Github},
YEAR = {2021}
}
@book{goossens93,
author = "Frank Mittelbach and Michel Goossens and Johannes Braams and David Carlisle and Chris Rowley",
title = "The {LaTeX} Companion",
......@@ -11,12 +5,19 @@
publisher = "Addison-Wesley",
address = "Reading, Massachusetts"
}
@ARTICLE{segl03,
AUTHOR = "Segletes, S. B. AND Walters, W. P.",
TITLE = {Extensions to the Exact Solution of the Long-Rod
Penetration/Erosion Equations},
JOURNAL = "IJIE",
YEAR = "2003",
VOLUME = "28",
PAGES = "363--376"
@article{schollwock2011,
title = {The Density-Matrix Renormalization Group in the Age of Matrix Product States},
author = {Schollwöck, Ulrich},
date = {2011-01},
journaltitle = {Annals of Physics},
shortjournal = {Annals of Physics},
volume = {326},
number = {1},
pages = {96--192},
issn = {00034916},
doi = {10.1016/j.aop.2010.09.012},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0003491610001752},
urldate = {2021-10-11},
abstract = {The density-matrix renormalization group method (DMRG) has established itself over the last decade as the leading method for the simulation of the statics and dynamics of one-dimensional strongly correlated quantum lattice systems. In the further development of the method, the realization that DMRG operates on a highly interesting class of quantum states, so-called matrix product states (MPS), has allowed a much deeper understanding of the inner structure of the DMRG method, its further potential and its limitations. In this paper, I want to give a detailed exposition of current DMRG thinking in the MPS language in order to make the advisable implementation of the family of DMRG algorithms in exclusively MPS terms transparent. I then move on to discuss some directions of potentially fruitful further algorithmic development: while DMRG is a very mature method by now, I still see potential for further improvements, as exemplified by a number of recently introduced algorithms.},
langid = {english}
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NJU Thesis
% 南京大学毕业论文LaTeX模板
% Version 0.13.x (2021-12-13)
% Version 0.14.x (2021-12-21)
%
% 请关注项目地址以获取最新变化
% https://github.com/nju-lug/NJUThesis
......@@ -154,10 +154,27 @@
江苏省南京市栖霞区仙林大道163号
}
% 导师联系方式
},
%
%
% bib 类用于参考文献设置
bib = {
% style = author-year,
% 参考文献样式
% 默认为顺序编码制(numeric)
% 可选著者-出版年制(author-year)
%
resource = {njuthesis-sample.bib}
% 参考文献数据源
% 需要带扩展名的完整文件名
% 可使用逗号分隔多个文件
% 此条等效于 \addbibresource 命令
}
}
% 自行使用所需宏包
% 自行载入所需宏包
% \usepackage{subcaption} % 用于嵌套小幅图像,比 subfig 和 subfigure 好用
% \usepackage{wrapfig} % 用于生成文字环绕的图片
% \usepackage{siunitx} % 用于书写单位符号
% \usepackage[version=4]{mhchem} % 用于绘制分子式
% \usepackage{listings} % 用于展示代码
......@@ -166,9 +183,6 @@
% 设置图片存储位置
\graphicspath{{figure/}}
% 导入参考文献数据
\addbibresource{njuthesis-sample.bib}
% 在导言区随意定制所需命令
% https://tex.stackexchange.com/questions/33264/span-as-a-math-operator
\DeclareMathOperator{\spn}{span}
......@@ -191,6 +205,10 @@
% 如需抑制这些信息,可以反注释以下命令
% \raggedbottom
\begin{preface}
前言
\end{preface}
\begin{abstract}
中文摘要
\end{abstract}
......@@ -199,10 +217,6 @@
English abstract
\end{abstract*}
\begin{preface}
前言
\end{preface}
% 生成目录
\tableofcontents
% 生成图片清单
......@@ -224,6 +238,10 @@
\chapter{引言}
\section{tDMRG}
矩阵乘积态也被用于含时薛定谔方程的求解,形成了含时密度矩阵重整化群方法\cite{schollwock2011}
%-------------------------------------------------
% 参考文献
%-------------------------------------------------
......
This diff is collapsed.
......@@ -56,6 +56,14 @@
% \addbibresource{test.bib}
\ctexset{
contentsname = {\hspace{2em}},
% listfigurename = { 插图清单 },
% listtablename = { 表格清单 }
}
\usepackage{hologo}
\usepackage{multirow,wrapfig,subcaption}
\usepackage{listings,algorithm,algorithmic}
\usepackage{siunitx,physics,chemfig}
\usepackage[version=4]{mhchem}
......@@ -68,6 +76,7 @@
ItalicFont = *bto,
BoldItalicFont = *tx,
HyphenChar = None]
\lstdefinestyle{njulisting}
{
basewidth = 0.5 em,
......@@ -111,8 +120,8 @@
% \frontmatter
\maketitle
\input{chapters/Abstract}
\input{chapters/Preface}
\input{chapters/Abstract}
\raggedbottom
% \flushbottom
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment