Skip to content

Commit 61073b0

Browse files
author
Andrew McCluskey
authored
Merge pull request #62 from alexsquires/master
X-ray Scattering lengths removed from collections
2 parents afa63a1 + 3413984 commit 61073b0

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

content/basics/collections.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@
598598
"metadata": {},
599599
"outputs": [],
600600
"source": [
601-
"chlorine = {'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': 2.76+0.05j}"
601+
"chlorine = {'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45}"
602602
]
603603
},
604604
{
@@ -610,7 +610,7 @@
610610
"name": "stdout",
611611
"output_type": "stream",
612612
"text": [
613-
"{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': (2.76+0.05j)}\n"
613+
"{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45}\n"
614614
]
615615
}
616616
],
@@ -634,7 +634,7 @@
634634
"name": "stdout",
635635
"output_type": "stream",
636636
"text": [
637-
"dict_keys(['chemical symbol', 'atomic number', 'average mass number', 'x-ray scattering length'])\n"
637+
"dict_keys(['chemical symbol', 'atomic number', 'average mass number'])\n"
638638
]
639639
}
640640
],
@@ -722,7 +722,7 @@
722722
"name": "stdout",
723723
"output_type": "stream",
724724
"text": [
725-
"{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': (2.76+0.05j), 'number of isotopes': 2}\n"
725+
"{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'number of isotopes': 2}\n"
726726
]
727727
}
728728
],
@@ -756,7 +756,7 @@
756756
"name": "stdout",
757757
"output_type": "stream",
758758
"text": [
759-
"{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'x-ray scattering length': (2.76+0.05j), 'number of isotopes': 2, 'mass numbers': (35, 37)}\n"
759+
"{'chemical symbol': 'Cl', 'atomic number': 17, 'average mass number': 35.45, 'number of isotopes': 2, 'mass numbers': (35, 37)}\n"
760760
]
761761
}
762762
],
@@ -807,7 +807,7 @@
807807
"name": "python",
808808
"nbconvert_exporter": "python",
809809
"pygments_lexer": "ipython3",
810-
"version": "3.7.3"
810+
"version": "3.8.2"
811811
}
812812
},
813813
"nbformat": 4,

content/data_work/ir_spectra.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@
435435
"name": "python",
436436
"nbconvert_exporter": "python",
437437
"pygments_lexer": "ipython3",
438-
"version": "3.7.6"
438+
"version": "3.8.2"
439439
}
440440
},
441441
"nbformat": 4,
442442
"nbformat_minor": 4
443-
}
443+
}

0 commit comments

Comments
 (0)