<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
	<channel>
<title>PyQuante News</title><link>http://pyquante.sourceforge.net/index.html</link><description>PyQuante News&#x21;</description><dc:language>en</dc:language><dc:creator>rmuller@sandia.gov</dc:creator><dc:rights>Copyright 2007 Rick Muller</dc:rights><dc:date>2007-03-20T15:59:22-06:00</dc:date><admin:generatorAgent rdf:resource="http://www.realmacsoftware.com/" />
<admin:errorReportsTo rdf:resource="mailto:rmuller@sandia.gov" /><sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
<lastBuildDate>Mon, 07 Apr 2008 08:41:13 -0600</lastBuildDate><item><title>PyQuante2 added</title><dc:creator>rmuller@sandia.gov</dc:creator><dc:subject>News</dc:subject><dc:date>2007-03-20T15:59:22-06:00</dc:date><link>http://pyquante.sourceforge.net/news/files/4326892a2a25ec510850f42e3a507c95-5.html#unique-entry-id-5</link><guid isPermaLink="true">http://pyquante.sourceforge.net/news/files/4326892a2a25ec510850f42e3a507c95-5.html#unique-entry-id-5</guid><content:encoded><![CDATA[I've been playing around with developing an improved interface to PyQuante of late. The old functions like rhf() and dft() had inconsistent requirements for input, and printed out inconsistent output. My first stab at the rewrite were the now defunct HFSolver(), UHFSolver(), etc., modules. But I didn't have enough flexibility to plug in different eigensolvers, for example, and have removed those functions in favor of the ones in PyQuante2. You can now import SCF() from PyQuante2, and then use that single function to run many different types of calculations. This is all still in development; in fact, the "2" in PyQuante2 refers to release 2.0, by which time I hope that we will have sorted out all of the issues remaining about better interfaces.<br /><br />Everything is in the SVN development version, but this update was the major issue standing in the way of the 1.6 release, and so I anticipate making that release soon. Documentation is still incomplete, but snippets exist <a href="../cook/cook_hf/cook_hf.html" rel="self" title="Water HF (New)">here</a> and <a href="../cook/cook_dft/cook_dft.html" rel="self" title="Water DFT (New)">here</a>, and the PyQuante/Tests/UnitSweet.py has many examples of how these functions can be used.]]></content:encoded></item><item><title>New Basis Sets Added</title><dc:creator>rmuller@sandia.gov</dc:creator><dc:subject>News</dc:subject><dc:date>2007-02-24T06:55:22-07:00</dc:date><link>http://pyquante.sourceforge.net/news/files/23bb55f5e022df68395ffa82ff640789-4.html#unique-entry-id-4</link><guid isPermaLink="true">http://pyquante.sourceforge.net/news/files/23bb55f5e022df68395ffa82ff640789-4.html#unique-entry-id-4</guid><content:encoded><![CDATA[We've added some new basis sets (6-311G and friends, mostly). As of PyQuante 1.6, you can also import basis sets via<br /><br /><span style="font:12px Courier, mono; ">>>> solver = HFSolver(mol,basis="6-311G++(2d,2p)")<br /></span><br />]]></content:encoded></item><item><title>PyQuante 1.5.1 Release For Windows</title><dc:creator>rmuller@sandia.gov</dc:creator><dc:subject>News</dc:subject><dc:date>2007-02-21T11:29:29-07:00</dc:date><link>http://pyquante.sourceforge.net/news/files/9b2f77366c2b529f0a61c844f21ead77-3.html#unique-entry-id-3</link><guid isPermaLink="true">http://pyquante.sourceforge.net/news/files/9b2f77366c2b529f0a61c844f21ead77-3.html#unique-entry-id-3</guid><content:encoded><![CDATA[Noel O'Boyle has created a windows installer for PyQuante 1.5.1. Here's Noel's announcement from the mailing list:<br /><br />Releases of PyQuante 1.5.1 for Pythons 2.4 and 2.5 on Windows are now<br />available for download from:<br /><a href="http://sourceforge.net/project/showfiles.php?group_id=43213&package_id=173119" rel="self">http://sourceforge.net/project/showfiles.php?group_id=43213&package_id=173119</a><br /><br />Required:<br />(1) An installation of Python 2.4 or Python 2.5<br />(2) NumPy, available from http://numpy.scipy.org/ (click "Download NumPy").<br /><br />Note:<br />(1) Make sure that the version of PyQuante and NumPy you download<br />matches the Python version (that is, "py2.4" for Python 2.4)<br /><br />To test:<br />(1) Start a command prompt, and change directory to the Tests<br />subdirectory of PyQuante<br />(2) Run "python runalltests.py". Your output should be something like<br />the following:<br /><br />>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><br /><br />C:\PyQuante-1.5.1> C:\Python25\python runalltests.py<br /><br />Energy of Be/OEP close to -7.98? ... ok<br />Energy of H2 (using Gaussians) close to -1.08? ... ok<br />Energy of He (using Gaussians) close to -2.855? ... ok<br />Energy of H2O close to -76.011751? ... ok<br />Energy of H2O (Mindo) close to -48.825159? ... ok<br />Energy of OH (Mindo) close to 18.128? ... ok<br /><br />----------------------------------------------------------------------<br />Ran 6 tests in 23.589s<br /><br />OK<br />]]></content:encoded></item><item><title>Density Matrix Purification Rewritten</title><dc:creator>rmuller@sandia.gov</dc:creator><dc:subject>News</dc:subject><dc:date>2007-02-20T09:27:22-07:00</dc:date><link>http://pyquante.sourceforge.net/news/files/4b7586c3bde171e5c6ecaa959ed48408-2.html#unique-entry-id-2</link><guid isPermaLink="true">http://pyquante.sourceforge.net/news/files/4b7586c3bde171e5c6ecaa959ed48408-2.html#unique-entry-id-2</guid><content:encoded><![CDATA[I've rewritten the density matrix purification, and renamed the dmm.py module to DMP.py. Included is McWeeny purification, Canonical purification, trace correcting purification, and trace resetting purification. The Solvers.py module has tests that show how each of these functions can be called.]]></content:encoded></item><item><title>New eigensolver package added</title><dc:creator>rmuller@sandia.gov</dc:creator><dc:subject>News</dc:subject><dc:date>2007-02-17T19:18:56-07:00</dc:date><link>http://pyquante.sourceforge.net/news/files/87653932ff7af0587402d69ef5469837-1.html#unique-entry-id-1</link><guid isPermaLink="true">http://pyquante.sourceforge.net/news/files/87653932ff7af0587402d69ef5469837-1.html#unique-entry-id-1</guid><content:encoded><![CDATA[I've added a new module called Solvers.py to the SVN codebase that contains examples of using many different eigensolvers with PyQuante. PyQuante is small enough that the difference in speed between different eigensolvers is negligible. However, if you're interested in seeing how different solvers work, the module may interest you.]]></content:encoded></item><item><title>New PyQuante web pages created</title><dc:creator>rmuller@sandia.gov</dc:creator><dc:subject>News</dc:subject><dc:date>2007-02-17T19:14:47-07:00</dc:date><link>http://pyquante.sourceforge.net/news/files/a543f6c049d4cf01251697b41cf66e11-0.html#unique-entry-id-0</link><guid isPermaLink="true">http://pyquante.sourceforge.net/news/files/a543f6c049d4cf01251697b41cf66e11-0.html#unique-entry-id-0</guid><content:encoded><![CDATA[I've created a new set of web pages using <a href="http://www.realmacsoftware.com/rapidweaver/index.php" rel="self">RapidWeaver</a>. Hopefully this will spur a new revolution in the PyQuante documentation.]]></content:encoded></item></channel>
</rss>