davidkleiven / CEMC

DEPRECATED: Monte Carlo package targeted at systems studied with the Cluster Expansion.
MIT License
3 stars 2 forks source link

Optimize cpp #62

Closed davidkleiven closed 5 years ago

davidkleiven commented 5 years ago

Optimization of the calculation of spin products. Got rid of the use of maps and vectors in the innermost loop. In addition, compilation wargnins related to initialization out of order and comparing signed and unsigned integers have been removed.