Commit 415390d
Feature: add complex erf function (#6301)
* Use template to reconstruct parse_expression
* Feature: output R matrix at each MD step
* Modify'matrix_HS' to 'matrix' for R matrix output
* Merge branches 'develop' and 'develop' of https://github.com/1041176461/abacus-develop into develop
* Fix: modify index in parse_expression
* Fix: add regfree for parse_expression
* Doc: update phonopy doc
* Doc: update phonopy doc
* fix tdos plot for nspin=2
* optimize dosplot for nspin=2
* fix legend for dosplot
* Add files via upload
* Update cal_edm_tddft.cpp
* Refactor: modify exx loop for relax/md
* Update result.ref
* Fix wrong parameters in integrate test
* Update result.ref
* Update result.ref
* Update result.ref
* Update result.ref
* Update result.ref
* Update result.ref
* Update result.ref
* Update result.ref
* add exx when istep>0
* Update dos.py
* Update esolver_sdft_pw.cpp
* Update lcao_before_scf.cpp
* Update Exx_LRI_interface.h
* Update Exx_LRI_interface.hpp
* Fix: compile error
* Fix: compile error
* Fix: change HSE relax/md result.ref for new framework
* Fix: compile error
* compatible with exx_iter_finish
* Add files via upload
* Update esolver_ks_lcao_tddft.h
* Update esolver_ks_lcao_tddft.cpp
* Fix: support negative value in parse_expression
* [pre-commit.ci lite] apply automatic fixes
* Fix: parse_expression for scientific notation
* Update input_conv.h
* add complex erf function
---------
Co-authored-by: jiyuang <[email protected]>
Co-authored-by: Qianrui <[email protected]>
Co-authored-by: HTZhao <[email protected]>
Co-authored-by: maki49 <[email protected]>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>1 parent eb7b555 commit 415390d
File tree
4 files changed
+2028
-0
lines changed- source
- module_base
4 files changed
+2028
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
149 | 150 | | |
150 | 151 | | |
151 | 152 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments