Jonathan Karp
aa8c631c27
made fermi_energy an attribute of the converter
2020-05-31 21:04:15 -04:00
jkarp314
4cc530a129
Update wannier90_converter.py
...
Can specify DFT Fermi energy in the inp file and it's subtracted from the r = 0 term when reading the hr file.
2020-05-31 21:03:48 -04:00
Markus Aichhorn
a94f8ed942
Merge pull request #138 from TRIQS/BSrotations
...
BlockStructure and rotations
2020-05-13 12:17:15 +02:00
hschnait
37ccb46a8c
Add convert_operator method to block_structure + Tests
2020-04-29 16:15:14 +02:00
Alexander Hampel
d9e5a4d3aa
added printout of complex part of local Hamiltonian in the Vasp converter
2020-04-17 02:20:23 -07:00
Alexander Hampel
0e05d0687f
fixed a index bug that produced empty projectors for a unit cells with multiple shells
2020-04-01 11:13:28 -04:00
aichhorn
d54f157e17
changed default in calculate_diagonalisation_matrix to calculate in
...
solver structure
2020-03-27 23:45:35 +01:00
Alexander Hampel
a4020297b1
fixed a slicing bug for the calculation of the target density in the VASP converter, which selected 1 band less in the correlated window than required.
2020-03-24 12:50:09 -04:00
aichhorn
00194a4617
Bugfix in calculate_density_matrix for purely imaginary off-diagonals
2020-02-26 14:38:32 +01:00
aichhorn
b647762349
Merge branch 'merge_vasp2dmft' into unstable
2020-02-17 15:19:58 +01:00
Nils Wentzell
815e9adee8
Fix in dos_tetra_weights_3d: return array<..> instead of array_view<..>
...
-In triqs version 2.2 array_views no longer own the memory they point to
This means that array variables that are local to a function should always
be returned as arrray and never as an array_view
2019-12-05 16:53:06 -05:00
Alexander Hampel
c591fe351e
Removing examples from source code directories.
2019-12-05 11:14:09 -05:00
Alexander Hampel
e26444201a
Updated reference documentation for PLOVASP classes and functions.
2019-12-04 12:32:00 -05:00
Malte Schüler
4b8a284a98
efermi is now read from LOCPROJ if DOSCAR does not contain it yet (e.g., for csc calculations)
2019-11-29 10:33:13 +01:00
Malte Schüler
ce6ff62af4
fixed tests for reading e-fermi from DOSCAR. Clean up of plovasp (prints from bugfixing
2019-11-25 09:53:05 +01:00
Malte Schüler
4fdf238472
E-Fermi is read from DOSCAR not from LOCPROJ
2019-11-25 07:52:40 +01:00
Malte Schüler
6b11183f4d
fixed tests for incorporating kpts
2019-11-21 21:34:37 +01:00
Malte Schüler
7a6450b6fa
implemented multiple ncsf VASP cycles
2019-09-16 10:59:46 +02:00
Manuel
35584a841c
Add test for calculate_diagonalization_matrix
2019-08-15 20:18:40 -04:00
Manuel
9839dcdf9e
Make mu and total density real
2019-08-15 13:12:12 -04:00
Manuel
796e05ea64
Rewrite calculate_diagonalization_matrix
2019-08-12 19:23:27 -04:00
Manuel
46d9229722
Beautify check density imag part
2019-08-12 16:28:49 -04:00
Hermann Schnait
b9a20200ca
Merge branch 'gernotsandmychanges' into HEAD
2019-07-18 14:27:13 +02:00
Hermann Schnait
e7cddf3e7e
Bugfix in calculate_diagonalization_matrix for more than one deg shell
2019-07-18 14:16:38 +02:00
Hermann Schnait
e40f315989
Implement calculate_diagonalization_matrix method into SK
2019-07-18 14:16:37 +02:00
Hermann Schnait
9bc4643fdf
Update unit tests and bugfixes in BlockStructure
2019-07-18 14:15:43 +02:00
Hermann Schnait
bd228de768
Add adapt_deg_shells method and call it in map_gf_struct
2019-07-18 14:15:42 +02:00
Hermann Schnait
f695ccac7a
Ignore imaginary part of the density when calculating mu
2019-07-18 14:15:42 +02:00
Hermann Schnait
810b315c92
Fixing TransBasis
2019-07-18 14:15:42 +02:00
Hermann Schnait
d66950a043
Remove show_warning again as it is not necessary anymore
2019-07-18 14:15:37 +02:00
Hermann Schnait
a44f3d36f4
Reworked Diagonalization function to ignore 'picked out' obitals (e.g. egs)
2019-07-18 14:15:37 +02:00
Hermann Schnait
6623a39739
Display transformation warnings only for relevant (solver) blocks
2019-07-18 14:15:37 +02:00
Hermann Schnait
32356a06ba
Calculate diagonalization in solver blocks
2019-07-18 14:15:36 +02:00
Hermann Schnait
159ee1166e
Thread show_warnings through to extract_gloc in SK
2019-07-18 14:15:36 +02:00
Hermann Schnait
187499b00f
Bugfixes in block_structure
2019-07-18 14:15:36 +02:00
Hermann Schnait
ba79a7f708
Modified map_gf_struct to remove degshells + update test case
2019-07-18 14:15:35 +02:00
Hermann Schnait
743ff09cac
Changed 'orb' parameter to 'ish' for consistency
2019-07-18 14:15:35 +02:00
Hermann Ulrich Schnait
51275c772d
Bugfix in Blockstructure Test
2019-07-18 14:15:34 +02:00
Gernot J. Kraberger
1705e5268f
blockstructure: adapt deg_shells in pick
2019-07-18 13:56:54 +02:00
Gernot J. Kraberger
8e4c923d21
[block_structure] create_matrix etc.
2019-07-18 13:56:54 +02:00
Gernot J. Kraberger
f0b1599379
SumkDFT: transform in calc_dc
2019-07-18 13:56:53 +02:00
Gernot J. Kraberger
8130d6b9fc
block_structure: pick_gf_struct_sumk with transformation
...
plus little bug fixes
2019-07-18 13:56:53 +02:00
Gernot J. Kraberger
6a889fab8c
block_structure: convert_gf with transformation
2019-07-18 13:56:52 +02:00
Gernot J. Kraberger
ff40e8e0f0
[doc] block_structure: small fixes
2019-07-18 13:56:52 +02:00
Gernot J. Kraberger
e9bfb3ed2c
block_structure: effective_transformation_solver
2019-07-18 13:56:51 +02:00
Gernot J. Kraberger
bc78560ee1
block_structure: add corr_to_inequiv
2019-07-18 13:56:51 +02:00
Gernot J. Kraberger
2d48119876
block_structure: effective_transformation_sumk
2019-07-18 13:56:50 +02:00
Gernot J. Kraberger
31cb7a0ea4
block_structure: prepare for transformation
...
this includes some TODOs that need to be fixed
2019-07-18 13:56:49 +02:00
Malte Schüler
8f184fc963
tests for plovasp's H(k) and complement. Further work on NiO tutorial
2019-07-12 16:04:10 +02:00
Malte Schüler
90b331c5a8
fixed bug in band selection and output to .pg files. ewindow is not read by vasp_converter anymore.
2019-07-08 10:27:17 +02:00