From: Wojciech K. <woj...@ph...> - 2014-04-24 11:57:52
|
Hi, I've recently tried using C++QED for my own research which is a Bose Hubbard lattice model coupled to a cavity. I've implemented the actual BHM elements already (which are simply site elements coupled with a tunnelling interaction element between nearest neighbours), but I've encountered an obstacle when I try to make the system larger than 5 sites - it fails to compile. I've attached the compiler error output to this e-mail. My own attempt to try and solve this problem got me to the BLITZ_ARRAY_LARGEST_RANK value, but changing it to a higher value did not solve the problem. Does C++QED have a very limited system size? I hope there's a workaround as at the moment it's the best tool that I found for what I need. Cheers, Wojciech |