نتایج جستجو برای: commutative quantum electrodynamic

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

2012
K. Pachucki V. A. Yerokhin P. Cancio Pastor

K. Pachucki,1 V. A. Yerokhin,2 and P. Cancio Pastor3, 4 Faculty of Physics, University of Warsaw, Hoża 69, 00-681 Warsaw, Poland St. Petersburg State Polytechnical University, Polytekhnicheskaya 29, St. Petersburg 195251, Russia Istituto Nazionale di Ottica-CNR (INO-CNR), Via Nello Carrara 1, I-50019 Sesto Fiorentino, Italy 4 European Laboratory for Non-Linear Spectroscopy (LENS) and Dipartimen...

2008
C. Duval

Quantum Mechanics in the non-commutative plane is shown to admit the “exotic” symmetry of the doubly-centrally-extended Galilei group. When coupled to a planar magnetic field whose strength is the inverse of the non-commutative parameter, the system becomes singular, and “Faddeev-Jackiw” reduction yields the “Chern-Simons” mechanics of Dunne, Jackiw, and Trugenberger. The reduced system moves a...

2001
Avinash Khare M. B. Paranjape

We find soliton solutions in the 2+1 dimensional non-commutative Maxwell Chern-Simons Higgs theories. In the limit of the Chern-Simons coefficient going to zero, these solutions go over to the previously found solutions in the non-commutative Maxwell Higgs theories. The new solutions may have relevance in the theory of the fractional quantum Hall effect and possibly in string vacua correspondin...

2016
Bart Jacobs

The notions of side-effect-freeness and commutativity are typical for probabilistic models, as subclass of quantum models. This paper connects these notions to properties in the theory of monads. A new property of a monad (‘strongly affine’) is introduced. It is shown that for such strongly affine monads predicates are in bijective correspondence with side-effect-free instruments. Also it is sh...

Journal: :CoRR 2017
Pedro Hecht

In this paper, we present a simple bare-bones solution of a Zero-Knowledge authentication protocol which uses non-commutative algebra and a variation of the generalized symmetric decomposition problem (GSDP) as a one-way function. The cryptographic security is assured as long the GSDP problem is computationally hard to solve in non-commutative algebraic structures and belongs currently to the P...

2008
P Kramer T Kramer

We consider classical and quantum propagators for two different time intervals. If these propagators follow one another in a Fibonacci sequence we get a discrete quasiperiodic system. A theorem due to Nielsen provides a novel conserved quantity for this system. The Nielsen quantity controls the transition between commutative and non-commutative propagation in time. The quasiperiodically kicked ...

2008
Daniel H.T. Franco

In this paper, we arrive at the notion of equivalence classes of a non-commutative field exploring some ideas by Soloviev to nonlocal quantum fields. Specifically, an equivalence relation between non-commutative fields is formulated by replacing the weak relative locality condition by a weak relative asymptotic commutativity property, generalizing the notion of relative locality proved by Borch...

2009
ROLF GOHM

We study a model of repeated interaction between quantum systems which can be thought of as a non-commutative Markov chain. It is shown that there exists an outgoing Cuntz scattering system associated to this model which induces an input-output formalism with a transfer function corresponding to a multi-analytic operator, in the sense of multivariate operator theory. Finally we show that observ...

1994
Gerhard Mack Volker Schomerus

Quantum field planes furnish a noncommutative differential algebra Ω which substitutes for the commutative algebra of functions and forms on a contractible manifold. The data requirered in their construction come from a quantum field theory. The basic idea is to replace the ground field C of quantum planes by the noncommutative algebra A of observables of the quantum field theory. HUTMP 94-B335...

1999
Kamran Kaviani Amir Masoud Ghezelbash

By using the approach of non-commutative geometry, we study spinors and scalars on the two layers AdSd+1 space. We have found that in the boundary of two layers AdSd+1 space, by using the AdS/CFT correspondence, we have a logarithmic conformal field theory. This observation propose a way to get the quantum field theory in the context of non-commutative geometry. e-mail:kaviani,amasoud@theory.ip...

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

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

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