Commit ccf8d24
authored
Avoid parsing active space when wavefunctions are used without proceeding to MRCI in molpro (#830)
Parsing active space is needed before running an MRCI job in molpro. For
a method type labeled as wavefunction (CC), ARC tries to run
parse_active_space, but stops the whole job if SP was not in molpro.
Fixed to allow using wavefunctions without MRCI.2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2681 | 2681 | | |
2682 | 2682 | | |
2683 | 2683 | | |
2684 | | - | |
| 2684 | + | |
2685 | 2685 | | |
2686 | 2686 | | |
2687 | 2687 | | |
| |||
0 commit comments