<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://www.penguindevelopment.org/index.php?action=history&amp;feed=atom&amp;title=Ising</id>
	<title>Ising - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.penguindevelopment.org/index.php?action=history&amp;feed=atom&amp;title=Ising"/>
	<link rel="alternate" type="text/html" href="https://www.penguindevelopment.org/index.php?title=Ising&amp;action=history"/>
	<updated>2026-08-04T16:58:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://www.penguindevelopment.org/index.php?title=Ising&amp;diff=210&amp;oldid=prev</id>
		<title>Link: Created page with &quot;&#039;&#039;&#039;Ising&#039;&#039;&#039; is a Monte Carlo Ising model simulator on a &#039;&#039;D&#039;&#039;-cubic lattice of sides &#039;&#039;L&#039;&#039;, using helical boundary conditions. &#039;&#039;D&#039;&#039;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.penguindevelopment.org/index.php?title=Ising&amp;diff=210&amp;oldid=prev"/>
		<updated>2016-04-15T10:41:03Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Ising&amp;#039;&amp;#039;&amp;#039; is a &lt;a href=&quot;https://en.wikipedia.org/wiki/Monte_Carlo_method&quot; class=&quot;extiw&quot; title=&quot;w:Monte Carlo method&quot;&gt;Monte Carlo&lt;/a&gt; &lt;a href=&quot;https://en.wikipedia.org/wiki/Ising_model&quot; class=&quot;extiw&quot; title=&quot;w:Ising model&quot;&gt;Ising model&lt;/a&gt; simulator on a &amp;#039;&amp;#039;D&amp;#039;&amp;#039;-cubic lattice of sides &amp;#039;&amp;#039;L&amp;#039;&amp;#039;, using helical boundary conditions. &amp;#039;&amp;#039;D&amp;#039;&amp;#039;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Ising&amp;#039;&amp;#039;&amp;#039; is a [[w:Monte Carlo method|Monte Carlo]] [[w:Ising model|Ising model]] simulator on a &amp;#039;&amp;#039;D&amp;#039;&amp;#039;-cubic lattice of sides &amp;#039;&amp;#039;L&amp;#039;&amp;#039;, using helical boundary conditions. &amp;#039;&amp;#039;D&amp;#039;&amp;#039; and &amp;#039;&amp;#039;L&amp;#039;&amp;#039; are specified at compile-time. It is written in C++11.&lt;br /&gt;
&lt;br /&gt;
==Dependencies==&lt;br /&gt;
* GNU getopt&lt;br /&gt;
* A recent version of GCC (tested 4.8.5)&lt;br /&gt;
* boost::filesystem (optional but highly recommended)&lt;br /&gt;
&lt;br /&gt;
==Obtaining and installing Ising==&lt;br /&gt;
Ising can be obtained from http://proj.penguindevelopment.org/ising/. [http://proj.penguindevelopment.org/ising/ising-latest.tar.xz Direct link to the latest version.]&lt;br /&gt;
&lt;br /&gt;
Ising is installed using the standard autotools procedure, whereby &amp;#039;&amp;#039;L&amp;#039;&amp;#039; may be set through the parameter &amp;#039;&amp;#039;GRIDSIZE&amp;#039;&amp;#039;:&amp;lt;pre&amp;gt;./configure GRIDSIZE=100&lt;br /&gt;
make&lt;br /&gt;
make install&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
This will build Ising in 1D, 2D, 3D and 4D.&lt;br /&gt;
&lt;br /&gt;
Ising can be built on Windows using Cygwin, though the execution speed appears to be suboptimal.&lt;br /&gt;
&lt;br /&gt;
==Using Ising==&lt;br /&gt;
See the included man-page for information on how to use Ising.&lt;br /&gt;
&lt;br /&gt;
==Using Ising as an API==&lt;br /&gt;
Since Ising makes heavy use of C++ templates, the implementation is entirely contained within header files. This means that no further libraries are necessary. To use Ising as an API, simply&amp;lt;pre&amp;gt;&lt;br /&gt;
#include &amp;lt;ising/ising.h&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Bugs and feedback==&lt;br /&gt;
{{bugs and feedback}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Software]]&lt;/div&gt;</summary>
		<author><name>Link</name></author>
	</entry>
</feed>