<?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=1455&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Multiwfn forum / Join degenerate Wavefunctions MO]]></title>
		<link>http://sobereva.com/wfnbbs/viewtopic.php?id=1455</link>
		<description><![CDATA[The most recent posts in Join degenerate Wavefunctions MO.]]></description>
		<lastBuildDate>Mon, 08 Jul 2024 02:29:22 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Join degenerate Wavefunctions MO]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=4367#p4367</link>
			<description><![CDATA[<p>Thank you very much, Prof. Tian and &quot;jxzou&quot;</p>]]></description>
			<author><![CDATA[dummy@example.com (aslozada)]]></author>
			<pubDate>Mon, 08 Jul 2024 02:29:22 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=4367#p4367</guid>
		</item>
		<item>
			<title><![CDATA[Re: Join degenerate Wavefunctions MO]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=4366#p4366</link>
			<description><![CDATA[<p>You can use the Python API `lin_comb_two_mo` in <a href="https://jeanwsr.gitlab.io/mokit-doc-mdbook/chap4-6.html#4637-lin_comb_two_mo" rel="nofollow">MOKIT</a>, which performs the linear combinations of two MOs</p><p>new_mo1 = 0.5*sqrt2*(mo1 + mo2)<br />new_mo2 = 0.5*sqrt2*(mo1 - mo2)</p><p>Note that the constant 0.5*sqrt2 is needed to ensure that MOs are still normalized (to 1.0). Here is the Python script</p><div class="codebox"><pre><code>from mokit.lib.gaussian import lin_comb_two_mo
lin_comb_two_mo(&#039;polyacene.fch&#039;, 30, 31)</code></pre></div><p>Here the integers 30,31 are the 31th and 32th MOs, respectively. MOKIT can be easily installed using conda, please see <a href="https://gitlab.com/jxzou/mokit" rel="nofollow">https://gitlab.com/jxzou/mokit</a></p>]]></description>
			<author><![CDATA[dummy@example.com (jxzou)]]></author>
			<pubDate>Mon, 08 Jul 2024 01:20:40 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=4366#p4366</guid>
		</item>
		<item>
			<title><![CDATA[Re: Join degenerate Wavefunctions MO]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=4343#p4343</link>
			<description><![CDATA[<p>Unfortunately, there is no existing function. If you really need this operation, you can consider to modify and recompile source code of Multiwfn to extend a new function. In which, for example, simplying using CO(imo,:)=CO(jmo,:)+CO(kmo,:) will sum up orbital expansion coefficients (w.r.t PGTFs) of orbitals jmo and kmo as imo. Note that after that usually one also needs to perform normalization for the new orbital.</p>]]></description>
			<author><![CDATA[dummy@example.com (sobereva)]]></author>
			<pubDate>Wed, 03 Jul 2024 23:22:54 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=4343#p4343</guid>
		</item>
		<item>
			<title><![CDATA[Join degenerate Wavefunctions MO]]></title>
			<link>http://sobereva.com/wfnbbs/viewtopic.php?pid=4339#p4339</link>
			<description><![CDATA[<p>Dear Prof. Tian,</p><p>Is there a way in Multiwfn to join two molecular orbitals with &quot;equal&quot; energy values?</p><p>In the case of option 19 - -menu 100 -- (&quot;combining fragment wavefunctions&quot;), a new wavefunction is obtained with m orbitals from fragment 1 and n orbitals from fragment 2. However, I am interested in join the coefficients of two orbitals with similar energy into the same orbital.</p><p>for example:</p><br /><p><a href="https://postimg.cc/NK3nh5T3" rel="nofollow"><span class="postimg"><img src="https://i.postimg.cc/NK3nh5T3/join.png" alt="join.png" /></span></a></p><p>Thank you very much</p>]]></description>
			<author><![CDATA[dummy@example.com (aslozada)]]></author>
			<pubDate>Wed, 03 Jul 2024 14:43:11 +0000</pubDate>
			<guid>http://sobereva.com/wfnbbs/viewtopic.php?pid=4339#p4339</guid>
		</item>
	</channel>
</rss>
