diff --git a/static/js/data.js b/static/js/data.js index f18c4a92..7f49ad8b 100644 --- a/static/js/data.js +++ b/static/js/data.js @@ -169,6 +169,8 @@ class excitationBase { this.type.Value = this.type | excitationTypes.Rydberg } else if (ty.includes(String.raw`\mathrm{V}`)) { this.type.Value = this.type | excitationTypes.Valence + } else if (ty.toLowerCase()===excitationTypes.Double.description.string.toLowerCase()){ + this.type.Value = this.type | excitationTypes.Double } } }