(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
What is it about?
Phase information is needed to recover the electron density from diffraction data obtained from a crystal sample. This is called the phase problem, and various methods have been proposed for solid crystal samples. In this study, I proposed a method to solve this problem for liquid crystals with three-dimensional periodicity.
Why is it important?
Often a separate measurement is needed to solve the phase problem, but with this method, the phase information can be recovered from the diffraction data alone.