typo in files
This commit is contained in:
@@ -2689,9 +2689,20 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 30,
|
||||
"execution_count": 3,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"outputs": [
|
||||
{
|
||||
"data": {
|
||||
"text/plain": [
|
||||
"' \\nThis is taken from the data file of the mass 2016 evaluation. \\nAll files are 3436 lines long with 124 character per line. \\n Headers are 39 lines long. \\n col 1 : Fortran character control: 1 = page feed 0 = line feed \\n format : a1,i3,i5,i5,i5,1x,a3,a4,1x,f13.5,f11.5,f11.3,f9.3,1x,a2,f11.3,f9.3,1x,i3,1x,f12.5,f11.5 \\n These formats are reflected in the pandas widths variable below, see the statement \\n widths=(1,3,5,5,5,1,3,4,1,13,11,11,9,1,2,11,9,1,3,1,12,11,1), \\n Pandas has also a variable header, with length 39 in this case. \\n'"
|
||||
]
|
||||
},
|
||||
"execution_count": 3,
|
||||
"metadata": {},
|
||||
"output_type": "execute_result"
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"\"\"\" \n",
|
||||
"This is taken from the data file of the mass 2016 evaluation. \n",
|
||||
@@ -2717,7 +2728,7 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 3,
|
||||
"execution_count": 4,
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
@@ -2759,28 +2770,26 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 4,
|
||||
"execution_count": 11,
|
||||
"metadata": {},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
" N Z A Element Ebinding\n",
|
||||
"A \n",
|
||||
"1 0 0 1 1 H 0.000000\n",
|
||||
"2 1 1 1 2 H 1.112283\n",
|
||||
"3 2 2 1 3 H 2.827265\n",
|
||||
"4 6 2 2 4 He 7.073915\n",
|
||||
"5 9 3 2 5 He 5.512132\n",
|
||||
"... ... ... ... ... ...\n",
|
||||
"264 3304 156 108 264 Hs 7.298375\n",
|
||||
"265 3310 157 108 265 Hs 7.296247\n",
|
||||
"266 3317 158 108 266 Hs 7.298273\n",
|
||||
"269 3338 159 110 269 Ds 7.250154\n",
|
||||
"270 3344 160 110 270 Ds 7.253775\n",
|
||||
"\n",
|
||||
"[267 rows x 5 columns]\n"
|
||||
"A \n",
|
||||
"1 0 1\n",
|
||||
"2 1 2\n",
|
||||
"3 2 3\n",
|
||||
"4 6 4\n",
|
||||
"5 9 5\n",
|
||||
" ... \n",
|
||||
"264 3304 264\n",
|
||||
"265 3310 265\n",
|
||||
"266 3317 266\n",
|
||||
"269 3338 269\n",
|
||||
"270 3344 270\n",
|
||||
"Name: A, Length: 267, dtype: int64\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
@@ -2790,7 +2799,9 @@
|
||||
"N = Masses['N']\n",
|
||||
"Element = Masses['Element']\n",
|
||||
"Energies = Masses['Ebinding']\n",
|
||||
"print(Masses)"
|
||||
"#print(Masses)\n",
|
||||
"xx = A\n",
|
||||
"print(xx)"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user