نتایج جستجو برای: calculation molecules

تعداد نتایج: 292643  

2014
Tomás Bouchal Radka Svobodová Vareková Tomás Racek Crina-Maria Ionescu Stanislav Geidl Ales Krenek Jaroslav Koca

Partial atomic charges describe the distribution of electron density in a molecule, and therefore they provide clues regarding the chemical behaviour of molecules. Atomic charges are frequently used in molecular modelling applications such as molecular dynamics, docking, conformational searches, binding site prediction, etc. Recently, partial atomic charges have also become popular chemoinforma...

Journal: :Journal of medicinal chemistry 2003
H Maarten Vinkers Marc R de Jonge Frederik F D Daeyaert Jan Heeres Lucien M H Koymans Joop H van Lenthe Paul J Lewi Henk Timmerman Koen Van Aken Paul A J Janssen

We present a de novo design program called SYNOPSIS, that includes a synthesis route for each generated molecule. SYNOPSIS designs novel molecules by starting from a database of available molecules and simulating organic synthesis steps. This way of generating molecules imposes synthetic accessibility on the molecules. In addition to a starting database, a fitness function is needed that calcul...

Journal: Journal of Nanoanalysis 2018

The first principles were calculated to study the adsorption behaviors of caffeine molecules on the pristineand N-doped TiO2 anatase nanoparticles. Both oxygen and nitrogen in the caffeine molecule can reactstrongly with TiO2 nanoparticle. Thus, the binding sites were located on the oxygen or nitrogen atom ofthe caffeine, while the binding site of the TiO2 nanoparticle occurs ...

Journal: :General physiology and biophysics 1986
S K Aityan Chizmadzhev YuA

The motion of water molecules in a gramicidin-like channel was studied by the molecular dynamics method. Water molecules are presented in the ST2 model. The structure of the channel was presented in the form of channel's helix frame possessing mobile dipole groups. The interaction of all mobile particles with the membrane channel's walls was taken into account. The calculation consisted of 50,0...

تقی پور آذر, یاور, جانبازی رودبالی, مهدی, ضیایی, فرهود,

In this paper, Density Functional Theory (DFT) was utilized for the calculation of the hyperfine coupling constant and the g tensor alanine radicals at different crystal temperatures. The cluster approach was used for considering the effects of crystal environment. In the cluster approach, the careful selection of the cluster size is very important for the geometry structure of alanine and the ...

A. Sadjadi J. Narafpour

The DO1(18c6)fi (MwLi. Na. K and I 8c6=18-crown-6) complexes have been chosen as the model systems toinvestigate the nature of chemical bonds between alkali metal cations and large mffitidentaie orgmnic ligands.The B3LYP/6-3I+G(d,p) level of calculation has been used for obtaining equilibrium geernetnes and p(r)functions (electron density distributions). By the aid of fundamental physical theor...

2017
A. John Berlinsky A. Brooks Harris

It is shown that the "two-libron" lines in the Raman spectrum of solid hydrogen result from the large cubic anharmonicity of the quadrupole-quadrupole Hamiltonian. A localized picture is used to describe the interaction of two librational excitations on neighboring molecules, and dynamic interactions with other molecules are treated perturbatively. In this approximation the average single-libro...

Journal: :Spectrochimica acta. Part A, Molecular and biomolecular spectroscopy 2012
Ali H Reshak I V Kityk R Khenata Y Al-Douri S Auluck

An ab initio investigation of the optical constants of 9-Methyl-3-Thiophen-2-YI-Thieno [3,2e] [1,2,4] Thriazolo [4,3c] Pyrimidine-8-Carboxylic Acid Ethyl Ester crystal is performed within a framework of local density approximation (LDA), and the Engel-Vosko generalized gradient approximation (EV-GGA) exchange correlation potentials. It is established that there are two independent molecules (A ...

The thermodynamic functions such as enthalpy, H°, Gibbs free energy, G°, and entropy, S°, of Arginine and Lysine amino acids were theoretically studied at different polar solvents by using ²Gaussian o3², software. First, the structural optimization of isolated Arginine and Lysine were done in the gas phase by applying the Density Functional Theory (B3LYP) level ...

Journal: :Physical review research 2022

In thermodynamically characterizing a mixture comprising finite number of molecules, we consider two kinds protocol for producing from pure substance. The first is single alchemical operation, whereas the second series processes with feedback control in information thermodynamics and conventional mixing semipermeable membranes. A comparison numerically determined free-energy changes provides co...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->