This repository was archived by the owner on Jan 15, 2026. It is now read-only.
Adapt cpp representation input paramaters compatible with the current lammps-rascal interface#414
Merged
PicoCentauri merged 1 commit intomasterfrom Jun 15, 2022
Conversation
* cpp representation and kernel information is now included in rascal's model json file. * weights are now always flattened to one dimension for consistency in the models format.
PicoCentauri
approved these changes
Jun 15, 2022
Contributor
PicoCentauri
left a comment
There was a problem hiding this comment.
LGTM! Thanks @agoscinski
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is a PR from this commit.
2a879b7
To use the current lammps-rascal interface conveniently, we however don't take the newest format version #376 which is cleaner, but the older version compatible with the branch
feat/lammps_preparationswhich is used for the current version of the lammps-rascal interface.EDIT:
This is so people do not need to have to install a librascal version just to format the ML model json correctly compatible with lammps-rascal