نتایج جستجو برای: quantum mechanical investigation

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

1998
V. P. Frolov

In this review we describe statistical mechanics of quantum systems in the presence of a Killing horizon and compare statistical-mechanical and one-loop contributions to black hole entropy. Studying these questions was motivated by attempts to explain the entropy of black holes as a statistical-mechanical entropy of quantum fields propagating near the black hole horizon. We provide an introduct...

Journal: :Computer Physics Communications 2016
Andreas Ammon Alan Genz Tobias Hartung Karl Jansen Hernan Leövey Julia Volmer

We apply the Quasi Monte Carlo (QMC) and recursive numerical integration methods to evaluate the Euclidean, discretized time path-integral for the quantum mechanical anharmonic oscillator and a topological quantum mechanical rotor model. For the anharmonic oscillator both methods outperform standard Markov Chain Monte Carlo methods and show a significantly improved error scaling. For the quantu...

2012
P. K. Das

We have derived in this paper optimal control of quantum mechanical system with weighted energy cost function by representing the unitary operator in terms of the projection operators of the Hamiltonian of the control system. The admissible Hilbert space of controllers of the system is expressed as the direct sum of the Hilbert spaces corresponding to the weights of the controllers of the quant...

1999
S. A. Egorov Eran Rabani

A detailed study of mixed quantum-classical approximations for radiative and nonradiative processes in condensed phase systems is presented and each approximation is compared to exact fully quantum mechanical dynamics. The problems are formulated in terms of a quantum mechanical time correlation function, and the corresponding mixed quantum-classical descriptions are obtained following the gene...

Journal: :Physical review letters 2007
Florian Marquardt Joe P Chen A A Clerk S M Girvin

We present a quantum-mechanical theory of the cooling of a cantilever coupled via radiation pressure to an illuminated optical cavity. Applying the quantum noise approach to the fluctuations of the radiation pressure force, we derive the optomechanical cooling rate and the minimum achievable phonon number. We find that reaching the quantum limit of arbitrarily small phonon numbers requires goin...

2005
V. Sverdlov

An overview of models used for the simulation of current transport in nanoelectronic devices within the framework of TCAD applications is presented. Modern enhancements of semiclassical transport models based on microscopic theories as well as quantum mechanical methods used to describe coherent and dissipative quantum transport are specifically addressed. This comprises the incorporation of qu...

1994
Hitoshi Kitada

— A model of a stationary universe is proposed. In this framework, time is defined as a local and quantum-mechanical notion in the sense that it is defined for each local and quantum-mechanical system consisting of finite number of particles. The total universe consisting of infinite number of particles has no time associated. It is a stationary bound state of the total Hamiltonian of infinite ...

1996
Bozhidar Z. Iliev

We propose a new systematic fibre bundle formulation of nonrelativistic quantum mechanics. The new form of the theory is equivalent to the usual one but it is in harmony with the modern trends in theoretical physics and potentially admits new generalizations in different directions. In it a pure state of some quantum system is described by a state section (along paths) of a (Hilbert) fibre bund...

2012
Prasanna Kumar B S Kiranagi C S Bagewadi

Perception may not be what you think it is. Perception is not just a collection of inputs from our sensory system. Instead, it is the brain's interpretation (positive, negative or neutral-no signature case) of stimuli which is based on an individual's genetics and past experiences. Perception is therefore produced by (e) brain‘s interpretation of stimuli .The universe actually a giant quantum c...

Journal: :International Journal of Quantum Information 2009

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

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

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"; } -->