diff options
-rw-r--r-- | xmds2/realistic_Rb_and_fields/RbAtomConstants.h | 4 | ||||
-rw-r--r-- | xmds2/realistic_Rb_and_fields/RbInits.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/xmds2/realistic_Rb_and_fields/RbAtomConstants.h b/xmds2/realistic_Rb_and_fields/RbAtomConstants.h index 5be3a6e..11b7f2b 100644 --- a/xmds2/realistic_Rb_and_fields/RbAtomConstants.h +++ b/xmds2/realistic_Rb_and_fields/RbAtomConstants.h @@ -1,4 +1,4 @@ -//---------------- Constants.txt starts ------------------ +//---------------- RbAtomConstants.h starts ------------------ const double ha0 = 2.1471788680034824e10; const double ha1 = 2.558764384495815e9; const double g1 = 3.612847284945266e7; @@ -12,4 +12,4 @@ const double eta2 = 5.5397657647874e-6; const double rt6 = 2.449489742783178; const double rt3 = 1.7320508075688772; const double rt2 = 1.4142135623730951; -//---------------- Constants.txt ends ------------------ +//---------------- RbAtomConstants.h ends ------------------ diff --git a/xmds2/realistic_Rb_and_fields/RbInits.h b/xmds2/realistic_Rb_and_fields/RbInits.h index e4926b2..a52ec17 100644 --- a/xmds2/realistic_Rb_and_fields/RbInits.h +++ b/xmds2/realistic_Rb_and_fields/RbInits.h @@ -1,4 +1,4 @@ -//---------------- RbInits.txt starts ------------------ +//---------------- RbInits.h starts ------------------ r0101 = 0.125; r0109 = 0; r0110 = 0; @@ -135,4 +135,4 @@ r1613 = 0; r1614 = 0; r1615 = 0; r1616 = 0; -//---------------- RbInits.txt ends ------------------ +//---------------- RbInits.h ends ------------------ |