<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Brian,<div><br></div><div>the default in Molpro for the ECP28MDF pseudopotential used in the cc-pVDZ-PP basis set (and which "should" be the default in all programs using this basis set) is to keep the 5s and 4d electrons in the valence and keep the 4s and 4p electrons in the core.  The PP itself replaces the first 28 electrons, which includes everything through n=3.  I believe this is actually what you are wanting to do with your clusters.</div><div><br></div><div>Like the occ and closed directives, the core directive requires to specify the orbitals by their symmetry irreps.  So if I was looking at the isolated atom, which has D2h symmetry as its highest abelian group, then the default core directive would be:</div><div><br></div><div>{ccsd(t);core,1,1,1,0,1}</div><div><br></div><div>which freezes the 4s and three components of the 4p.  You can always see the default frozen core for your particular molecular symmetry by inspecting the output towards the end of the integral calculation section.  There will be a section that gives the number of orbitals in each irrep for various categories:</div><div><br></div><div>NUMBER OF CONTRACTIONS: </div><div>NUMBER OF CORE ORBITALS:</div><div>NUMBER OF VALENCE ORBITALS:</div><div> </div><div>The one for Core of course is the default frozen core and the sum of "valence" and "core" by the way gives the full valence CAS occupation.</div><div><br></div><div>best regards,</div><div><br></div><div>-Kirk</div><div><br><div><div>On Sep 23, 2012, at 6:18 AM, Brian Napolion <<a href="mailto:brian_napolion@yahoo.com">brian_napolion@yahoo.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font: inherit;">Hello,<br>I am new to MOLPRO. I see this program drops or freezes the specified core orbitals differently than other programs. What is the correct key word to use if I want to <br> use a ECP-28 and drop eight of the 3d10 electrons and all of the 4p6 electrons. That would give me the a total of 8e's divided by 2, which means I am dropping 4 molecular orbitals for each silver atom( leaving 5s1 and 4d10 to participate in correlation). I would like to do this for different ag clusters such as ag4.<br><br><br>Would I use the "core" or "frozen" key words. For instance ag3 would it be<br>FROZEN,12 ?<br><br>The default I believe for frozen core orbitals with a ECP-28 in molpro is to drop everything but the 5s1 electron, and the 3d10 -  4p6 - 4d10  are not included<br><br>Below is my input file for ag4, what else would I need to correctly set this
 up.<br><br>memory,50,m<br>include procedures<br>basis=cc-pVDZ-PP<br>geometry={angstroms;<br>                   X;<br>                   X,1,XX;<br>                   AG,2,RS,1,90;<br>                   AG,2,RS,1,90,3,120;<br>                   AG,2,RS,1,90,3,-120;<br>                   AG,2,RL,1,90,3,180;<br>                  
 }<br>RS=1.61853532<br>RL=3.11497958<br>XX=1.0<br>hf<br>CCSD(T)<br>DUMMY,1,2<br>{optg;<br>ACTIVE,RS,RL;}<br><br><br><br></td></tr></tbody></table>_______________________________________________<br>Molpro-user mailing list<br><a href="mailto:Molpro-user@molpro.net">Molpro-user@molpro.net</a><br>http://www.molpro.net/mailman/listinfo/molpro-user</blockquote></div><br></div></body></html>