(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, '
Calculate ligand restraints in the protein binding pocket
What is it about?
Generating a chemical model for novel ligands has many pitfalls. This method removes the issue of isolated QM calculations minimising to non-realistic geometries for protein binding.
Why is it important?
Using the protein binding pocket in the QM restraints calculation increasing their accuracy.