Author Topic: Triplet excited state with COSMO  (Read 4863 times)

garix

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Triplet excited state with COSMO
« on: February 24, 2020, 11:30:14 AM »
Dear all,
I am trying to run an SCS-ADC(2) single point calculation on a triplet excited state with COSMO, but the ricc2 calculation provides this error:

cc_parse_states> inconsistency in state input!

the control file is the following (only the lines concerning ricc2 and COSMO):

$ricc2
   adc(2)
   scs
$excitations
   irrep=a multiplicity=3 nexc=1
   spectrum states=all operators=diplen
   exprop relaxed states=all
$response
   fop relaxed
$cosmo
   epsilon= 6.97
   rsolv= 1.30
   refind= 1.406
   cosmorel state=(a 1)
# nofast
$cosmo_correlated
$cosmo_atoms


I tried to delete the spectrum states=all operators=diplen, but I get the same error.

Hope someone could help me.




Arnim

  • Developers
  • Sr. Member
  • *
  • Posts: 253
  • Karma: +0/-0
Re: Triplet excited state with COSMO
« Reply #1 on: February 25, 2020, 10:17:42 AM »
Hello,

the control file should have such keys for triplet excitation energies and dipole moments.
$ricc2
  scs
  adc(2)
$excitations
  irrep=a multiplicity=3  nexc=4
  exprop relaxed states=all
$response
   fop relaxed
$cosmo
   epsilon= 6.97
   rsolv= 1.30
   refind= 1.406
   cosmorel state=(a{3} 1)

'spectrum' is not a valid key for ricc2 and triplet excitations, since the oscillator strength are zero.

Cheers,
Arnim

garix

  • Newbie
  • *
  • Posts: 6
  • Karma: +0/-0
Re: Triplet excited state with COSMO
« Reply #2 on: March 12, 2020, 09:45:16 AM »
Dear Arnim,

Thank you very much for your help

Cheers

Gaetano