<feed xmlns='http://www.w3.org/2005/Atom'>
<title>code/c++/examples, branch master</title>
<subtitle>Efficiently simulate spin models using a generalized Wolff algorithm.</subtitle>
<id>https://git.kent-dobias.com/research/wolff/code/c++/atom?h=master</id>
<link rel='self' href='https://git.kent-dobias.com/research/wolff/code/c++/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/'/>
<updated>2019-12-13T21:18:03Z</updated>
<entry>
<title>fixed some bugs due to new class in global namespace</title>
<updated>2019-12-13T21:18:03Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2019-12-13T21:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=a75a3b44ffe9c99fc6d1c07ba4c4542b85f02790'/>
<id>urn:sha1:a75a3b44ffe9c99fc6d1c07ba4c4542b85f02790</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Large refactoring around changes in the graph class.</title>
<updated>2019-01-14T20:47:59Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2019-01-14T20:47:59Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=49ac78a6c04e215950bc9c0f97368605e63da15b'/>
<id>urn:sha1:49ac78a6c04e215950bc9c0f97368605e63da15b</id>
<content type='text'>
  - Graphs now use lists of references instead of vectors of indicies.
  - Vertices and edges have associated classes that can be given arbitrary properties via template specification.
  - All essential library headers have been combined into one, wolff.hpp.
</content>
</entry>
<entry>
<title>measurement virtual hooks now defined to be trivial by default</title>
<updated>2018-10-21T04:39:34Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-21T04:39:34Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=44b83cecee297360d18ef3cf96bf0e2a41c699af'/>
<id>urn:sha1:44b83cecee297360d18ef3cf96bf0e2a41c699af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better indentation</title>
<updated>2018-10-21T04:33:37Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-21T04:33:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=a57928e1ef11d54a3e8b6b6de42013952b1cbf8e'/>
<id>urn:sha1:a57928e1ef11d54a3e8b6b6de42013952b1cbf8e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleaned up the standalone ising example</title>
<updated>2018-10-20T18:44:44Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-20T18:44:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=e3b636a46eafb6eabe458a33b41b2ce054bd9f4d'/>
<id>urn:sha1:e3b636a46eafb6eabe458a33b41b2ce054bd9f4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changed the way that the finite states system works</title>
<updated>2018-10-19T20:31:10Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-19T20:31:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=3c2ce3017120f9469a1fef83096307fc4cef43e2'/>
<id>urn:sha1:3c2ce3017120f9469a1fef83096307fc4cef43e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added warning when animation isn't built</title>
<updated>2018-10-19T18:21:37Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-19T18:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=7b3928fb77fffaab35ed75fda5c2ff5d8a802fbf'/>
<id>urn:sha1:7b3928fb77fffaab35ed75fda5c2ff5d8a802fbf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>only compile ising_animation if GLUT is present</title>
<updated>2018-10-19T18:20:11Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-19T18:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=a9536365e6e0a571147253d2c2308716a767fbbb'/>
<id>urn:sha1:a9536365e6e0a571147253d2c2308716a767fbbb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added examples for no field and site depedence</title>
<updated>2018-10-19T18:09:13Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-19T18:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=48dbbcff78944628b56d98a663f682e91023245c'/>
<id>urn:sha1:48dbbcff78944628b56d98a663f682e91023245c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added more examples and cleaned up the model headers</title>
<updated>2018-10-19T17:23:23Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-19T17:23:23Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=3b8e7ea25f0c23ca596c1c4e3e4f71d12c5fc065'/>
<id>urn:sha1:3b8e7ea25f0c23ca596c1c4e3e4f71d12c5fc065</id>
<content type='text'>
</content>
</entry>
</feed>
