mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-11-04 05:03:53 +01:00
Delete unused code
This commit is contained in:
parent
a5cb7ab3a1
commit
e7a3a398ab
@ -65,10 +65,6 @@ draft: false
|
|||||||
window.data.ZPE=ZPE
|
window.data.ZPE=ZPE
|
||||||
reload()
|
reload()
|
||||||
}
|
}
|
||||||
async function update_file(file) {
|
|
||||||
dat= await data.loadAsync(file);
|
|
||||||
await applyData(dat);
|
|
||||||
}
|
|
||||||
async function clear(){
|
async function clear(){
|
||||||
for(id of ["ex_table_b","data_par"]){
|
for(id of ["ex_table_b","data_par"]){
|
||||||
document.getElementById(id).innerHTML=""
|
document.getElementById(id).innerHTML=""
|
||||||
@ -149,11 +145,6 @@ draft: false
|
|||||||
await MathJax.typesetPromise();
|
await MathJax.typesetPromise();
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<script>
|
|
||||||
function onValueChange(e) {
|
|
||||||
update_file(e.target.value);
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<p>
|
<p>
|
||||||
In this page you can calculate \(E_\text{adia}\) \(E_\text{0-0}\) from \(E_\text{abs}\) \(E_\text{fluo}\) and \(\Delta E_\text{ZPE}\)
|
In this page you can calculate \(E_\text{adia}\) \(E_\text{0-0}\) from \(E_\text{abs}\) \(E_\text{fluo}\) and \(\Delta E_\text{ZPE}\)
|
||||||
For this select a method for absorption, fluorescence or ZPE
|
For this select a method for absorption, fluorescence or ZPE
|
||||||
|
Loading…
Reference in New Issue
Block a user