-
Notifications
You must be signed in to change notification settings - Fork 4
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
Release v0.9.0b5 #12
Merged
Merged
Release v0.9.0b5 #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`Symmetrise3DStructure` now accepts a settings `Dict` containing the settings data. This is validated against a jsonschema. - kind names can also now be reset - add exit codes - add addational tests - update documentation
`to_aiida_type` was fixed for `Dict`, after the v1.0.0b3 release
- Change `include_calculation_intputs` - > `include_process_intputs`, and `include_calculation_outputs` - > `include_process_outputs` - include link_pair in edge set, so that multiple (unique) links can exist between nodes - add sublabel for Str, Bool and UpfData
- add global_edge_style - color excepted processes red
…orkChain` (#9) Before the calculations were running from `runcry17`, which is a bash script that copies the files to/from a temporary folder and changes the names of the files. This functionality should all be handled by other parts of the AiiDA machinery, so running from the base binary is more appropriate, and allows for more functionality. Additionally: - added restart functionality to `CryMainCalculation` (*via* a fort.9 in a remote folder) - added checks and error codes for PbsPro messages to `_scheduler_stderr.txt` (e.g. walltime limit reached) - allow SHRINK IS input to be a list ([IS1, IS2, IS3]) - added output of `TrajectoryData` of optimisation steps for `CryMainCalculation` - added `CryMainBaseWorkChain` (a replica of `PwBaseWorkChain` from `aiida-quanumespresso`) - improved testing infrastructure - updated documentation
All potentials should share the a common jsonschema Also added reaxff tests, and initial implementation of fitting calculation
…alculation submission) Then we don't have to rely on the external modules being there at calculation time. Also change potential keys from `id1.id2` to `id1-id2` (since AiiDa doesn't allow attributes with '.'s)
…al dict in repo (rather than as attributes)
- The input file is no streamed to `gulp` via stdin and outputs are captured from stdout and stderr. - Single/Opt raw parser rewrote, to be inline with fitting parser - Exit codes updated and added - stderr file read and added to 'warnings' key of results - added dump file to fitting output - made calculation have data_regression checks
Re-work GULP calculations (and tests) and add `gulp.fitting`
Sometimes values can be output as *'s (presumably if they are too large)
also: - sort output of basis sets (by element) in crystal INPUT file - moved/re-computed doss/fermi raw test files - added environmental variable to run test computations in non-tempdir - doc string improvements
This builds and improves on the original ejplugins implementation: making the parsing flow more easy to understand, adding additional data parsing (some taken from tilde), and restructuring the output json
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.