summaryrefslogtreecommitdiff
path: root/3718/CH1/EX1.20/Ex1_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '3718/CH1/EX1.20/Ex1_20.sce')
-rw-r--r--3718/CH1/EX1.20/Ex1_20.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3718/CH1/EX1.20/Ex1_20.sce b/3718/CH1/EX1.20/Ex1_20.sce
new file mode 100644
index 000000000..aed3ceebe
--- /dev/null
+++ b/3718/CH1/EX1.20/Ex1_20.sce
@@ -0,0 +1,9 @@
+//Chapter 1: Structure and Bonding
+//Problem: 20
+clc;
+
+B_O = (9 - 4) / 2.0 // Bond order of N2+
+
+printf( "MO configuration of N2+ is\n")
+printf(" σ(1s2)σ*(1s2)σ(2s2)σ*(2s2) [π(2px2) = π(2py2)] σ(2pz1)\n")
+printf("\n The Bond order of N2+, 1/2[Nb - Na] =%.1f", B_O)