mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Merge branch 'master' into QUEST5
This commit is contained in:
commit
196080802d
@ -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