Skip to content

Commit

Permalink
stda version 1.6.3:
Browse files Browse the repository at this point in the history
added new features: two-photon absorption cross-sections (now fully functional),
dual threshold method, and the RespA approach to interpret molecular response properties
  • Loading branch information
mdewergi committed Oct 10, 2022
1 parent 600702f commit fc33eb2
Show file tree
Hide file tree
Showing 37 changed files with 3,815 additions and 268 deletions.
Empty file modified COPYING
100644 → 100755
Empty file.
Empty file modified COPYING.LESSER
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ OBJS=\
stdacommon.o stringmod.o main.o pckao.o \
header.o intpack.o velo.o \
onetri.o prmat.o readl.o block.o\
stda.o stda-rw.o sutda.o sfstda.o srpapack.o intslvm.o io.o\
stda.o stda-rw.o stda-rw_dual.o sutda.o sfstda.o srpapack.o intslvm.o io.o\
linal.o readbasa.o readbasmold.o printvec.o normalize.o\
apbtrafo.o sosor.o readxtb.o linear_response.o molden.o print_nto.o
#################################################
Expand Down
8 changes: 7 additions & 1 deletion README.md
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ See the manual on the [release page](https://github.com/grimme-lab/stda/releases
- S. Grimme and C. Bannwarth, Ultra-fast computation of electronic spectra for large systems by tight-binding based simplified Tamm-Dancoff approximation (sTDA-xTB) *J. Chem. Phys.*, **2016**, 145, 054103.
DOI: [10.1063/1.4959605](https://dx.doi.org/10.1063/1.4959605)

- M. de Wergifosse, C. Bannwarth, S. Grimme, A simplified spin-flip time-dependent density functional theory (sf-sTD-DFT) approach for the electronic excitation spectra of very large diradicals, *J. Phys. Chem. A*, **2019**, 123 (27), 815–5825.
- M. de Wergifosse, C. Bannwarth, S. Grimme, A simplified spin-flip time-dependent density functional theory (SF-sTD-DFT) approach for the electronic excitation spectra of very large diradicals, *J. Phys. Chem. A*, **2019**, 123 (27), 815–5825.
DOI: [10.1021/acs.jpca.9b03176](https://doi.org/10.1021/acs.jpca.9b03176)

- M. de Wergifosse, S. Grimme, Nonlinear-response properties in a simplified time-dependent density functional theory (sTD-DFT) framework: Evaluation of the first hyperpolarizability, *J. Chem. Phys.*, **2018**, 149 (2), 024108.
Expand All @@ -102,6 +102,12 @@ See the manual on the [release page](https://github.com/grimme-lab/stda/releases
- M. de Wergifosse, J. Seibert, S. Grimme, Simplified time-dependent density functional theory (sTD-DFT) for molecular optical rotation, *J. Chem. Phys.*, **2020**, 153, 084116.
DOI: [10.1063/5.0020543](https://doi.org/10.1063/5.0020543)

- M. de Wergifosse, S. Grimme, A unified strategy for the chemically intuitive interpretation of molecular optical response properties, *J. Chem. Theory Comput.*, **2020**, 16 (12), 7709–7720.
DOI: [10.1021/acs.jctc.0c00990](https://doi.org/10.1021/acs.jctc.0c00990)

- M. de Wergifosse, P. Beaujean, S. Grimme, Ultrafast evaluation of two-photon absorption with simplified time-dependent density functional theory, *J. Phys. Chem. A*, **2022**, XX, XXXX.
DOI: [10.1021/acs.jpca.2c02395](https://doi.org/10.1021/acs.jpca.2c02395)

## License

`stda` is free software: you can redistribute it and/or modify it under
Expand Down
Empty file modified apbtrafo.f
100644 → 100755
Empty file.
Empty file modified block.f
100644 → 100755
Empty file.
Empty file modified header.f
100644 → 100755
Empty file.
Empty file modified intpack.f90
100644 → 100755
Empty file.
Empty file modified intslvm.f
100644 → 100755
Empty file.
Empty file modified io.f
100644 → 100755
Empty file.
Empty file modified linal.f
100644 → 100755
Empty file.
Loading

0 comments on commit fc33eb2

Please sign in to comment.