-
Notifications
You must be signed in to change notification settings - Fork 21
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
Input parsing cleaning and PhysConsts from QCelemental #404
Input parsing cleaning and PhysConsts from QCelemental #404
Commits on Mar 24, 2022
-
Added predicate for ensuring positive spin multiplicities
Anders Brakestad committedMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 7c3b8e3 - Browse repository at this point
Copy the full SHA 7c3b8e3View commit details -
Moved the molecule validation out of the api file, to make the struct…
…ure cleaner.
Anders Brakestad committedMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 4df67d2 - Browse repository at this point
Copy the full SHA 4df67d2View commit details -
Simplified write_molecule function
Anders Brakestad committedMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for b9d3b1d - Browse repository at this point
Copy the full SHA b9d3b1dView commit details -
Removed method for writing to program syntax. might as well do this i…
…n api.py to keep the code consistent there
Anders Brakestad committedMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 83bad78 - Browse repository at this point
Copy the full SHA 83bad78View commit details -
Removed import of weird package that was sneaked in somehow
Anders Brakestad committedMar 24, 2022 Configuration menu - View commit details
-
Copy full SHA for 9eef63c - Browse repository at this point
Copy the full SHA 9eef63cView commit details
Commits on Mar 25, 2022
-
Anders Brakestad committed
Mar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 73902ed - Browse repository at this point
Copy the full SHA 73902edView commit details -
Not use walrus operator to avoid having to change python version requ…
…irement.
Anders Brakestad committedMar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 18843e7 - Browse repository at this point
Copy the full SHA 18843e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1605865 - Browse repository at this point
Copy the full SHA 1605865View commit details -
Anders Brakestad committed
Mar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for a038d83 - Browse repository at this point
Copy the full SHA a038d83View commit details -
Removed __init__ file in input parsing plumbing
Anders Brakestad committedMar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 20a4217 - Browse repository at this point
Copy the full SHA 20a4217View commit details -
Cleaned up the imports, moved constants to separate file temporarily to
Anders Brakestad committedMar 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 7960907 - Browse repository at this point
Copy the full SHA 7960907View commit details
Commits on Mar 28, 2022
-
Anders Brakestad committed
Mar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for d073311 - Browse repository at this point
Copy the full SHA d073311View commit details -
Removed duplicated cavity sphere in ref input and reran test. The tes…
…t now passes.
Anders Brakestad committedMar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 005c09a - Browse repository at this point
Copy the full SHA 005c09aView commit details -
Anders Brakestad committed
Mar 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 96a0527 - Browse repository at this point
Copy the full SHA 96a0527View commit details
Commits on Mar 30, 2022
-
Sketched the handling of physical constants to use qcelemental on the…
… python side.
Anders Brakestad committedMar 30, 2022 Configuration menu - View commit details
-
Copy full SHA for 52c019e - Browse repository at this point
Copy the full SHA 52c019eView commit details
Commits on Mar 31, 2022
-
Write constants to program.json
Anders Brakestad committedMar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 22333a9 - Browse repository at this point
Copy the full SHA 22333a9View commit details -
Singleton class providing access to the constants.
Anders Brakestad committedMar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for a2c1fa0 - Browse repository at this point
Copy the full SHA a2c1fa0View commit details -
Anders Brakestad committed
Mar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for d4d0f98 - Browse repository at this point
Copy the full SHA d4d0f98View commit details -
Anders Brakestad committed
Mar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 779b3c1 - Browse repository at this point
Copy the full SHA 779b3c1View commit details -
Anders Brakestad committed
Mar 31, 2022 Configuration menu - View commit details
-
Copy full SHA for 83c35cb - Browse repository at this point
Copy the full SHA 83c35cbView commit details
Commits on Apr 1, 2022
-
Added default constants to constructor. will be accessed if no data h…
…as been set, so that unit tests can pass.
Anders Brakestad committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for f668dc3 - Browse repository at this point
Copy the full SHA f668dc3View commit details -
Added qcelemental as python dep
Anders Brakestad committedApr 1, 2022 Configuration menu - View commit details
-
Copy full SHA for 09fe423 - Browse repository at this point
Copy the full SHA 09fe423View commit details
Commits on Apr 4, 2022
-
Now only a subset of the constants relevant for MRChem are added to t…
…he program input.
Anders Brakestad committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for fcb4c35 - Browse repository at this point
Copy the full SHA fcb4c35View commit details -
Added qcelemental to let tests run via github actions pass.
Anders Brakestad committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 6dda95e - Browse repository at this point
Copy the full SHA 6dda95eView commit details -
Fixed bug in the case of constants name. all constants passed to cpp …
…are lower_case
Anders Brakestad committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 9b77d4c - Browse repository at this point
Copy the full SHA 9b77d4cView commit details -
Added qcelemental to make codecoverage pass
Anders Brakestad committedApr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for fa39973 - Browse repository at this point
Copy the full SHA fa39973View commit details -
Anders Brakestad committed
Apr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 2fde3bf - Browse repository at this point
Copy the full SHA 2fde3bfView commit details -
Anders Brakestad committed
Apr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 475d464 - Browse repository at this point
Copy the full SHA 475d464View commit details -
Anders Brakestad committed
Apr 4, 2022 Configuration menu - View commit details
-
Copy full SHA for 7528d8e - Browse repository at this point
Copy the full SHA 7528d8eView commit details
Commits on Apr 5, 2022
-
Redesigned MRChemConstants. No longer inherits from qcelemental, but …
…instantiates a PhysicalConstantsContext in __init__. This cleans up the class namespace a bit.
Anders Brakestad committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 505bc78 - Browse repository at this point
Copy the full SHA 505bc78View commit details -
Anders Brakestad committed
Apr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 4858ecd - Browse repository at this point
Copy the full SHA 4858ecdView commit details -
Added qcelemental to dev packages
Anders Brakestad committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 374c329 - Browse repository at this point
Copy the full SHA 374c329View commit details -
Updated singleton design, and the calls for fetching constants.
Anders Brakestad committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 6607872 - Browse repository at this point
Copy the full SHA 6607872View commit details -
Updated call to MRChemConstants
Anders Brakestad committedApr 5, 2022 Configuration menu - View commit details
-
Copy full SHA for 4820d7e - Browse repository at this point
Copy the full SHA 4820d7eView commit details
Commits on Apr 6, 2022
-
Fix symbols not found error during linking.
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for ef56699 - Browse repository at this point
Copy the full SHA ef56699View commit details -
Remove explicitly defined constants. will fix unit tests later
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 05ce3a4 - Browse repository at this point
Copy the full SHA 05ce3a4View commit details -
Anders Brakestad committed
Apr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 8f88517 - Browse repository at this point
Copy the full SHA 8f88517View commit details -
Script that can update the constants section in template.yml, execute…
… parselglossy to update the input parser, and copy the new user ref to doc/users/
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for efcdfa8 - Browse repository at this point
Copy the full SHA efcdfa8View commit details -
Added description to CLI interface
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for d0b5d1d - Browse repository at this point
Copy the full SHA d0b5d1dView commit details -
Update to match name for light speed constant
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for ee0542e - Browse repository at this point
Copy the full SHA ee0542eView commit details -
Anders Brakestad committed
Apr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 569f9a9 - Browse repository at this point
Copy the full SHA 569f9a9View commit details -
Anders Brakestad committed
Apr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 76a6c5c - Browse repository at this point
Copy the full SHA 76a6c5cView commit details -
Now fetch constants from user_dict
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 9a688ba - Browse repository at this point
Copy the full SHA 9a688baView commit details -
Added instructions for updating constants and the input parser with t…
…he new script.
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 9479eca - Browse repository at this point
Copy the full SHA 9479ecaView commit details -
Updated template and input parser to allow the user to overwrite cons…
…tant defaults
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 51958c7 - Browse repository at this point
Copy the full SHA 51958c7View commit details -
Anders Brakestad committed
Apr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 9e5e916 - Browse repository at this point
Copy the full SHA 9e5e916View commit details -
Anders Brakestad committed
Apr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for f3c81da - Browse repository at this point
Copy the full SHA f3c81daView commit details -
Store constants explicitly in cpp to make unit tests pass.
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for a509ce4 - Browse repository at this point
Copy the full SHA a509ce4View commit details -
Remove qcelemental dependency from input parsing.
Anders Brakestad committedApr 6, 2022 Configuration menu - View commit details
-
Copy full SHA for c5dce35 - Browse repository at this point
Copy the full SHA c5dce35View commit details
Commits on Apr 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for df73d7a - Browse repository at this point
Copy the full SHA df73d7aView commit details -
Updated the way constants are defined. Removed unused constants. Adde…
…d a try-catch clause when getting constants, to help debugging when using incorrect constant names. Added more detailed docstrings to the constants, indicating areas of the code affected by changing the default of a constant.
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 1ead17b - Browse repository at this point
Copy the full SHA 1ead17bView commit details -
Updated constant docstrings plus some minor cleanups
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for cc8b2dd - Browse repository at this point
Copy the full SHA cc8b2ddView commit details -
Removed sqrt(pi) as a separate constant
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for ea3e411 - Browse repository at this point
Copy the full SHA ea3e411View commit details -
Removed light_speed keyword from ZORA input section. This is taken ca…
…re of in the new Constants input section
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 0298536 - Browse repository at this point
Copy the full SHA 0298536View commit details -
Removed light_speed keyword from ZORA input section. This is taken ca…
…re of in the new Constants input section
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 3127872 - Browse repository at this point
Copy the full SHA 3127872View commit details -
Added a print function to PhysicalConstants. Prints at printlevel 0.
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for e67d732 - Browse repository at this point
Copy the full SHA e67d732View commit details -
Bug fixes related to the light speed keyword being moved from ZORA to…
… Constants
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 19bec5d - Browse repository at this point
Copy the full SHA 19bec5dView commit details -
Removed pi from mrchem constants. Now mrcpp::pi is used for all calls…
… to pi.
Anders Brakestad committedApr 7, 2022 Configuration menu - View commit details
-
Copy full SHA for b70a07a - Browse repository at this point
Copy the full SHA b70a07aView commit details
Commits on Apr 8, 2022
-
Added constants section to input schema
Anders Brakestad committedApr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for ecc035a - Browse repository at this point
Copy the full SHA ecc035aView commit details -
Made constants being printed at printlevel 1 and above
Anders Brakestad committedApr 8, 2022 Configuration menu - View commit details
-
Copy full SHA for acf8960 - Browse repository at this point
Copy the full SHA acf8960View commit details
Commits on Apr 11, 2022
-
Added keyword to printer so that the user can choose when to print th…
…e constants. Also made the spacing adaptive to the constant names.
Anders Brakestad committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 20f0307 - Browse repository at this point
Copy the full SHA 20f0307View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ef30f - Browse repository at this point
Copy the full SHA 13ef30fView commit details -
Fix error from conflic resolution
Anders Brakestad committedApr 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 3142afe - Browse repository at this point
Copy the full SHA 3142afeView commit details
Commits on Apr 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f800d3f - Browse repository at this point
Copy the full SHA f800d3fView commit details
Commits on Apr 21, 2022
-
Anders Brakestad committed
Apr 21, 2022 Configuration menu - View commit details
-
Copy full SHA for c7bb479 - Browse repository at this point
Copy the full SHA c7bb479View commit details -
Increased distance to colon to allow for printing longer strings
Anders Brakestad committedApr 21, 2022 Configuration menu - View commit details
-
Copy full SHA for 52ff645 - Browse repository at this point
Copy the full SHA 52ff645View commit details
Commits on Apr 25, 2022
-
Ensure the indentation scheme in the input template.
Anders Brakestad committedApr 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 1cf402f - Browse repository at this point
Copy the full SHA 1cf402fView commit details -
Added json print helper method to print_utils. Use this to print phys…
…ical constants. Removed print precision option, now print constants exactly as given.
Anders Brakestad committedApr 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 484da12 - Browse repository at this point
Copy the full SHA 484da12View commit details -
Undo modification to print widths.
Anders Brakestad committedApr 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 69158fe - Browse repository at this point
Copy the full SHA 69158feView commit details -
Anders Brakestad committed
Apr 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 0fe4162 - Browse repository at this point
Copy the full SHA 0fe4162View commit details -
Added ruamel.yaml to dev packages
Anders Brakestad committedApr 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 6c7e724 - Browse repository at this point
Copy the full SHA 6c7e724View commit details
Commits on Apr 26, 2022
-
Updated json printer to newest version.
Anders Brakestad committedApr 26, 2022 Configuration menu - View commit details
-
Copy full SHA for c0da948 - Browse repository at this point
Copy the full SHA c0da948View commit details
Commits on Apr 27, 2022
-
Stig Rune Jensen committed
Apr 27, 2022 Configuration menu - View commit details
-
Copy full SHA for e31df4f - Browse repository at this point
Copy the full SHA e31df4fView commit details -
Add cavity input section only when used
Stig Rune Jensen committedApr 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 8ae0fc7 - Browse repository at this point
Copy the full SHA 8ae0fc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d135280 - Browse repository at this point
Copy the full SHA d135280View commit details