TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
139 stars 72 forks source link

DMFT set up crashes with error "Delta(infty) is not real" #689

Closed sensudeshna closed 5 years ago

sensudeshna commented 5 years ago

Dear TRIQS developers,

I am facing the following error when I am trying to perform DMFT self-consistency equations using the general set up of obtaining the hybridization function using Hilbert transforms with some model density of states (DOS). In other words, I am trying to construct the S.G0_iw from the Dyson's equation involving the lattice Green's function and the cthyb solver provided self-energy. I write the code snippet below for your reference, in case you think I have made some mistake in feeding the S.G0_iw back to the solver:

for i in range(0,2*S.n_iw): g0.data[i,0,0] = 1.0/(sigma[i]+(1.0/G2.G_latt[i]))

S.G0_iw['up'].data[:,0,0] = g0.data[:,0,0] S.G0_iw['down'].data[:,0,0] = S.G0_iw['up'].data[:,0,0]

where, G2.G_latt returns the Hilbert transform respective to some user provided density of states. Please note that for consistency check I am actually using a Bethe lattice non-interacting DOS for the Hilbert transform. Also note the figure attached for the g0 obtained accordingly.

I had also turned on the tail fitting because I had initially thought that the error was due to the noisy self-energy used to obtain G0.

I have also carefully checked that the g0.data[:,0,0] matches (almost) perfectly with the g0 obtained on using the standard Bethe lattice relation: g0 << inverse(iOmega_n - e_f - g* t**2/4). Also shown in the figure.

Nevertheless, the subsequent iterations fail returning the following error:

WARNING: Big error in tailfitTraceback (most recent call last): File "python_class_obj.py", line 217, in main() File "python_class_obj.py", line 155, in main fit_max_n = 200) File "/home/sudeshna/triqs/install/lib/python2.7/site-packages/triqs_cthyb/solver.py", line 130, in solve solve_status = SolverCore.solve(self, **params_kw) RuntimeError: .. Error occurred at Thu Mar 21 17:10:35 2019

.. Error .. calling C++ overload .. solve() -> void .. in implementation of method SolverCore.solve .. C++ error was : .. Triqs runtime error at /home/sudeshna/codes/cthyb.src/c++/triqs_cthyb/solver_core.cpp : 126

Delta(infty) is not real. Maximum imaginary part is 1.63529e-05 .. Error occurred on node 0

Your comments in this regard would be highly appreciated. Please let me know if you need some more information regarding parameters.

P.S. I did obtain a reply from Dr. Hugo R. Strand regarding installation of complex cthyb, and I appreciate that but need some more clarification. Also, I am a novice in CTHYB and CTQMC in general. Additionally, I also want to mention that while installing cthyb, the make test for single_site_bethe failed although the final installation worked and the dmft.py script works fine as well. I am using triqs version 2.1.0.

test_g0_loop1

Best Regards, Sudeshna

Wentzell commented 5 years ago

@sensudeshna Could you provide the exact commit hash of both CTHyb and TRIQS that you were using for your calculations? These can be easily acquired by running

python -c "from triqs_cthyb import version; print 'cthyb_hash :', version.cthyb_hash; print 'triqs_hash :', version.triqs_hash"

on the command line.

sensudeshna commented 5 years ago

Sure. This is the output:

cthyb_hash : cb64b596314344e3f59249cbd0816366a5252516 triqs_hash : fe79d7cb999b1b1b1ef2140e9756da4b0effa7ac

Best Regards,

Sudeshna

On Fri, 22 Mar 2019 at 16:00, Nils Wentzell notifications@github.com wrote:

@sensudeshna https://github.com/sensudeshna Could you provide the exact commit hash of both CTHyb and TRIQS that you were using for your calculations? These can be easily acquired by running

python -c "from triqs_cthyb import version; print 'cthyb_hash :', version.cthyb_hash; print 'triqs_hash :', version.triqs_hash"

on the command line.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-475677285, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusFYyIsZlr0spR26j9ewVz-jhxwAtks5vZP46gaJpZM4cDMMv .

egcpvanloon commented 5 years ago

(Not a TRIQS developer)

I've also seen this problem, I think it is fixed in more recent versions of the cthyb solver. In the cthyb.src directory, do git checkout -b 2.1.x origin/2.1.x and then go through the build process again. All tests in make test should now pass and the problem should be gone.

sensudeshna commented 5 years ago

Dear TRIQS team,

I tried the above suggestion but I ended up with 8 failed tests. Then I reinstalled cthyb following the instructions and still single_site_bethe fails. However, installation goes through and the example dmft script runs fine. I am not sure if the failure of the single_site_bethe is related to my original question. Any suggestions?

Best Regards, Sudeshna

On Fri, 22 Mar 2019 at 17:39, egcpvanloon notifications@github.com wrote:

(Not a TRIQS developer)

I've also seen this problem, I think it is fixed in more recent versions of the cthyb solver. In the cthyb.src directory, do git checkout -b 2.1.x origin/2.1.x and then go through the build process again. All tests in make test should now pass and the problem should be gone.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-475713876, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusBQPyLxdPEcdFlytIPQa8TW4xv0Rks5vZRVqgaJpZM4cDMMv .

Wentzell commented 5 years ago

Hey @sensudeshna,

Can you let me know the git hashes for your updated installation?

If you use the 2.1.x branch of cthyb together with either 2.1-rc1 or 2.1.x of triqs you should not see any test failures. The commit hashes you should find are TRIQS/cthyb@6ccdf2f2 and for TRIQS either 35f6fc65 or fe79d7cb

Could you check if your issue persists with those versions?

sensudeshna commented 5 years ago

Dear Nils,

This is the output: cthyb_hash : cb64b596314344e3f59249cbd0816366a5252516 triqs_hash : fe79d7cb999b1b1b1ef2140e9756da4b0effa7ac

Is this consistent? I guess the cthyb git hash is perhaps not the one you are referring to. On another note, could it be related to the 'complex' version as Dr. Hugo mentioned? In that case, please let me know how to explicitly install the same.

Best regards,

Sudeshna

On Mon, 25 Mar 2019 at 16:26, Nils Wentzell notifications@github.com wrote:

Hey @sensudeshna https://github.com/sensudeshna,

Can you let me know the git hashes for your updated installation?

If you use the 2.1.x branch of cthyb together with either 2.1-rc1 or 2.1.x of triqs you should not see any test failures. The commit hashes you should find are TRIQS/cthyb@6ccdf2f https://github.com/TRIQS/cthyb/commit/6ccdf2f2 and for TRIQS either 35f6fc6 https://github.com/TRIQS/triqs/commit/35f6fc65274fbfc95328f84f17de37c243d3239d or fe79d7c https://github.com/TRIQS/triqs/commit/fe79d7cb999b1b1b1ef2140e9756da4b0effa7ac

Could you check if your issue persists with those versions?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-476274675, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusLHFxhq-z3r6X7pIMBZs_X7qDvwZks5vaPjJgaJpZM4cDMMv .

Wentzell commented 5 years ago

Hey @sensudeshna,

How did you install this version of cthyb? Did you compile it locally or use the debian packages?

You have an install of the cthyb master branch opposed to the 2.1.x branch that I mention.

sensudeshna commented 5 years ago

Dear Nils,

I followed the instruction on: https://triqs.github.io/cthyb/master/install.html , i.e.: git clone https://github.com/TRIQS/cthyb.git cthyb.src

The git tag command in cthyb.src lists out the following versions:

1.1 1.2 1.3 1.4 1.4.1 1.4.2 v0.1 v0.3

Best Regards,

Sudeshna

On Mon, 25 Mar 2019 at 18:40, Nils Wentzell notifications@github.com wrote:

Hey @sensudeshna https://github.com/sensudeshna,

How did you install this version of cthyb? Did you compile it locally or use the debian packages?

You have an install of the cthyb master branch opposed to the 2.1.x branch that I mention.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-476327253, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusGwMkZpwWa2vTP6fYL_ioxpNOW7iks5vaRgNgaJpZM4cDMMv .

Wentzell commented 5 years ago

Could you explicitly check out the 2.1.x branch?

cd cthyb.src
git checkout --track origin/2.1.x
cd ../

You can then continue as instructed on the install page.

sensudeshna commented 5 years ago

When I do this, I end up with 8 errors.

The following tests FAILED: 1 - anderson (SEGFAULT) 2 - anderson_block (SEGFAULT) 3 - anderson_qn (SEGFAULT) 4 - anderson_block_qn (SEGFAULT) 5 - spinless (SEGFAULT) 6 - spinless_qn (SEGFAULT) 7 - kanamori (SEGFAULT) 8 - kanamori_qn (SEGFAULT) 9 - kanamori_offdiag (SEGFAULT) 10 - kanamori_offdiag_qn (SEGFAULT) 11 - legendre (SEGFAULT) 12 - G2 (SEGFAULT) 14 - impurity_trace_atomic_gf (Failed) 15 - impurity_trace_bug_try_insert (Failed) 16 - impurity_trace_op_insert (Failed) 17 - setup_Delta_tau_and_h_loc (Child aborted) 18 - single_site_bethe (Child aborted) 19 - atomic_observables (Child aborted) 20 - kanamori (Child aborted) 21 - slater (Child aborted) 22 - measure_static (Child aborted) 23 - histograms (Child aborted) 24 - move_global (Child aborted) 25 - h5_read_write (Child aborted) 26 - O_tau_ins (Child aborted)

Also, I do not know if this is related, but the make process had the following warning in several places:

/home/sudeshna/codes/cthyb.src/c++/triqs_cthyb/impurity_trace.hpp:432:66: warning: throw will always call terminate() [-Wterminate] if (!backup_nodes.is_index_reset()) TRIQS_RUNTIME_ERROR << "impurity_trace: improper use of try_replace()";

Best regards,

Sudeshna

On Mon, 25 Mar 2019 at 18:51, Nils Wentzell notifications@github.com wrote:

Could you explicitly check out the 2.1.x branch?

cd cthyb.src git checkout --track origin/2.1.x cd ../

You can then continue as instructed on the install page.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-476331197, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusPZx7LzR1nsTeM1pc3SH19QJQRfjks5vaRq2gaJpZM4cDMMv .

Wentzell commented 5 years ago

@sensudeshna If you install the cthyb.build (even in the presence of failing tests) you are now getting the proper commit hashes that I mentioned? What system are you building on?

If the commit hashes are as mentioned, could you build the cthyb project in Debug mode? For this you should clear the cthyb.build directory first and then specify the build-type during cmake configuration.

cmake ../cthyb.src -DCMAKE_BUILD_TYPE=Debug

After you have built the project with make please run only the kanamori.py test with

TRIQS_SHOW_EXCEPTION_TRACE=1 ctest -V -R kanamori

and let me know what the output is.

sensudeshna commented 5 years ago

Hi Nils,

The git hashes are now as you mentioned: cthyb_hash : 6ccdf2f25253c83e960a743fb35c9b41dfb804ab triqs_hash : fe79d7cb999b1b1b1ef2140e9756da4b0effa7ac

The error message is attached in output.txt.

I am building on Ubuntu 18.04. I have also attached the CMakeCache.txt used by trqs if you need it.

Best regards, Sudeshna

On Mon, 25 Mar 2019 at 22:05, Nils Wentzell notifications@github.com wrote:

@sensudeshna https://github.com/sensudeshna If you install the cthyb.build (even in the presence of failing tests) you are now getting the proper commit hashes that I mentioned? What system are you building on?

If the commit hashes are as mentioned, could you build the cthyb project in Debug mode? For this you should clear the cthyb.build directory first and then specify the build-type during cmake configuration.

cmake ../cthyb.src -DCMAKE_BUILD_TYPE=Debug

After you have built the project with make please run only the kanamori.py test with

TRIQS_SHOW_EXCEPTION_TRACE=1 ctest -V -R kanamori

and let me know what the output is.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-476395740, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusAtS6IaAd8x867OhV01Qfm3ZF1Tvks5vaUg2gaJpZM4cDMMv .

UpdateCTestConfiguration from :/home/sudeshna/codes/cthyb.build/DartConfiguration.tcl UpdateCTestConfiguration from :/home/sudeshna/codes/cthyb.build/DartConfiguration.tcl Test project /home/sudeshna/codes/cthyb.build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 7 Start 7: kanamori Could not find executable /home/sudeshna/codes/cthyb.build/test/c++/kanamori Looked in the following places: /home/sudeshna/codes/cthyb.build/test/c++/kanamori /home/sudeshna/codes/cthyb.build/test/c++/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori home/sudeshna/codes/cthyb.build/test/c++/kanamori home/sudeshna/codes/cthyb.build/test/c++/kanamori home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori

7: Test command: 7: Environment variables: 7: PYTHONPATH=/home/sudeshna/codes/cthyb.build/python:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages: 1/5 Test #7: kanamori .........................***Not Run 0.00 sec test 8 Start 8: kanamori_qn Could not find executable /home/sudeshna/codes/cthyb.build/test/c++/kanamori_qn Looked in the following places: /home/sudeshna/codes/cthyb.build/test/c++/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_qn /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_qn home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_qn

8: Test command: 2/5 Test #8: kanamori_qn ......................***Not Run 0.00 sec test 9 Start 9: kanamori_offdiag Could not find executable /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag Looked in the following places: /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag

9: Test command: 3/5 Test #9: kanamori_offdiag .................***Not Run 0.00 sec test 10 Start 10: kanamori_offdiag_qn Could not find executable /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag_qn Looked in the following places: /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag_qn /home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Release/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Debug/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/MinSizeRel/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/RelWithDebInfo/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Deployment/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag_qn home/sudeshna/codes/cthyb.build/test/c++/Development/kanamori_offdiag_qn

10: Test command: 4/5 Test #10: kanamori_offdiag_qn ..............***Not Run 0.00 sec test 20 Start 20: kanamori

20: Test command: /usr/bin/python "/home/sudeshna/codes/cthyb.src/test/python/kanamori.py" 20: Environment variables: 20: PYTHONPATH=/home/sudeshna/codes/cthyb.build/python:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages: 20: Test timeout computed to be: 9.99988e+06 20: Starting on 1 Nodes at : 2019-03-26 10:51:43.428157 20: Traceback (most recent call last): 20: File "/home/sudeshna/codes/cthyb.src/test/python/kanamori.py", line 7, in 20: from triqs_cthyb import * 20: File "/home/sudeshna/codes/cthyb.build/python/triqs_cthyb/init.py", line 26, in 20: from solver import Solver 20: File "/home/sudeshna/codes/cthyb.build/python/triqs_cthyb/solver.py", line 23, in 20: from solver_core import SolverCore 20: ImportError: No module named solver_core 5/5 Test #20: kanamori .........................***Failed 0.26 sec

0% tests passed, 5 tests failed out of 5

Total Test time (real) = 0.27 sec

The following tests FAILED: 7 - kanamori (Not Run) 8 - kanamori_qn (Not Run) 9 - kanamori_offdiag (Not Run) 10 - kanamori_offdiag_qn (Not Run) 20 - kanamori (Failed)

This is the CMakeCache file.

For build in directory: /home/sudeshna/triqs/triqs.build

It was generated by CMake: /usr/bin/cmake

You can edit this file to change values found and used by cmake.

If you do not want to change any of the values, simply exit the editor.

If you do want to change a value, simply edit, save, and exit the editor.

The syntax for the file is as follows:

KEY:TYPE=VALUE

KEY is the name of a variable in the cache.

TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.

VALUE is the current value for the KEY.

########################

EXTERNAL cache entries

########################

//FORTRAN functions are compiled WITHOUT a trailing underscore BIND_FORTRAN_LOWERCASE:BOOL=OFF

//Path to a library. BLAS_goto2_LIBRARY:FILEPATH=BLAS_goto2_LIBRARY-NOTFOUND

//Path to a library. BLAS_openblas_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libopenblas.so

//Build a deb package BUILD_DEBIAN_PACKAGE:BOOL=OFF

//The directory containing a CMake configuration file for Boost. Boost_DIR:PATH=Boost_DIR-NOTFOUND

//Path to a file. Boost_INCLUDE_DIR:PATH=/usr/include

//Build the documentation ? Build_Documentation:BOOL=OFF

//Build the tests of the library Build_Tests:BOOL=ON

//Turn on memory check CHECK_MEMORY:BOOL=OFF

//Clang compiler (for libclang option) CLANG_COMPILER:FILEPATH=/usr/bin/clang++-6.0

//Path to a program. CMAKE_AR:FILEPATH=/usr/bin/ar

//Type of build CMAKE_BUILD_TYPE:STRING=Release

//Enable/Disable color output during build. CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/c++

//A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7

//A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7

//Flags used by the compiler during all build types. CMAKE_CXX_FLAGS:STRING=

//Flags used by the compiler during debug builds. CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum // size. CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds. CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info. CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//C compiler CMAKE_C_COMPILER:FILEPATH=/usr/bin/cc

//A wrapper around 'ar' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-7

//A wrapper around 'ranlib' adding the appropriate '--plugin' option // for the GCC compiler CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-7

//Flags used by the compiler during all build types. CMAKE_C_FLAGS:STRING=

//Flags used by the compiler during debug builds. CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release builds for minimum // size. CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds. CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during release builds with debug info. CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG

//Flags used by the linker. CMAKE_EXE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds. CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds. CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds. CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds. CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Enable/Disable output of compile commands during generation. CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF

//Install path prefix, prepended onto install directories. CMAKE_INSTALL_PREFIX:PATH=/home/sudeshna/triqs/install

//Path to a program. CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program. CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules. CMAKE_MODULE_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds. CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds. CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds. CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds. CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program. CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program. CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy

//Path to a program. CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump

//Value Computed by CMake CMAKE_PROJECT_NAME:STATIC=triqs

//Path to a program. CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's. CMAKE_SHARED_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds. CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds. CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds. CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds. CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when installing shared libraries, // but are added when building. CMAKE_SKIP_INSTALL_RPATH:BOOL=NO

//If set, runtime paths are not added when using shared libraries. CMAKE_SKIP_RPATH:BOOL=NO

//Flags used by the linker during the creation of static libraries. CMAKE_STATIC_LINKER_FLAGS:STRING=

//Flags used by the linker during debug builds. CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds. CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds. CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds. CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program. CMAKE_STRIP:FILEPATH=/usr/bin/strip

//If this value is on, makefiles will be generated without the // .SILENT directive, and all commands will be echoed to the console // during the make. This is useful for debugging only. With Visual // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE

//Binary directory of the Cpp2Py Project CPP2PY_BINARY_DIR:STRING=/home/sudeshna/triqs/triqs.build/cpp2py

//Include for FFTW FFTW_INCLUDE_DIR:PATH=/usr/include

//FFTW library FFTW_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libfftw3.so

//Git command line client GIT_EXECUTABLE:FILEPATH=/usr/bin/git

//Path to a library. GMPXX_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libgmpxx.so

//Path to a file. GMP_INCLUDE_DIR:PATH=/usr/include/x86_64-linux-gnu

//Path to a library. GMP_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libgmp.so

//HDF5 C Wrapper compiler. Used only to detect HDF5 compile flags. HDF5_C_COMPILER_EXECUTABLE:FILEPATH=/usr/bin/h5cc

//Path to a library. HDF5_C_LIBRARY_dl:FILEPATH=/usr/lib/x86_64-linux-gnu/libdl.so

//Path to a library. HDF5_C_LIBRARY_hdf5:FILEPATH=/usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.so

//Path to a library. HDF5_C_LIBRARY_hdf5_hl:FILEPATH=/usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5_hl.so

//Path to a library. HDF5_C_LIBRARY_m:FILEPATH=/usr/lib/x86_64-linux-gnu/libm.so

//Path to a library. HDF5_C_LIBRARY_pthread:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so

//Path to a library. HDF5_C_LIBRARY_sz:FILEPATH=/usr/lib/x86_64-linux-gnu/libsz.so

//Path to a library. HDF5_C_LIBRARY_z:FILEPATH=/usr/lib/x86_64-linux-gnu/libz.so

//HDF5 file differencing tool. HDF5_DIFF_EXECUTABLE:FILEPATH=/usr/bin/h5diff

//The directory containing a CMake configuration file for HDF5. HDF5_DIR:PATH=HDF5_DIR-NOTFOUND

//Path to a library. LAPACK_goto2_LIBRARY:FILEPATH=LAPACK_goto2_LIBRARY-NOTFOUND

//Path to a library. LAPACK_openblas_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libopenblas.so

//Additional flags to be passed to libclang when parsing with clang LIBCLANG_CXX_FLAGS:STRING= -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mkl/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/ipp/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/pstl/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/tbb/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/daal/include -I/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0 -I/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/x86_64-linux-gnu/c++/7.3.0 -I/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/backward -I/usr/include/clang/6.0.0/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include

//Location of the libclang library LIBCLANG_LOCATION:FILEPATH=/usr/lib/llvm-6.0/lib/libclang.so

//Executable for running MPI programs. MPIEXEC_EXECUTABLE:FILEPATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/bin/mpiexec

//Maximum number of processors available to run MPI applications. MPIEXEC_MAX_NUMPROCS:STRING=16

//Flag used by MPI to specify the number of processes for mpiexec; // the next option will be the number of processes. MPIEXEC_NUMPROC_FLAG:STRING=-n

//These flags will be placed after all flags passed to mpiexec. MPIEXEC_POSTFLAGS:STRING=

//These flags will be directly before the executable that is being // run by mpiexec. MPIEXEC_PREFLAGS:STRING=

//MPI CXX additional include directories MPI_CXX_ADDITIONAL_INCLUDE_DIRS:STRING=

//MPI compiler for CXX MPI_CXX_COMPILER:FILEPATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/bin/mpigxx

//MPI CXX compilation definitions MPI_CXX_COMPILE_DEFINITIONS:STRING=

//MPI CXX compilation options MPI_CXX_COMPILE_OPTIONS:STRING=

//Path to a file. MPI_CXX_HEADER_DIR:PATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/include

//MPI CXX libraries to link against MPI_CXX_LIB_NAMES:STRING=mpicxx;mpifort;mpi;rt;pthread;dl

//MPI CXX linker flags MPI_CXX_LINK_FLAGS:STRING=-Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /home/sudeshna/intel//compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release -Xlinker -rpath -Xlinker /home/sudeshna/intel//compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib/release -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib -Xlinker --enable-new-dtags

//If true, the MPI-2 C++ bindings are disabled using definitions. MPI_CXX_SKIP_MPICXX:BOOL=FALSE

//MPI C additional include directories MPI_C_ADDITIONAL_INCLUDE_DIRS:STRING=

//MPI compiler for C MPI_C_COMPILER:FILEPATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/bin/mpigcc

//MPI C compilation definitions MPI_C_COMPILE_DEFINITIONS:STRING=

//MPI C compilation options MPI_C_COMPILE_OPTIONS:STRING=

//Path to a file. MPI_C_HEADER_DIR:PATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/include

//MPI C libraries to link against MPI_C_LIB_NAMES:STRING=mpifort;mpi;rt;pthread;dl

//MPI C linker flags MPI_C_LINK_FLAGS:STRING=-Xlinker --enable-new-dtags -Xlinker -rpath -Xlinker /home/sudeshna/intel//compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release -Xlinker -rpath -Xlinker /home/sudeshna/intel//compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib/release -Xlinker -rpath -Xlinker /opt/intel/mpi-rt/2017.0.0/intel64/lib -Xlinker --enable-new-dtags

//Location of the dl library for MPI MPI_dl_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libdl.so

//Location of the mpi library for MPI MPI_mpi_LIBRARY:FILEPATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release/libmpi.so

//Location of the mpicxx library for MPI MPI_mpicxx_LIBRARY:FILEPATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpicxx.so

//Location of the mpifort library for MPI MPI_mpifort_LIBRARY:FILEPATH=/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpifort.so

//Location of the pthread library for MPI MPI_pthread_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpthread.so

//Location of the rt library for MPI MPI_rt_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/librt.so

//the hdf5 version that h5py was compiled against PYTHON_H5PY_HDF5VERSION:STRING=1.10.0

//Path to a program. PYTHON_INTERPRETER:FILEPATH=/usr/bin/python

//Path to a file. PYTHON_LIBRARY:FILEPATH=/usr/lib/x86_64-linux-gnu/libpython2.7.so

//Install directory for Python Modules relative to CMAKE_INSTALL_PREFIX PYTHON_LIB_DEST_ROOT:PATH=lib/python2.7/site-packages

//Build with Python support PythonSupport:BOOL=ON

//Run all the tests also through valgrind TESTS_C_WITH_VALGRIND:BOOL=OFF

//Path to a file. TEST_PYTHON_INCLUDE:PATH=/usr/include/python2.7

//Dependencies for the target atom_diag_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target block_matrix_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Value Computed by CMake cpp2py_BINARY_DIR:STATIC=/home/sudeshna/triqs/triqs.build/cpp2py

//Dependencies for target cpp2py_LIB_DEPENDS:STATIC=

//Value Computed by CMake cpp2py_SOURCE_DIR:STATIC=/home/sudeshna/triqs/triqs.src/cpp2py

//Dependencies for the target extractors_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target gf_fnt_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for target gtest_LIB_DEPENDS:STATIC=

//Dependencies for the target histograms_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target lattice_tools_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target meshes_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target my_moduleB_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target my_module_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target operators_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target random_generator_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target test_bl_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target test_g_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Dependencies for the target test_multivar_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

//Value Computed by CMake triqs_BINARY_DIR:STATIC=/home/sudeshna/triqs/triqs.build

//Dependencies for the target triqs_LIB_DEPENDS:STATIC=general;cpp2py;general;python_and_numpy;general;-lrt;general;/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpifort.so;general;/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release/libmpi.so;general;/usr/lib/x86_64-linux-gnu/librt.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpicxx.so;general;/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpifort.so;general;/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release/libmpi.so;general;/usr/lib/x86_64-linux-gnu/librt.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libopenblas.so;general;/usr/lib/x86_64-linux-gnu/libopenblas.so;general;/usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.so;general;/usr/lib/x86_64-linux-gnu/libpthread.so;general;/usr/lib/x86_64-linux-gnu/libsz.so;general;/usr/lib/x86_64-linux-gnu/libz.so;general;/usr/lib/x86_64-linux-gnu/libdl.so;general;/usr/lib/x86_64-linux-gnu/libm.so;general;/usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5_hl.so;general;/usr/lib/x86_64-linux-gnu/libgmp.so;general;/usr/lib/x86_64-linux-gnu/libgmpxx.so;general;/usr/lib/x86_64-linux-gnu/libfftw3.so;

//Value Computed by CMake triqs_SOURCE_DIR:STATIC=/home/sudeshna/triqs/triqs.src

//Dependencies for the target wrapped_aux_LIB_DEPENDS:STATIC=general;triqs;general;python_and_numpy;general;cpp2py;

########################

INTERNAL cache entries

########################

//ADVANCED property for variable: BIND_FORTRAN_LOWERCASE BIND_FORTRAN_LOWERCASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BLAS_goto2_LIBRARY BLAS_goto2_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BLAS_openblas_LIBRARY BLAS_openblas_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: BLAS_openblas_WORKS BLAS_openblasWORKS-ADVANCED:INTERNAL=1 //Have function sgemm BLAS_openblas_WORKS:INTERNAL=1 //ADVANCED property for variable: Boost_DIR Boost_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: Boost_INCLUDE_DIR Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_BUILD_TYPE CMAKE_BUILD_TYPE-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created CMAKE_CACHEFILE_DIR:INTERNAL=/home/sudeshna/triqs/triqs.build //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache CMAKE_CACHE_MINOR_VERSION:INTERNAL=10 //Patch version of cmake used to create the current loaded cache CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 //ADVANCED property for variable: CMAKE_COLOR_MAKEFILE CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 //Path to CMake executable. CMAKE_COMMAND:INTERNAL=/usr/bin/cmake //Path to cpack program executable. CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack //Path to ctest program executable. CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest //ADVANCED property for variable: CMAKE_CXX_COMPILER CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_AR CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_AR CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //Path to cache edit program executable. CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake //Executable file format CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 //Name of external makefile project generator. CMAKE_EXTRA_GENERATOR:INTERNAL= //Name of generator. CMAKE_GENERATOR:INTERNAL=Unix Makefiles //Name of generator platform. CMAKE_GENERATOR_PLATFORM:INTERNAL= //Name of generator toolset. CMAKE_GENERATOR_TOOLSET:INTERNAL= //Have symbol pthread_create CMAKE_HAVE_LIBC_CREATE:INTERNAL= //Have library pthreads CMAKE_HAVE_PTHREADS_CREATE:INTERNAL= //Have library pthread CMAKE_HAVE_PTHREAD_CREATE:INTERNAL=1 //Have include pthread.h CMAKE_HAVE_PTHREAD_H:INTERNAL=1 //Source directory with the top level CMakeLists.txt file for this // project CMAKE_HOME_DIRECTORY:INTERNAL=/home/sudeshna/triqs/triqs.src //Install .so files without execute permission. CMAKE_INSTALL_SO_NO_EXE:INTERNAL=1 //ADVANCED property for variable: CMAKE_LINKER CMAKE_LINKER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MAKE_PROGRAM CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_NM CMAKE_NM-ADVANCED:INTERNAL=1 //number of local generators CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=55 //ADVANCED property for variable: CMAKE_OBJCOPY CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_OBJDUMP CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 //Platform information initialized CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 //ADVANCED property for variable: CMAKE_RANLIB CMAKE_RANLIB-ADVANCED:INTERNAL=1 //Path to CMake installation. CMAKE_ROOT:INTERNAL=/usr/share/cmake-3.10 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_SKIP_RPATH CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_STRIP CMAKE_STRIP-ADVANCED:INTERNAL=1 //uname command CMAKE_UNAME:INTERNAL=/bin/uname //ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: FFTW_INCLUDE_DIR FFTW_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: FFTW_LIBRARIES FFTW_LIBRARIES-ADVANCED:INTERNAL=1 //Details about finding FFTW FIND_PACKAGE_MESSAGE_DETAILS_FFTW:INTERNAL=[/usr/lib/x86_64-linux-gnu/libfftw3.so][/usr/include][v()] //Details about finding GMP FIND_PACKAGE_MESSAGE_DETAILS_GMP:INTERNAL=[/usr/include/x86_64-linux-gnu][/usr/lib/x86_64-linux-gnu/libgmp.so][v()] //Details about finding Git FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.17.1()] //Details about finding HDF5 FIND_PACKAGE_MESSAGE_DETAILS_HDF5:INTERNAL=[/usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libsz.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so][/usr/lib/x86_64-linux-gnu/hdf5/serial/libhdf5_hl.so][cfound components: C HL ][v1.10.0.1()] //Details about finding LibClang FIND_PACKAGE_MESSAGE_DETAILS_LibClang:INTERNAL=[/usr/lib/llvm-6.0/lib/libclang.so][ -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mkl/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/ipp/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/pstl/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/tbb/include -I/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/daal/include -I/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0 -I/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/x86_64-linux-gnu/c++/7.3.0 -I/usr/bin/../lib/gcc/x86_64-linux-gnu/7.3.0/../../../../include/c++/7.3.0/backward -I/usr/include/clang/6.0.0/include -I/usr/local/include -I/usr/include/x86_64-linux-gnu -I/usr/include][v()] //Details about finding MPI FIND_PACKAGE_MESSAGE_DETAILS_MPI:INTERNAL=[TRUE][TRUE][c ][v3.1()] //Details about finding MPI_C FIND_PACKAGE_MESSAGE_DETAILS_MPI_C:INTERNAL=[/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpifort.so][/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release/libmpi.so][/usr/lib/x86_64-linux-gnu/librt.so][/usr/lib/x86_64-linux-gnu/libpthread.so][/usr/lib/x86_64-linux-gnu/libdl.so][mpifort;mpi;rt;pthread;dl][/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/include][TRUE][v3.1()] //Details about finding MPI_CXX FIND_PACKAGE_MESSAGE_DETAILS_MPI_CXX:INTERNAL=[/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpicxx.so][/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/libmpifort.so][/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/lib/release/libmpi.so][/usr/lib/x86_64-linux-gnu/librt.so][/usr/lib/x86_64-linux-gnu/libpthread.so][/usr/lib/x86_64-linux-gnu/libdl.so][mpicxx;mpifort;mpi;rt;pthread;dl][/home/sudeshna/intel/compilers_and_libraries_2019.2.187/linux/mpi/intel64/include][TRUE][v3.1()] //Details about finding Threads FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] //ADVANCED property for variable: GIT_EXECUTABLE GIT_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMPXX_LIBRARIES GMPXX_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMP_INCLUDE_DIR GMP_INCLUDE_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: GMP_LIBRARIES GMP_LIBRARIES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_C_COMPILER_EXECUTABLE HDF5_C_COMPILER_EXECUTABLE-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE HDF5_C_COMPILER_NO_INTERROGATE:INTERNAL=FALSE //ADVANCED property for variable: HDF5_DIFF_EXECUTABLE HDF5_DIFF_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: HDF5_DIR HDF5_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LAPACK_goto2_LIBRARY LAPACK_goto2_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LAPACK_openblas_LIBRARY LAPACK_openblas_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: LAPACK_openblas_WORKS LAPACK_openblasWORKS-ADVANCED:INTERNAL=1 //Have function cheev LAPACK_openblas_WORKS:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_EXECUTABLE MPIEXEC_EXECUTABLE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_MAX_NUMPROCS MPIEXEC_MAX_NUMPROCS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_NUMPROC_FLAG MPIEXEC_NUMPROC_FLAG-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_POSTFLAGS MPIEXEC_POSTFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPIEXEC_PREFLAGS MPIEXEC_PREFLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_ADDITIONAL_INCLUDE_DIRS MPI_CXX_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILER MPI_CXX_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILE_DEFINITIONS MPI_CXX_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_COMPILE_OPTIONS MPI_CXX_COMPILE_OPTIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_HEADER_DIR MPI_CXX_HEADER_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_LIB_NAMES MPI_CXX_LIB_NAMES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_LINK_FLAGS MPI_CXX_LINK_FLAGS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_CXX_SKIP_MPICXX MPI_CXX_SKIP_MPICXX-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_ADDITIONAL_INCLUDE_DIRS MPI_C_ADDITIONAL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILER MPI_C_COMPILER-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILE_DEFINITIONS MPI_C_COMPILE_DEFINITIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_COMPILE_OPTIONS MPI_C_COMPILE_OPTIONS-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_HEADER_DIR MPI_C_HEADER_DIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_LIB_NAMES MPI_C_LIB_NAMES-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_C_LINK_FLAGS MPI_C_LINK_FLAGS-ADVANCED:INTERNAL=1 //Result of TRY_COMPILE MPI_RESULT_CXX_test_mpi_MPICXX:INTERNAL=TRUE //Result of TRY_COMPILE MPI_RESULT_CXX_test_mpi_normal:INTERNAL=TRUE //Result of TRY_COMPILE MPI_RESULT_C_test_mpi_normal:INTERNAL=TRUE //ADVANCED property for variable: MPI_dl_LIBRARY MPI_dl_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_mpi_LIBRARY MPI_mpi_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_mpicxx_LIBRARY MPI_mpicxx_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_mpifort_LIBRARY MPI_mpifort_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_pthread_LIBRARY MPI_pthread_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: MPI_rt_LIBRARY MPI_rt_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: PYTHON_LIBRARY PYTHON_LIBRARY-ADVANCED:INTERNAL=1 //ADVANCED property for variable: TEST_PYTHON_INCLUDE TEST_PYTHON_INCLUDE-ADVANCED:INTERNAL=1 //Components requested for this build tree. _Boost_COMPONENTS_SEARCHED:INTERNAL= //Last used Boost_INCLUDE_DIR value. _Boost_INCLUDE_DIR_LAST:INTERNAL=/usr/include //Last used Boost_NAMESPACE value. _Boost_NAMESPACE_LAST:INTERNAL=boost //Last used Boost_USE_MULTITHREADED value. _Boost_USE_MULTITHREADED_LAST:INTERNAL=TRUE //Last used Boost_USE_STATIC_LIBS value. _Boost_USE_STATIC_LIBS_LAST:INTERNAL=OFF //Result of TRY_COMPILE _CXX_OK:INTERNAL=TRUE //Result of TRY_COMPILE _max_align_t_is_correct:INTERNAL=TRUE

Wentzell commented 5 years ago

Hey @sensudeshna,

It seems you have not build the project before running the tests? Neither the test binary executables exist nor the solver_core.so module. Has the call to make sucessfully finished before you ran make test respective ctest -V -R kanamori ?

sensudeshna commented 5 years ago

Hi Nils,

Sorry, I did forget to run 'make' in the previous case. I did the following now:

make TRIQS_SHOW_EXCEPTION_TRACE=1 ctest -V -R kanamori

It actually ran without throwing up any error. The output is attached.

I further tried make test and all the tests passed now.

I will check if the 'delta(infty) is not real' occurs now and write back.

Best Regards,

Sudeshna

On Tue, 26 Mar 2019 at 13:49, Nils Wentzell notifications@github.com wrote:

Hey @sensudeshna https://github.com/sensudeshna,

It seems you have not build the project before running the tests? Neither the test binary executables exist nor the solver_core.so module. Has the call to make sucessfully finished before you ran make test respective ctest -V -R kanamori ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-476647977, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusH1ZCD7rq_CYLAsUeyl2w3Nhscywks5vaiV3gaJpZM4cDMMv .

UpdateCTestConfiguration from :/home/sudeshna/codes/cthyb.build/DartConfiguration.tcl UpdateCTestConfiguration from :/home/sudeshna/codes/cthyb.build/DartConfiguration.tcl Test project /home/sudeshna/codes/cthyb.build Constructing a list of tests Done constructing a list of tests Updating test list for fixtures Added 0 tests to meet fixture requirements Checking test dependency graph... Checking test dependency graph end test 7 Start 7: kanamori

7: Test command: /home/sudeshna/codes/cthyb.build/test/c++/kanamori 7: Environment variables: 7: PYTHONPATH=/home/sudeshna/codes/cthyb.build/python:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages: 7: Test timeout computed to be: 9.99988e+06 7: [==========] Running 1 test from 1 test case. 7: [----------] Global test environment set-up. 7: [----------] 1 test from CtHyb 7: [ RUN ] CtHyb.Kanamori 7: Welcome to the CTHYB solver 7: 7: ╔╦╗╦═╗╦╔═╗ ╔═╗ ┌─┐┌┬┐┬ ┬┬ ┬┌┐ 7: ║ ╠╦╝║║═╬╗╚═╗ │ │ ├─┤└┬┘├┴┐ 7: ╩ ╩╚═╩╚═╝╚╚═╝ └─┘ ┴ ┴ ┴ ┴ └─┘ 7: 7: The local Hamiltonian of the problem: 7: -1c_dag('down-0',0)c('down-0',0) + -1c_dag('down-1',0)c('down-1',0) + -1c_dag('up-0',0)c('up-0',0) + -1c_dag('up-1',0)c('up-1',0) + 1.4c_dag('down-0',0)c_dag('down-1',0)c('down-1',0)c('down-0',0) + 0.2c_dag('down-0',0)c_dag('up-0',0)c('up-1',0)c('down-1',0) + 2c_dag('down-0',0)c_dag('up-0',0)c('up-0',0)c('down-0',0) + 1.6c_dag('down-0',0)c_dag('up-1',0)c('up-1',0)c('down-0',0) + 0.2c_dag('down-0',0)c_dag('up-1',0)c('up-0',0)c('down-1',0) + 0.2c_dag('down-1',0)c_dag('up-0',0)c('up-1',0)c('down-0',0) + 1.6c_dag('down-1',0)c_dag('up-0',0)c('up-0',0)c('down-1',0) + 2c_dag('down-1',0)c_dag('up-1',0)c('up-1',0)c('down-1',0) + 0.2c_dag('down-1',0)c_dag('up-1',0)c('up-0',0)c('down-0',0) + 1.4c_dag('up-0',0)c_dag('up-1',0)c('up-1',0)c('up-0',0) 7: Using autopartition algorithm to partition the local Hilbert space 7: Found 14 subspaces. 7: 7: Warming up ... 7: 7: Accumulating ... 7: 14:10:14 1% ETA 00:00:08 cycle 56 of 5000 7: 14:10:16 23% ETA 00:00:07 cycle 1160 of 5000 7: 14:10:18 51% ETA 00:00:04 cycle 2552 of 5000 7: 14:10:21 85% ETA 00:00:01 cycle 4297 of 5000 7: 7: 7: [Rank 0] Collect results: Waiting for all mpi-threads to finish accumulating... 7: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 7: .... max_element |g(0) + g(beta) + 1| = 0.143655 7: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 7: .... max_element |g(0) + g(beta) + 1| = 0.687523 7: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 7: .... max_element |g(0) + g(beta) + 1| = 0.0958608 7: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 7: .... max_element |g(0) + g(beta) + 1| = 0.31726 7: [Rank 0] Timings for all measures: 7: Measure | seconds
7: Average sign | 0.00182461 7: G_tau measure | 0.0626528 7: Total measure time | 0.0644774 7: [Rank 0] Acceptance rate for all moves: 7: Move set Insert two operators: 0.085863 7: Move Insert Delta_down-0: 0.0842925 7: Move Insert Delta_down-1: 0.0855552 7: Move Insert Delta_up-0: 0.0897791 7: Move Insert Delta_up-1: 0.0838471 7: Move set Remove two operators: 0.0854916 7: Move Remove Delta_down-0: 0.083936 7: Move Remove Delta_down-1: 0.0856359 7: Move Remove Delta_up-0: 0.0886004 7: Move Remove Delta_up-1: 0.0837724 7: Move Shift one operator: 0.394485 7: [Rank 0] Warmup lasted: 0.0901896 seconds [00:00:00] 7: [Rank 0] Simulation lasted: 9.12783 seconds [00:00:09] 7: [Rank 0] Number of measures: 5000 7: Total number of measures: 5000 7: Average sign: 1 7: [ OK ] CtHyb.Kanamori (9423 ms) 7: [----------] 1 test from CtHyb (9423 ms total) 7: 7: [----------] Global test environment tear-down 7: [==========] 1 test from 1 test case ran. (9423 ms total) 7: [ PASSED ] 1 test. 1/5 Test #7: kanamori ......................... Passed 9.49 sec test 8 Start 8: kanamori_qn

8: Test command: /home/sudeshna/codes/cthyb.build/test/c++/kanamori_qn 8: Test timeout computed to be: 9.99988e+06 8: [==========] Running 1 test from 1 test case. 8: [----------] Global test environment set-up. 8: [----------] 1 test from CtHyb 8: [ RUN ] CtHyb.Kanamori 8: Welcome to the CTHYB solver 8: 8: ╔╦╗╦═╗╦╔═╗ ╔═╗ ┌─┐┌┬┐┬ ┬┬ ┬┌┐ 8: ║ ╠╦╝║║═╬╗╚═╗ │ │ ├─┤└┬┘├┴┐ 8: ╩ ╩╚═╩╚═╝╚╚═╝ └─┘ ┴ ┴ ┴ ┴ └─┘ 8: 8: The local Hamiltonian of the problem: 8: -1c_dag('down-0',0)c('down-0',0) + -1c_dag('down-1',0)c('down-1',0) + -1c_dag('up-0',0)c('up-0',0) + -1c_dag('up-1',0)c('up-1',0) + 1.4c_dag('down-0',0)c_dag('down-1',0)c('down-1',0)c('down-0',0) + 0.2c_dag('down-0',0)c_dag('up-0',0)c('up-1',0)c('down-1',0) + 2c_dag('down-0',0)c_dag('up-0',0)c('up-0',0)c('down-0',0) + 1.6c_dag('down-0',0)c_dag('up-1',0)c('up-1',0)c('down-0',0) + 0.2c_dag('down-0',0)c_dag('up-1',0)c('up-0',0)c('down-1',0) + 0.2c_dag('down-1',0)c_dag('up-0',0)c('up-1',0)c('down-0',0) + 1.6c_dag('down-1',0)c_dag('up-0',0)c('up-0',0)c('down-1',0) + 2c_dag('down-1',0)c_dag('up-1',0)c('up-1',0)c('down-1',0) + 0.2c_dag('down-1',0)c_dag('up-1',0)c('up-0',0)c('down-0',0) + 1.4c_dag('up-0',0)c_dag('up-1',0)c('up-1',0)c('up-0',0) 8: Using quantum numbers to partition the local Hilbert space 8: Found 9 subspaces. 8: 8: Warming up ... 8: 14:10:23 85% ETA 00:00:00 cycle 42 of 50 8: 8: Accumulating ... 8: 14:10:23 0% ETA 00:00:11 cycle 43 of 5000 8: 14:10:25 17% ETA 00:00:09 cycle 894 of 5000 8: 14:10:28 39% ETA 00:00:07 cycle 1983 of 5000 8: 14:10:31 67% ETA 00:00:03 cycle 3367 of 5000 8: 8: 8: [Rank 0] Collect results: Waiting for all mpi-threads to finish accumulating... 8: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 8: .... max_element |g(0) + g(beta) + 1| = 0.143655 8: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 8: .... max_element |g(0) + g(beta) + 1| = 0.687523 8: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 8: .... max_element |g(0) + g(beta) + 1| = 0.0958608 8: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 8: .... max_element |g(0) + g(beta) + 1| = 0.31726 8: [Rank 0] Timings for all measures: 8: Measure | seconds
8: Average sign | 0.00195131 8: G_tau measure | 0.0633263 8: Total measure time | 0.0652776 8: [Rank 0] Acceptance rate for all moves: 8: Move set Insert two operators: 0.085863 8: Move Insert Delta_down-0: 0.0842925 8: Move Insert Delta_down-1: 0.0855552 8: Move Insert Delta_up-0: 0.0897791 8: Move Insert Delta_up-1: 0.0838471 8: Move set Remove two operators: 0.0854916 8: Move Remove Delta_down-0: 0.083936 8: Move Remove Delta_down-1: 0.0856359 8: Move Remove Delta_up-0: 0.0886004 8: Move Remove Delta_up-1: 0.0837724 8: Move Shift one operator: 0.394485 8: [Rank 0] Warmup lasted: 0.1167 seconds [00:00:00] 8: [Rank 0] Simulation lasted: 11.7284 seconds [00:00:11] 8: [Rank 0] Number of measures: 5000 8: Total number of measures: 5000 8: Average sign: 1 8: [ OK ] CtHyb.Kanamori (12049 ms) 8: [----------] 1 test from CtHyb (12049 ms total) 8: 8: [----------] Global test environment tear-down 8: [==========] 1 test from 1 test case ran. (12049 ms total) 8: [ PASSED ] 1 test. 2/5 Test #8: kanamori_qn ...................... Passed 12.12 sec test 9 Start 9: kanamori_offdiag

9: Test command: /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag 9: Test timeout computed to be: 9.99988e+06 9: [==========] Running 1 test from 1 test case. 9: [----------] Global test environment set-up. 9: [----------] 1 test from CtHyb 9: [ RUN ] CtHyb.KanamoriOffDiag 9: Welcome to the CTHYB solver 9: 9: ╔╦╗╦═╗╦╔═╗ ╔═╗ ┌─┐┌┬┐┬ ┬┬ ┬┌┐ 9: ║ ╠╦╝║║═╬╗╚═╗ │ │ ├─┤└┬┘├┴┐ 9: ╩ ╩╚═╩╚═╝╚╚═╝ └─┘ ┴ ┴ ┴ ┴ └─┘ 9: 9: The local Hamiltonian of the problem: 9: -1c_dag('down',0)c('down',0) + -1c_dag('down',1)c('down',1) + -1c_dag('up',0)c('up',0) + -1c_dag('up',1)c('up',1) + 1.4c_dag('down',0)c_dag('down',1)c('down',1)c('down',0) + 0.2c_dag('down',0)c_dag('up',0)c('up',1)c('down',1) + 2c_dag('down',0)c_dag('up',0)c('up',0)c('down',0) + 1.6c_dag('down',0)c_dag('up',1)c('up',1)c('down',0) + 0.2c_dag('down',0)c_dag('up',1)c('up',0)c('down',1) + 0.2c_dag('down',1)c_dag('up',0)c('up',1)c('down',0) + 1.6c_dag('down',1)c_dag('up',0)c('up',0)c('down',1) + 2c_dag('down',1)c_dag('up',1)c('up',1)c('down',1) + 0.2c_dag('down',1)c_dag('up',1)c('up',0)c('down',0) + 1.4c_dag('up',0)c_dag('up',1)c('up',1)c('up',0) 9: Using autopartition algorithm to partition the local Hilbert space 9: Found 14 subspaces. 9: 9: Warming up ... 9: 9: Accumulating ... 9: 14:10:35 1% ETA 00:00:06 cycle 79 of 5000 9: 14:10:37 31% ETA 00:00:04 cycle 1596 of 5000 9: 14:10:40 68% ETA 00:00:02 cycle 3448 of 5000 9: 9: 9: [Rank 0] Collect results: Waiting for all mpi-threads to finish accumulating... 9: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 9: .... max_element |g(0) + g(beta) + 1| = 0.417817 9: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 9: .... max_element |g(0) + g(beta) + 1| = 0.897272 9: [Rank 0] Timings for all measures: 9: Measure | seconds
9: Average sign | 0.0018623 9: G_tau measure | 0.0765162 9: Total measure time | 0.0783785 9: [Rank 0] Acceptance rate for all moves: 9: Move set Insert two operators: 0.0438744 9: Move Insert Delta_up: 0.0442193 9: Move Insert Delta_down: 0.04353 9: Move set Remove two operators: 0.043738 9: Move Remove Delta_up: 0.0440771 9: Move Remove Delta_down: 0.0433985 9: Move Shift one operator: 0.26985 9: [Rank 0] Warmup lasted: 0.0672855 seconds [00:00:00] 9: [Rank 0] Simulation lasted: 6.77222 seconds [00:00:06] 9: [Rank 0] Number of measures: 5000 9: Total number of measures: 5000 9: Average sign: 0.8336 9: [ OK ] CtHyb.KanamoriOffDiag (7021 ms) 9: [----------] 1 test from CtHyb (7021 ms total) 9: 9: [----------] Global test environment tear-down 9: [==========] 1 test from 1 test case ran. (7021 ms total) 9: [ PASSED ] 1 test. 3/5 Test #9: kanamori_offdiag ................. Passed 7.09 sec test 10 Start 10: kanamori_offdiag_qn

10: Test command: /home/sudeshna/codes/cthyb.build/test/c++/kanamori_offdiag_qn 10: Test timeout computed to be: 9.99988e+06 10: [==========] Running 1 test from 1 test case. 10: [----------] Global test environment set-up. 10: [----------] 1 test from CtHyb 10: [ RUN ] CtHyb.KanamoriOffDiag 10: Welcome to the CTHYB solver 10: 10: ╔╦╗╦═╗╦╔═╗ ╔═╗ ┌─┐┌┬┐┬ ┬┬ ┬┌┐ 10: ║ ╠╦╝║║═╬╗╚═╗ │ │ ├─┤└┬┘├┴┐ 10: ╩ ╩╚═╩╚═╝╚╚═╝ └─┘ ┴ ┴ ┴ ┴ └─┘ 10: 10: The local Hamiltonian of the problem: 10: -1c_dag('down',0)c('down',0) + -1c_dag('down',1)c('down',1) + -1c_dag('up',0)c('up',0) + -1c_dag('up',1)c('up',1) + 1.4c_dag('down',0)c_dag('down',1)c('down',1)c('down',0) + 0.2c_dag('down',0)c_dag('up',0)c('up',1)c('down',1) + 2c_dag('down',0)c_dag('up',0)c('up',0)c('down',0) + 1.6c_dag('down',0)c_dag('up',1)c('up',1)c('down',0) + 0.2c_dag('down',0)c_dag('up',1)c('up',0)c('down',1) + 0.2c_dag('down',1)c_dag('up',0)c('up',1)c('down',0) + 1.6c_dag('down',1)c_dag('up',0)c('up',0)c('down',1) + 2c_dag('down',1)c_dag('up',1)c('up',1)c('down',1) + 0.2c_dag('down',1)c_dag('up',1)c('up',0)c('down',0) + 1.4c_dag('up',0)c_dag('up',1)c('up',1)c('up',0) 10: Using quantum numbers to partition the local Hilbert space 10: Found 9 subspaces. 10: 10: Warming up ... 10: 10: Accumulating ... 10: 14:10:42 1% ETA 00:00:08 cycle 61 of 5000 10: 14:10:44 24% ETA 00:00:06 cycle 1238 of 5000 10: 14:10:47 52% ETA 00:00:04 cycle 2628 of 5000 10: 14:10:50 87% ETA 00:00:01 cycle 4359 of 5000 10: 10: 10: [Rank 0] Collect results: Waiting for all mpi-threads to finish accumulating... 10: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 10: .... max_element |g(0) + g(beta) + 1| = 0.417817 10: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 10: .... max_element |g(0) + g(beta) + 1| = 0.897272 10: [Rank 0] Timings for all measures: 10: Measure | seconds
10: Average sign | 0.00185828 10: G_tau measure | 0.0722479 10: Total measure time | 0.0741062 10: [Rank 0] Acceptance rate for all moves: 10: Move set Insert two operators: 0.0438744 10: Move Insert Delta_up: 0.0442193 10: Move Insert Delta_down: 0.04353 10: Move set Remove two operators: 0.043738 10: Move Remove Delta_up: 0.0440771 10: Move Remove Delta_down: 0.0433985 10: Move Shift one operator: 0.26985 10: [Rank 0] Warmup lasted: 0.0817575 seconds [00:00:00] 10: [Rank 0] Simulation lasted: 8.98202 seconds [00:00:08] 10: [Rank 0] Number of measures: 5000 10: Total number of measures: 5000 10: Average sign: 0.8336 10: [ OK ] CtHyb.KanamoriOffDiag (9244 ms) 10: [----------] 1 test from CtHyb (9244 ms total) 10: 10: [----------] Global test environment tear-down 10: [==========] 1 test from 1 test case ran. (9244 ms total) 10: [ PASSED ] 1 test. 4/5 Test #10: kanamori_offdiag_qn .............. Passed 9.32 sec test 20 Start 20: kanamori

20: Test command: /usr/bin/python "/home/sudeshna/codes/cthyb.src/test/python/kanamori.py" 20: Environment variables: 20: PYTHONPATH=/home/sudeshna/codes/cthyb.build/python:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages:/home/sudeshna/triqs/install/lib/python2.7/site-packages: 20: Test timeout computed to be: 9.99988e+06 20: Starting on 1 Nodes at : 2019-03-26 14:10:51.879119 20: WARNING: cthyb.solve parameter measure_g_l is deprecated use measure_G_l. 20: 20: ╔╦╗╦═╗╦╔═╗ ╔═╗ ┌─┐┌┬┐┬ ┬┬ ┬┌┐ 20: ║ ╠╦╝║║═╬╗╚═╗ │ │ ├─┤└┬┘├┴┐ 20: ╩ ╩╚═╩╚═╝╚╚═╝ └─┘ ┴ ┴ ┴ ┴ └─┘ 20: 20: The local Hamiltonian of the problem: 20: -1c_dag('down',0)c('down',0) + -1c_dag('down',1)c('down',1) + -1c_dag('up',0)c('up',0) + -1c_dag('up',1)c('up',1) + 1.4c_dag('down',0)c_dag('down',1)c('down',1)c('down',0) + 0.2c_dag('down',0)c_dag('up',0)c('up',1)c('down',1) + 2c_dag('down',0)c_dag('up',0)c('up',0)c('down',0) + 1.6c_dag('down',0)c_dag('up',1)c('up',1)c('down',0) + 0.2c_dag('down',0)c_dag('up',1)c('up',0)c('down',1) + 0.2c_dag('down',1)c_dag('up',0)c('up',1)c('down',0) + 1.6c_dag('down',1)c_dag('up',0)c('up',0)c('down',1) + 2c_dag('down',1)c_dag('up',1)c('up',1)c('down',1) + 0.2c_dag('down',1)c_dag('up',1)c('up',0)c('down',0) + 1.4c_dag('up',0)c_dag('up',1)c('up',1)c('up',0) 20: Using autopartition algorithm to partition the local Hilbert space 20: Found 14 subspaces. 20: 20: Warming up ... 20: 20: Accumulating ... 20: 14:10:52 1% ETA 00:00:07 cycle 62 of 5000 20: 14:10:54 22% ETA 00:00:07 cycle 1138 of 5000 20: 14:10:56 48% ETA 00:00:04 cycle 2449 of 5000 20: 14:11:00 80% ETA 00:00:01 cycle 4048 of 5000 20: 20: 20: [Rank 0] Collect results: Waiting for all mpi-threads to finish accumulating... 20: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 20: .... max_element |g(0) + g(beta) + 1| = 0.417817 20: WARNING: Tau discontinuity of G_tau deviates appreciably from -1 20: .... max_element |g(0) + g(beta) + 1| = 0.897272 20: [Rank 0] Timings for all measures: 20: Measure | seconds
20: Average sign | 0.00196584 20: G_l measure | 2.00703
20: G_tau measure | 0.0782239 20: Total measure time | 2.08722
20: [Rank 0] Acceptance rate for all moves: 20: Move set Insert two operators: 0.0438744 20: Move Insert Delta_up: 0.0442193 20: Move Insert Delta_down: 0.04353 20: Move set Remove two operators: 0.043738 20: Move Remove Delta_up: 0.0440771 20: Move Remove Delta_down: 0.0433985 20: Move Shift one operator: 0.26985 20: [Rank 0] Warmup lasted: 0.0868922 seconds [00:00:00] 20: [Rank 0] Simulation lasted: 9.74095 seconds [00:00:09] 20: [Rank 0] Number of measures: 5000 20: Total number of measures: 5000 20: Average sign: 0.8336 20: [Direct Fourier] WARNING: The imaginary time mesh is less than six times as long as the number of positive frequencies. 20: This can lead to substantial numerical inaccuracies at the boundary of the frequency mesh. 20: [Direct Fourier] WARNING: The imaginary time mesh is less than six times as long as the number of positive frequencies. 20: This can lead to substantial numerical inaccuracies at the boundary of the frequency mesh. 5/5 Test #20: kanamori ......................... Passed 10.32 sec

The following tests passed: kanamori kanamori_qn kanamori_offdiag kanamori_offdiag_qn kanamori

100% tests passed, 0 tests failed out of 5

Total Test time (real) = 48.34 sec

Wentzell commented 5 years ago

Hey @sensudeshna

Be sure to also run

make install

now that all tests have passed.

sensudeshna commented 5 years ago

Dear Nils,

Thank you very much for the support and also the earlier suggestion by Egcpvanloon. The code now runs without crashing in the second iteration, and the Greens function and self energy also makes sense, although I keep getting this warning: WARNING: Big error in tailfitWARNING: Big error in tailfit .

Should I be careful about this? I am new to CTQMC and would be happy to learn some essential details. It would be nice if you could guide me a little as to the possible origin of this warning and possible checks to overcome this problem.

Best Regards,

Sudeshna

On Tue, 26 Mar 2019 at 14:58, Nils Wentzell notifications@github.com wrote:

Hey @sensudeshna https://github.com/sensudeshna

Be sure to also run

make install

now that all tests have passed.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-476687512, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusBmMmdzKTUqufm5HeTmyYDYIGyLcks5vajWagaJpZM4cDMMv .

Wentzell commented 5 years ago

Hey @sensudeshna,

The warning originates inside the cthyb solver when it extracts the local hamiltonian and the hybridization function from G0_iw. This is achieved by fitting the high-frequency moments of iw - G0_iw^{-1} The error mentioned in the warning is the error (in the least square sense) of this fitting procedure.

I checked and the current threshhold for the warning that you mention is 1e-8 which in my opinion is too conservative. @HugoStrand @parcollet What do you think?

Wentzell commented 5 years ago

@sensudeshna I have added commit TRIQS/cthyb@b39f3f9 to the 2.1.x branch of cthyb which adjusts the warning message to actually print the magnitude of the error. This should help in judging the significance of the warning.

sensudeshna commented 5 years ago

Dear Nils,

Thank you for your support.

However, it just occurred to me, that perhaps I am not extracting the self energy data correctly! Even in the single impurity Anderson model case, why is it that the Im Sigma_iw does not behave as iw_n at low frequencies. Please see the attached plot and the parameters used. Even in the tutorials documented, is the Im G_iwn presented correct? What am I missing here? I must be messing up with something very basic. Could you kindly comment on this? The real part of Sigma is however correct with a value equal to the Hartree contribution (around U/2 for 1/2 filling), if I am not mistaken. I used the script provided in the AIM tutorial.

Best Regards,

Sudeshna

On Wed, 27 Mar 2019 at 19:54, Nils Wentzell notifications@github.com wrote:

@sensudeshna https://github.com/sensudeshna I have added commit TRIQS/cthyb@b39f3f9 https://github.com/TRIQS/cthyb/commit/b39f3f9 to the 2.1.x branch of cthyb which adjusts the warning message to actually print the magnitude of the error. This should help in judging the significance of the warning.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-477322976, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusCIeom69__6VBrsCntsTEIUK-rdyks5va8xYgaJpZM4cDMMv .

sensudeshna commented 5 years ago

The y-axis should not have the (-) sign.

On Thu, 28 Mar 2019 at 15:34, Sudeshna Sen sudeshna.sen@ucd.ie wrote:

Dear Nils,

Thank you for your support.

However, it just occurred to me, that perhaps I am not extracting the self energy data correctly! Even in the single impurity Anderson model case, why is it that the Im Sigma_iw does not behave as iw_n at low frequencies. Please see the attached plot and the parameters used. Even in the tutorials documented, is the Im G_iwn presented correct? What am I missing here? I must be messing up with something very basic. Could you kindly comment on this? The real part of Sigma is however correct with a value equal to the Hartree contribution (around U/2 for 1/2 filling), if I am not mistaken. I used the script provided in the AIM tutorial.

Best Regards,

Sudeshna

On Wed, 27 Mar 2019 at 19:54, Nils Wentzell notifications@github.com wrote:

@sensudeshna https://github.com/sensudeshna I have added commit TRIQS/cthyb@b39f3f9 https://github.com/TRIQS/cthyb/commit/b39f3f9 to the 2.1.x branch of cthyb which adjusts the warning message to actually print the magnitude of the error. This should help in judging the significance of the warning.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-477322976, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusCIeom69__6VBrsCntsTEIUK-rdyks5va8xYgaJpZM4cDMMv .

Wentzell commented 5 years ago

@sensudeshna I do not see any plots or parameters. Also which tutorial are you referring to exactly?

sensudeshna commented 5 years ago

Please find my plot below (Please ignore the previous message about y-axis). sigma_AIM

This is the tutorial link: https://triqs.github.io/triqs/2.1.x/tour/ctqmc.html. I mean is this a Fermi liquid Greens function? If I am not mistaken, shouldn't the Im Sigma of a Fermi liquid look like the one in the following (second) plot? SE_1.

I have attached the script I used.

aim.txt

sensudeshna commented 5 years ago

I think I was a bit sloppy in my earlier comment, because my T (0.006) and a probable estimate of T_K (based on V^2/U) were not exploring a low (enough) 'T' regime where I should have seen Im \Sigma --> iw_n. I am sorry for the confusion. I now tried, with V=1.0, U=2.0, and beta=150 gives me the Fermi liquid trend (please see the attached) at low iw_n, with T/T_K~1 (T_K based on exp(-V^2/U). Again sorry for this comment. Please let me know if you want me to delete the earlier comments on the self energy. sigma_AIM_2

Wentzell commented 5 years ago

Hi @sensudeshna,

No worries, no need to delete any comments. Is there anything that remains or can we close this?

sensudeshna commented 5 years ago

Hi Nils,

Thank you very much. I have installed the latest version and can see the error in tail fit. You can close this issue. But before that could you kindly tell me what the average sign should be?

Best regards,

Sudeshna

On Thu, 28 Mar 2019 at 21:53, Nils Wentzell notifications@github.com wrote:

Hi @sensudeshna https://github.com/sensudeshna,

No worries, no need to delete any comments. Is there anything that remains or can we close this?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/TRIQS/triqs/issues/689#issuecomment-477785096, or mute the thread https://github.com/notifications/unsubscribe-auth/AudusC6oXvJWh7yuJ-tm6r7zo0TDxgyGks5vbTnHgaJpZM4cDMMv .

Wentzell commented 5 years ago

Hi @sensudeshna,

I do not understand your question. The average sign is very much dependent on the problem and parameter regime that you are considering. In order to be able to reasonably converge your qmc run you probably want a sign that is no smaller than 0.1.

Wentzell commented 5 years ago

I am closing this issue as any issues with the triqs library have been ruled out.