Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cn rotation not recognized by TURBOMOLE (prevents symmetric optimization) #117

Open
marcelmbn opened this issue Jan 29, 2025 · 1 comment · Fixed by #118
Open

Cn rotation not recognized by TURBOMOLE (prevents symmetric optimization) #117

marcelmbn opened this issue Jan 29, 2025 · 1 comment · Fixed by #118
Assignees
Labels
algorithm Related to the back-end algorithm for generating the mindless molecules. interface unconfirmed Issue has not been or cannot be confirmed.

Comments

@marcelmbn
Copy link
Member

marcelmbn commented Jan 29, 2025

Symmetry not recognized by TURBOMOLE

TURBOMOLE calculations with c<n> symmetrical molecules do not recognize correct symmetry during setup of the calculation.

  • When starting the calculation via cefine (define), the following error message results:
 MOs are in ASCII format !


    mo occupation :
   irrep   mo's   occupied
    a      121       34
    e      242       67
 
 number of basis functions   :   363
 number of occupied orbitals :   101
 

 reading orbital data $uhfmo_alpha  from file alpha
 orbital characterization : expanded

 reading orbital data $uhfmo_beta  from file beta
 orbital characterization : expanded

 <moredu> : incomplete set of e   -mo's
 agreement is only 0.00000000000000D+00 - obtained for MO pair    67//   66


========================
 internal module stack: 
------------------------
    ridft
    getmos
    moget
========================

 fatal error in moredu.
 ridft ended abnormally
 ridft ended abnormally
program stopped.
  • When starting the calculation via a control file setup (without $symmetry block), c1 is assumed.
    Example for control file:
$coord file=coord
$charge=0 unpaired=0
$atoms
   basis=def2-SVP
$dft
   functional PBE
   gridsize m4
$rij
$disp4
$scfiterlimit 100
$scfconv 7
$energy file=energy
$grad file=gradient
$end
@marcelmbn marcelmbn added algorithm Related to the back-end algorithm for generating the mindless molecules. interface unconfirmed Issue has not been or cannot be confirmed. labels Jan 29, 2025
@marcelmbn marcelmbn self-assigned this Jan 29, 2025
@marcelmbn
Copy link
Member Author

Still happens sometimes with the same error:

 No input with occupation numbers/open-shell information found

 start vectors will be provided by an EHT guess

 The EHT guess will be determined for:
   molecular charge   :    0
   number of electrons:  255
   S_z eigenvalue     :    1
  missing alpha occupation number declaration 
  missing beta occupation number declaration 

 No input with occupation numbers/open-shell information found

 start vectors will be provided by an EHT guess

 The EHT guess will be determined for:
   molecular charge   :    0
   number of electrons:  255
   S_z eigenvalue     :    1
 

 <moredu> : incomplete set of e   -mo's
 agreement is only 0.00000000000000D+00 - obtained for MO pair    85//   84


========================
 internal module stack: 
------------------------
    ridft
    getmos
    moget
========================

 fatal error in moredu.
 ridft ended abnormally
ridft step ended abnormally
next step = ridft

@marcelmbn marcelmbn reopened this Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
algorithm Related to the back-end algorithm for generating the mindless molecules. interface unconfirmed Issue has not been or cannot be confirmed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant