stat. uncertainty |
@@ -183,7 +183,8 @@ yieldCal(1);
document.getElementById('enA').addEventListener('keypress',
function(e){
- if(e.keyCode == 13){
+ //alert( e.keyCode );
+ if(e.keyCode == 13 ){
convert(1);
}
}, false
diff --git a/simpleSim.html b/simpleSim.html
index eee9c16..f6d1636 100644
--- a/simpleSim.html
+++ b/simpleSim.html
@@ -78,7 +78,7 @@
DWBA and Ex List:
-For 2-nucleon transfer, Orbital take the form nL=X, where n is number of node, X is momnetum number.
+For 2-nucleon transfer, Orbital take the form NL=X, where N is number of node, X is momentum number. n and L are related by Σi (2ni+li) = 2N + X + 2n + l, where ni and li are the principle number and orbital angular momentum of the each transfered nucleon, and n and l are the internal quanta of the 2-nucleon. e.g. (t,p) reaction to 0f orbtial, the left-hand side would be ni = 0 and li = 3 and the sum is 3+3 = 6 = 2N + X + 2n+l. Assume n = l = 0, we have 6 = 2N+L. Thus, 3L=0, 2L=2,1L=4, 0L=6.
TODO: guess the orbital