Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
199 commits
Select commit Hold shift + click to select a range
4e34d28
reconstruction of Generate_Orbital_AllInOne.sh
wszhang Oct 13, 2021
1b4d4b4
Merge branch 'abacusmodeling:develop' into develop
wszhang Nov 1, 2021
3067385
Merge pull request #77 from dyzheng/ABACUS_2.2.0_beta
dyzheng Nov 4, 2021
f53ea3d
Make DFT+U supports scalapack
80610702-git Nov 4, 2021
9cccdcb
Merge pull request #437 from dyzheng/develop
dyzheng Nov 5, 2021
857f23f
fixed bug of starting charge density extrapolation in PW code
dyzheng Nov 5, 2021
89a879a
Merge pull request #438 from dyzheng/ABACUS_2.2.0_beta
dyzheng Nov 5, 2021
39384d9
1. add opt_orb_pytorch_dpsi
PeizeLin Nov 5, 2021
2fae746
1. update tools/opt_orb_pytorch_dpsi origin V.diag()
PeizeLin Nov 6, 2021
f184ceb
1. add opt_orb_pytorch_dpsi/IO/cal_weight.py
PeizeLin Nov 6, 2021
9479a0e
Merge branch 'orb_V' into orb
PeizeLin Nov 6, 2021
22e56f7
1. fix bug in opt_orb_pytorch_dpsi/IO/cal_weight.py
PeizeLin Nov 6, 2021
867bdef
1. In opt_orb_pytorch_dpsi, change V[Nb_true] to V*weight
PeizeLin Nov 6, 2021
940f388
1. In opt_orb_pytorch_dpsi, add weight normalization
PeizeLin Nov 7, 2021
314462c
1. In opt_orb_pytorch_dpsi, add update0() for normalization denominator
PeizeLin Nov 7, 2021
6a4e46b
1. In opt_orb_pytorch_dpsi, update some small code
PeizeLin Nov 7, 2021
85564e8
DFTU: support scalapack
80610702-git Nov 8, 2021
17bd5a5
Merge pull request #79 from Qx80610702/develop
dyzheng Nov 9, 2021
36d73ea
Merge branch 'opt_orb' into develop
PeizeLin Nov 9, 2021
d185bc5
fixed bug of stress only in k-code
dyzheng Nov 11, 2021
214bce8
added some timer tick for force and stress grid integral
dyzheng Nov 11, 2021
2a68897
Merge branch 'opt_orb' into develop
PeizeLin Nov 9, 2021
a0a1925
Removed useless code in gint_k_fvl.cpp, still can't calculate stress …
dyzheng Nov 12, 2021
62f8d0b
Merge pull request #446 from YuLiu98/update_MD
dyzheng Nov 12, 2021
3528268
delete useless variables in run_md_classic.h
YuLiu98 Nov 12, 2021
1323aa4
update some functions in MD
YuLiu98 Nov 12, 2021
537ce81
1. In opt_orb_pytorch_dpsi, change float32 to float64
PeizeLin Nov 14, 2021
707ef1f
Merge branch 'develop' of https://github.com.cnpmjs.org/PeizeLin/abac…
PeizeLin Nov 14, 2021
be6c846
Merge pull request #80 from PeizeLin/develop
dyzheng Nov 17, 2021
37cb91c
1. fix bug of wfc_dm_2d.init() in Local_Orbital_Charge::allocate_gamma()
PeizeLin Nov 17, 2021
c525e72
Merge pull request #81 from PeizeLin/develop
dyzheng Nov 18, 2021
a931258
Merge pull request #447 from dyzheng/ABACUS_2.2.0_beta
dyzheng Nov 18, 2021
4459abc
Fix: google test repo branch name
caic99 Nov 19, 2021
551a1af
Merge pull request #460 from deepmodeling/caic99-patch-1
dyzheng Nov 19, 2021
5a6bcdd
Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpmjs.org/dee…
dyzheng Nov 19, 2021
6cff14f
Merge pull request #82 from dyzheng/develop
dyzheng Nov 19, 2021
e220ed0
Merge pull request #457 from abacusmodeling/develop
dyzheng Nov 19, 2021
d1382ca
initial reconstruction of NVE
YuLiu98 Nov 19, 2021
f495c80
1. change ptr to vector in class K_Vectors
PeizeLin Nov 20, 2021
9a589d3
<fix> precision for output FORCE-TOTAL is sometime too low such as ca…
dyzheng Nov 22, 2021
a0d4655
<fix> default startmag_type should be 1, for element magnetic instead…
dyzheng Nov 22, 2021
692de3c
add relax-FIRE-test gamma only example
pxlxingliang Nov 22, 2021
fd17cd2
<perf> don't output test information using scalapack_gvx method
dyzheng Nov 22, 2021
27405aa
reconstruction of NVE
YuLiu98 Nov 22, 2021
66a71d4
add input parameters for MSST
YuLiu98 Nov 23, 2021
9509dc9
<perf> set default nstep value as 50 for relax/cell-relax/md, instead…
dyzheng Nov 23, 2021
ca45189
<test> 801_PW_LT_sc simple cubic lattice for pw base
hongriTianqi Nov 23, 2021
d789d41
Merge branch 'abacusmodeling:develop' into develop
wszhang Nov 24, 2021
4e0b527
Update changes in beta branch
caic99 Nov 24, 2021
c3c7f29
Fix: megnetic methods; output info.
caic99 Nov 24, 2021
97b196d
Merge pull request #469 from hongriTianqi/ABACUS_2.2.0_beta
dyzheng Nov 24, 2021
a144e70
<test> 802_PW_LT_fcc fcc lattice for pw base
hongriTianqi Nov 24, 2021
32e2f82
<test> rename 220_NO_GO_MD_FIRE to 320_NO_GO_MD_FIRE; add exaple 320…
pxlxingliang Nov 24, 2021
575e7f1
Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpmjs.org/dee…
pxlxingliang Nov 24, 2021
f435464
<fix> when latName is 'triclinic', the autoset lattice vector is erro…
dyzheng Nov 24, 2021
12ff2ff
1. add namespace Write_Wfc_Realspace
PeizeLin Nov 24, 2021
93c2531
1. change MPI_THREAD_FUNNELED to MPI_THREAD_SERIALIZED in Parallel_Gl…
PeizeLin Nov 24, 2021
9697ca6
Merge pull request #473 from dyzheng/ABACUS_2.2.0_beta
dyzheng Nov 25, 2021
fb39c84
Merge pull request #468 from pxlxingliang/ABACUS_2.2.0_beta
dyzheng Nov 25, 2021
f9eaa46
Merge pull request #471 from hongriTianqi/ABACUS_2.2.0_beta
dyzheng Nov 25, 2021
126336c
Merge pull request #85 from deepmodeling/ABACUS_2.2.0_beta
dyzheng Nov 25, 2021
47182f8
Merge branch 'abacusmodeling:develop' into develop
wszhang Nov 25, 2021
6dd6454
1. git add missing files
PeizeLin Nov 25, 2021
f3f9d2d
Merge branch 'develop' of https://gitee.com/linpeize/abacus-develop_a…
PeizeLin Nov 25, 2021
77b5dc5
Integrate pytorch+dpsi method into original orbital-generation-script
wszhang Nov 25, 2021
c144656
delete *.log files
wszhang Nov 25, 2021
6f43aa3
delete SIA_s.exe
wszhang Nov 25, 2021
35b96e6
Merge pull request #86 from wszhang/develop
dyzheng Nov 25, 2021
e7c1dc1
Merge pull request #83 from PeizeLin/develop
dyzheng Nov 25, 2021
4484152
implement of MSST first half && modify some functions
YuLiu98 Nov 25, 2021
546183a
edit code part of README.md; change name of test.0.dat to orb_matrix.…
wszhang Nov 25, 2021
35d20da
<test> 803-814 12 lattice tests for pw base
hongriTianqi Nov 25, 2021
41f8a71
Merge pull request #474 from hongriTianqi/ABACUS_2.2.0_beta
dyzheng Nov 25, 2021
c198c5b
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
YuLiu98 Nov 26, 2021
b39b5b7
to make doc/generate-basis.md consistent with the new generate_orbita…
wszhang Nov 26, 2021
07adf22
< feature > added a new parameter: out_element_info
dyzheng Nov 26, 2021
2105837
Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpmjs.org/dee…
dyzheng Nov 26, 2021
15dbc03
< doc > document for input variable out_element_info
dyzheng Nov 26, 2021
572c2d7
< feature > second half of MSST
YuLiu98 Nov 26, 2021
bc95105
improve README.md of SIAB
wszhang Nov 26, 2021
922be2c
1. in opt_orb_pytorch_dpsi, delete ist in class Opt_Orbital
PeizeLin Nov 28, 2021
2882218
< feature > add restart function for NVE and MSST
YuLiu98 Nov 29, 2021
90c994d
Merge pull request #477 from dyzheng/ABACUS_2.2.0_beta
dyzheng Nov 29, 2021
d238b29
<test> 815-828 lattice tests for LCAO base
hongriTianqi Nov 29, 2021
0c662b2
1. In opt_orb_pytorch_dpsi, add V as <\psi|P|\psi>, change V to V_ori…
PeizeLin Nov 29, 2021
290c9b8
1. In opt_orb_pytorch_dpsi, move cal_coef() to main() from cal_V() an…
PeizeLin Nov 29, 2021
efd30d4
1. In opt_orb_pytorch_dpsi, change type of tensors from class Complex…
PeizeLin Nov 29, 2021
2d08053
< refactor > update the MD STRU output
YuLiu98 Nov 30, 2021
ed857de
< refactor > remove GLOBALV::out and modify the functions of output c…
YuLiu98 Nov 30, 2021
0d74a74
< fix > Destructor of Verlet
YuLiu98 Nov 30, 2021
97faf88
1. In opt_orb_pytorch_dpsi, split info to info_stru, info_element, in…
PeizeLin Nov 30, 2021
0bf054b
< fix > sometimes multi core test will fail. Temporary solvation for …
dyzheng Nov 30, 2021
64ce8d5
Merge pull request #501 from dyzheng/ABACUS_2.2.0_beta
dyzheng Nov 30, 2021
6f4d0c7
< refactor > update NVE cycle
YuLiu98 Nov 30, 2021
4d15c41
1. In opt_orb_pytorh_dpsi, add IO.change_info.get_info_max()
PeizeLin Nov 30, 2021
3c7a680
Merge pull request #87 from wszhang/develop
dyzheng Nov 30, 2021
44561f2
Merge pull request #88 from PeizeLin/develop
dyzheng Nov 30, 2021
c4701ac
Merge pull request #89 from deepmodeling/ABACUS_2.2.0_beta
dyzheng Nov 30, 2021
7aef2cf
1. In opt_orb_pytorch_dpsi, split read_QSV.read_file() to read_QSV.re…
PeizeLin Nov 30, 2021
37e03ab
Merge pull request #504 from YuLiu98/update_MD
YuLiu98 Dec 1, 2021
5cc676c
Merge branch 'deepmodeling:ABACUS_2.2.0_beta' into ABACUS_2.2.0_beta
hongriTianqi Dec 1, 2021
14f1a49
< feature > delete variable "mlwf_flag" in INPUT file
dyzheng Dec 1, 2021
44993bc
< feature >deleted variable "lda_plus_u" in INPUT file
dyzheng Dec 1, 2021
d05cfe5
< test > add 7 tests examples
pxlxingliang Dec 1, 2021
422489f
< refactor > update MD dump format
YuLiu98 Dec 2, 2021
603587f
Modify the solution of the HR, SR sparse matrix output
jingan-181 Dec 2, 2021
705ac8c
< fix > modify the calculation of freedom to solve issue #497
YuLiu98 Dec 2, 2021
63b46fc
< test-fix > fix 6 force/stress reference results
pxlxingliang Dec 2, 2021
9039f33
< fix > modify freedom calculation to fix issue #497
YuLiu98 Dec 2, 2021
af7a559
< test-fix > add 3 examples and modify the reference result by one cp…
pxlxingliang Dec 2, 2021
fda0edd
Merge pull request #91 from jingan-181/develop
dyzheng Dec 2, 2021
4aa1944
Merge pull request #90 from PeizeLin/develop
dyzheng Dec 2, 2021
ba905bd
< fix > update freedom calculation
YuLiu98 Dec 2, 2021
64b6143
< fix > update MD_basic.cpp
YuLiu98 Dec 2, 2021
6a91697
Merge pull request #511 from YuLiu98/update_MD
YuLiu98 Dec 2, 2021
a4956a7
< doc >added documentation for variable ocp and ocp_set
dyzheng Dec 2, 2021
27927da
< doc > remove useless annotation in input.cpp
dyzheng Dec 2, 2021
fb35381
< doc >added restart_save and restart_load variables in documentation…
dyzheng Dec 2, 2021
0190dd1
Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpmjs.org/dee…
dyzheng Dec 2, 2021
2418e72
1. In opt_orb_pytorch_dpsi, fix bug
PeizeLin Dec 3, 2021
d75a42a
Merge pull request #521 from dyzheng/ABACUS_2.2.0_beta
dyzheng Dec 3, 2021
9712adc
Merge pull request #519 from YuLiu98/ABACUS_2.2.0_beta
dyzheng Dec 3, 2021
3c331ef
1. fix a bug of annotation
PeizeLin Dec 3, 2021
f5bbb8a
Merge pull request #508 from pxlxingliang/ABACUS_2.2.0_beta
dyzheng Dec 3, 2021
a4f6266
< feature > NVT Anderson reconstruction
YuLiu98 Dec 3, 2021
4202bc7
<test> refresh tests 815-828
hongriTianqi Dec 3, 2021
539e69f
modified: src_pdiag/pdiag_double.cpp
pplab Dec 3, 2021
5a4513f
modified: src_io/write_wfc_realspace.cpp
pplab Dec 3, 2021
d9c3be5
Output SR sparse matrix separately
jingan-181 Dec 3, 2021
c237afc
Merge pull request #92 from PeizeLin/develop
dyzheng Dec 4, 2021
7f4224d
Merge pull request #94 from pplab/develop
dyzheng Dec 4, 2021
a2bd6bf
Merge pull request #95 from jingan-181/develop
dyzheng Dec 4, 2021
74afac2
<test> treat 831 error
hongriTianqi Dec 6, 2021
bbc2923
< feature > reconstruction of NVT NHC
YuLiu98 Dec 7, 2021
af4099e
< feature > add a new parameter for NHC
YuLiu98 Dec 7, 2021
ee854a2
<test> smallg, magnetic && noncollinear, and Fermi smearing test exam…
hongriTianqi Dec 7, 2021
2eb22b1
< feature > another try for NHC
YuLiu98 Dec 7, 2021
17775a2
Merge pull request #493 from hongriTianqi/ABACUS_2.2.0_beta
dyzheng Dec 7, 2021
f6ac787
DFT+DMFT and DFT+U (#98)
Qx80610702 Dec 7, 2021
9167a5c
Merge pull request #537 from abacusmodeling/develop
dyzheng Dec 7, 2021
b62b7a9
< fix >repaired MD thermostat LGV and ADS
dyzheng Dec 7, 2021
6915870
Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpmjs.org/dee…
dyzheng Dec 7, 2021
33c035c
< doc >added TDDFT parameters documentation
dyzheng Dec 7, 2021
dd5b13c
< doc >added warning decription for deepks part, added links for DFTU…
dyzheng Dec 7, 2021
71d6d2e
Merge pull request #539 from dyzheng/ABACUS_2.2.0_beta
dyzheng Dec 7, 2021
eba44e6
< fix >memory leak in write_rho_cube
dyzheng Dec 7, 2021
ce41891
< fix > fix the increase function of NHC
YuLiu98 Dec 8, 2021
74c12f0
< fix > update Makefile.Objects
YuLiu98 Dec 8, 2021
d2908b6
<test> LCAO tests regarding smallg, magnetic NC, smearing, charge mix…
hongriTianqi Dec 8, 2021
e728349
<test> add 308_NO_GO_CS_CR and 311_NO_GO_S2_elec_add
hongriTianqi Dec 8, 2021
6043e01
Merge branch 'deepmodeling:ABACUS_2.2.0_beta' into ABACUS_2.2.0_beta
hongriTianqi Dec 8, 2021
b2b056d
<test> treat 205_NO_MV_smearing error
hongriTianqi Dec 8, 2021
9c47d32
<test> treat 208_NO_KP_RE_MB, 308_NO_GO_CF_RE err
hongriTianqi Dec 8, 2021
4473e38
<test> treat 308_NO_GO_CS_CR error
hongriTianqi Dec 8, 2021
04cafb9
< feature > restart of NVT_NHC
YuLiu98 Dec 8, 2021
e214557
<test> change 270_NO_MD_1O to 270_NO_MD_1O_restart
hongriTianqi Dec 8, 2021
4cfda16
< tests > fix 2 270 charge extrapolation examples
pxlxingliang Dec 8, 2021
1e2e47b
< tests > modify CASES file for 2 270 charge extrapolation examples
pxlxingliang Dec 8, 2021
7695f75
Merge pull request #543 from pxlxingliang/ABACUS_2.2.0_beta
dyzheng Dec 8, 2021
356970f
Merge branch 'deepmodeling:ABACUS_2.2.0_beta' into ABACUS_2.2.0_beta
hongriTianqi Dec 8, 2021
7c8f592
<test> 311_NO_GO_S2_elec_add deleted for divergent
hongriTianqi Dec 8, 2021
905bb73
Merge pull request #541 from hongriTianqi/ABACUS_2.2.0_beta
dyzheng Dec 8, 2021
a040ea8
< doc > stress_thr default is 0.01
dyzheng Dec 8, 2021
2e60317
< fix >default starting magnetic method for noncolin spin should be 1…
dyzheng Dec 8, 2021
525c159
< fix >diago_proc parameter can't be used for lcao base
dyzheng Dec 8, 2021
7dcecc9
<fix> some bugs in Issue and added some documentation
caic99 Dec 9, 2021
20c96d2
< fix >timer for stress_func_ewa and force_stress function
dyzheng Dec 9, 2021
3c62b16
fix timer for stress_func_ewa and force_stress function
caic99 Dec 9, 2021
360f778
< comment > deepks : add comment for cal_gvx
wenfei-li Dec 9, 2021
061381d
< refactor > reonstruction of FIRE
YuLiu98 Dec 10, 2021
c15b4bf
< refactor > reconstruction of AIMD in pw
YuLiu98 Dec 12, 2021
e569721
< test > update pw MD result.ref
YuLiu98 Dec 12, 2021
57150d2
< perf >optimized non-local part for Stress and Forces calculation in…
dyzheng Dec 12, 2021
b85b3b6
Merge pull request #559 from dyzheng/ABACUS_2.2.0_beta
dyzheng Dec 12, 2021
48a08c5
< fix > time with openmp is incorrect, time output format is not cons…
dyzheng Dec 13, 2021
f4ed5bb
Merge pull request #561 from dyzheng/ABACUS_2.2.0_beta
dyzheng Dec 13, 2021
e6755ed
< feature > restart of FIRE
YuLiu98 Dec 13, 2021
530ebef
< refactor > reconstuction of MD in lcao
YuLiu98 Dec 14, 2021
ba08d6b
< test > update tests for LCAO MD
YuLiu98 Dec 14, 2021
985b853
< merge > Merge branch 'ABACUS_2.2.0_beta' of https://github.com.cnpm…
dyzheng Dec 14, 2021
5c606d2
< tests > update result.ref in tests 601
YuLiu98 Dec 14, 2021
7704155
Merge pull request #566 from YuLiu98/update_MD
YuLiu98 Dec 14, 2021
098b617
Merge pull request #565 from dyzheng/develop
dyzheng Dec 14, 2021
af39342
Merge branch 'develop' of https://github.com/deepmodeling/abacus-deve…
YuLiu98 Dec 14, 2021
7757db4
< tests > update result.ref for MD tests
YuLiu98 Dec 14, 2021
3726eee
Merge pull request #567 from YuLiu98/update_MD
YuLiu98 Dec 14, 2021
8d127e2
< doc > update doc for MD parameters
YuLiu98 Dec 15, 2021
443b052
< tests> update tests for MD due to the change of default mdtype
YuLiu98 Dec 15, 2021
9ed13a6
Merge pull request #568 from YuLiu98/update_MD
YuLiu98 Dec 15, 2021
d81337c
< feature > Langevin method in MD
YuLiu98 Dec 15, 2021
a79f64c
< debug > deepks : fix bug for stress calculation
wenfei-li Dec 15, 2021
8f0964e
Merge branch 'deepks' of github.com:wenfei-li/abacus-develop into deepks
wenfei-li Dec 15, 2021
126a7a3
Merge branch 'develop' of github.com:deepmodeling/abacus-develop into…
wenfei-li Dec 15, 2021
c38af69
< feature > add Langevin in MD cycle
YuLiu98 Dec 15, 2021
092f11f
Merge pull request #572 from YuLiu98/update_MD
YuLiu98 Dec 15, 2021
341f3ea
Merge pull request #574 from YuLiu98/update_MD
dyzheng Dec 15, 2021
7a7718c
<bug> deepks : fix kphase error for multi-k
wenfei-li Dec 21, 2021
103d9b0
Merge branch 'deepks' of github.com:wenfei-li/abacus-develop into deepks
wenfei-li Dec 21, 2021
2b72edb
Merge branch 'develop' of github.com:deepmodeling/abacus-develop into…
wenfei-li Dec 21, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 4 additions & 4 deletions doc/generate-basis.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

In ABACUS, the atomic orbital bases are generated using a scheme developed in the [paper](https://iopscience.iop.org/article/10.1088/0953-8984/22/44/445501). We provide a script named “generate_orbital.sh” under the directory tools/ to generate the atomic orbitals bases. In order to run this script, an ORBITAL_INPUT file is required.

An example of this ORBITAL_INPUT file can be found in $ABACUS/tools/SIAB/2_Generate:
An example of this ORBITAL_INPUT file can be found in $ABACUS/tools/SIAB/SimulatedAnnealing/example_N:
```
#1.exe_dir
#----------------------------------------------------------------------------
Expand Down Expand Up @@ -101,7 +101,7 @@ The ORBITAL_INPUT file contains 5 parts :
This part gives the bond lengths of the reference systems (dimer or trimer). Generally, the bond lengths are chosen to distribute on both sides of the equilibrium value. For example, for N dimer we use (in Å):
- Dis 1.0 1.1 1.5 2.0 3.0

It means we take 5 reference systems (dimer), and the bond lengths are 1.0 1.1 1.5 2.0 3.0 angstrom, respectively. Every element has reference systems with different bond lengths, which could be found in file $ABACUS/tools/SIAB/2_Generate/DIS.txt.
It means we take 5 reference systems (dimer), and the bond lengths are 1.0 1.1 1.5 2.0 3.0 angstrom, respectively. Every element has reference systems with different bond lengths, which could be found in file $ABACUS/tools/SIAB/DIS.txt.
4. orbital generation

The main parameters for orbital generation
Expand Down Expand Up @@ -142,7 +142,7 @@ The ORBITAL_INPUT file contains 5 parts :

the accept rise of spillage when optimizing the kinetic energy

After preparing the ORBITAL_INPUT file, one just needs to run the script and wait for the results. The results will be written into several output files under the directory $element.id_element/$Rcut/, for example 07_N/6/.
After preparing the ORBITAL_INPUT file, one just needs to run the script "$PATH_TO/generate_orbital.sh ORBITAL_INPUT" and wait for the results. The results will be written into several output files under the directory $element.id_element/$Rcut/, for example 07_N/6/.

Some output files listed here are useful.
- ORBITAL_RESULTS.txt
Expand All @@ -160,4 +160,4 @@ For some elements, you can download the reference ORBITAL_INPUT files and pseudo
A file README is also given and you can decide the parameters with it as a reference.
In most cases, you just need to modify the parameters in Section 1, 2. Section 4 may be
partially modified if you need higher precision orbitals. The users are not encouraged to change
the settings in sections 5, unless you are very familiar with the code generating algorithms.
the settings in sections 5, unless you are very familiar with the code generating algorithms.
221 changes: 188 additions & 33 deletions doc/input-main.md

Large diffs are not rendered by default.

12 changes: 9 additions & 3 deletions source/Makefile.Objects
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ chi0_hilbert.o\
chi0_standard.o\
epsilon0_pwscf.o\
epsilon0_vasp.o\
MD_basic.o\
MD_thermo.o\
MD_fire.o\
MD_func.o\
exx_lip.o\
soc.o\
Expand Down Expand Up @@ -256,6 +253,7 @@ write_rho_dipole.o\
write_HS.o\
write_HS_R.o\
write_dm.o\
write_wfc_realspace.o\
potential_libxc.o \
potential_libxc_meta.o \
efield.o \
Expand All @@ -281,6 +279,7 @@ variable_cell.o\
dftu.o\
dftu_yukawa.o\
dftu_relax.o\
dmft.o \

OBJS_COMMON=atom_spec.o \
unitcell.o \
Expand All @@ -297,6 +296,13 @@ run_md_classic.o\
LJ_potential.o\
DP_potential.o\
cmd_neighbor.o\
verlet.o\
NVE.o\
MSST.o\
NVT_ADS.o\
NVT_NHC.o\
FIRE.o\
Langevin.o\
dos.o \
inverse_matrix.o \
energy.o \
Expand Down
Loading