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

Extraction of CML-CompChem from Gaussian, GAMESS-US and QChem #1

Open
wants to merge 237 commits into
base: master
Choose a base branch
from

Conversation

ostueker
Copy link
Member

Work to improve support of extracting from Gaussian files as well as parsers for GAMESS-US and QChem.

ostueker and others added 30 commits July 22, 2014 17:24
The designation '<property dictRef="cc:zeropoint">' was not correct,
as the list contains more than just the ZeroPointEnergy.

Also resolved ambigous dictRefs of individual terms.

See testcase in l716.thermochemistry.energies.xml for new output.
and fixed bug that energies are extracted from "terse" Gaussian output.
* Added support for:
  G3, G3MP2, G3B3, G3MP2B3,
  G4 and G4MP2

* Needed to find new markers for the beginning and end of jobs
  to have the final "Mixed" archive end up in it's own job.

* Added a workaround to l9999.molecule.array.xml
  to enable extracting the coordinates from SP and Mixed operations
  in the composite methods,
  as in those the coordinate line includes a freeze-code (0)
  between the Symbol and the X-coordinate.
1. Terminlology:
In the Archive the "forces" are actually gradients (inverted sign).
Therefore the dictRef has been corrected from cc:forces to cc:gradients.

2. Bugfix:
The arrays with cc:forceConstants and cc:gradients have been pulled-up
too far in the xml tree, so that they appeared in the root cml:module.
The Object returned by evaluateValue(fromElement, value) can be
a String, int, double or null, where the middle two can't be just
casted into a Sting.
Just replacing the cast ti Sting by .toString() raises an NPE,
when null is returned.
fixed: adding the attributes `spinMultiplicity` and `formalCharge`
to `cml:molecule`s
This patch tries to remove extra spaces before parsing the date with JodaTime.
see https://bitbucket.org/oliver_stueker/jumbo-converters/issue/3
GAMESS VERSION = 12 JAN 2009 (R1)
SudoKel and others added 30 commits July 29, 2016 22:25
…ital eigenvalues, orbital eigens and density matrices
…f cc:thirdDerivativesMethod for third derivatives method
…module and modules l716 and l601.polariz to finalization child module otherComponents
…nt to finalization property list, added module cc:multipole to finalization module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants