mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +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
|
this.type.Value = this.type | excitationTypes.Rydberg
|
||||||
} else if (ty.includes(String.raw`\mathrm{V}`)) {
|
} else if (ty.includes(String.raw`\mathrm{V}`)) {
|
||||||
this.type.Value = this.type | excitationTypes.Valence
|
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