<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://sobereva.com/wfnbbs/extern.php?action=feed&amp;tid=861&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Multiwfn forum / population analysis with MBIS partitioning]]></title>
		<link>http://sobereva.com/wfnbbs/viewtopic.php?id=861</link>
		<description><![CDATA[The most recent posts in population analysis with MBIS partitioning.]]></description>
		<lastBuildDate>Thu, 09 May 2024 22:55:11 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3814#p3814</link>
			<description><![CDATA[<p>Now sigma_i and N_i values can be directly outputted, see <a href="http://sobereva.com/wfnbbs/viewtopic.php?pid=3813" rel="nofollow">http://sobereva.com/wfnbbs/viewtopic.php?pid=3813</a></p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Thu, 09 May 2024 22:55:11 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3814#p3814</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3320#p3320</link>
			<description><![CDATA[<div class="quotebox"><cite>sobereva wrote:</cite><blockquote><div><p>There is no file named no2F2.h.</p><p>If you cannot find a way to solve it, you can simply delete definition of &quot;subroutine orbfracderiv&quot; and &quot;function fracderiv&quot; from function.f90, and remove &quot;userfunc=fracderiv(x,y,z)&quot; from this file. Also, remove &quot;use mod_2F2, only: set_alpha_level&quot; from Multiwfn.f90.</p></div></blockquote></div><p>I tried it but unfortunately didn&#039;t fix the issue. I will try it on another machine and write here the outcome.<br />Thanks again.</p>]]></description>
			<author><![CDATA[dummy@example.com (axeljr7)]]></author>
			<pubDate>Wed, 16 Aug 2023 11:59:19 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3320#p3320</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3319#p3319</link>
			<description><![CDATA[<p>There is no file named no2F2.h.</p><p>If you cannot find a way to solve it, you can simply delete definition of &quot;subroutine orbfracderiv&quot; and &quot;function fracderiv&quot; from function.f90, and remove &quot;userfunc=fracderiv(x,y,z)&quot; from this file. Also, remove &quot;use mod_2F2, only: set_alpha_level&quot; from Multiwfn.f90.</p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Mon, 14 Aug 2023 18:19:24 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3319#p3319</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3318#p3318</link>
			<description><![CDATA[<div class="quotebox"><cite>sobereva wrote:</cite><blockquote><div><div class="quotebox"><cite>axeljr7 wrote:</cite><blockquote><div><p>I just tried to modify the code but compilation from the source code raises some errors (as can be seen in the photo attached).<br />I would be so thankful for a hint to fix it.</p><p><a href="https://postimg.cc/xkyxJXTT" rel="nofollow">https://i.postimg.cc/xkyxJXTT/Screenshot-at-2023-08-12-15-36-13.png</a></p></div></blockquote></div><p>I don&#039;t find any problem in compiling the latest source code package on Multiwfn website. From the screenshot, mod_2f2.mod cannot be found, however, after compiling ext/2F2.f90 as shown by the following lines in Makefile, mod_2f2.mod should then be produced in current folder. Please check if &quot;ext&quot; subfolder exists in current folder.</p><p>2F2.f90.o : ext/2F2.f90 util.o Bspline.o<br />&#160; &#160; $(FC) $(OPT) -c ext/2F2.f90 -o 2F2.f90.o</p></div></blockquote></div><p>ext subdirectory exists and includes no2F2.c, 2F2.h, 2F2.f90, 2F2.c and no2F2.f90 (but not no2F2.h)<br />Can it be the reason of the problem?</p>]]></description>
			<author><![CDATA[dummy@example.com (axeljr7)]]></author>
			<pubDate>Mon, 14 Aug 2023 09:09:38 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3318#p3318</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3317#p3317</link>
			<description><![CDATA[<div class="quotebox"><cite>axeljr7 wrote:</cite><blockquote><div><p>I just tried to modify the code but compilation from the source code raises some errors (as can be seen in the photo attached).<br />I would be so thankful for a hint to fix it.</p><p><a href="https://postimg.cc/xkyxJXTT" rel="nofollow">https://i.postimg.cc/xkyxJXTT/Screenshot-at-2023-08-12-15-36-13.png</a></p></div></blockquote></div><p>I don&#039;t find any problem in compiling the latest source code package on Multiwfn website. From the screenshot, mod_2f2.mod cannot be found, however, after compiling ext/2F2.f90 as shown by the following lines in Makefile, mod_2f2.mod should then be produced in current folder. Please check if &quot;ext&quot; subfolder exists in current folder.</p><p>2F2.f90.o : ext/2F2.f90 util.o Bspline.o<br />&#160; &#160; $(FC) $(OPT) -c ext/2F2.f90 -o 2F2.f90.o</p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Sun, 13 Aug 2023 20:54:07 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3317#p3317</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3315#p3315</link>
			<description><![CDATA[<p>I just tried to modify the code but compilation from the source code raises some errors (as can be seen in the photo attached).<br />I would be so thankful for a hint to fix it.</p><p><a href="https://postimg.cc/xkyxJXTT" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/xkyxJXTT/Screenshot-at-2023-08-12-15-36-13.png" alt="Screenshot-at-2023-08-12-15-36-13.png" /></span></a></p>]]></description>
			<author><![CDATA[dummy@example.com (axeljr7)]]></author>
			<pubDate>Sat, 12 Aug 2023 13:40:48 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3315#p3315</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3312#p3312</link>
			<description><![CDATA[<p>that sounds really exciting. Thanks for that in advance. If might be of help, one can also get the python scripts of the method provided by the main developers at: <a href="https://github.com/theochem/denspart" rel="nofollow">https://github.com/theochem/denspart</a><br />Additionally, one interesting option for the new implementation in Multiwfn would also be also to include it in fuzzy space computations and specially computations of effective and free volumes and atomic polarizability (option 15).&#160; That would be highly appreciated.</p><br /><div class="quotebox"><cite>sobereva wrote:</cite><blockquote><div><p>The MBIS code in Multiwfn currently is in experimental status, and was directly contributed by other people (Frank Jensen). I intend to polish and parallelize this piece of code soon, at that time perhaps I will add an option to export the intermediate quantities. Currently you have to manually modify the source code to realize this pupose (please search &quot;subroutine MBIS&quot; in population.f90)</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (axeljr7)]]></author>
			<pubDate>Wed, 09 Aug 2023 16:19:40 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3312#p3312</guid>
		</item>
		<item>
			<title><![CDATA[Re: population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3311#p3311</link>
			<description><![CDATA[<p>The MBIS code in Multiwfn currently is in experimental status, and was directly contributed by other people (Frank Jensen). I intend to polish and parallelize this piece of code soon, at that time perhaps I will add an option to export the intermediate quantities. Currently you have to manually modify the source code to realize this pupose (please search &quot;subroutine MBIS&quot; in population.f90)</p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Wed, 09 Aug 2023 16:06:06 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3311#p3311</guid>
		</item>
		<item>
			<title><![CDATA[population analysis with MBIS partitioning]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=3310#p3310</link>
			<description><![CDATA[<p>Dear all,<br />for the computation of MBIS charges implemented in multiwfn, is there a way to obtain and save the final converged parameters of the gaussian terms (sigm_i and N_i values)?<br />That would be highly beneficial and useful.</p>]]></description>
			<author><![CDATA[dummy@example.com (axeljr7)]]></author>
			<pubDate>Wed, 09 Aug 2023 15:58:20 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=3310#p3310</guid>
		</item>
	</channel>
</rss>
