mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 21:24:00 +01:00
Fix π->π* parsing
This commit is contained in:
parent
c38cf55e79
commit
05e39690e0
@ -129,7 +129,7 @@ class excitationBase {
|
||||
}
|
||||
if (initialts.includes("n") && finalts.includes(String.raw`\pi^\star`)) {
|
||||
this.type.Value = this.type | excitationTypes.nPis
|
||||
} else if (initialts.includes(String.raw`\pi`) in initialts && finals.includes(String.raw`\pi^\star`)) {
|
||||
} else if (initialts.includes(String.raw`\pi`) && finalts.includes(String.raw`\pi^\star`)) {
|
||||
this.type.Value = this.type | excitationTypes.PiPis
|
||||
}
|
||||
} else if (ty.includes(String.raw`\mathrm{R}`)) {
|
||||
|
Loading…
Reference in New Issue
Block a user