Difference between revisions of "Ang2cgsppm.m"
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:ang2cgsppm.m}} | + | {{DISPLAYTITLE:ang2cgsppm.m}} __NOTOC__ |
Converts magnetic susceptibility from the Angstrom^3 units required by Spinach pseudocontact shift functionality into the cgs-ppm (aka cm^3/mol) units quoted by quantum chemistry packages. | Converts magnetic susceptibility from the Angstrom^3 units required by Spinach pseudocontact shift functionality into the cgs-ppm (aka cm^3/mol) units quoted by quantum chemistry packages. | ||
| Line 5: | Line 5: | ||
cgsppm=ang2cgsppm(ang) | cgsppm=ang2cgsppm(ang) | ||
| − | |||
| − | |||
| − | |||
==Arguments== | ==Arguments== | ||
| Line 21: | Line 18: | ||
| − | ''Version 2. | + | ''Version 2.2, authors: [[Ilya Kuprov]]'' |
Revision as of 18:52, 26 December 2018
Converts magnetic susceptibility from the Angstrom^3 units required by Spinach pseudocontact shift functionality into the cgs-ppm (aka cm^3/mol) units quoted by quantum chemistry packages.
Syntax
cgsppm=ang2cgsppm(ang)
Arguments
ang - an array of values in cubic Angstrom
Outputs
cgsppm - an array of values in cgs-ppm
See also
icm2hz.m, hz2icm.m, castep2nqi.m, cgsppm2ang.m, eeqq2nqi.m, frac2cart.m, gauss2mhz.m, fwhm2rlx.m, g2freq.m, hartree2joule.m, mhz2gauss.m, mt2hz.m
Version 2.2, authors: Ilya Kuprov