Dynamic NMR

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

sponding instructions are available from the author.

Send weight, can be obtained only when the polymer, a solvent, an


three International Response Coupons to cover postage to Dr. osmometer, and a thermostat hath have been properly as-
Eduardo L. Varetti, Area de Quimica Inorganica, Facultad de sembled. If osmometry and number-average molecular
Ciencias Exactas, Universidad Nacional de La Plata, 47 esq. weights have been covered in class, the student will be re-
115, 1900 La Plata, R. Argentina. quired to pass a preliminary quiz. If not, the instructor may
introduce a flag to bypass the quiz. In the latter case the stu-
dent must either work independently or wait for the lecture
Dynamic NMR Spectra of Two-Spin Systems material to catch up in order to treat the data; both are ped-
Richard A. Newmark agogically useful.
3M Central Research Laboratory
The program requires good safety standards to be main-
St. Paul, MN 55144
tained in the laboratories. For instance, if safety glasses are
not “worn” in any laboratory, the student is expelled from the
The equations of Gutowsky and Holm (7) are used to cal- building which is tantamount to losing all accumulated
culate dynamic NMR spectra for two uncoupled spins data.
undergoing exchange. The populations of the two sites need The program is written in APPLE PILOT and requires an
not be equal. The intrinsic linewidth (linewidth in the absence Apple language card and an Author disk to modify the pro-
of exchange) correction is included in the equations. The gram. The program can be run on any 48K Apple II. There are
program will list the spectral amplitudes versus frequency or approximately 600 statements occupying 170 blocks which
produce a high resolution plot. The program will systemati- includes PILOT system information. Total solution of the
cally iterate over tau, the lifetime of the spins in site A, to problem generally takes several hours which has prompted
match the observed linewidth of the spectrum at both slow us to include provisions for saving the current status in a file

exchange rates (2 peaks present) and fast exchange rates (1 automatically created by the student.
A description and program listing and copies of floppy disks
peak observed). The program will also systematically deter-
mine the true frequencies (frequencies in the absence of ex- are available. Send check or money order made out to the

change) of the two peaks at slow exchange rates. The free Department of Chemistry and Chemical Engineering in care
energy of activation for exchange is calculated if the temper- of the author at the above address ($5 for a listing; $15 for a
ature is given. listing and copy of the disk).
This program has been used at 3M to calculate dynamic
See https://pubs.acs.org/sharingguidelines for options on how to legitimately share published articles.

NMR spectra for simple organometallie systems. It should be Programming Utilities for the APPLE II Plus
Downloaded via KANSAS STATE UNIV on November 5, 2022 at 23:32:26 (UTC).

equally applicable to organic or physical chemical experiments Edgar H. Nagel


in which dynamic NMR spectra are observed and serve as an Valparaiso University,
introduction to the use of NMR in the study of dynamic Valparaiso, IN 46383
equilibria. For example, the student can quickly reproduce
the classic example of N,N-dimethvlacetamide shown in most Two machine-language utilities have been developed for
elementary textbooks and see visually how changing the peak the APPLE which greatly aid the use of the computer for
frequencies, site population, exchange lifetime, or spec- Computer Aided Instruction (CAI). The utilities allow users
trometer linewidth affects the dynamic NMR spectrum. to print upper/lower case with subscripts/superscripts and
The program is written for a 48K Apple II Plus. The coding to type expressions at an INPUT statement. The utilities
uses 300 lines of Applesoft BASIC and could be easily re- require a 48K APPLE II Plus with DOS 3.3.
written for other versions of BASIC since the graphics portion The character generator was developed because CAI leaves
is only used to plot the NMR curve in a simple loop. Listings something to be desired if it is all done in upper case letters.
and program copies on your disk are free; copies on my disks Upper and lower case can be added to the APPLE either by
are $3.50 each. Send checks to R. A. Newmark, 3M, Bldg. making hardware modifications or by using the high resolution
201-BS-05, St. Paul, MN 55144. graphics screen. Programs developed using modified APPLES
are not as transportable as ones developed using software.
Therefore, the character generator that was developed does
P0LYMERLAB: A Computer-Generated Problem not make use of any special additions to the APPLE. The
Fred D. Williams generator and character set simply reside above page two of
Michigan Technological University the high resolution graphics screen.
Houghton, Ml 49931
All of the BASIC programming is done using the generator
and the high resolution graphics screen. Existing programs
In order to review and to anticipate lecture material in can easily be converted by' loading the generator, listing the
polymer science as well as to simulate a series of laboratory program, then making changes in all of the I/O statements.
experiments, we have developed an interactive program using Students using the BASIC program can make full use of the
an “adventure” format. It is intended for seniors or graduate character generator for all of their I/O answers to questions.
students. The example below shows what is possible using the utility.
The student begins with an unknown polymer and must L 3 l. U II
“search” a laboratory building to acquire the necessary - ‘ . *

equipment and supplies to conduct experiments. The chal-


lenge is to identify the polymer and as many of its physical
LCH-COOHj
properties as possible. Furthermore, prior to being permitted
to conduct any experiment or test the student may have to The expression utility allows a user to type in an expression
pass a preliminary quiz on the experimental material. instead of simple numbers for INPUT statements. The ex-
The running program gives the student enough information pression can be any valid APPLE II Plus BASIC expression,
to determine the empirical formula, intrinsic viscosity, and it will be evaluated and assigned to the first variable in
number and weight average molecular weights, as well as a the INPUT statement. The machine language utility makes
scanning electron micrograph and infrared and nuclear use of the BASIC parser and evaluator so that even variables
magnetic resonance spectra when appropriate conditions are can be used in the expression. The value of the expression is
met. As a typical example, raw osmotic pressure data, i.e., shown on the screen and passed on to BASIC for assignment
solvent height as a function of weight percent polymer that to the variable. Use of this utility requires a CALL to the
is used to determine the material’s number average molecular utility for every use followed by the appropriate INPUT

Volume 60 Number 1 January 1983 45

You might also like