<feed xmlns='http://www.w3.org/2005/Atom'>
<title>code/c++, 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>2020-05-13T00:13:47Z</updated>
<entry>
<title>New overload functionality for Ising spins.</title>
<updated>2020-05-13T00:13:47Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2020-05-13T00:13:47Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=f1326bded3083cb119be458940fea4cf1ccbe62b'/>
<id>urn:sha1:f1326bded3083cb119be458940fea4cf1ccbe62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed url in documentation</title>
<updated>2019-12-14T16:34:44Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2019-12-14T16:34:44Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=91faa327158f989dbfc0cd58709cade06723c486'/>
<id>urn:sha1:91faa327158f989dbfc0cd58709cade06723c486</id>
<content type='text'>
</content>
</entry>
<entry>
<title>efficiency tuning: don't evaluate the exponential when we don't have to</title>
<updated>2019-12-14T16:07:35Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2019-12-14T16:07:35Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=a1b737c049bb297d5e4ec80cd5335d1382ce623a'/>
<id>urn:sha1:a1b737c049bb297d5e4ec80cd5335d1382ce623a</id>
<content type='text'>
</content>
</entry>
<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>fixed mistype invoking wolff.hpp in ising.hpp</title>
<updated>2019-09-09T19:17:22Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2019-09-09T19:17:22Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=4991418a416b75680737ec8f1e47b355b219728d'/>
<id>urn:sha1:4991418a416b75680737ec8f1e47b355b219728d</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>changed citation reference to PRE</title>
<updated>2019-01-14T19:51:04Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2019-01-14T19:51:04Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=994cbf1a3b611ff4c94ced3b1630e51fd249d7ed'/>
<id>urn:sha1:994cbf1a3b611ff4c94ced3b1630e51fd249d7ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>added citation notice to the introduction in the documentation</title>
<updated>2018-10-21T05:00:08Z</updated>
<author>
<name>Jaron Kent-Dobias</name>
<email>jaron@kent-dobias.com</email>
</author>
<published>2018-10-21T05:00:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kent-dobias.com/research/wolff/code/c++/commit/?id=94f3e21e9c1e45e0d376fdd90d7f04e5368db21c'/>
<id>urn:sha1:94f3e21e9c1e45e0d376fdd90d7f04e5368db21c</id>
<content type='text'>
</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>
</feed>
