From 0359764e5522187def5ba7163c97e84f7db3f6cf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?=
Date: Thu, 3 Sep 2020 16:55:26 +0200
Subject: [PATCH 01/11] Fix VertExcitationKind in stats
---
content/dataset.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/dataset.html b/content/dataset.html
index 91b41355..16ebe428 100644
--- a/content/dataset.html
+++ b/content/dataset.html
@@ -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))) {
From 461e2f83402898f8af1c1f6e91ee6da761aae8a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?=
Date: Thu, 3 Sep 2020 17:12:08 +0200
Subject: [PATCH 02/11] Minor performance improvement
---
content/dataset.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/content/dataset.html b/content/dataset.html
index 16ebe428..dd779a1d 100644
--- a/content/dataset.html
+++ b/content/dataset.html
@@ -189,8 +189,7 @@ draft: false
if (!isLast) {
await reloadSelect(afters.prop("name"))
}
- const fillArray = ["molecule"]
- if (fillArray.includes(afters.prop("name"))) {
+ if (afters.prop("name") ==="molecule"){
selectSelectAll(afters.first())
}
}
From 8223e9928a04d47d995fe4ce93820d09026d9f5f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?=
Date: Thu, 3 Sep 2020 17:15:58 +0200
Subject: [PATCH 03/11] Fix duplicate lines of code
---
content/dataset.html | 2 --
1 file changed, 2 deletions(-)
diff --git a/content/dataset.html b/content/dataset.html
index dd779a1d..0a9441ec 100644
--- a/content/dataset.html
+++ b/content/dataset.html
@@ -610,8 +610,6 @@ draft: false
async function submitdat() {
if (!DebugMode.Enabled) {
window.onbeforeunload = () => { return ''; }
- window.onbeforeunload = () => { return ''; }
- window.onbeforeunload = () => { return ''; }
}
await reloadContent();
}
From 4b5a0382e2ace9fc1b7a821d320303e07fc9495f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?=
Date: Fri, 4 Sep 2020 10:44:56 +0200
Subject: [PATCH 04/11] Remove not requred method="post" for form_dat
---
content/dataset.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/dataset.html b/content/dataset.html
index 0a9441ec..b8234116 100644
--- a/content/dataset.html
+++ b/content/dataset.html
@@ -627,7 +627,7 @@ draft: false
On this page you can compare multiple dataset and have some statistics to evaluate method accuracy (All fields marked
with a red asterisk (*) are mandatory).
-