10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-23 03:07:44 +02:00
This commit is contained in:
Mickaël Véril 2019-09-20 10:17:34 +02:00
parent 163751180d
commit d0fd7a8777

View File

@ -42,7 +42,7 @@ draft: false
md.push(["Comment",dat.comment])
var dict = {
"Ground state": dat.GS,
"exited states": dat.ES,
"Excited states": dat.ES,
};
for (var key in dict){
md.push(key)