mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Fix VertExcitationKind in stats
This commit is contained in:
parent
6ead74674e
commit
0359764e55
@ -322,7 +322,7 @@ draft: false
|
|||||||
allowT1 = true
|
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)
|
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 ((!exc.isUnsafe || window.filterParams.unsafe) && ((exc.type & window.filterParams.exType) !== 0) && ((exc.VertExcitationKind & window.filterParams.exVertKind) !== 0) && allowT1) {
|
||||||
if (!(keydic.has(key2))) {
|
if (!(keydic.has(key2))) {
|
||||||
|
Loading…
Reference in New Issue
Block a user