> > Can you try doing > > sage: preparser(False) > sage: preparser(False) sage: from layered_ising_mc import layered_ising_mc sage: a = layered_ising_mc(n=16, J_p=20, h=19.94, beta=0.5) sage: a.set_initial_condition() sage: time data = a.monte_carlo(1000); a.check_consistency() CPU times: user 40.59 s, sys: 0.02 s, total: 40.61 s Wall time: 41.68 s
That seems OK now. -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
