Skip to content

Commit 5969023

Browse files
authored
Docs: add the Chinese name to logo (#1839)
* Docs: add the Chinese name to logo * add logo to docs side bar
1 parent 928db58 commit 5969023

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="docs/abacus-logo.jpg">
2+
<img src="docs/abacus-logo.svg">
33
</p>
44

55
<p align="center">
@@ -15,7 +15,7 @@
1515

1616
# About ABACUS
1717

18-
ABACUS (Atomic-orbital Based Ab-initio Computation at UStc) is an open-source package based on density functional theory (DFT). The package utilizes both plane wave and numerical atomic basis sets with the usage of norm-conserving pseudopotentials to describe the interactions between nuclear ions and valence electrons. ABACUS supports LDA, GGA, meta-GGA, and hybrid functionals. Apart from single-point calculations, the package allows geometry optimizations and ab-initio molecular dynamics with various ensembles. The package also provides a variety of advanced functionalities for simulating materials, including the DFT+U, VdW corrections, and implicit solvation model, etc. In addition, ABACUS strives to provide a general infrastructure to facilitate the developments and applications of novel machine-learning-assisted DFT methods (DeePKS, DP-GEN, DeepH, etc.) in molecular and material simulations.
18+
ABACUS (Atomic-orbital Based Ab-initio Computation at UStc) is an open-source package based on density functional theory (DFT). The package utilizes both plane wave and numerical atomic basis sets with the usage of norm-conserving pseudopotentials to describe the interactions between nuclear ions and valence electrons. ABACUS supports LDA, GGA, meta-GGA, and hybrid functionals. Apart from single-point calculations, the package allows geometry optimizations and ab-initio molecular dynamics with various ensembles. The package also provides a variety of advanced functionalities for simulating materials, including the DFT+U, VdW corrections, and implicit solvation model, etc. In addition, ABACUS strives to provide a general infrastructure to facilitate the developments and applications of novel machine-learning-assisted DFT methods (DeePKS, DP-GEN, DeepH, etc.) in molecular and material simulations.
1919

2020
# Online Documentation
2121
For detailed documentation, please refer to [our documentation website](https://abacus.deepmodeling.com/).

docs/abacus-logo.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
# a list of builtin themes.
6767
#
6868
html_theme = 'sphinx_rtd_theme'
69+
html_logo = 'abacus-logo.svg'
6970

7071
# Add any paths that contain custom static files (such as style sheets) here,
7172
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)