TRIQS / triqs_0.x

DEPRECATED -- This is the repository of the older versions of TRIQS
Other
11 stars 9 forks source link

Change N_Cycles in different DMFT iteration #117

Closed BrainsChen closed 11 years ago

BrainsChen commented 11 years ago

Hi, I start to play triqs three days ago. Now I try to run the DMFT plus HYB-CTQMC away from half filling. I start from the tutorial shown in http://ipht.cea.fr/triqs/doc/user_manual/solvers/dmft/dmft.html. Now I want to increase N_Cycles and Length_Cycle in different iterations so that I can get much better convergence. But the Solver is initialized in the beginning. How can I reset N_Cycles and Length_Cycle in the following iterations? Thank you.

tayral commented 11 years ago

Hi, Before actually solving the impurity model (S.Solve()), you can reset both variables in the following way:

S.N_Cycles=XXX S.Length_Cycle=YYY

Cheers

Le 04/03/13 15:18, BrainsChen a écrit :

Hi, I start to play triqs three days ago. Now I try to run the DMFT plus HYB-CTQMC away from half filling. I start from the tutorial shown in http://ipht.cea.fr/triqs/doc/user_manual/solvers/dmft/dmft.html. Now I want to increase N_Cycles and Length_Cycle in different iterations so that I can get much better convergence. But the Solver is initialized in the beginning. How can I reset N_Cycles and Length_Cycle in the following iterations? Thank you.

— Reply to this email directly or view it on GitHub https://github.com/TRIQS/TRIQS/issues/117.

BrainsChen commented 11 years ago

Thank you! Now I got a very good result! This tool is very useful!