3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 11:13:46 +01:00
Commit Graph

15 Commits

Author SHA1 Message Date
boujnah-mourad
b5aeeb9095 Create Ce-gamma_DOS.py problem
Dear users,

I'm new user in DMFT-TRIQS and when i was calcul the Ce-gamma_DOS.py i get the error below:

boujnah@boujnah-mourad:~/WIEN2k/DMFT/Ce-gamma$ pytriqs Ce-gamma_DOS.py
Starting on 1 Nodes at : 2014-01-17 23:00:19.151318
Traceback (most recent call last):
  File "Ce-gamma_DOS.py", line 3, in <module>
    from pytriqs.applications.impurity_solvers.hubbard_I.solver import Solver
ImportError: No module named solver

after when i modified the script ( from pytriqs.applications.impurity_solvers.hubbard_I.old_solver import Solver) and i return the last command i get the message below:

boujnah@boujnah-mourad:~/WIEN2k/DMFT/Ce-gamma$ pytriqs Ce-gamma_DOS.py
Starting on 1 Nodes at : 2014-01-17 23:09:20.387800
Repacking the file Ce-gamma.h5
Reading input from Ce-gamma.ctqmcout...
Reading symmetry input from Ce-gamma.symqmc...
Traceback (most recent call last):
  File "Ce-gamma_DOS.py", line 48, in <module>
    S = Solver(Beta = Beta, Uint = Uint, JHund = JHund, l = l, Verbosity=2)
TypeError: __init__() got an unexpected keyword argument 'JHund'
boujnah@boujnah-mourad:~/WIEN2k/DMFT/Ce-gamma$
 
Please can some one help to solve this problem and thank you for your help.

Cordially.
2014-01-19 23:49:15 +00:00
aichhorn
867418ce19 Updated DOC to version 1.0, bugfix in sumk_lda.py 2014-01-09 20:41:31 +05:30
aichhorn
b7dca200ec bugfix for real frequency Greens functions
modified:   python/sumk_lda_tools.py
2013-12-30 12:19:34 +01:00
Michel Ferrero
3d82fafda8 Fix intersphinx problem
modified:   doc/conf.py.in
2013-09-13 16:09:56 +02:00
Michel Ferrero
13f1e1ae93 Change github path 2013-09-09 17:26:59 +02:00
Michel Ferrero
30ef61b1f8 Application moved to applications subdir
modified:   README.txt
2013-09-05 10:24:45 +02:00
Michel Ferrero
699366fa41 Update the documentation 2013-09-04 16:54:45 +02:00
Michel Ferrero
be6977a3ed Check version and add README
modified:   CMakeLists.txt
  new file:   README.txt
2013-09-04 16:54:12 +02:00
Olivier Parcollet
64e51cd7d0 updating doc 2013-09-04 16:53:55 +02:00
Olivier Parcollet
de15cf5267 updating doc 2013-09-01 17:56:17 +02:00
Michel Ferrero
640941c326 Add documentation 2013-08-07 16:40:18 +02:00
Michel Ferrero
cd650884d3 Clean CMakeLists.txt 2013-08-07 16:30:09 +02:00
Olivier Parcollet
237fabae59 cmake : package TRIQS is required 2013-07-29 12:26:52 +02:00
Olivier Parcollet
319b8ea8ec Correction for ctqmc solver name + init.py files 2013-07-24 07:53:05 +02:00
Olivier Parcollet
0e585ad9b4 First import. triqs 1.0 alpha1 2013-07-23 20:55:29 +02:00