<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to tickets</title><link>https://sourceforge.net/p/libint/tickets/</link><description>Recent changes to tickets</description><atom:link href="https://sourceforge.net/p/libint/tickets/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 05 Mar 2014 17:29:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libint/tickets/feed.rss" rel="self" type="application/rss+xml"/><item><title>#15 Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/?limit=25#29a5</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;UPDATE: there is no bug here. The core ints are needed for up to quantum number max(LIBINT_MAX_AM&lt;em&gt;4 + INCLUDE_ERI, LIBINT_MAX_AM&lt;/em&gt;2 + INCLUDE_ERI2, LIBINT_MAX_AM*3 + INCLUDE_ERI3).&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edward Valeev</dc:creator><pubDate>Wed, 05 Mar 2014 17:29:47 -0000</pubDate><guid>https://sourceforge.net59c655bae2c82b9a20810d620b57f1ae025fba4b</guid></item><item><title>#11 make distclean does not work correctly</title><link>https://sourceforge.net/p/libint/tickets/11/?limit=25#83eb</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edward Valeev</dc:creator><pubDate>Wed, 05 Mar 2014 14:33:49 -0000</pubDate><guid>https://sourceforge.net20d038c9cdc460ae6a2089dbfb1234da179281df</guid></item><item><title>#4 Segmentation fault from build_libint</title><link>https://sourceforge.net/p/libint/tickets/4/?limit=25#a690</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edward Valeev</dc:creator><pubDate>Wed, 05 Mar 2014 14:32:32 -0000</pubDate><guid>https://sourceforge.neta5f044da630e0a98eef9df08af2496cebfb69d28</guid></item><item><title>#15 Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/?limit=25#0aca</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edward Valeev</dc:creator><pubDate>Wed, 05 Mar 2014 14:28:25 -0000</pubDate><guid>https://sourceforge.nete9938621af65e442c74b8b160945b2a5b57fa21f</guid></item><item><title>#15 Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/?limit=25#33ab</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;moved to &lt;a href="https://github.com/evaleev/libint/issues/4" rel="nofollow"&gt;https://github.com/evaleev/libint/issues/4&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Edward Valeev</dc:creator><pubDate>Wed, 05 Mar 2014 14:28:01 -0000</pubDate><guid>https://sourceforge.neta800093d3fc716b3ce8c3030c85b5a2b77571bb5</guid></item><item><title>#15 Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/?limit=25#020e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;moved to &lt;a href="https://github.com/evaleev/libint/issues/4" rel="nofollow"&gt;https://github.com/evaleev/libint/issues/4&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 05 Mar 2014 00:37:55 -0000</pubDate><guid>https://sourceforge.net39a1e7751b214b878ccfbcfa095d949f499bb38d</guid></item><item><title>#15 Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/?limit=25#b67b</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;Description has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -1,3 +1,3 @@&lt;/span&gt;
 When generating Libint with the compiler, the struct Libint_t in libint2_types.h doesn't always contain the right number of `_aB_s___0__s___1___TwoPRep_s___0__s___1___Ab__up_*` fields. The index at the end of the field name is expected to run from 0 to `LIBINT_MAX_AM*4 + max(INCLUDE_ERI, INCLUDE_ERI2, INCLUDE_ERI3)`. Instead, the fields are present only up to `LIBINT_MAX_AM*4 + INCLUDE_ERI`, which causes problems if INCLUDE_ERI2 &amp;gt; INCLUDE_ERI or INCLUDE_ERI3 &amp;gt; INCLUDE_ERI.

&lt;span class="gd"&gt;-The config which we were using was `../libint/configure '--with-cxx=g++ -std=c++0x' '--with-cxx-optflags=-O2 -fPIC' '--enable-eri=1' '--enable-eri2=3' '--enable-eri3=1' '--with-max-am=5' '--with-opt-am=4' '--disable-unrolling' '--enable-generic-code' '--enable-contracted-ints' '--with-pic'`. As a workaround, we increased `--enable-eri` to 3, which solved the problem, but increased compilation time considerably.&lt;/span&gt;
&lt;span class="gi"&gt;+The config parameters we were using were `../libint/configure '--with-cxx=g++ -std=c++0x' '--with-cxx-optflags=-O2 -fPIC' '--enable-eri=1' '--enable-eri2=3' '--enable-eri3=1' '--with-max-am=5' '--with-opt-am=4' '--disable-unrolling' '--enable-generic-code' '--enable-contracted-ints' '--with-pic'`. As a workaround, we increased `--enable-eri` to 3, which solved the problem, but increased compilation time considerably.&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kis Gergely</dc:creator><pubDate>Wed, 06 Nov 2013 18:21:54 -0000</pubDate><guid>https://sourceforge.net0ad4e4a6acfdd27767f940d4953a3c9baf3cd332</guid></item><item><title>Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 15 has been modified: Problem with 2- and 3-center derivatives&lt;br /&gt;
Edited By: Kis Gergely (lordavatar)&lt;br /&gt;
Description updated:&lt;br /&gt;
--- description-old&lt;/p&gt;
&lt;p&gt;+++ description-new&lt;/p&gt;
&lt;p&gt;@@ -1,3 +1,3 @@&lt;/p&gt;
&lt;p&gt;When generating Libint with the compiler, the struct Libint_t in libint2_types.h doesn't always contain the right number of &lt;code&gt;_aB_s___0__s___1___TwoPRep_s___0__s___1___Ab__up_*&lt;/code&gt; fields. The index at the end of the field name is expected to run from 0 to &lt;code&gt;LIBINT_MAX_AM*4 + max(INCLUDE_ERI, INCLUDE_ERI2, INCLUDE_ERI3)&lt;/code&gt;. Instead, the fields are present only up to &lt;code&gt;LIBINT_MAX_AM*4 + INCLUDE_ERI&lt;/code&gt;, which causes problems if INCLUDE_ERI2 &amp;gt; INCLUDE_ERI or INCLUDE_ERI3 &amp;gt; INCLUDE_ERI.&lt;/p&gt;
&lt;p&gt;-The config which we were using was &lt;code&gt;../libint/configure '--with-cxx=g++ -std=c++0x' '--with-cxx-optflags=-O2 -fPIC' '--enable-eri=1' '--enable-eri2=3' '--enable-eri3=1' '--with-max-am=5' '--with-opt-am=4' '--disable-unrolling' '--enable-generic-code' '--enable-contracted-ints' '--with-pic'&lt;/code&gt;. As a workaround, we increased &lt;code&gt;--enable-eri&lt;/code&gt; to 3, which solved the problem, but increased compilation time considerably.&lt;br /&gt;
+The config parameters we were using were &lt;code&gt;../libint/configure '--with-cxx=g++ -std=c++0x' '--with-cxx-optflags=-O2 -fPIC' '--enable-eri=1' '--enable-eri2=3' '--enable-eri3=1' '--with-max-am=5' '--with-opt-am=4' '--disable-unrolling' '--enable-generic-code' '--enable-contracted-ints' '--with-pic'&lt;/code&gt;. As a workaround, we increased &lt;code&gt;--enable-eri&lt;/code&gt; to 3, which solved the problem, but increased compilation time considerably.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kis Gergely</dc:creator><pubDate>Wed, 06 Nov 2013 18:20:47 -0000</pubDate><guid>https://sourceforge.netd38cba738e1f46e291bdc6d0fc88ca0fb7710f10</guid></item><item><title>Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When generating Libint with the compiler, the struct Libint_t in libint2_types.h doesn't always contain the right number of &lt;code&gt;_aB_s___0__s___1___TwoPRep_s___0__s___1___Ab__up_*&lt;/code&gt; fields. The index at the end of the field name is expected to run from 0 to &lt;code&gt;LIBINT_MAX_AM*4 + max(INCLUDE_ERI, INCLUDE_ERI2, INCLUDE_ERI3)&lt;/code&gt;. Instead, the fields are present only up to &lt;code&gt;LIBINT_MAX_AM*4 + INCLUDE_ERI&lt;/code&gt;, which causes problems if INCLUDE_ERI2 &amp;gt; INCLUDE_ERI or INCLUDE_ERI3 &amp;gt; INCLUDE_ERI.&lt;/p&gt;
&lt;p&gt;The config which we were using was &lt;code&gt;../libint/configure '--with-cxx=g++ -std=c++0x' '--with-cxx-optflags=-O2 -fPIC' '--enable-eri=1' '--enable-eri2=3' '--enable-eri3=1' '--with-max-am=5' '--with-opt-am=4' '--disable-unrolling' '--enable-generic-code' '--enable-contracted-ints' '--with-pic'&lt;/code&gt;. As a workaround, we increased &lt;code&gt;--enable-eri&lt;/code&gt; to 3, which solved the problem, but increased compilation time considerably.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kis Gergely</dc:creator><pubDate>Wed, 06 Nov 2013 18:20:47 -0000</pubDate><guid>https://sourceforge.net80b454e322da6f270b4201ccba64278d94891ec5</guid></item><item><title>Problem with 2- and 3-center derivatives</title><link>https://sourceforge.net/p/libint/tickets/15/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 15 has been modified: Problem with 2- and 3-center derivatives&lt;br /&gt;
Edited By: Edward Valeev (evaleev)&lt;br /&gt;
Status updated: u'open' =&amp;gt; u'closed'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kis Gergely</dc:creator><pubDate>Wed, 06 Nov 2013 18:20:47 -0000</pubDate><guid>https://sourceforge.netc0b23a35de88b65008238af19f842416e43e01e4</guid></item></channel></rss>