mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Add support for generic double
This commit is contained in:
parent
cd6723fc8c
commit
e37fa5aaca
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user