10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-26 06:01:49 +02:00

Merge branch 'master' into QUEST5

This commit is contained in:
Mickaël Véril 2020-07-24 13:56:46 +02:00
commit 196080802d

View File

@ -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
}
}
}