<div dir="ltr">Daniel,<br><div><br></div><div>I can only answer part (1). The reason it is not expanded is because the .molprorc file is read directly in Fortran which does not know about shell variables or how to expand them. There is already an enhancement bug about implementing this in the future, but currently you need to write the fully qualified directories.</div><div><br></div><div>You can probably achieve what you want by using the MOLPRO_OPTIONS environment variable instead.</div><div><br></div><div>I completely agree about '--backup 2' in .molprorc - this does not appear to be working correctly, I will file a bug about this. It does work directly on the command line:</div><div><br></div><div>molpro --backup 2 input.mol</div><div><br></div><div>and also via MOLPRO_OPTIONS:</div><div><br></div><div>export MOLPRO_OPTIONS="--backup 2"<br></div><div>molpro input.mol</div><div><br></div><div>Best wishes,</div><div><br></div><div>Andy</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 17 February 2016 at 10:29, Daniel Nurkowski <span dir="ltr"><<a href="mailto:dln22.como@gmail.com" target="_blank">dln22.como@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Molpro users,<br>
<br>
I would like to ask you for a small advice. I have two questions:<br>
<br>
1) Could you please tell me what is a proper syntax of $HOME/.molprorc<br>
file? At the moment I can not get my system variables expanded. For<br>
example, if in my .molprorc file I have:<br>
<br>
--no-backup<br>
--no-xml-output<br>
-d /scratch/$USER/molpro_scratch<br>
-W /scratch/$USER/molpro_scratch<br>
-I /scratch/$USER/molpro_scratch<br>
<br>
Then $USER is not properly expanded. I have tried many different ways<br>
to get it working, but for some reason it failed. Apart from that, if<br>
I set:<br>
<br>
--backup 2<br>
<br>
to have two files backed up then molpro fails with an error that "more<br>
than 1 input file is not allowed" . I would be very grateful for any<br>
advice. (I am aware that I might be missing something simple).<br>
<br>
<br>
2) My second question is about an optimisation of the geometry to a<br>
specifc state in a state-average CASPT2 calculation. I am trying to<br>
optimise lowest electronic state either keeping fragments fixed or<br>
relaxed at some fixed distance R5. I need to use SA-CASSCF in order to<br>
avoid root-flipping errors. I also can not use symmetry in this<br>
particular case. My example is for CAS(6e,4o)  (1 TiCl3 radical<br>
orbital and 3p Cl orbitals) where I compute orbitals for 3 electronic<br>
states.<br>
<br>
So far my attempts have failed. The optimisation goes for a few steps<br>
and then there is a convergence problem in "multi". I was then<br>
wondering if there is a way to run a job with larger CAS prior to the<br>
main job in the optimisation scheme to help with the convergence?<br>
However, when I tried that then only the last multi job is taken into<br>
account for the optimisation routine.<br>
<br>
Here is my input file:<br>
<br>
***, TiCl3--Cl rigid opt<br>
memory,300,M<br>
angstrom<br>
nosym<br>
geometry={<br>
Ti1<br>
Cl1,  Ti1,  r2<br>
Cl2,  Ti1,  r3,  Cl1,  a3<br>
Cl3,  Ti1,  r4,  Cl1,  a4,  Cl2,  d4<br>
Cl4,  Ti1,  r5,  Cl1,  a5,  Cl2,  d5<br>
}<br>
R2= 2.2030  ANGSTROM<br>
R3= 2.2030  ANGSTROM<br>
A3= 120.00  DEGREE<br>
R4= 2.2030  ANGSTROM<br>
A4= 120.00  DEGREE<br>
D4= 180.03  DEGREE<br>
A5=  90.17  DEGREE<br>
D5=  91.45  DEGREE<br>
R5=3.0<br>
<br>
basis=cc-pVDZ<br>
{rhf; wf,90,1,2}<br>
! Running optimisations<br>
        {multi; closed, 42; occ, 46; wf, 90, 1, 0; state, 3};<br>
        {rs2, shift=0.2; state, 3}<br>
        e1=energy(1)<br>
        if (energy(2).LT.e1) then<br>
          e1=energy(2)<br>
        endif<br>
        if (energy(3).LT.e1) then<br>
          e1 = energy(3)<br>
        endif<br>
       {optg, variable=e1, maxit=100; active, A5, D5; inactive, R5}<br>
---<br>
<br>
Best regards,<br>
Daniel<br>
<br>
_______________________________________________<br>
Molpro-user mailing list<br>
<a href="mailto:Molpro-user@molpro.net">Molpro-user@molpro.net</a><br>
<a href="http://www.molpro.net/mailman/listinfo/molpro-user" rel="noreferrer" target="_blank">http://www.molpro.net/mailman/listinfo/molpro-user</a><br>
</blockquote></div><br></div>