3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-23 21:52:23 +02:00
Commit Graph

72 Commits

Author SHA1 Message Date
Priyanka Seth
5eaa27a946 Merge simple_point_dens_mat and density_gf into a single function density_matrix
density_matrix takes as argument method == using_gf or using_point_integration
2014-11-16 18:08:54 +01:00
Priyanka Seth
4cb0d67e02 Tidy up of indices 2014-11-16 18:03:53 +01:00
Priyanka Seth
518cbccd8c Write shell equivalency information directly into h5 at conversion
* changed shellmap and invshellmap to corr_to_inequiv and inequiv_to_corr
* update_archive now calculates and stores these quantities for old archives
2014-11-16 18:03:53 +01:00
Priyanka Seth
b672839f83 Tidy up of symmetry
*changed map -> orb_map in symmetry to avoid using python keyword
2014-11-16 18:03:53 +01:00
Priyanka Seth
628f774234 Tidy up of trans_basis 2014-11-16 18:03:53 +01:00
Priyanka Seth
c23f6fd720 Tidy up of unused functions in sumk_lda 2014-11-16 18:03:53 +01:00
Priyanka Seth
88d3784c20 Remove all instances of map, map_inv, map_ind 2014-11-16 18:03:52 +01:00
Priyanka Seth
2126541774 Use solver_to_sumk and solver_to_sumk_block instead of previous maps 2014-11-16 16:00:20 +01:00
Priyanka Seth
b05c5c443a Introduce new maps sumk_to_solver and solver_to_sumk
They take (block,inner)_sumk -> (block,inner)_solver,
and encode all the information contained in map, map_inv,
and map_ind. These functions will be cleaned up soon.
2014-11-16 16:00:13 +01:00
Priyanka Seth
01eaad306a Rename gf_struct_corr to gf_struct_sumk 2014-11-14 11:26:21 +01:00
Priyanka Seth
6708788ed7 Variable name changes for clarity and consistency 2014-11-14 09:43:59 +01:00
Priyanka Seth
0114562baa Shortened calc_density_correction, more tidying up 2014-11-14 09:41:03 +01:00
Priyanka Seth
a7f2a5096f Move repeated converter functions in converter_tools.py 2014-11-14 09:41:03 +01:00
Priyanka Seth
0bb1a45afb Tidying up 2014-11-14 09:41:03 +01:00
Priyanka Seth
f36e6277d5 Replaced "== None" with "is None" for other py files 2014-11-14 09:41:02 +01:00
Priyanka Seth
56982abf2b Updated example script 2014-11-14 09:41:02 +01:00
Priyanka Seth
3b74a5c80a Added dmft_output to clear_lda_output.py 2014-11-14 09:41:02 +01:00
Priyanka Seth
1e4b103ba7 Fix in reading in sumk_lda 2014-11-14 09:41:02 +01:00
Priyanka Seth
948db7744f Fix to update_archive script 2014-11-13 11:43:29 +01:00
Priyanka Seth
2f7b170e78 operators.operators2 --> operators 2014-11-12 16:49:49 +01:00
Priyanka Seth
a2f9690d69 Replaced "== None" with "is None" and similarly for "is not" in U_matrix 2014-11-10 10:39:01 +01:00
Priyanka Seth
8d44e5ce91 SumK generated output in new group 'lda_output', cleaning up.
* updated update_archive.py script to move output elements out
* added clear_lda_output.py script to restore state of converter generated h5
2014-11-07 18:01:00 +01:00
Priyanka Seth
8bbbe81c7d Converters clean up, new subgroup names
* Provided script update_archive.py to convert old h5 archives.
* Fixed all tests
2014-11-05 15:56:40 +01:00
Priyanka Seth
4ae17571a9 Moved out text file reading of Sigma from sumk_lda_tools 2014-11-05 15:56:40 +01:00
Priyanka Seth
9793daf86b Change execs to setattr, getattr, etc 2014-11-05 15:56:33 +01:00
Priyanka Seth
abd087e674 Tidying up
* Replace <<= with <<
* Reordering in put_Sigma
* Remove all instances of wien2triqs in doc
2014-11-05 15:55:55 +01:00
Priyanka Seth
56162a72bf U_matrix fix 2014-11-02 21:44:17 +01:00
Manuel Zingl
23096e0e76 Current version of transport code (to be deleted later) 2014-10-28 10:22:44 +01:00
aichhorn
8251d76553 First draft of reference manual 2014-10-28 09:38:06 +01:00
Priyanka Seth
b459ce7b8c Minor fix to U_matrix 2014-10-19 01:37:30 +02:00
Priyanka Seth
cd64a89311 Moved hamiltonians and set_operator_structure to pytriqs/operators.
Also cleaned up tests accordingly.
2014-09-27 00:10:30 +02:00
Priyanka Seth
17d58aacb4 Remove redundant folder vertex (calculated U) 2014-09-26 11:18:04 +02:00
Priyanka Seth
60ac2b6e4b Files to be deleted 2014-09-24 20:07:14 +02:00
Priyanka Seth
2ff1905ce0 Changes to tests 2014-09-24 20:07:14 +02:00
Priyanka Seth
8e08a58a81 Changes to doc 2014-09-24 20:07:08 +02:00
Priyanka Seth
906398894a Changes to old interface files to comply with new gf_struct
Minor tidy-up too.
2014-09-22 19:27:27 +02:00
Priyanka Seth
f803c13285 New files and changes
* hamiltonians contains functions to create basic hamiltonians
* Us are now computed by a compact python script
* solver_multiband sets up the local problem for LDA+DMFT
2014-09-22 19:27:19 +02:00
aichhorn
6fadfecf33 added omega_max in the solver initialisation 2014-07-24 09:45:01 +02:00
Michel Ferrero
bc2f470d21 Remove wrong save_Gf in doc 2014-06-02 11:07:50 +02:00
Leonid Pourovskii
931678f1e7 another small change in advanced example 2014-05-30 02:12:43 +02:00
Leonid Pourovskii
90e2379195 advanced example in docs corrected 2014-05-30 02:07:07 +02:00
Michel Ferrero
c11a85ffd6 Fix for issue #9
The documentation has been updated: run_para -> run_triqs
2014-05-20 18:04:43 +02:00
Michel Ferrero
1fd67d395d Fix typo in solver_multiband.py 2014-05-20 10:39:09 +02:00
aichhorn
ec21b7bba4 added test for hk converter 2014-04-03 14:37:55 +02:00
aichhorn
4fb1f67645 bugfixes in hk_converter 2014-04-03 14:34:36 +02:00
aichhorn
3f5ce764a7 Added more flexible H(k) reading 2014-04-02 18:36:48 +02:00
aichhorn
f316bb567c Merge branch 'master' of https://github.com/TRIQS/dft_tools 2014-04-02 17:56:09 +02:00
aichhorn
e10c48e106 Added first draft of general converter to handle general H(k)
Added also routine to rotate basis sets
2014-04-02 17:54:31 +02:00
Leonid Pourovskii
77d9353ef3 small corrections Hub-I tutorial 2014-04-01 16:02:20 +02:00
Leonid Pourovskii
bf1f3c0758 correction in LDADMFTmain.rst 2014-03-31 19:23:13 +02:00