Submit | Open tickets | Closed tickets

[ Ticket #352 ] Gaussian 03 bug
Date:
02/15/07 08:03
Submitted by:
unset
Assigned to:
unset
Category:
I/O
Priority:
5
Ticket group:
Unset
Resolution:
Resolved
Summary:
Gaussian 03 bug
Original submission:
The geometry is read from the "Standard orientation" or "Input orientation" cards of the log file. The xyz coordinates are read from the 3rd, 4th and 5th columns of the card. However now the 3rd column of the output tells what ONIOM type the atom is, therefore the correct variables to read would be the 4th, 5th and 6th: maybe you could patch this error ?
Please log in to add comments and receive followups via email.
Followups
Comment Date By
Looking at the Molekel source code version >= 4.3 the code seems correct:
...
if(flagG9803)
{
// read coordinates from 4th, 5th, 6th columns
if(sscanf(line, "%*d %d %*d %f %f %f", &ord, &x, &y, &z)
!= 4) return 0;
}
else
{
// read coordinates from 3rd, 4th, 5th columns
if(sscanf(line, "%*d %d %f %f %f", &ord, &x, &y, &z) != 4)
return 0;
}
...
08/16/07 10:03 varetto
No results for "Dependent on ticket"
No results for "Dependent on Task"
No other tickets are dependent on this ticket
Ticket change history
Field Old value Date By
status_id Unset 01/08/08 04:50 molekel
resolution_id Unset 01/08/08 04:50 molekel
close_date 12/31/69 19:00 01/08/08 04:50 molekel

© 1998-2025 Scilico, LLC. All rights reserved.