mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 13:13:55 +01:00
Fix VertExcitationKind in stats
This commit is contained in:
parent
6ead74674e
commit
0359764e55
@ -322,7 +322,7 @@ draft: false
|
||||
allowT1 = true
|
||||
}
|
||||
}
|
||||
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.cVertExcitationKind])
|
||||
const key2 = JSON.stringify([d.molecule, exc.initial, exc.final, exc.VertExcitationKind])
|
||||
const keydic = sdatdic.get(key)
|
||||
if ((!exc.isUnsafe || window.filterParams.unsafe) && ((exc.type & window.filterParams.exType) !== 0) && ((exc.VertExcitationKind & window.filterParams.exVertKind) !== 0) && allowT1) {
|
||||
if (!(keydic.has(key2))) {
|
||||
|
Loading…
Reference in New Issue
Block a user