Do a Python for Chemistry task
Budget: $10 – $30 USD
You can see the task in the attachment. It is about a chemistry project in python. Also you can find a dataset in the attachment. The file you are provided with is a .dat file which can be imported on Python using
load() function from Pickle module. The Dataset consists of a dictionary which
contains the following information:
• Title of the dataset (string)
• The frequency shift corresponding to the first value in NMR spectrums (float),
the last value in NMR spectrums (float) and the step value in NMR spectrums
(float). These values can be used to calculate the x-axis of a spectrum
• A dictionary giving the NMR spectrum, i.e. y-axis values of:
o A 1 µmol/L solution of ethanoic acid (float array)
o A 1 µmol/L solution of propanol (float array)
o A 1 µmol/L solution of propyl-ethanoate (float array)
• A table which contains NMR spectrum measured during the reaction process.
Each element of the table is a dictionary that contains:
o The time in hour at which the measurement is performed (float)
o The measured NMR spectrum (float array)
The project is about Nuclear Magnetic Resonance (NMR).
Check the pdf and contact me if you can handle with that.
load() function from Pickle module. The Dataset consists of a dictionary which
contains the following information:
• Title of the dataset (string)
• The frequency shift corresponding to the first value in NMR spectrums (float),
the last value in NMR spectrums (float) and the step value in NMR spectrums
(float). These values can be used to calculate the x-axis of a spectrum
• A dictionary giving the NMR spectrum, i.e. y-axis values of:
o A 1 µmol/L solution of ethanoic acid (float array)
o A 1 µmol/L solution of propanol (float array)
o A 1 µmol/L solution of propyl-ethanoate (float array)
• A table which contains NMR spectrum measured during the reaction process.
Each element of the table is a dictionary that contains:
o The time in hour at which the measurement is performed (float)
o The measured NMR spectrum (float array)
The project is about Nuclear Magnetic Resonance (NMR).
Check the pdf and contact me if you can handle with that.