You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a 2x2 square lattice after adding an outer universe lattice.outer for the space outside of the defined lattice, It throws the following error message,
[ENRICO]: Updating temperature
terminate called after throwing an instance of 'std::out_of_range'what(): vector::_M_range_check: __n (which is 0) >= this->size() (which is 0)
If I remove lattice.outer, it fixes the issue. I have attached my input file here
I found this error message first in hexagonal lattice, and later I was able to reproduce the same error message in RectLattice by adding an outer universe.
The text was updated successfully, but these errors were encountered:
In a 2x2 square lattice after adding an outer universe
lattice.outer
for the space outside of the defined lattice, It throws the following error message,If I remove
lattice.outer
, it fixes the issue. I have attached my input file hereI found this error message first in hexagonal lattice, and later I was able to reproduce the same error message in RectLattice by adding an outer universe.
The text was updated successfully, but these errors were encountered: