Skip to content

Commit

Permalink
Add the Excitation, MomentumTransfer, and Dissociative type tags (
Browse files Browse the repository at this point in the history
  • Loading branch information
daanboer authored Nov 27, 2024
1 parent 4a3b275 commit a3cc144
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/schema/src/process/reaction/type-tags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ import { enum as zEnum, TypeOf } from "zod";
export const ReactionTypeTag = zEnum([
"Elastic",
"Effective",
"MomentumTransfer",
"Excitation",
"Electronic",
"Vibrational",
"Rotational",
"Attachment",
"Ionization",
"Dissociative",
]);
export type ReactionTypeTag = TypeOf<typeof ReactionTypeTag>;
5 changes: 4 additions & 1 deletion packages/schema/src/test-data/LTPMixture.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,14 @@
"enum": [
"Elastic",
"Effective",
"MomentumTransfer",
"Excitation",
"Electronic",
"Vibrational",
"Rotational",
"Attachment",
"Ionization"
"Ionization",
"Dissociative"
]
}
}
Expand Down

0 comments on commit a3cc144

Please sign in to comment.