3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00
Go to file
Alexander Hampel 92e24a9ada
Revision of Wannier90Converter:
1) write the Hamiltonian in Bloch space for charge self-consistent calculations, and 2) spin-orbit coupling

if bloch_basis = True:
* if "seedname_u.dat" (and in case of disentanglement "seedname_u_dis.dat")
  present, write hopping in Bloch basis
* "proj_mat" transforming from Bloch to orbital space
* diagonal hoppings are directly read from "seedname.eig"
* fermi weights and band_window of Wannier Hamiltonian are read from DFT
  output and "seedname.nnkp", written into new subgroup "dft_misc_input"
* automatic calculation of "density_required"
* implemented for Quantum Espresso (read from "seedname.nscf.out" if
  verbosity = 'high') and VASP (read from "OUTCAR"/"LOCPROJ")

* spin-orbit coupling SO = 1 implemented
* substitute k_mesh and bz_weights with kpts and kpt_weights,
  respectively (previous names kept for compatibility)
* updated tests
2021-02-05 18:08:46 -05:00
.github [gh-actions] Specify FC env variable during build 2021-02-03 12:24:06 -05:00
bin synchronize dfttools with app4triqs structure 2020-06-10 17:45:53 +02:00
c++ Merge remote-tracking branch 'app4triqs-remote/unstable' into unstable 2020-10-30 16:13:51 -04:00
deps [cmake] Use googletest master branch (live-at-head) instead of release-1.10.0 2021-01-22 15:39:11 -05:00
doc elk_bands_update 2021-01-20 12:54:10 +00:00
fortran/dmftproj dmftproj: add option to specify band indices 2020-08-04 17:48:06 +02:00
packaging Merge remote-tracking branch 'app4triqs-remote/unstable' into unstable 2020-10-09 09:28:38 -04:00
python/triqs_dft_tools Revision of Wannier90Converter: 1) write the Hamiltonian in Bloch space 2021-02-05 14:41:59 -05:00
share Merge remote-tracking branch 'app4triqs-remote/unstable' into unstable 2021-02-03 11:03:08 -05:00
test Revision of Wannier90Converter: 1) write the Hamiltonian in Bloch space 2021-02-05 14:41:59 -05:00
.clang-format Add travis and clang-format file 2018-05-01 12:02:11 +02:00
.clang-tidy synchronize dfttools with app4triqs structure 2020-06-10 17:45:53 +02:00
.dockerignore Ignore build* directories in .dockerignore 2020-10-30 14:37:34 -04:00
.gitignore synchronize dfttools with app4triqs structure 2020-06-10 17:45:53 +02:00
AUTHORS.txt Elk converter (#151) 2020-10-09 08:35:28 -04:00
ChangeLog.md synchronize dfttools with app4triqs structure 2020-06-10 17:45:53 +02:00
CMakeLists.txt Merge remote-tracking branch 'app4triqs-remote/unstable' into unstable 2021-02-03 11:03:08 -05:00
COPYING.txt Add top-level LICENSE.txt, a copy of GPLv3 and a list of Authors 2020-03-23 16:05:38 -04:00
Dockerfile Merge remote-tracking branch 'app4triqs-remote/unstable' into py3 2020-06-23 09:23:50 -04:00
Jenkinsfile Merge remote-tracking branch 'app4triqs/unstable' into unstable 2020-09-10 11:57:06 -04:00
LICENSE.txt Add top-level LICENSE.txt, a copy of GPLv3 and a list of Authors 2020-03-23 16:05:38 -04:00
README.md [doc] Update status badge for GH Actions 2020-08-08 15:24:13 -04:00
requirements.txt [jenkins] Synchronize Jenkinsfile with app4triqs 2019-10-10 13:46:39 -04:00

DFT_Tools - A TRIQS application for ab initio calculations

Copyright (C) 2011-2019: M. Aichhorn, L. Pourovskii, V. Vildosola and C. Martins Copyright (C) 2020: The Simons Foundation

  1. Documentation

You will find the documentation of this application under https://triqs.github.io/dft_tools/.

  1. Installation

The installation steps are described in https://triqs.github.io/dft_tools/2.1.x/install.html

  1. Version

You can find the version and release number of the application on the top of the CMakeLists.txt file in this directory.

  1. License

This application is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version (see http://www.gnu.org/licenses/).

It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.