sample_number int64 8 203k | abstract stringlengths 21 17.4k | article stringlengths 0 18.9k | compressed_article stringlengths 0 10.9k | compression_time float64 0 0.78 | original_tokens int64 0 3.79k | compressed_tokens int64 0 2.29k | token_saving stringclasses 2 values |
|---|---|---|---|---|---|---|---|
172,322 | we have developed remote - grape , a subroutine library to use the special purpose computer grape-3a .
the grape-3a can efficiently calculate gravitational force between particles , and construct neighbor lists .
all other calculations are performed on the host workstation ( ws ) which is directly connected to grape .
the use of grape for smoothed particle hydrodynamics ( grape - sph ) can in principle greatly speed up the calculations on ws .
however the current bottleneck of grape - sph is that its performance is limited by the speed of the host ws . to solve this problem ,
we implement remote - grape ; it allows us to run applications which use grape-3a hardware on the significantly faster computers than the physical host ws .
thus , we can take advantage of the fast computers even though they can not physically be connected to grape .
the remote - grape system is implemented on the parallel virtual machine ( pvm ) .
the detail of implementation is described .
we analyze the performance of remote - grape and obtain the following results .
1 ) when remote - grape is used to calculate only gravitational forces , the overhead due to the network decrease according to the number of particles ( 20 % - 40 % of total time ) .
2 ) to calculate gravity and neighbor lists , the overhead due to the network does not occupy a large fraction of total time but only @xmath0 20 - 30 % , because the computation required on the slave machine ( see text ) is very large due to the property of grape system .
3 ) we also compare the performance of remote - grape with the tree method .
the tree method requires more time for higher degree of clustering , while the required time for remote - grape does not much depend on it .
we then analyze the performance of grape - sph with remote - grape .
its performance is about 4 times faster than grape - sph with usual grape for our configuration . using remote - grape
, we can calculate the grape part and other parts in parallel .
this parallel method leads to further speed up of our sph code .
we estimate how the performance of remote - grape depends on the configuration .
we also show that the performance of remote - grape can be further improved . | the smoothed particle hydrodynamics method ( sph ) is widely used to calculate three dimensional hydrodynamics with lagrange scheme ( lucy 1977 ; gingold & monaghan 1977 ) .
it has been applied to many astrophysical problems .
because of its lagrangian nature , it is suitable to the problem which has large density contrasts , e.g. the formation of galaxies(evrard 1988 ; hernquist & katz 1989 ; umemura 1993 ; steinmetz & mueller 1994 ) or a cloud - cloud collision ( lattanzio et al .
1985 ; habe & ohta 1992 ) . in these calculation , in order to treat star particles and/or dark matter with gas particle , we have to solve sph with collision - less particles ( n - body system ) .
various codes have been developed to combine sph and n - body system . in these codes ,
gravitational forces are calculated in many different ways such as direct summations , particle - particle / particle - mesh methods ( evrard 1988 ) , tree methods ( hernquist & katz 1989 ; benz et al .
1990 ) , and the method to use the special purpose computer grape ( umemura et al . 1993 ; steinmetz 1996 ) .
grape ( gravity pipe ) is a special purpose computer for efficiently calculating gravitational force and potential ( sugimoto et al .
we need a host computer , which is connected to grape board , to control it and conduct other calculations ( e.g. time integration ) .
the use of grape for sph simulations ( hereafter grape - sph ) has many advantages , since grape can calculate not only gravitational force and potential but also construct lists of neighbor particles in a short time . in sph simulations we need the lists of neighbor particles to calculate hydrodynamical quantities .
searching neighbor particles with grape is much more efficient than a direct search on the host computer . with grape - sph , therefore , we need to calculate only pure hydrodynamical part of sph on the host computer .
although the cost of n - body part of sph can be significantly reduced by using grape , the speed of the hydrodynamical part of the code is limited by the speed of the host computer .
the speed of workstation ( ws ) is being rapidly improved . to take full advantage of grape for sph calculations
, we have to use the state - of - the - art ws as a host .
if the host ws of grape is much slower than a fast ws available now , the total performance of grape - sph is lower than that of the sph simulation on the fast ws without grape . of course
, by developing new interface to new ws , we could solve this problem .
this approach , however , requires many human time .
moreover , during the development of the new interface , an ever newer ws with different interface might become available . here
we take a different , novel approach to solve this problem .
we use parallel virtual machine ( pvm ; geist et al .
1994 ) , which is one of the most popular message - passing systems in parallel computing , to connect the ws which is directly connected to a grape board with another fast machine .
the sph part is performed on the fast machine .
in fact , all simulation code is run on the fast machine and the ws connected to grape board serves essentially as the intelligent communication interface .
figure [ fig1 ] and [ fig2 ] shows the present grape system and our new approach , respectively . in our new approach ,
the combination of the ws and grape ( figure [ fig1 ] ) behave as the `` remote grape '' system which is connected directly to the local area network ( lan ) .
thus , any computer on the lan can be used as the host ( remote - host ) of the grape .
we construct the library named remote - grape . in this paper
we present the implementation of remote - grape and discuss its performance . in section 2 we summarize the grape system and the bottleneck of grape - sph . in section 3
we describe how the remote - grape is implemented , analyze its performance , and compare it with the original grape system and other scheme . in section 4
we show the performance of our grape - sph code and discuss possible improvement of our code . in section 5 conclusions are summarized .
= 0.8 = 0.8 = 0.8
the grape-3af system ( okumura et al .
1993 ) has 8 processors on one board , and the grape board is connected to a host computer via vme ( versa module europe ) bus .
the processor chip is designed to calculate gravitational force with a plummer softening , i.e. , @xmath1 during the force calculation , grape-3af can construct neighbor lists simultaneously ( fukushige et al . 1991 ; okumura et al . 1993 ) .
the size of the buffer for neighbor lists is 1024@xmath24byte , which limits the maximum number of neighbors per board .
the schematic diagram of the grape system is shown in figure [ fig1 ] .
we present general performance of grape system in figures [ grape1]a and [ grape1]b .
these figures show the relation between the cpu time and number of particles , @xmath3 , for different number of grape boards . in our site
, the grape boards are connected to sun sparc classic ( hereafter classic ) via aval data sva-100 vme interface .
figure [ grape1]a ( left ) shows the case that calculates only gravity ( hereafter case g ) , while figure [ grape1]b ( right ) shows the case that calculates both gravity and neighbor lists ( case gn ) .
the particles used in these experiments are randomly distributed within the calculation region ( see figure [ data]a ) , and the size of the region changes with @xmath3 to make the number density almost constant .
the average number of neighbor particles is almost constant ( @xmath0 40 ) for any @xmath3 . in case g
, the performance is dramatically improved by increasing the number of boards . in case gn , however , the use of larger number of boards does not significantly improve the performance .
this is because the speed of the vme bus is too slow to read neighbor lists for large @xmath3 with many boards , and the calculations required to construct neighbor lists on the host computer is rather costly work for our machine .
we compare the performances of grape system with different host computers .
we use classic ( cf . spec int92/fp92 : 26.4/21.0 , which represent integer and floating performance of the machine ) and sun sparc station 10/40 ( hereafter ss-10 with int92/fp92 : 50.2/60.2 ) with the same interface and three grape boards .
figure [ grape2]a and [ grape2]b show cases g and gn , respectively , where the solid and dotted lines represent the cases of classic and ss-10 , respectively . for case
gn , the computation on host computer ( in short , construction of neighbor lists ) is longer than case g. thus the speed of the host computer apparently affect the performance . in sph , physical quantities at one position
are calculated by smoothly averaging over neighbor particles .
thus , sph simulations are essentially equivalent to n - body simulation with complex , short range `` force '' . in grape - sph
we use grape for calculating gravitational force and searching neighbor particles .
steinmetz ( 1996 ) summarized the performance of grape - sph in his table 1 for one grape-3af board and sun sparc station 10 as a host computer .
he showed that about 80 % ( @xmath4 ) of computing time is spent on the hydrodynamical and miscellaneous calculations , and only @xmath0 20 % is spent on the grape part .
this implies that a higher performance is obtained if we can use a faster ws to calculate the sph part .
= 0.8 [ cols="^,^,^,^,^",options="header " , ] + the elapse time for one step is shown .
@xmath5 .
another possible method is to use the neighbor lists of the previous step , which is constructed by remote - grape , as possible neighbor lists ( case ps - rgn ) . in this case
, we have to adopt larger neighbor radius than case s - rgn .
figure [ sph]b indicates that the @xmath6 part of the calculation is dominant so that the parallel methods has less advantage for our configuration . since the @xmath6 part and the other parts of the calculation obey different @xmath3 dependence , it is worth examine if there exits an optimal number of particles that leads to the optimal performance for a given configuration in case ps - rgn . for the sph and misc part , we estimate their @xmath3 dependence in our sph code from figure [ sph]a .
we get @xmath7 sec .
therefore , @xmath6 always exceeds @xmath8 for any @xmath3 . however , figure 9 and table [ table_sph1 ] are the results for pure sph calculations . because we are interested in the formation of galaxy and globular cluster , we include such physical processes in our sph code as cooling , heating , and star formation ( mori et al .
if we include these physical processes , @xmath9 should be much longer , so that the parallel method has more advantage .
for example , in the sph code calculation with non - equilibrium h@xmath10 cooling , it takes @xmath11 sec to solve rate equations for 10 species on our machine . in many cases ,
the cooling time scale is shorter than the dynamical time scale , so that the rate equations need to be solved many times in one dynamical step , which leads to @xmath12 sec in our machine . for large @xmath3
, @xmath9 is dominant than @xmath6 .
we describe the remote - grape library and analyze its performance .
it allows us to use grape-3a with the computer which is not directly connected to grape .
thus , we can use the state - of - the - art computer as a host computer . 1 .
if we calculate only gravity forces , the use of larger number of boards leads to higher performance .
2 . in calculating both gravity and neighbor lists , however
, the computation required on host ws is larger than the former case , so that the increase of number of the boards is less advantageous .
3 . the speed of the host ws dramatically change the performance of grape system . 1 .
if we calculate only gravity forces , the time required by remote - grape is almost the same as that of original grape .
2 . in calculating both gravity and neighbor lists by remote - grape , the time required to transferring data does not occupy a large fraction of total time but @xmath0 20 - 30 % for our configuration .
3 . compared with the tree method
, the advantage of remote - grape is that its performance does not depend on the state of clustering , while the required time of the tree method is longer for higher degree of clustering .
4 . in the actual application , the performance of our sph code using remote - grape is 3 - 4 times faster than the sph code using original grape on the slave machine .
5 . we can get further high ( 10 times than the sph on slave machine ) performance by using the parallel method with remote - grape to calculating only gravity .
we have completed the first version of remote - grape , which significantly improves the performance of grape - sph .
however , there are several ways to improve further the performance of our library and grape - sph with remote - grape . 1 .
if we use a larger number of grape boards with a fast bus and a fast slave machine , the use of grape in constructing neighbor lists is more advantageous than the use of tree structure .
2 . we can develop more efficient library . in the grape system
all values are converted to the fixed floating point format in the original grape library and then sent to the grape board .
the conversion from the floating point format to the fixed format may be done by the master side . in a relatively slow slave computer
, this will significantly improve the performance .
we would like to thank j. makino and t. suzuki for reading the manuscript and giving useful comments .
we also thank t. miwa for providing us the result with ss-10 .
those who would like to use our library can contact authors ( nakasato@astron.s.u-tokyo.ac.jp ) .
this work has been supported in part by the grant - in - aid for scientific research ( 05242102 , 06233101 ) and coe research ( 07ce200 ) of ministry of education , science , and culture of japan . | smoothed particle hydrodynamics method ( sph ) used three dimensional hydrodynamics with lagrange scheme lucy 1977 1977 applied to many astrophysical problems lagrangian nature suitable to large density contrasts formation of galaxies 1994 cloud - cloud collision lattanzio 1985 1992 to treat star particles dark matter with gas particle solve sph with collision - less particles ( n - body system ) codes developed combine sph and n - body system gravitational forces calculated in direct summations particle - particle / - mesh methods tree methods special purpose computer grape umemura steinmetz 1996 grape gravity ) special purpose computer for calculating gravitational force potential need host computer connected to grape board control conduct other calculations use grape for sph simulations - sph advantages can calculate gravitational force potential construct lists of neighbor particles short time need lists to calculate hydrodynamical quantities searching neighbor particles with grape more efficient than direct search on host computer with grape - sph calculate only pure hydrodynamical part of sph on host computercost of n - body sph reduced using grape speed hydrodynamical code limited by speed host computer speed of workstation ws ) rapidly improved grape for sph calculations use state - of - the - art ws as host if host ws of grape slower than fast ws total performance grape - sph lower than sph simulation on fast ws without grape developing new interface to new ws solve problem requires human time newer ws with different interface might available different approach use parallel virtual machine to connect ws connected to grape board with fast machine sph part performed on fast machine all simulation code run on fast machine ws connected to grape board serves as intelligent communication interface figure fig1 fig2 ] shows present grape system new approach new approach ws and grape behave as remote grape '' system connected to local area network lan ) any computer on lan used as host of grape construct library named remote - grape present implementation remote - grape discuss performance section 2 summarize grape system bottleneck of grape - sphsection 3 describe remote - grape implemented analyze performance compare original grape system scheme section 4 show performance grape - sph code discuss possible improvement section 5 conclusions summarized 0.8 grape-3af system okumura 1993 ) has 8 processors one board board connected to host computer via vme bus processor chip calculate gravitational force plummer softening construct neighbor lists simultaneously 1991 size buffer for neighbor lists 1024@xmath24byte limits maximum number neighbors per board schematic diagram grape system shown figure [ fig1 ] present general performance figures [ grape1]a grape1]b figures show relation cpu time number of particles different number grape boards grape boards connected to sun sparc classic classic via aval data sva-100 vme interface figure grape1]a shows case calculates gravity g ) figure grape1]b case calculates both gravity neighbor lists case gn ) particles used experiments randomly distributed calculation region size region changes with @xmath3 number density almost constant average number neighbor particles almost constant @xmath3 case g performance improved by increasing number boardscase gn use larger number boards improve performance speed vme bus slow to read neighbor lists for large @xmath3 many boards calculations costly compare performances grape system with different host computers use classic int92/fp92 26.4/21.0 sun sparc station 10/40 50.2/60.2 ) with same interface three grape boards figure grape2]a grape2]b show cases g gn solid dotted lines represent cases classic ss-10 case gn computation on host computer construction neighbor lists longer than case g speed host computer performance sph physical quantities calculated by averaging neighbor particles simulations equivalent to n - body simulation complex short range force grape - sph use grape for calculating gravitational force searching neighbor particles steinmetz 1996 summarized performance grape - sph table 1 grape-3af board sun sparc station 10 80 % computing time spent on hydrodynamical miscellaneous calculations only 20 % grape part implies higher performance faster ws to calculate sph part 0.8 elapse time for one step shown @xmath5 method use neighbor lists previous step constructed by remote - grape as case ps - rgn adopt larger neighbor radius than s - rgn figure @xmath6 part dominant parallel methods less advantage for @xmath6 other parts obey different @xmath3 dependence examine if optimal number particles optimal performance for in case ps - rgn sph misc estimate @xmath3 dependence from figure sph]a @xmath7 sec @xmath6 exceeds @xmath8 for @xmath3 figure 9 table_sph1 results for pure sph calculations interested in formation galaxy globular cluster include physical processes cooling heating star formation @xmath9 longer parallel method more advantage sph code calculation with non - h@xmath10 cooling takes @xmath11 sec to solve rate equations for 10 species cooling time scale shorter than dynamical time scale rate equations many times leads to @xmath12 sec large @xmath3 @xmath9 dominant than @xmath6 remote - grape library analyze performance allows use grape-3a with computer not directly connected to grape use state - of - the - art computer as host computercalculate only gravity forces larger number boards leads to higher performance calculating both gravity neighbor lists computation required on host ws larger increase number boards less advantageous speed host ws performance grape system calculate only gravity forces time required remote - grape almost same as original grape calculating gravity neighbor lists time transferring data not large total time 20 - 30 % for configuration tree method advantage remote - grape performance depend on state clustering required time tree method longer for higher degree clustering performance sph code using remote - grape 3 - 4 times faster than original grape on slave machine high ( 10 times sph slave machine performance parallel method with remote - grape calculating only gravity completed first version remote - grape improves performance grape - sph several ways to improve performance library grape - sph remote - grape use larger number grape boards fast bus fast slave machine grape constructing neighbor lists more advantageous than tree structure develop more efficient library grape system values converted to fixed floating point format original grape library sent to grape board conversion done by master side slow slave computer improve performance thank j.makino t. suzuki reading manuscript comments thank t. miwa result ss-10 use library contact authors nakasato@astron.s.u-tokyo.ac.jp work supported grant - aid scientific research ( 05242102 06233101 coe research 07ce200 ) ministry education science culture japan | 0.443852 | 2,742 | 1,316 | , Saving $0.1 in GPT-4. |
172,323 | using the recently published model @xcite for the collisional energy loss of heavy quarks in a quark gluon plasma ( qgp ) , based on perturbative qcd ( pqcd ) , we study the centrality dependence of @xmath0 and @xmath1 , measured by the phenix collaboration , and compare our model with other approaches based on pqcd and on anti de sitter/ conformal field theory ( ads / cft ) . | the analysis of the spectra of light hadrons , observed in ultrarelativistic collisions of au nuclei at a center of mass energy of @xmath2 gev , has revealed that in these collisions a new kind of strongly interacting matter is produced .
one of the evidences is the observation that the spatial deformation of the overlap zone of projectile and target , quantified by the eccentricity @xmath3 , is converted into an asymmetry in momentum space in azimuthal direction , called elliptic flow @xmath4 @xcite .
the experimental @xmath5 is quantitatively described by ideal hydrodynamics .
this means that the viscosity coefficient is small @xcite .
even if in the meantime a detailed analysis of the impact parameter dependence of the elliptic flow of different particles has revealed that the situation is a bit more complicated @xcite a remarkable and unexpected degree of local thermalization is obtained in this new kind of matter , the plasma of quarks and gluons ( qgp ) .
this small viscosity has the unwanted consequence that a local equilibrium among the constituents of the qgp , light quarks and gluons , is maintained until the phase transition .
hence those hadrons which contain only light quarks carry only information on plasma properties close to the phase transition .
therefore , most of the observed particles are not very useful to obtain the desired information on the creation and time evolution of the qgp and one has to concentrate on those few probes which do not come to an equilibrium with the expanding qgp .
these probes include photons , jets and heavy mesons .
the latter are an especially useful probe because a ) due to the large mass of the heavy quarks the kinematic properties of heavy mesons are close to that of heavy quarks before hadronization , b ) the initial momentum distribution of heavy quarks can be inferred from pp collisions and is therefore known . consequently , comparing the @xmath6 spectra of heavy mesons , obtained in heavy ion reactions , with that of pp collisions one has direct access to the momentum change which the heavy quarks suffer while traversing the plasma because the cross section for collisions of the heavy meson after hadronization is presumably small .
for this purpose one defines @xmath7 , where @xmath8 is the average number of initial binary collisions .
if heavy quarks do not suffer from an energy loss while traversing the plasma @xmath0 should be @xmath9 but this is not really true because the transverse momentum of the partons which create the heavy quark pair has been modified by the medium .
this will be discussed below . because the mean free path of heavy quarks is shortest at the beginning of the expansion , the deviation of @xmath0 from one encodes dominantly the interaction of the heavy quarks with the qgp at the beginning of the expansion .
initially the heavy quarks are isotropically distributed in azimuthal direction .
they can get elliptic flow only by interactions with the light quarks and gluons . because it takes time until the eccentricity is converted into elliptic flow
the @xmath5 of the heavy mesons is sensitive to the interaction of the heavy quarks with the plasma at the end of the expansion of the plasma .
recently we have advanced a model @xcite which studies the creation of heavy quarks in a qgp , their interaction with the expanding plasma ( described by ideal hydrodynamics ) and how this interaction modifies the observed spectra of heavy mesons ( or more precisely that of single non photonic electrons , the decay products of heavy mesons ) .
the elementary interaction between the heavy quarks and the partons of the plasma , light quarks , q , and gluons , g , is described by pqcd where the density , the temperature and the average velocity of the partons is given by the hydrodynamical expansion .
the time evolution of the distribution of the heavy quarks can either be calculated by a boltzmann equation or by a fokker - planck equation .
the results presented here are based on the solution of the boltzmann equation and we use the fokker planck approach only to calculate drag and diffusion coefficients which can be compared with other approaches .
the details of the model can be found in ref.@xcite . as compared to former approaches
our approach differs in two respects : * we employ a running nonperturbative coupling constant whose value remains finite at @xmath10 @xcite .
* we use an infrared regulator in the t - channel which is determined by hard thermal loop calculations , as done by braaten and thoma @xcite in the case of qed .
the details of how to extend their approach to qcd is found in the appendix of ref .
@xcite .
both these new ingredients enhance the elastic cross section in the @xmath11 as well as in the @xmath12 channel .
this can be seen in fig .
[ cro ] which shows the total elastic cross section of a c - quark with an energy of 10 gev which traverses a @xmath13 mev plasma , left for the collisions with light quarks , right for the collisions with gluons for different assumptions on the coupling constant and the infrared regulator .
we see that the lower infrared regulator as well as the running coupling constant increase the cross section at low t as compared to the one with the standard choices @xmath14 and @xmath15 , where @xmath16 is the debye mass .
other approaches use a temperature independent coupling constant and/or @xmath17 where k varies between 0.3 and 1 .
energy loss by radiation is not taken into account yet in this model .
we introduce therefore a k - factor , i.e. a multiplication factor which is applied to the cross section . with a running coupling constant and a infrared regulator of @xmath18 , dubbed `` model e '' in ref .
@xcite and shown as the thick ( red ) line in fig .
[ cro ] , a k - factor of 1.8 describes the central as well as the minimum bias data for @xmath0 and @xmath5 published by the star @xcite and the phenix @xcite collaboration , see ref.@xcite .
in order to compare our model with other approaches we calculate the diffusion constant in space , @xmath19 , which is related to the drag coefficient @xmath20 by @xmath21 @xcite .
the drag coefficient can be connected to the ratio of viscosity and entropy density , @xmath22/s , one of the key quantities of the present discussion .
the relation is , however , different in the different models and ranges from @xmath23 @xcite to @xmath24 in the ads / cft approach .
[ spadif ] displays this quantity for b and c -quarks as a function of the plasma temperature .
@xmath25 is very similar for c- and b - quarks in our approach and is for small temperatures close to the quantal limit .
in ref.@xcite we have compared our results with central and minimum bias data . as discussed in @xcite the interaction between the heavy quarks and
the plasma is a quite complicated process in which the spatial geometry plays an essential role and consequently the impact parameter ( or centrality ) dependence of the results is highly non trivial .
therefore , it is useful to exploit the whole selection of centralities provided by the phenix collaboration .
if hadrons have scattered before they create a heavy quark pair their transverse momentum distribution is modified .
this so called cronin effect yields a broadening of @xmath26 , where @xmath27 is the broadening of the squared transverse momentum in a single nn collision and @xmath28 is the number of prior collisions .
we parameterize this distribution by a gaussian function with a variance of @xmath29 .
the consequences for @xmath30 for different values of @xmath27 are shown in fig .
[ dau ] . for later calculations we use @xmath31 .
the result of our approach for the different centrality classes , as compared to the phenix data , is shown in fig.[phedata ] .
we see that for all centralities the general trend is well reproduced . for
the most peripheral events the phenix data show an decrease of @xmath0 which is not reproduced in our approach and known mechanisms do not account for this behavior .
another way to present the data is the centrality dependence of the @xmath32 integrated @xmath0 defined as r_auau(p_t^min)=. in fig .
[ phecent ] we present @xmath33 as a function of the participant number , @xmath34 , and for 2 different lower bounds of the integration , @xmath35 , in comparison with the results of the phenix collaboration @xcite .
because all heavy quarks are finally converted into heavy hadrons this presentation allows to study directly the average jet quenching as a function of the centrality of the reaction .
also these results are in good agreement with the data .
the theoretical values of the two experimentally measured quantities , @xmath0 and @xmath5 , depend in a sensitive way on the two conceptually different ingredients of the theory , the interaction of the heavy quarks with the plasma and the expansion of the plasma itself .
if one wants to compare different theories it is very helpful to separate both ingredients .
this is possible by the definition of transport coefficients which can be calculated in every approach to the heavy quark - plasma interaction .
these transport coefficients depend on the interaction of the heavy quark with the plasma but are independent of the expansion of the plasma .
the most interesting of these coefficients is the drag coefficient , @xmath20 .
it describes the time evolution of the mean momentum @xmath36 of the heavy quark @xcite .
it can be calculated from the microscopic interaction with help of eq . 2 of ref .
@xcite or from classical langevin type approaches . in some of the models it is given as an input variable .
[ drag ] displays @xmath20 for different theoretical approaches , on the left hand side for c - quarks and on the right hand side for b - quarks .
there we have assumed that the heavy quarks interact with a plasma of a temperature of 300 mev .
for all calculations we use the default values of the coupling constant .
m&t refers to moore and teaney ( eq . b31 with @xmath37 ) of @xcite , vh&r to van hees and rapp @xcite ( with a resonance width of @xmath38 mev ) , p&p to peshier and peigne @xcite and ads / cft to the drag coefficient calculated in the framework of the anti de sitter/ conformal field theory by gubser @xcite .
c ( with @xmath37 ) and e refer to two parameter sets of our model , defined in @xcite . the largest drag we observe for the ads / cft approach . in this theory
the drag coefficient is momentum independent .
all ( p)qcd based drag coefficients decrease with increasing @xmath6 and hence with increasing momentum the plasma becomes more transparent .
nevertheless , the pqcd based drag coefficient vary quite substantially due to different assumptions on the cut - offs and due to different ingredients , especially the presence of qq resonances in the plasma
. one may ask the question whether such difference does not have a consequences on the predictions of experimentally accessible quantities . in order to study this question we compare the results of two calculations : those of our model e with those in which the drag coefficient of model e is replaced by that of van hees and rapp .
the expansion of the plasma , described by the hydrodynamical approach of kolb and heinz @xcite , is identical in both calculations .
[ compvh ] shows the results .
the top panels display @xmath0 as a function of @xmath6 for c- and b - quarks , left ( right ) without ( with ) @xmath6 broadening due to the cronin effect . in our model , which agrees with the data ,
the deviation of @xmath0 from one is twice as large for large @xmath6 as if we use the drag coefficient of van hees and rapp in an otherwise unchanged model .
a similar observation can be made for @xmath5 , see bottom panel .
for the impact parameter which has been used to simulate minimum bias events , the elliptic flow @xmath5 is reduced by a factor of two if we replace in our model the drag coefficient by that of van hees and rapp without changing the model for the plasma expansion . in their original publication van hees and
rapp have described the data quite well .
it is therefore interesting to explore whether the different models for the expansion of the plasma are at the origin of the difference .
if this were the case it would stress another time the fact that the description of the experimental @xmath0 and @xmath5 spectra is a double challenge : that to describe the qq and qg interactions and that to describe the expansion of the plasma .
if this were not the case , the heavy quarks would not tell us something about the plasma properties _ during _ the expansion .
11 p. b. gossiaux , j. aichelin phys .
rev . * c78 * , 014904 ( 2008 ) , arxiv:0802.2525 [ hep - ph ] p.
b. gossiaux , r. bierkandt and j. aichelin arxiv:0901.0946 [ hep - ph ] ollitrault j - y 1998 _ nucl .
phys . _ * a638 * 195c + poskanzer a m and voloshin s a 1998 _ phys .
* c58 * 1671 b. i. abelev _ et al . _ [ star collaboration ] , arxiv:0801.3466 p. kolb and u. heinz , in quark gluon plasma , world scientific singapore , ed r. hwa and x.n .
wang d. teaney _ phys .
rev . _ * c68 * 034913 ( 2003 ) a. peshier , arxiv : hep - ph/0601119 y. l. dokshitzer , g. marchesini and b. r. webber nucl .
b * 469 * , 93 ( 1996 ) [ arxiv : hep - ph/9512336 ] e. braaten and m. h. thoma phys
. rev .
d * 44 * , 1298 ( 1991 ) , e. braaten and m. h. thoma , phys .
d * 44 * ( 1991 ) 2625 .
b. i. abelev _ et al .
_ [ star collaboration ] , phys .
* 98 * , 192301 ( 2007 ) .
_ et al . _
[ phenix collaboration ] , phys .
lett . * 98 * , 172301 ( 2007 ) [ arxiv : nucl - ex/0611018 ] .
f. reif `` fundamentals of statistical physics '' , mcgraw - hill ( 1965 ) j. cleymans and p. s. ray bi - tp 85/08(1985 ) g. d. moore and d. teaney , phys .
c * 71 * 064904 ( 2005 ) .
h. van hees , v. greco and r. rapp phys .
c * 73 * , 034913 ( 2006 ) [ arxiv : nucl - th/0508055 ] v. greco , h. van hees and r. rapp arxiv:0709.4452 [ hep - ph ] s. peigne and a. peshier phys .
d * 77 * , 114017 ( 2008 ) [ arxiv:0802.4364 [ hep - ph ] ] w. a. horowitz and m. gyulassy arxiv:0804.4330 [ hep - ph ] s. s. gubser phys .
d * 76 * , 126003 ( 2007 ) [ arxiv : hep - th/0611272 ] | analysis of spectra light hadrons in ultrarelativistic collisions nuclei at center mass energy @xmath2 gev revealed new strongly interacting matter produced spatial deformation of overlap zone of projectile and target quantified by eccentricity @xmath3 converted into asymmetry in momentum space elliptic flow @xmath4 @xcite experimental @xmath5 described by ideal hydrodynamics viscosity coefficient small @xcite detailed analysis impact parameter dependence elliptic flow particles situation complicated local thermalization obtained in new matter plasma of quarks and gluons ( qgp ) small viscosity local equilibrium among constituents qgp gluons maintained until phase transition hadrons light quarks carry information on plasma properties close to phase transition most observed particles not useful information on creation time evolution qgp concentrate on few probes with expanding qgp probes include photons jets heavy mesons latter useful large mass kinematic properties close to before hadronization initial momentum distribution of heavy quarks inferred from pp collisions knowncomparing @xmath6 spectra of heavy mesons in heavy ion reactions with pp collisions access to momentum change heavy quarks traversing plasma cross section for collisions after hadronization small defines @xmath7 @xmath8 is average initial binary collisions if heavy quarks energy loss traversing plasma @xmath0 should be @xmath9 not true transverse momentum of partons modified by medium mean free path of heavy quarks shortest at beginning expansion deviation of @xmath0 encodes interaction quarks with qgp initially heavy quarks isotropically distributed in azimuthal direction elliptic flow by interactions with light quarks and gluons eccentricity into elliptic flow @xmath5 of heavy mesons sensitive to interaction with plasma at end of expansion advanced model @xcite studies creation of heavy quarks in qgp interaction with expanding plasma spectra of heavy mesons single non photonic electrons decay products elementary interaction between heavy quarks and partons plasma described by pqcd density temperature average velocity of partons given by hydrodynamical expansiontime evolution of distribution heavy quarks calculated by boltzmann or fokker - planck equation results based on boltzmann equation use fokker planck approach to calculate drag diffusion coefficients compared with other approaches details model in ref.@xcite approach differs running nonperturbative coupling constant finite at @xmath10 @xcite use infrared regulator in t - channel determined by hard thermal loop calculations braaten thoma details approach to qcd in appendix of ref @xcite new ingredients enhance elastic cross section in @xmath11 @xmath12 channel in fig . total elastic cross section of c - quark with energy 10 gev traverses @xmath13 mev plasma lower infrared regulator running coupling constant increase cross section at low t to standard choices @xmath14 @xmath15 @xmath16 other approaches use temperature independent coupling constant @xmath17 k varies between 0.3 and 1 energy loss by radiation not introduce k - factor multiplication factor applied to cross section running coupling constant infrared regulator of @xmath18 model e '' in ref @xcite in figk - factor 1.8 describes central minimum bias data for @xmath0 @xmath5 star @xcite phenix @xcite collaboration compare model calculate diffusion constant space @xmath19 related to drag coefficient @xmath20 @xmath21 drag coefficient connected to viscosity entropy density @xmath22/s relation different in models ranges from @xmath23 @xcite to @xmath24 cft approach displays quantity for b c -quarks function plasma temperature @xmath25 similar for c- b - quarks small temperatures close to quantal limit@xcite compared results with central minimum bias data interaction between heavy quarks plasma complicated spatial geometry essential impact parameter centrality dependence non trivial exploit selection centralities phenix collaboration hadrons scattered before heavy quark pair transverse momentum distribution modified cronin effect yields broadening of @xmath26 @xmath27 squared transverse momentum in single collision @xmath28 prior collisions parameterize distribution by gaussian function variance of @xmath29 consequences for @xmath30 different values @xmath27 shown in fig . for later calculations use @xmath31result of our approach for centrality classes compared to phenix data shown in fig. for all centralities general trend reproduced peripheral events phenix data show decrease of @xmath0 not reproduced in our approach known mechanisms account for behavior centrality dependence of @xmath32 integrated @xmath0 defined as r_auau(p_t^min)= in present @xmath33 as function of participant number @xmath34 2 lower bounds integration @xmath35 comparison with results phenix collaboration @xcite all heavy quarks converted into heavy hadrons presentation allows study average jet quenching as function of centrality reaction results agreement with data theoretical values of two measured quantities @xmath0 and @xmath5 depend on interaction heavy quarks with plasma expansion plasma separate both ingredients possible by definition of transport coefficients calculated in plasma interaction depend on interaction heavy quark independent of expansion interesting drag coefficient @xmath20 describes time evolution of mean momentum of heavy quark @xcite calculated from microscopic interaction or approaches in some models given as input variabledrag ] displays @xmath20 theoretical approaches left side c - quarks right b - quarks assumed heavy quarks interact plasma temperature 300 mev use default values coupling constant m&t moore teaney @xmath37 vh&r van hees rapp @xcite resonance width @xmath38 mev p&p peshier peigne ads / cft drag coefficient calculated anti de sitter conformal field theory gubser @xcite c @xmath37 ) e refer two parameter sets model defined @xcite largest drag ads / cft approach drag coefficient momentum independent p)qcd based drag coefficients decrease increasing @xmath6 momentum plasma becomes transparent pqcd drag coefficient vary assumptions cut - offs ingredients presence qq resonances plasma difference predictions experimentally accessible quantities compare results two calculations model e drag coefficient model e replaced van hees rapp expansion plasma hydrodynamical approach kolb heinz @xcite identical both calculations compvh ] shows results top panels display @xmath0 function @xmath6 c- b - quarks left right without @xmath6 broadening cronin effectour model agrees data deviation of @xmath0 from twice large for @xmath6 drag coefficient van hees and rapp unchanged model similar observation for @xmath5 bias elliptic flow @xmath5 reduced factor two drag coefficient by van hees and rapp without changing model plasma expansion original van hees rapp described data well explore different models expansion plasma origin difference description @xmath0 @xmath5 spectra double challenge qq qg interactions expansion plasma if heavy quarks tell plasma properties during expansion b. gossiaux j. aichelin phys . rev. c78 014904 ( 2008 ) arxiv:0802.2525 [ hep - ph ] gossiaux bierkandt aichelin arxiv:0901.0946 hep - ph ollitrault 1998 . a638 195c poskanzer voloshin s 1998 phys. c58 * 1671 abelev al . star collaboration arxiv:0801.3466 p. kolb u. heinz quark gluon plasma world scientific singapore r hwa wang teaney phys . rev . c68 * 034913 ( 2003 ) peshier arxiv hep - ph/0601119dokshitzer marchesini webber 469 93 1996 ) hep - ph/9512336 braaten thoma phys 44 1298 1991 braaten thoma 44 1991 abelev star collaboration phys. 98 192301 ( 2007 ) phenix collaboration 98 172301 2007 ) nucl - ex/0611018 f reif fundamentals statistical physics mcgraw - hill 1965 ) cleymans s ray 85/08(1985 ) moore teaney phys . 71 064904 ( 2005 ) van hees v. greco r rapp phys 73 034913 ( 2006 ) nucl - th/0508055 v greco van hees rapp arxiv:0709.4452 peigne peshier phys . d 77 * 114017 ( 2008 ) arxiv:0802.4364 hep ph horowitz gyulassy arxiv:0804.4330 hep - ph gubser phys d 76 * 126003 ( 2007 ) hep - th/0611272 | 0.522306 | 3,502 | 1,786 | , Saving $0.1 in GPT-4. |
172,330 | we study the inclusive production of @xmath0 ( @xmath1 ) in several high energy collision processes ( @xmath2 ) , in view of an accurate determination of the unpolarized and polarized fragmentation functions of a quark into a @xmath0 ( @xmath1 ) . for polarized fragmentation functions the inaccuracy and the scarcity of present data do not allow to distinguish between various theoretical models .
we will indicate how future measurements will provide ways to discriminate between them and also how to achieve a necessary quark flavor separation
. a possible extension to the production of the other hyperons ( @xmath3 ) , will be also briefly discussed . | the usual parton @xmath4 distribution functions @xmath5 of a hadron @xmath6 , which are extracted from deep inelastic scattering ( dis ) for a space - like energy scale @xmath7 , have counterparts in the time - like region @xmath8 , which are the hadron fragmentation functions @xmath9 .
they represent the probability to find the hadron @xmath6 with a fraction @xmath10 of the momentum of the parent parton @xmath11 , at a given value of @xmath12 . like distribution functions ,
fragmentation functions are _ universal _ , that is process - independent , and likewise , their @xmath12 dependence is fully predicted by the qcd evolution equations .
they can be measured in various high energy collision processes namely , @xmath13 annihilation , @xmath14 , semi - inclusive dis , @xmath15 and single - inclusive @xmath16 collisions , @xmath17 .
so far , the best known fragmentation funtions are @xmath18 and @xmath19 , corresponding to the most copiously produced light mesons @xmath20 and @xmath21 .
our purpose here is to consider the hyperon fragmentation functions and more specifically to examine the case of @xmath0 ( @xmath1 ) .
the self - analyzing properties of @xmath0 ( @xmath1 ) make this spin - half baryon particularly appealing , to study spin transfer mechanisms .
we first recall the results of a qcd analysis of the data for inclusive ( @xmath22 ) production in @xmath13 collisions , which yields the first simple and reliable parametrization of the unpolarized fragmentation functions @xmath23 .
the observed longitudinal polarization of the @xmath0 s produced at lep on the @xmath24-resonance , leads to some inaccurate information on the spin - dependent fragmentation functions @xmath25 .
as we will see , several theoretical models have been proposed for these polarized fragmentation functions which are , so far , badly constrained by existing data .
some predictions can be made for the spin transfer in polarized dis , but one gets no definite conclusion by comparing them with the present very poor data from hermes at desy and e665 at fnal .
we also stress the importance of the @xmath0 ( @xmath1 ) production in neutrino ( antineutrino ) dis , which allows a clean flavor and spin separation .
we will show some new data from nomad at cern and comment on future experimental possibilities .
+ we will also give the prospects from @xmath16 collisions with polarized protons at rhic - bnl , because there are recent interesting suggestions for measuring the helicity ( and transversity ) transfer asymmetry in the process @xmath26 .
from its dependence on the rapidity of the @xmath0 , it is possible to discriminate easily between the various theoretical models , thanks to the high luminosity and the small statistical errors . of course , this can be easely extended to the production of the other hyperons ( @xmath3 ) , which will be also briefly discussed .
from the production of @xmath0 ( @xmath1 ) in @xmath13 annihilation one can determine @xmath27 by using a standard parametrization , at initial scale @xmath28 @xmath29 to reduce the number of free parameters occuring above , one must make some simplifying assumptions based on , _
e.g. _ @xmath30 arguments .
_ ten _ free parameters , needed to include light quarks , heavy quarks and gluons , were obtained by fitting the world data for 14gev@xmath3191.2gev , in a leading and next - to - leading order ( lo and nlo ) qcd analysis @xcite . although , it leads to a good determination of @xmath32 , there is no flavor separation for the dominant contributions @xmath33 and no separation between @xmath34 and @xmath35 , since the data does not separate @xmath0 and ( @xmath1 ) . other sets of quark fragmentation functions into @xmath0 ( @xmath1 ) , based on a bag model calculation and a fit to @xmath13 data , have been published recently @xcite . the fragmentation of a longitudinally polarized parton into a longitudinally polarized @xmath0 will be described in terms of @xmath36 where @xmath37 [ @xmath38 is the probability to find a @xmath0 with positive [ negative ] helicity in a parton @xmath11 with positive helicity .
clearly one obtains the unpolarized fragmentation function @xmath32 by taking in ( 2 ) , the sum instead of the difference . for the fragmentation of a transversely polarized parton into a transversely polarized @xmath0 ,
one uses ( 2 ) to define @xmath39 in complete analogy with @xmath25 . in order to construct @xmath40 ,
one usually makes the assumption @xmath41 at a given scale , where @xmath42 are the spin transfer coefficients , for which several models can be found in the literature . in ref.@xcite ,
@xmath40 was neglected for heavy quarks and gluon and they take the following simple parametrization @xmath43 in terms of _ two _ new parameters @xmath44 and @xmath45 at a given scale . to cover a wide range of plausible models , they consider three different scenarios : + 1 ) in the non - relativistic quark model ,
only strange quarks can contribute , therefore @xmath46 .
+ 2 ) by transposing the estimate of ref.@xcite for the polarized @xmath47 and @xmath48 quark distributions in a @xmath0 , to the polarized fragmentation functions , one gets @xmath49 .
+ 3 ) by assuming that all polarized fragmentation functions are equal , which is an extreme case , one gets @xmath50 . + in ref.@xcite , only two scenarios similar to 1 ) and 2 ) , were considered and for other alternatives along the same lines , see also ref.@xcite . a different way to construct @xmath51
was proposed in ref.@xcite , based on our knowledge of the quark distributions and by means of the simple reciprocity relation , the so called gribov - lipatov relation @xcite @xmath52 where @xmath53 is the quark distribution for finding the quark @xmath54 carrying a momentum fraction @xmath55 inside the hadron @xmath6 .
+ the longitudinal @xmath0 polarization @xmath56 , which can be directly expressed in terms of the @xmath57 ( see ref.@xcite ) , has been measured at lep by several experiments and is shown in fig.1 .
it is large and negative and consistent with the su(6 ) quark - diquark model proposed in ref.@xcite , as well as scenario 3 ) from ref.@xcite , mentioned above . in a very recent work @xcite ,
one finds various predictions for @xmath58 , where @xmath59 stands for any hyperon of the octet baryon , obtained by using su(3 ) symmetry relations .
these results can be used to make predictions for @xmath0 production in semi - inclusive dis , with only the electron ( muon ) beam longitudinally polarized .
the @xmath0 polarization @xmath56 along its own momentum is related ( for the exact expression see ref.@xcite ) to the longitudinal spin transfer @xmath60 defined as @xmath61 from the above values of @xmath45 , one anticipates that @xmath62 will be small for 1 ) , negative for 2 ) and large and positive for 3 ) and the results can be found in ref.@xcite .
another set of predictions is given in ref.@xcite and it will be interesting to compare them with data from future polarized dis experiments , in particular from hermes at desy and compass at cern . for the time being , we only have the few data points displayed in fig.2 for the spin transfer for @xmath0 production and in fig.3 for @xmath1 production .
the three curves represent the predictions from three possible scenarios proposed in ref.@xcite in the framework of the pqcd based model and the use of the reciprocity relation eq.(5 ) .
the dotted curves correspond to pure valence quark contributions and for the dashed curves one has introduced a symmetric quark - antiquark sea , whereas it is asymmetric for the solid curves .
although this last case seems slightly favored , the simultaneous description of @xmath0 and @xmath1 spin transfers remains hard to achieve and therefore more accurate data are badly needed ( for a detailed discussion on this point , see ref.@xcite ) .
the main observation is based on the fact that neutrinos ( antineutrinos ) can be regarded as a purely polarized lepton beam since neutrinos are left - handed ( antineutrinos are right - handed )
. therefore they only interact with quarks of specific helicities and flavors .
the scattering of a neutrino ( antineutrino ) beam on a hadronic target provides _ a source of polarized quarks with specific flavor_. this important property makes neutrino ( antineutrino ) dis , an ideal laboratory to study the flavor dependence of quark fragmentation .
+ if one measures , @xmath0 and @xmath1 production in neutrino and antineutrino dis , one can show @xcite that the four longitudinal polarizations @xmath63 , @xmath64 , @xmath65 and @xmath66 can be expressed in terms of four fragmentation functions , allowing a clean separation between quarks and antiquarks . in fig.4
we show the nomad data for @xmath63 , compared with some model calculations from ref.@xcite , as well as the predictions for the remaining three processes .
again more data are requiered to test these models but fortunately , one can expect future experimental possibilities from charged currents @xmath67 dis , with hera at desy , cebaf at jefferson lab . and erhic at bnl .
let us now move to another area where we can test these polarized fragmentation functions , by studying the spin transfer parameters in @xmath16 collisions . a new polarized @xmath16 collider at rhic - bnl , which starts operating now , will allow to undertake a vast spin physics programme at high center - of - mass energies , up to @xmath68 = 500gev .
first , we are interested in the reaction @xmath69 , where both the initial proton and the produced @xmath0 are longitudinaly polarized and we consider the helicity transfer parameter @xmath70 defined as follows @xmath71 where @xmath72 and @xmath73 are the rapidity and the transverse momentum of the outgoing @xmath0 . @xmath74 [ @xmath75 denotes the cross section where the proton and the @xmath0 helicities have the same [ opposite ] sign .
when @xmath72 is positive the @xmath0 has the direction of @xmath76 and @xmath73 is always assumed to be large .
@xmath70 is directly related to the @xmath57 , whose exact expression can be found in ref.@xcite , and therefore it is possible to make predictions , which are shown in fig.5 .
again one can see that the sign and magnitude of @xmath70 are strongly correlated to the values of @xmath45 and given the smallness of the expected statistical errors , indicated in the figure along the horizontal axis , it will be now rather easy to pin down the right underlying mechanism .
+ one notices that in all cases @xmath70 is small for negative rapidity .
this is due to the fact that the dominant subprocess is @xmath77 and we have assumed that @xmath78 . this feature is rather general and it was discussed in more details in ref.@xcite .
it characterizes also other helicity transfers as shown in fig.6 , where we display the predicted helicity transfers for all the hyperons @xmath79 , resulting from two models of the fragmentation functions .
finally , we can also consider the case where both the proton and the @xmath0 are transversely polarized and the corresponding spin transfer parameter @xmath80 , is defined as in eq.(7 ) , where helicity is replaced by transverse polarization .
this spin observable is related to the quark transversity distributions , so called @xmath81 and to the transversity fragmentation functions @xmath39 mentioned in section 2 .
needless to say that we have no experimental information on these quantities .
however we can derive some bounds on @xmath80 , using positivity arguments .
we recall that positivity leads to the inequality @xcite @xmath82 whose validity has been established up to nlo qcd corrections .
a similar constraint holds for hadron fragmentation functions @xcite , namely @xmath83 by saturating the above inequalities , we get an estimate for an upper and lower bounds for @xmath80 which are displayed in fig.7 .
the larger allowed region corresponds to scenario 3 ) , mentioned earlier , due to the value of @xmath45 and from the expected statistical accuracy , we get rather small error bars .
+ to summarize , we have now some knowledge of the unpolarized fragmentation functions @xmath84 , but we miss a better flavor separation , which can be properly achieved by means of neutrino ( antineutrino ) dis or charged currents in @xmath67 dis .
the corresponding polarized fragmentation functions @xmath85 are poorly known and more data is needed for testing several theoretical models proposed in the literature .
future measurements of @xmath0 and @xmath1 production in semi - inclusive charged lepton dis will improve the situation and this can be generalized to the case of the production of the other hyperons @xmath3 .
the new polarized @xmath16 collider at rhic - bnl , with high luminosity and high energy , is also a very powerful facility to study unpolarized and polarized fragmentation functions for all octet baryon members . | parton @xmath4 distribution functions hadron @xmath6 extracted from inelastic scattering space - energy scale counterparts time - region @xmath8 hadron fragmentation functions @xmath9 represent probability find hadron @xmath6 fraction momentum parent parton @xmath11 value @xmath12 distribution functions fragmentation functions universal process - independent @xmath12 predicted by qcd evolution equations measured high energy collision processes @xmath13 annihilation semi - inclusive dis single - inclusive @xmath16 collisions best known fragmentation funtions @xmath18 @xmath19 produced light mesons @xmath20 @xmath21 purpose consider hyperon fragmentation functions examine case @xmath0 ( @xmath1 ) self - analyzing properties spin - half baryon appealing spin transfer mechanisms results qcd analysis inclusive production @xmath13 collisions parametrization unpolarized fragmentation functions @xmath23 longitudinal polarization @xmath0 @xmath24-resonance inaccurate information spin - dependent fragmentation functions @xmath25theoretical models proposed for polarized fragmentation functions constrained by data predictions for spin transfer in polarized dis no definite conclusion comparing with poor data from hermes at desy e665 at fnal importance of @xmath0 ( ) production in neutrino dis clean flavor spin separation show new data from nomad at cern comment future experimental possibilities prospects from @xmath16 collisions with polarized protons at rhic - bnl suggestions for measuring helicity transfer asymmetry @xmath26 dependence on rapidity @xmath0 discriminate between theoretical models high luminosity small statistical errors extended to production other hyperons ( @xmath3 ) discussed production @xmath0 ) in @xmath13 annihilation determine @xmath27 standard parametrization @xmath28 @xmath29 to reduce free parameters simplifying assumptions @xmath30 arguments ten free parameters light heavy quarks gluons obtained by fitting world data for 14gev@xmath3191.2gev leading order qcd analysis @xciteleads determination @xmath32 no flavor separation dominant contributions @xmath33 separation @xmath34 @xmath35 data separate @xmath0 @xmath1 ) quark fragmentation functions into @xmath0 model calculation @xmath13 data published recently @xcite fragmentation longitudinally polarized parton into @xmath0 described @xmath36 @xmath37 @xmath38 probability find @xmath0 positive negative helicity parton @xmath11 positive helicity obtains unpolarized fragmentation function @xmath32 ( 2 ) sum instead difference fragmentation transversely polarized parton into polarized @xmath0 uses ( 2 ) define @xmath39 @xmath25 construct @xmath40 assumption @xmath41 scale @xmath42 spin transfer coefficients models literature @xmath40 neglected for heavy quarks gluon parametrization @xmath43 new parameters @xmath44 @xmath45 scale consider three scenarios non - relativistic quark model strange quarks contribute @xmath46 transposing estimate@xcite polarized @xmath47 @xmath48 quark distributions @xmath0 to polarized fragmentation functions gets @xmath493 assuming polarized fragmentation functions equal extreme case gets @xmath50 ref.@xcite two scenarios similar 1 ) 2 ) considered alternatives see ref.@xcite different construct @xmath51 proposed knowledge quark distributions simple reciprocity relation gribov - lipatov relation @xmath52 @xmath53 quark distribution quark @xmath54 carrying momentum @xmath55 inside hadron @xmath6 longitudinal @xmath0 polarization @xmath56 expressed @xmath57 measured at lep experiments shown in.1 large negative consistent with su(6 ) quark - diquark model scenario 3 ) recent work predictions for @xmath58 @xmath59 hyperon octet baryon su(3 ) symmetry relations results predictions @xmath0 production semi - inclusive dis electron muon ) beam longitudinally polarized @xmath0 polarization @xmath56 related.@xcite to longitudinal spin transfer @xmath60 @xmath61 values @xmath45 anticipates @xmath62 small for 1 ) negative for 2 ) large positive for 3 ) results in ref.@xcite predictions in ref.@xcite compare with future polarized dis experiments hermes desy compass at cern few data points fig.2 spin transfer @xmath0 fig.3 @xmath1 production three curves represent predictions from three scenarios.@xcite pqcd model reciprocity relation eq.(5 ) dotted curves pure valence quark contributions dashed curves symmetric quark - antiquark sea asymmetric for solid curves simultaneous description @xmath0 @xmath1 spin transfers hard more accurate data needed see ref.@xcite observation neutrinos antineutrinos ) purely polarized lepton beam neutrinos left - handed antineutrinos right - handed interact with quarks specific helicities flavors scattering neutrino beam on hadronic target provides source polarized quarks with specific flavor neutrino ) dis ideal laboratory study flavor dependence quark fragmentation measures @xmath0 @xmath1 production in neutrino antineutrino dis four longitudinal polarizations @xmath63 @xmath66 expressed four fragmentation functions clean separation between quarks antiquarks fig.4 nomad data for @xmath63 compared with model calculations ref@xcite predictions for remaining three processes more data future experimental possibilities from charged currents @xmath67 dis hera at desy cebaf at jefferson lab erhic at bnl test polarized fragmentation functions studying spin transfer parameters in @xmath16 collisions new polarized @xmath16 collider at rhic - bnl spin physics programme high center mass energies up to @xmath68 = 500gev interested in reaction @xmath69 initial proton produced @xmath0 longitudinaly polarized helicity transfer parameter @xmath70 @xmath71 @xmath72 @xmath73 rapidity transverse momentum of outgoing @xmath0 @xmath74 @xmath75 cross section proton @xmath0 helicities same sign @xmath72 positive @xmath0 direction of @xmath76 @xmath73 assumed large @xmath70 related to @xmath57 expression in ref.@xcite possible make predictions shown in fig.5 sign magnitude of @xmath70 correlated to values @xmath45 smallness expected statistical errors easy to pin down underlying mechanism @xmath70 small for negative rapidity dominant subprocess @xmath77 assumed @xmath78feature general discussed in ref.@xcite characterizes helicity transfers fig.6 predicted transfers hyperons @xmath79 from two models fragmentation functions case proton @xmath0 transversely polarized spin transfer parameter @xmath80 defined eq.(7 ) helicity replaced by transverse polarization spin related to quark transversity distributions @xmath81 transversity fragmentation functions @xmath39 section 2 no experimental information derive bounds on @xmath80 using positivity arguments positivity leads to inequality @xcite @xmath82 validity established nlo qcd corrections similar constraint for hadron fragmentation functions @xcite @xmath83 saturating inequalities estimate upper lower bounds for @xmath80 displayed in fig.7 larger allowed region corresponds to scenario 3 ) due to value @xmath45 small error bars knowledge of unpolarized fragmentation functions @xmath84 miss better flavor separation neutrino charged currents @xmath67 dis polarized fragmentation functions @xmath85 poorly known more data needed testing theoretical modelsmeasurements @xmath0 production - charged lepton improve production hyperons @xmath3 new polarized @xmath16 collider rhic - bnl high luminosity energy powerful facility study unpolarized polarized fragmentation octet baryon members | 0.503437 | 3,047 | 1,626 | , Saving $0.1 in GPT-4. |
172,380 | the techniques are discussed by which the order of the deconfining phase transition is investigated on the lattice .
qcd with @xmath0 is a special case , which can provide information on the mechanism of confinement . | quarks and gluons have never been observed as free particles , a phenomenon known as color confinement .
a widely accepted idea in the 1960 s was that a limiting temperature exists for hadronic matter@xcite , the hagedorn temperature @xmath1 : increasing the energy density just below @xmath1 would result in production of particles , rather than in an increase of temperature . in ref.@xcite it was suggested that a phase transition could exist to a plasma of quarks and gluons ( deconfining transition ) .
big experiments to explore this possibility in heavy ions collisions have not yet given conclusive results@xcite .
the only existing source of information are montecarlo simulations of the theory on the lattice .
the partition function of a system of fields at temperature t @xmath2 is equal to the euclidean feynmann integral of the theory extending in time from 0 to @xmath3 , with periodic boundary conditions in time for bosons , antiperiodic for fermions . in the lattice formulation
this corresponds to simulate the theory on a lattice @xmath4 , with the spatial extension @xmath5 , the time extension .
the temperature is @xmath6 , where @xmath7 and @xmath8 is the lattice spacing in physical units . to explore the deconfining transition a signature for confinement - deconfinement
must be defined . in quenched qcd ( @xmath9 , no dynamical quarks
) this is done as follows .
consider the polyakov line @xmath10 the correlator @xmath11 is related to the static @xmath12 potential by the relation @xmath13 on the other hand at large distances cluster property requires @xmath14 when @xmath15 eq([eq5 ] ) gives a linearily rising potential at large distances , @xmath16 which is taken as a definition of confinement .
when @xmath17 , @xmath18 and there is no confinement .
@xmath19 is an order parameter for confinement , the corresponding symmetry being @xmath20 .
a deconfining phase transition is indeed observed in lattice simulations , corresponding to the above definition , both in @xmath21 and in @xmath22 pure gauge theories : @xmath19 grows rapidly from 0 to 1 by increasing @xmath23 at some @xmath24 . in a finite lattice ,
however , the growth of @xmath19 is smooth : no phase transition can take place in a finite system @xcite .
the raise of @xmath19 becomes sharper and sharper as the volume increases .
the infinite volume limit can be studied by a technique used in statistical mechanics @xcite , known as finite size scaling analysis .
the susceptibility of the order parameter @xmath25 can be defined at a given spatial size @xmath26 @xmath27 @xmath25 gives a measure of the slope of the increase of @xmath28 at @xmath24 .
as @xmath29 it diverges with some critical index @xmath30 when approaching @xmath24 from below @xmath31 the correlation length @xmath32 of the order parameter @xmath28 also diverges at the critical point with a critical index @xmath33 @xmath34 assuming that the ratio @xmath35 is an analytic function , as @xmath36 , @xmath37 and the scaling law follows @xmath38 or @xmath39 the dependence on @xmath26 is dictated by the critical indices of the transition .
in particular the value of @xmath25 at the peak @xmath40 scales as @xmath41 a similar discussion gives for the specific heat @xmath42 @xmath43 with @xmath44 the corresponding critical index and @xmath45 an additive term due to the presence of an additive renormalization . by studying numerically the dependence of @xmath25 and @xmath42 on @xmath26 the critical indices @xmath44 , @xmath30
, @xmath33 can be determined and the order of the transition and the universality class with them .
a weak first order transition is a limiting case when @xmath46 and @xmath47 with @xmath48 the number of spatial dimensions .
for quenched @xmath21 it is found that the universality class is that of the @xmath49 ising model , and @xmath50@xcite . for quenched @xmath22
the transition is weak first order @xcite and @xmath51 .
an alternative order parameter @xmath52 is the vev of a magnetically charged operator@xcite .
this operator will be described in some detail in the next section for full qcd .
a finite size scaling analysis of @xmath53 gives results consistent with those obtained by using @xmath19 and @xmath54 for @xmath55 , @xmath56 for @xmath57 . since @xmath58 signals dual superconductivity , this result can be considered as evidence that dual superconductivity of the vacuum is the mechanism of confinement .
in the presence of dynamical quarks a clear way to define and to detect confinement does not exist .
@xmath19 is not a good order parameter , since the corresponding symmetry @xmath20 is broken by the quark coupling .
in addition string breaking is expected to occur : the static potential energy converts into dynamical @xmath59 pairs at large distances so that the potential is not linear any more with the distance , even if there can be confinement . at @xmath60
chiral symmetry exists , which is spontaneously broken at @xmath61 , the pseudoscalar mesons being the corresponding goldstone particles and the quark condensate @xmath62 the order parameter . at some critical temperature @xmath63
mev chiral symmetry is restored .
it is not well understood what is the interplay of chiral symmetry with confinement .
moreover at @xmath64 chiral symmetry is explicitely broken and @xmath62 is not a good order parameter either .
however if one looks at susceptibilities like @xmath65 they all show in numerical simulations a maximum for a @xmath66 as functions of @xmath23 , along a line in the plane @xmath67 , which is assumed by convention as a critical line , with the confined phase below it and the deconfined phase above it@xcite@xcite . a renormalization group analysis of the chiral transition at @xmath69 @xcite leads to the following predictions , based on the hypothesis that the golstone particles are the relevant degrees of freedom at the transition .
for @xmath70 or @xmath71 the transition is first order , and such is expected to be for @xmath72 . for @xmath0
the transition is first order both at @xmath73 and at @xmath74 if the axial @xmath75 broken by the anomaly is restored at a lower temperature than chiral symmetry , it is second order if the anomaly persists up to the chiral transition , and in that case the line in fig.1 is a crossover .
there exists no precise numerical analysis of the order of the transition , but for some reason the second possibility is usually accepted
. one can assume dual superconductivity of the vacuum as a criterion for confinement .
this criterion works in the quenched case , where it is consistent with the one based on @xmath19 @xcite . to be rigorous one should prove that dual superconductivity implies confinement of any colored particle . in the same way , however , one should prove that @xmath15 implies confinement of any colored particle .
dual superconductivity is detected by a disorder parameter @xmath76 , the vev of an operator carrying non zero magnetic charge@xcite.a non zero vev of @xmath77 signals higgs breaking of magnetic u(1 ) symmetry , or dual superconductivity .
we shall recall below the definition and some properties of @xmath77 .
numerical simulations show indeed that vacuum is a dual superconductor in the region of fig 1 below the critical line , and is normal above it@xcite .
the operator @xmath77 is defined@xcite by the orbits @xmath78 in the gauge group of the symmetric space defined by the co - roots @xmath79 the definition is @xmath80 each choice of @xmath81 defines an abelian projection@xcite , and with it monopoles .
the operator @xmath77 creates a monopole in the given abelian projection .
it can be shown@xcite@xcite , however , that the property of @xmath82 of being non - zero or zero is abelian projection independent , if the number density of monopoles is finite .
numerical simulations show that this is indeed the case .
if one looks at the distribution of the difference of eigenvalues of operators in the adjoint representation on the lattice sites , the number of sites in which that difference vanishes is zero .
that difference is equal to zero at the locations of monopoles . a large sample of configurations , lattice spacings , and operators
have been studied .
a finite size scaling analysis allows to determine the critical indices and the order of the transition@xcite the problem has two scales , the correlation length and the quark mass so that neglecting the ratio of the lattice spacing to the correlation length , @xmath83 where @xmath84 is the anomalous dimension of @xmath85 . by choosing values of @xmath85 and @xmath26 such that the second argument is constant
a scaling law follows for the susceptibility @xmath86 whence @xmath33 can be extracted .
the result is consistent with a first order thansition ( @xmath51)@xcite
. this determination should be consistent with the scaling of the specific heat eq(12 ) .
preliminary data show that this is the case indeed@xcite .
further numerical work is on the way to put the result on a firm basis .
this would definitely legitimate the assumption of @xmath52 as an order parameter for confinement , and confirm dual superconductivity as a mechanism for color confinement .
it would also imply@xcite that either axial @xmath75 symmetry is restored before chiral symmetry , or that goldstone particles are not the relevant degrees of freedom at the critical point .
the first possibility can also be tested on the lattice .
this work is partially supported by miur progetto teoria delle interazioni fondamentali .
thanks are due to my collaborators j.m .
carmona , l.del debbio , m. delia , b. lucini , g. paffuti , c. pica for discussions .
9 r. hagedorn nuovo cim.suppl . 3 ( 1965 ) 147 n.cabibbo , g. parisi phys.lett.b59:67,1975 see e. g. proceedings quark matter 2002 h.gutbrot,j.aichelin and k.werner ed.s north holland c.n.yang , t.d .
lee phys.rev.87:404-409,1952 m.e .
fischer , m.n .
barber phys.rev .
28 1516 1973 j. fingberg , u. m. heller , f. karsch , nucl .
b392 , 493 ( 1993 ) .
m. fukugita , m. okawa , a. ukawa , phys .
63 1768 ( 1989 ) .
l. del debbio , a. di giacomo , g. paffuti , phys .
b 349 , 513 ( 1995 ) ; a. di giacomo , b. lucini , l. montesi , g. paf- futi , phys . rev .
d 61 , 034503 ( 2000 ) ; a. di giacomo , b. lucini , l. montesi , g. paf- futi , phys . rev .
d 61 , 034504 ( 2000);j.m .
carmona , m. delia , a. di giacomo , b. lucini , g. paffuti , d 64 , 114507 ( 2002 ) .
f. karsch and e. laermann , phys .
d 50 , 6954 ( 1994 ) s. aoki et al .
( jlqcd collaboration ) , phys .
d 57 , 3910 ( 1998 ) .
r. pisarski and r. wilczek , phys .
d 29 , 338 ( 1984 ) .
l.del debbio , a.di giacomo , b.lucini , g.paffuti abelian projection for su(n ) gauge theory heo - lat/0203023 g.thooft nucl.phys.b190 455 1981 a. di giacomo , independence of dual superconductivity on the abelian projection hep - lat/0206018 .
a. di giacomo , g. paffuti the abelian projection revisited hep - lat/0309019 ( lattice 2003 ) j.m .
carmona , m. delia , l. del debbio , a. di giacomo , b. lucini , g. paffuti , phys .
d 66 , 011503 ( 2002 ) .
j.m.carmona , m. delia , l.del debbio , a. di giacomo , b. lucini , g.paffuti , c.pica ( lattice 2003 ) hep - lat/ 0309035 | quarks gluons observed as free particles color confinement idea 1960 s limiting temperature for hadronic matter hagedorn temperature increasing energy density below production particles increase temperature suggested phase transition to plasma of quarks gluons deconfining transition experiments in heavy ions collisions results information montecarlo simulations theory lattice partition function of system fields at temperature t @xmath2 equal to euclidean feynmann integral extending time from 0 to @xmath3 periodic boundary conditions for bosons antiperiodic for fermions lattice formulation theory on lattice @xmath4 spatial extension @xmath5 time extension temperature is @xmath6 @xmath7 @xmath8 lattice spacing deconfining transition signature for confinement - deconfinement must defined in quenched qcd no dynamical quarks polyakov line @xmath10 correlator @xmath11 related to static @xmath12 potential large distances cluster property requires @xmath14 linearily rising potential at large distances definition of confinement no confinement @xmath19 order parameter for confinement symmetry @xmath20deconfining phase transition observed in lattice simulations @xmath21 and @xmath22 theories @xmath19 grows from 0 to 1 increasing @xmath23 @xmath24 in finite lattice growth of @xmath19 smooth no phase transition in finite system raise @xmath19 sharper as volume increases infinite volume limit studied by finite size scaling analysis susceptibility of order parameter @xmath25 defined at spatial size @xmath26 slope increase @xmath28 at @xmath24 diverges with critical index @xmath30 approaching @xmath24 correlation length @xmath32 parameter @xmath28 diverges with index @xmath33 dependence on @xmath26 dictated by critical indices transition value of @xmath25 at peak @xmath40 scales as @xmath41 similar specific heat @xmath42 @xmath43 @xmath44 critical index @xmath45 additive term due renormalization studying dependence of @xmath25 @xmath42 on @xmath26 critical indices @xmath44 @xmath30 @xmath33 determined order of transition universality classweak first order transition @xmath46 @xmath47 @xmath48 spatial dimensions @xmath21 universality class @xmath49 model @xmath50@xcite @xmath22 transition weak @xcite @xmath51 alternative order parameter @xmath52 vev magnetically charged operator@xcite operator described next section full qcd finite size scaling analysis @xmath53 results consistent @xmath19 @xmath54 @xmath55 @xmath56 @xmath57 @xmath58 signals dual superconductivity vacuum mechanism confinement dynamical quarks clear define detect confinement @xmath19 not good order parameter symmetry @xmath20 broken by quark coupling string breaking expected static potential energy converts into dynamical @xmath59 pairs large distances potential not linear distance confinement @xmath60 chiral symmetry exists broken @xmath61 pseudoscalar mesons goldstone particles quark condensate @xmath62 order parameter critical temperature @xmath63 chiral symmetry restored interplay chiral symmetry with confinement @xmath64 chiral symmetry broken @xmath62 not good order parametersusceptibilities like @xmath65 show maximum for @xmath66 functions @xmath23 line plane @xmath67 critical line confined phase below deconfined phase above renormalization analysis chiral transition at @xmath69 leads predictions golstone particles relevant degrees freedom at transition @xmath70 or @xmath71 transition first order expected @xmath72 @xmath0 transition first order at @xmath73 and @xmath74 if axial @xmath75 broken by anomaly restored at lower temperature second order if anomaly persists to transition line in fig.1 crossover no precise numerical analysis order transition second possibility accepted dual superconductivity of vacuum criterion for confinement works in quenched case consistent with @xmath19 prove dual superconductivity implies confinement colored particle @xmath15 confinement colored particle dual superconductivity detected by disorder parameter @xmath76 vev operator carrying non zero magnetic charge non zero vev @xmath77 signals higgs breaking magnetic u(1 ) symmetry dual superconductivity definition properties of @xmath77simulations show vacuum dual superconductor fig 1 below critical line normal above operator @xmath77 defined by orbits @xmath78 co - roots @xmath79 definition @xmath80 choice @xmath81 defines abelian projection monopoles operator @xmath77 creates monopole projection property @xmath82 non - zero or zero abelian projection independent if density monopoles finite simulations show distribution difference eigenvalues operators lattice sites number sites difference vanishes zero equal to zero at locations monopoles large sample of configurations lattice spacings operators studied finite size scaling analysis critical indices order transition problem has two scales correlation length quark mass ratio lattice spacing to correlation length @xmath83 @xmath84 anomalous dimension of @xmath85 choosing values @xmath85 @xmath26 second argument constant scaling law follows for susceptibility @xmath86 @xmath33 extracted result consistent with first order thansition ( @xmath51)@xcite determination consistent with scaling specific heat eq(12 ) preliminary data show case further numerical work result firm basis@xmath52 order parameter confinement dual superconductivity color confinement axial @xmath75 symmetry restored before chiral symmetry or goldstone particles not relevant freedom critical point first possibility tested lattice work supported progetto teoria interazioni fondamentali thanks collaborators j carmona l.del debbio delia b lucini g paffuti c hagedorn cim.suppl . 3 ( 1965 ) 147.cabibbo parisi phys.lett.b59:67,1975 proceedings quark matter 2002 h.gutbrot.aichelin k.werner north holland.yang lee phys.rev.87:404-409,1952 fischer barber phys.rev . 28 1516 1973 fingberg heller karsch b392 , 493 ( 1993 ) fukugita okawa ukawa phys . 63 1768 ( 1989 ) l. del debbio di giacomo. paffuti phys . b 349 , 513 ( 1995 ) phys . rev . 61 , 034503 ( 2000 ) rev 61 034504 carmonadelia di giacomo lucini paffuti d 64 114507 2002 karsch laermann phys d 50 , 6954 1994 aoki collaboration 57 , 3910 1998 pisarski wilczek phys d 29 , 338 1984.del debbio giacomo.lucini.paffuti abelian projection su gauge theory lat/0203023.thooft.phys.b190 455 1981 di giacomo dual superconductivity abelian projection lat/0206018 giacomo paffuti abelian projection revisited hep lat/0309019 2003 carmona delia del debbio di giacomo lucini paffuti d 66 , 011503 2002 ).carmona delia debbio giacomo lucini.paffuti.pica lattice 2003 0309035 | 0.43783 | 2,917 | 1,529 | , Saving $0.1 in GPT-4. |
172,381 | compared to planets around sun like stars , relatively little is known about the occurrence rate and orbital properties of planets around stars more massive than 1.3 .
the apparent deficit of planets around massive stars is due to a strong selection bias against early
type dwarfs in doppler based planet searches .
one method to circumvent the difficulties inherent to massive main sequence stars is to instead observe them after they have evolved onto the subgiant branch .
we show how the cooler atmospheres and slower rotation velocities of subgiants make them ideal proxies for f and a type stars .
we present the early results from our planet search that reveal a paucity of planets orbiting within 1 au of stars more massive than 1.5 , and evidence of a rising trend in giant planet occurrence with stellar mass . | a planet bearing star can be thought of as a very bright , extremely dense remnant of a protoplanetary disk .
after all , a star inherits its defining characteristics its mass and chemical composition from the same disk material that forms its planets .
the physical characteristics of planet host stars therefore provide a crucial link between the planets we detect today and the circumstellar environments from which they formed long ago . studying the relationships between the observed occurrence rate and orbital properties of planets as
a function of stellar characteristics informs theories of planet formation , and also helps guide the target selection of future planet searches .
a wealth of recent work has demonstrated that planet occurrence is strongly correlated with chemical composition @xcite ; metal rich stars are 3 times more likely to host planetary companions compared to stars with solar abundances @xcite .
this finding can be understood in the context of the core accretion model .
increasing the metallicity of a star / disk system increases the surface density of solid material at the disk midplane , which in turn leads to an enhanced growth rate for protoplanetary cores @xcite .
another factor that enhances the surface density of material in the disk midplane is its total mass .
if the mass of circumstellar disks scales with the mass of the central star , then there should be an observed correlation between planet occurrence and stellar mass @xcite . in principle , testing this hypothesis is fairly simple : one need only measure the fraction of stars with planets over a wide range of stellar masses .
however , in practice such a study is not so straight forward given the limited range of stellar masses encompassed by most planet searches .
the difficulty can be seen in figure [ mass_hist ] , which shows the distribution of stellar masses for the target stars in california and carnegie planet search ( ccps ; * ? ? ?
* ) , which is representative of most doppler based planet searches .
most of the stars in figure [ mass_hist ] have masses between 0.7 and 1.3 . in a decidedly non copernican twist of nature ,
it turns out that stars like our sun are ideal planet search targets .
mass g and k dwarfs are slow rotators , have stable atmospheres , and are relatively bright .
the fall off toward lower stellar masses is simply because late k and m type dwarfs are faint , making the acquisition of high resolution spectra difficult without large telescope apertures @xcite .
the sharp drop at higher stellar masses is due to a separate observational bias .
stars with spectral types earlier than f8 tend to have rotationally broadened spectral features ( @xmath0 ; galland et al . 2005 ) , have fewer spectral lines due to high surface temperatures , and display a large amount of atmospheric `` jitter . ''
stellar jitter is excess velocity scatter due to surface inhomogeneities and pulsation , which can approach 50100 for mid f stars @xcite .
these features conspire to limit the attainable radial velocity precision for early type dwarfs to @xmath1 , rendering exceedingly difficult the detection of all but the most massive and short period planets .
one method to circumvent the observational limitations inherent to high mass dwarfs is to observe these stars after they have evolved away from the main sequence .
after stars have expended their core hydrogen fuel sources their radii expand , and their atmospheres cool leading to an increase in the number of metal lines in the star s spectrum .
stars crossing the subgiant branch also shed a large amount of angular momentum through the coupling of stellar winds to rotationally generated magnetic fields .
the cooler atmospheres and slower rotational velocities of evolved stars lead to an increased number of narrow absorption lines in their spectra , making them much better suited for precision doppler surveys .
there are a number of planet searches targeting evolved , intermediate mass stars . to date
, most surveys have focused on k
giants @xcite and `` clump giants , '' or asymptotic giant branch stars @xcite .
these programs have detected a total of 9 substellar companions orbiting intermediate mass giants , demonstrating that planets do form and can be detected around stars more massive than @xmath2 . over the past 3 years
we have been conducting a doppler survey of evolved stars at lick and keck observatories .
however , instead of targeting clump giants and k giants , we have focused on stars occupying the region of the h
r diagram between the main sequence and red giant branch , known as the subgiant branch .
our sample is described by @xcite and is summarized below .
the main part of our sample is comprised of 120 subgiant stars , which were selected from the _ hipparcos _ catalog based on the criteria @xmath3 , @xmath4 , and @xmath5 @xcite and @xmath6 .
however , these stars proved to be unsuitable doppler targets , with a high fraction of close binaries and jitter in excess of 30 .
we focus here only on the more stable subgiants . ] .
our sample of subgiants is illustrated in an h
r diagram shown in figure [ sample ] . also shown are the search domains of other doppler surveys containing evolved stars , along with the theoretical mass tracks of @xcite , assuming solar abundances ( [ fe / h]=0.0 ) .
subgiants occupy an observational `` sweet spot '' in the h
r diagram .
they exhibit relatively low levels of jitter , typically around 5 , which is only a factor of 2 higher than g dwarfs @xcite and significantly lower than the 20 of jitter typical for giants @xcite . like k giants , they have shed most of their primordial angular momentum and exhibit slow rotation velocities , with @xmath7 .
also , theoretical mass tracks along the subgiant branch are well separated , allowing for unambiguous mass estimates .
our sample of stars spans a stellar mass range @xmath8 , which nearly doubles the stellar mass domain of the ccps sample .
our planet search around subgiants has two primary goals .
first , we wish to compare the orbital characteristics of planets around intermediate
mass stars to the large statistical ensemble of planets around lower mass stars .
second , we wish to measure the fraction of stars with planets for stellar masses @xmath9 . to study the relationship between stellar mass and planet occurrence , we compare the planet fraction from our high
mass sample to that of the larger sample of fgk stars in the ccps and the low
mass m dwarfs from the nasa keck m dwarf planet search ( e.g. * ? ? ?
the first detection from our sample of subgiants was announced in @xcite : a short period , jovian planet orbiting the 1.28 subgiant hd185269 ( see also * ? ? ?
* ) . with an orbital period @xmath10 d and eccentricity @xmath11 , hd185269b has one of the highest eccentricities among the sample of known `` hot jupiters . ''
the next batch of planets discovered from our sample orbit stars that are notably massive : hd175541 ( 1.69 ) , hd192699 ( 1.65 ) and hd210702 ( 1.85 , johnson et al . 2007a ) . following the theoretical mass tracks of these three massive subgiants back to
the main sequence reveals that they began life as early type dwarfs , with spectral types ranging from a5v to a8v .
we have recently submitted for publication three additional long period planet candidates orbiting the intermediate
mass subgiants @xmath12 crb ( = hd142091 ; @xmath13 ) , hd167042 ( 1.65 ) , and hd16175 ( 1.35 ; johnson et al .
2007 , apj submitted ) .
figure [ ae ] shows the distribution of semimajor axes and eccentricities of all known exoplanets orbiting stars with masses @xmath14 .
also shown in the figure are planets orbiting subgiants with masses @xmath15 , including the 5 systems announced from our survey , our two strongest unpublished candidates , and two other planetary systems around massive subgiants : hd82744 @xcite and hd5319 @xcite .
while the eccentricities of planets around evolved a stars are very similar to those of planets around sun like stars , figure [ ae ] reveals a remarkable trend in the semimajor axes of planets around high mass stars .
planets around evolved a stars ( @xmath16 ) reside preferentially in wide orbits at or beyond @xmath17 au @xcite .
this observed semimajor axis distribution of planets around high mass stars differs significantly from that of planets around lower mass stars , of which 51% orbit closer than 1 au .
this can not be due to an observational bias , since doppler shift measurements are most senstitive to giant planets in short period orbits .
while the radii of stars expand as they evolve away from the main sequence , the radii of subgiants are still small compared to the semimajor axis of even a @xmath18 day hot jupiter .
thus , it remains an open question as to whether the lack of close in planets around a stars is related to the way planets formed in their nascent high mass disks , or instead due to the effects of stellar mass on planet migration .
our sample of subgiants covers a range of stellar masses complementary to the ccps sample of fgk stars and the sample of low mass stars in the nasa keck m dwarfs planet search . in @xcite
we showed that an analysis of the planet occurrence rate in three coarsely spaced mass bins reveals a rising trend with stellar mass ( figure [ occ_rate ] ) .
for this analysis , we selected target stars and planet candidates with uniform detection characteristics , namely stars with more than 8 observations , and planets with @xmath19 au and @xmath20 .
the observed correlation between stellar mass and planet occurrence has important implications for planet formation theory , as well as for future planet search efforts .
stellar mass has now been identified as an additional sign post of planeticity , along with stellar metallicity , making a type stars promising targets for ground based imaging surveys as well as space borne astrometry and transit missions .
the study of planets orbiting massive stars is still in its infancy , with only 17 systems currently known , compared to the 180 sun like and low mass planet host stars discovered over the past decade @xcite .
firmer conclusions about the occurrence rate and orbital properties of planets around a type stars will require a much larger sample of detections .
we have recently expanded our doppler survey of subgiants to include 300 additional stars at lick and keck observatories .
our primary goal is to confirm the correlation between stellar mass and planet occurrence seen in figure [ occ_rate ] .
if the @xmath21% occurrence rate holds , we expect to find 2030 new planets over the next 3 years .
this will represent a significant increase in the number of planets orbiting evolved a stars , and will allow us to perform a more robust analysis of the effects of stellar mass on planetary eccentricities , semimajor axes and multiplicity .
i am very grateful to geoff marcy for his inspiration for this project and his encouragement and advice over the past years .
many thanks to my collaborators debra fischer , jason wright , paul butler , steve vogt , chris mccarthy and katie peek for their helpful converstations , and for their work with the data reduction pipelines , analysis codes and late nights at the telescopes .
thanks to josh winn and nader haghighipour for encouraging me to write up this summary of my work .
i extend my gratitude to the many cat observers who have helped with this project , including peter williams , katie peek , julia kregenow , howard isaacson , karin sandstrom , bernie walp , and shannon patel .
i am an nsf astronomy and astrophysics postdoctoral fellow and acknowledge support from the nsf grant ast-0702821 .
i also gratefully acknowledge the efforts and dedication of the staffs of lick observatory and keck observatory , and the generous allocation of observing time from the ifa , uco lick , nasa and noao tacs .
, y. j. , sato , b. , zhao , g. , noguchi , k. , wang , h. , kambe , e. , ando , h. , izumiura , h. , chen , y. q. , okada , n. , toyota , e. , omiya , m. , masuda , s. , takeda , y. , murata , d. , itoh , y. , yoshida , m. , kokubo , e. , & ida , s. 2007 , arxiv e - prints , 709 , b. , ando , h. , kambe , e. , takeda , y. , izumiura , h. , masuda , s. , watanabe , e. , noguchi , k. , wada , s. , okada , n. , koyano , h. , maehara , h. , norimoto , y. , okada , t. , shimizu , y. , uraguchi , f. , yanagisawa , k. , & yoshida , m. 2003 , , 597 , l157 | planet bearing star bright dense remnant of protoplanetary disk star inherits defining characteristics mass chemical composition from disk material planets physical characteristics of planet host stars provide link between planets today and circumstellar environments formed studying relationships between occurrence rate orbital properties of planets stellar informs theories planet formation target selection future planet searches work planet occurrence with chemical composition metal rich stars 3 times more likely to host planetary companions compared to solar abundances in core accretion model increasing metallicity star / disk system increases surface density of solid material disk midplane to enhanced growth rate for protoplanetary cores factor surface density is total mass if mass circumstellar disks scales with mass central star correlation between planet occurrence stellar mass testing hypothesis simple measure fraction of stars with planets over wide range of stellar masses not straight forward limited range of stellar masses most planet searches difficulty in figure [ mass_hist ] distribution of stellar masses for target stars in california carnegie planet search stars have masses between 0.7 and 1.3 .non copernican stars like sun ideal planet search targets mass g k dwarfs slow rotators stable atmospheres bright fall off toward lower stellar masses late k m dwarfs faint high resolution spectra difficult without large telescope apertures drop at higher stellar masses due to observational bias stars with spectral types earlier than f8 rotationally broadened spectral features fewer spectral lines high surface temperatures display atmospheric jitter stellar jitter excess velocity scatter surface inhomogeneities pulsation approach 50100 for mid f stars limit radial velocity precision for early dwarfs to @xmath1 difficult detection of planets circumvent limitations observe stars after evolved from main sequence after stars radii expand atmospheres cool metal lines in spectrum stars crossing subgiant branch shed angular momentum magnetic fields cooler atmospheres slower rotational velocities of evolved stars to increased narrow absorption lines in spectra better suited for precision doppler surveys planet searches targeting evolved intermediate mass starssurveys focused on k giants @xcite clump giants asymptotic giant branch stars detected 9 substellar companions orbiting intermediate mass giants planets form around stars more massive than @xmath2 past 3 years doppler survey of evolved stars at lick keck observatories instead clump k focused on stars region between main sequence red giant branch subgiant branch sample described by @xcite summarized 120 subgiant stars selected from hipparcos catalog @xmath3 @xmath4 @xmath5 @xcite @xmath6 stars unsuitable doppler targets high fraction of close binaries jitter 30 focus on stable subgiants sample subgiants illustrated in h r diagram figure search domains of other doppler surveys theoretical mass tracks of @xcite solar abundances subgiants occupy sweet spot in h r diagram low levels of jitter around 5 2 higher than g dwarfs @xcite lower than 20 typical for giants @xcite like k giants shed primordial angular momentum slow rotation velocitiestheoretical mass tracks subgiant branch separated unambiguous mass estimates sample spans stellar mass range @xmath8 doubles mass domain ccps sample planet search around subgiants goals compare orbital characteristics planets intermediate mass stars to lower mass stars measure of stars with planets for stellar masses @xmath9 study relationship stellar mass planet occurrence compare planet fraction high mass sample to sample fgk stars ccps low mass m dwarfs nasa keck m dwarf planet search first detection short period jovian planet orbiting 1.28 subgiant hd185269 orbital period @xmath10 d eccentricity @xmath11 hd185269b highest eccentricities among hot jupiters next planets massive hd175541 ( 1.69 ) hd192699 ( 1.65 ) hd210702 ( 1.85 theoretical mass tracks three massive subgiants began life as early type dwarfs spectral types a5v to a8v submitted publication three additional long period planet candidates orbiting intermediate mass subgiants @xmath12 hd167042 ( 1.65 ) hd16175 ( 1.35figure shows semimajor axes eccentricities exoplanets orbiting stars masses @xmath14 planets orbiting subgiants masses @xmath15 including 5 systems two strongest unpublished candidates two systems around subgiants hd82744 hd5319 eccentricities planets around evolved stars similar to sun like stars reveals trend in semimajor axes planets around high mass stars planets around evolved stars @xmath16 in wide orbits at beyond @xmath17 au @xcite semimajor axis distribution high mass stars differs from lower mass stars 51% orbit closer than 1 au observational bias doppler shift measurements senstitive to giant planets short period orbits radii stars expand radii subgiants small compared to semimajor axis of @xmath18 day hot jupiter open question lack of close planets around stars stellar mass planet migration sample subgiants covers stellar masses complementary to ccps fgk low mass stars nasa keck m dwarfs planet search analysis planet occurrence rate in three mass bins reveals rising trend with stellar massselected target stars planet candidates with uniform detection characteristics stars with than 8 observations planets with @xmath19 @xmath20 correlation between stellar mass planet occurrence for planet formation theory future planet search efforts stellar mass additional sign post of planeticity stellar metallicity stars promising targets for ground imaging space borne astrometry transit missions study of planets orbiting massive stars infancy 17 systems known compared to 180 sun like low mass planet host stars discovered past decade firmer conclusions occurrence rate orbital properties require larger sample expanded doppler survey 300 stars lick keck observatories goal confirm correlation between stellar mass planet occurrence if @xmath21% occurrence rate holds expect find 2030 new planets next 3 years significant increase in planets orbiting stars robust analysis effects stellar mass on planetary eccentricities semimajor axes multiplicity grateful to geoff marcy for inspiration encouragement advice thanks to collaborators debra fischer jason wright paul butler steve vogt chris mccarthy katie peek thanks to josh winn nader haghighipour for summaryextend gratitude to cat observers helped project including peter williams katie peek julia kregenow howard isaacson karin sandstrom bernie walp shannon patel nsf astronomy astrophysics postdoctoral fellow acknowledge support nsf grant ast-0702821 acknowledge efforts dedication staffs lick observatory keck observatory generous allocation observing time from ifa uco lick nasa noao tacs sato zhao noguchi wang kambe ando izumiura chen okada toyota omiya masuda takeda murata itoh yoshida kokubo ida . 2007 arxiv e - prints , 709 b. ando kambe takeda izumiura masuda watanabe noguchi wada okada koyano maehara norimoto okada shimizu uraguchi yanagisawa yoshida m. 2003 , , 597 , l157 | 0.446106 | 2,922 | 1,445 | , Saving $0.1 in GPT-4. |
172,382 | the reaction time of a group of students majoring in physics is reported here .
strong co - relation between fatigue , reaction time and performance have been seen and may be useful for academicians and administrators responsible of working out time - tables , course structures , students counsellings etc . | animal s respond to the environment using their sensory organs for collecting information that is passed on to the brain and analyzed for action . however
, this would take a perceivable time .
this time is called the reaction time . the definition of reaction time or latency as given in the wikipedia is `` _ the time from the onset of a stimulus until the organism responds _ ''
@xcite . human reaction time is ultimately limited by how fast nerve cells conduct nerve impulses .
although this speed is almost 250 miles per hour , messages still take a significant amount of time to travel from sensory organs to the brain and back to the appropriate muscle groups . a common `` experiment '' done as
a game by children is for one boy to hold a scale about chest high and have someone place his thumb and index finger about an inch apart somewhere along the ( bottom ) length of the scale .
now , he would have to catch the scale when the first boy allows it to fall .
the scale wo nt be able be caught immediately and a length of the scale would pass through his finger before it is caught . from simple laws of mechanics , using the equation @xmath0 the reaction time of the child can be calculated .
interest in the measurement of human reaction time apparently began as a result of the work of a dutch physiologist named f.c.donders . beginning in 1865 ,
donders @xcite became interested in the question of whether the time taken to perform basic mental processes could be measured . until that time
, mental processes had been thought to be too fast to be measurable . in his early experiments ,
donders applied electric shocks to the right and left feet of his subjects .
the subject s task was to respond by pressing a telegraph key with his right or left hand to indicate whether his right or left foot had received the shock .
interest in measuring and minimizing the reaction time today is of interest in medicine , military , traffic control and sports .
things can be put to better perspective by taking an example . in the game of cricket ,
the average distance between the bowler and batsman is 20mtrs . with a spin bowler
delivering the ball at around 80km / hr , the batsman has 0.9s ( 900ms ) to `` see '' the ball , decide the shot and implement it ! an analysis of high - speed film of international cricketers batting on a specially prepared pitch which produced unpredictable movement of the ball is reported , and it is shown that , when batting , highly skilled professional cricketers show reaction times of around 200ms @xcite .
various methods have been used to measure the reaction time . essentially , measuring simple reaction time like in donders experiment or recognition reaction time or choice reaction time . in choice reaction time
experiments the subject must give a response that corresponds to the stimulus , such as pressing a key corresponding to a letter as soon as the letter appears on a display amist random display of characters . in this article
we are reporting the results of our experiment done using this method .
the reaction time is known to be effected by factors such as age , gender , fatigue/ exercise , distractions and intelligence .
our sample group were students of physics/ electronics in the age group of 18 - 21 , where studies have shown the reaction time to be the minimum in a human life span @xcite .
these works report the reaction time of people in the age group of our study to be @xmath1200ms .
we have sampled and recorded the reaction time of 137 students , however , here we discuss data of 44 students who were majoring in physics/ electronics . usually such experiments sample 20 or more people and make them repeat the experiment over large time @xcite .
another approach is where single reading is taken after allowing the test person a period of practice @xcite .
we first tested the effect of practice on a group of students .
fig 1 shows a the variation of reaction time of students with increasing practice .
raw reaction time , i.e. the first attempt , of the students were poor .
as they practiced , a recording was taken at every 15 minutes .
practice however did not keep on improving the reaction time . only four out of ten students had better reaction time on their forth recording ( i.e. after 45 minutes of practice ) as compared to their third try ( 30 minutes into practice ) . while one might be tempted to conclude this as improvement with practice
, it should be noted that three of these four students in their forth attempt performed worse then their second attempt .
the spectrum of reaction time is within @xmath2 of the average values .
this deviation is just @xmath3 when the first attempt is neglected .
hence , in our experiment , our approach has been to allow a subject to familiarize the machine for 20 - 25 minutes before taking their reaction time . 0.5 cm .table compares the male - female distribution of the three classes and their preformances . [ cols="^,^,^,^,^",options="header " , ] [ tab ] fig 2 shows the performance of the students from the first , second and third years majoring in physics/ electronics . along with each histogram
, a gaussian @xmath4 was fitted to estimate the mean reaction time ( b ) of the class and the deviation from the mean ( using c ) .
table 1 details the results for all three classes . the lower mean reaction time and narrower deviation from the mean of the third year
students show a collective better performance . a boarder sampling of reaction time with larger age variation
was collected based on gender ( results not shown here ) .
we found no variation in performance based on gender with the ratio of female to male reaction time being equal to unity , i.e. ( @xmath5 ) .
bellis @xcite and engel @xcite reported @xmath6 , with males having a faster reaction time .
however , recent studies by silverman @xcite reports the difference in male - female reaction time was narrowing .
table 1 gives the number boys and girls in each class .
eventhough ratio of boys and girls are not same in these classes , no correction is called for in fig 3 since @xmath5 . as stated earlier
, the @xmath7 students appear to be a sharper lot and it was thought worthwhile to test if the reaction time had any co - relation with learning ability .
a comprehensive test was designed to test all the students under study for their ability to comprehend , learn on their own , analyze and solve a given problem .
the test was different from the ordinary annual examination these students face and also care was taken that the evaluator s are not prejudiced or influenced by the results of fig 2 .
fig 3 shows how reaction time seem to co - relate strongly with the student s ability to learn .
this result is consistent with the findings of deary et al @xcite .
all these students were admitted to the college based on their performance in higher secondary ( hs ) examination conductedd by cbse ( india ) .
all the students had marks between 78 - 84% in their hs examination .
the resolving of their performance with respect to their reaction time hence was made possible because of the complex method adopted for evaluation .
schweitzer @xcite in his paper reports that the speed advantage of more intelligent people is greatest in tests requiring complex responses . in corollary , fig 3 suggests sharper ( faster ) students are stimulated and respond keenly to tests having a degree of complexity .
another interesting result we have is how the students reaction time varies after they attend an hour of tendious lecture .
we took recordings of the first year students before they entered the lecture hall and again , an hour later as they emerged from their mathematical physics class .
the particular subject was selected after studying their response to a questionaire , where majority reported it as the most difficult subject .
the subject was also low on popularity . also , their performance in class tests were consistently poor .
fig 4 shows the variation of performance . barring four students , all the students showed deterioration in reaction .
_ `` stress '' _ , hence , makes the reaction time poor .
slower response due to fatigue doing complicated task was reported as back as in 1953 @xcite .
in conclusion , the fatigue level seen in students after attending an hour of intense training in mathematical physics does advocate reducing the duration of a lecture from 60 minutes to 40 - 45 minutes for students below 21 years .
a reduction in response time is also a reduction in concentration level and hence suggests much of the information imparted by the instructor ( fig 4 ) would have anyway not been absorbed .
the methodolgy adopted in teaching difficult subjects also should be reviewed .
b. t. engel , p. r. thorne , and r. e. quilter , `` _ on the relationship among sex , age , response mode , cardiac cycle phase , breathing cycle phase , and simple reaction time .
_ '' , * journal of gerontology 27 * , ( 1972 ) 456 - 460 . | animal s respond to environment using sensory organs for collecting information passed to brain analyzed for action perceivable time time called reaction time definition of reaction time wikipedia is time from onset stimulus until organism responds human reaction time limited by nerve cells conduct nerve impulses speed is almost 250 miles per hour messages take significant time to travel from sensory organs to brain to muscle groups common experiment children for one boy hold scale chest high thumb and index finger inch apart along bottom length scale catch scale when first boy fall scale caught immediately length pass through finger before caught laws mechanics using equation @xmath0 reaction time child can be calculated interest in measurement of human reaction time began work dutch physiologist f.c.donders in 1865 interested in time basic mental processes measured mental processes thought too fast to measurable donders applied electric shocks to right left feet subjects subject s task respond by pressing telegraph key foot received shock interest in measuring minimizing reaction time today interest in medicine military traffic control sports in game cricket average distance between bowler and batsman is 20mtrs spin bowler ball at 80km / hr batsman has 0.9s ( 900ms ) to see ball decide shot implement analysis of high - speed film international cricketers batting on specially prepared pitch unpredictable movement ball reported skilled professional cricketers show reaction times around 200ms @xcite various methods measure reaction time simple reaction time like donders experiment recognition reaction time choice reaction time choice reaction time experiments subject response to stimulus pressing key letter reporting results experiment this method reaction time effected by factors age gender fatigue/ exercise distractions intelligence sample group students physics/ electronics 18 - 21 studies reaction time minimum in human life span @xcite report reaction time @xmath1200ms sampled recorded reaction time of 137 students discuss data of 44 students majoring in physics/ electronics experiments sample 20 or more people repeat experiment large time @xcite approach single reading after practice @xcite tested effect practice on group students fig 1 shows variation reaction time with increasing practice raw reaction time first attempt students poor recording every 15 minutes practice reaction time four out of ten students had better reaction time on forth recordingafter 45 minutes practice compared to third try 30 minutes improvement practice three of four students forth attempt performed worse second attempt spectrum reaction time within @xmath2 average values deviation @xmath3 when first attempt neglected experiment approach allow subject familiarize machine for 20 - 25 minutes before reaction time 0.5.table compares male - female distribution three classes preformances fig 2 shows performance students first second third years physics/ electronics gaussian @xmath4 fitted estimate mean reaction time deviation from mean table 1 details results for all three classes lower mean reaction time narrower deviation from mean of third year students show better performance sampling reaction time age variation based on gender no variation in performance based gender ratio female to male reaction time equal to unity @xmath5 bellis engel reported @xmath6 males faster reaction time recent studies silverman difference in male - female reaction time narrowing table 1 gives number boys and girls in each class ratio not no correction in fig 3 since @xmath5 @xmath7 students sharper test if reaction time co - relation with learning abilitycomprehensive test designed students for ability to comprehend learn analyze solve problem test different from ordinary annual examination care evaluator not prejudiced influenced by results fig 2 fig 3 shows reaction time - with student s ability to learn consistent with findings deary et al students admitted to college based on performance in higher secondary hs examination by cbse india students had marks between 78 - 84% resolving performance reaction time possible because complex method for evaluation schweitzer reports speed advantage greatest in tests complex responses fig 3 suggests sharper faster students respond to tests complexity students reaction time varies after hour tendious lecture recordings of first year students before hour later mathematical physics class subject selected after majority most difficult subject low on popularity performance in class tests consistently poor fig 4 shows variation of performance four students all students showed deterioration in reaction stress makes reaction time poor slower response due to fatigue task reported in 1953 fatigue level students after hour intense training in mathematical physics reducing duration of lecture from 60 minutes to 40 - 45 minutes for students below 21 yearsreduction in response time concentration suggests information instructor fig 4 not absorbed methodolgy teaching difficult subjects reviewed b. t. engel p. r. thorne r. e. quilter relationship among sex age response mode cardiac breathing cycle reaction time journal of gerontology 27 ( 1972 ) 456 - 460 | 0.323757 | 1,920 | 925 | , Saving $0.1 in GPT-4. |
172,399 | the production of charged hadrons and jets is measured in collisions of quasi - real photons .
the data were taken with the opal detector at lep at e@xmath0e@xmath1 centre - of - mass energies @xmath2 = 161 and 172 gev .
the measured cross - sections are compared to perturbative next - to - leading order qcd calculations .
the separation of the direct and the resolved component of the photon is demonstrated . | in an e@xmath3e@xmath4 collider both beam electrons can radiate virtual photons which interact with each other .
these photons are described by their negative four - momentum transfer @xmath5 which is usually small ( @xmath6 ) .
they can therefore be considered to be quasi - real . accordingly
the beam electrons are scattered with very small angles and are not detected ( anti - tagged ) .
events where one or both scattered electrons are detected are called single - tagged or double - tagged [ 1 ] .
+ the interactions of the photons can be modelled by assuming that each photon can either interact directly or appear resolved through its fluctuations into hadronic states . in leading order quantum chromodynamics ( qcd )
this model leads to three different event classes for @xmath7 interactions : direct , single - resolved and double - resolved . in resolved events the partons ( quarks or gluons ) inside the photon take part in the hard interaction .
the probability to find partons inside the photon is parametrised by parton density functions .
+ due to the direct photon interactions the transverse momentum distribution of the charged hadrons in two - photon interactions is expected to have a harder component than in photon - proton or hadron - proton interactions .
this is demonstrated by comparing the @xmath7 data to photo- and hadroproduction data measured by wa69 [ 2 ] .
+ events with two jets ( dijet events ) offer the possibility to separate direct and resolved processes .
the jet cross - sections can be compared to qcd calculations using different structure function parametrisations .
resolved processes are especially sensitive to the gluon content of the photon .
we present the first measurement of inclusive charged hadron production in anti - tagged @xmath7 collisions .
the data were taken in 1996 and correspond to an integrated luminosity of 20 pb@xmath8 .
+ to select anti - tagged two - photon events a set of cuts is applied to the data , the most important cuts are : the visible invariant hadronic mass @xmath9 measured in the electromagnetic calorimeter has to be greater than 3 gev , to reject multihadronic events the sum of all energy deposits in the electromagnetic and hadronic calorimeters should be less than 45 gev and at least 3 tracks must have been found in the tracking chambers which rejects lepton pair events . to select only anti - tagged events
there is a cut on the maximum energy deposit in the forward and silicon tungsten calorimeters that are located at small angles . after applying
the whole set of cuts around 59000 events remain .
[ f : jpatt:1 ] shows the differential cross - section d@xmath10/d@xmath11 as a function of the transverse momentum @xmath11 of the hadrons .
the data are compared with results from @xmath12p and hp scattering ( h=@xmath13,k ) from the wa69 experiment which have been normalised to the @xmath7 data . at
@xmath14 2 gev / c the data lie significantly above the exponentially falling @xmath12p and hp data due to the contribution from the direct @xmath7 interactions .
the @xmath7 data are also compared to next - to - leading order ( nlo ) calculations [ 3 ] containing the three components of the direct , single - resolved and double - resolved processes .
the calculations show clearly the dominance of the direct component at large transverse momenta .
most hadrons have small transverse momenta , in a regime where the resolved component dominates .
this means that in most cases the photon behaves like a hadron .
the same data and a similar set of cuts as in the charged hadron analysis are used to investigate the production of jets in anti - tagged @xmath7 interactions [ 4 ] . to select jets a cone jet finding algorithm
is applied to the data requiring a minimum transverse energy of the jets of @xmath15 3 gev , the pseudorapidity @xmath16 to be less than 2 and the cone size @xmath17 to be equal to 1 .
+ especially events where two jets are found offer the possibility to differentiate between direct and resolved interactions [ 5 ] .
a pair of variables , @xmath18 and @xmath19 , can be defined which is a measure of the photon s energy participating in the hard interaction : @xmath20 , where @xmath21 is the momentum component along the @xmath22 axis of the detector and @xmath23 is the energy of the jets or hadrons . in direct events
the whole energy is concentrated in the two jets whereas in resolved events there is also energy outside the two jet cones due to the remnant of the resolved photon(s ) .
so events with @xmath24 0.8 mainly stem from direct and events with @xmath25 0.8 mainly from resolved processes .
+ in direct events quark exchange dominates the interaction , whereas gluon exchange dominates in resolved events .
this gives rise to different angular distributions which can be seen in fig .
[ f : jpatt:2 ] .
the parton ( jet ) scattering angle @xmath26 in the centre - of - mass system of the outgoing partons ( jets ) is plotted .
the two components are well separated , in the data as well as in the calculations . the right plot in fig .
[ f : jpatt:2 ] shows the inclusive two - jet cross - section as a function of @xmath27 for jets with @xmath28 compared to nlo calculations by kleinwort and kramer [ 6 ] .
the agreement between the data and the calculations is good apart from the lowest @xmath27 bin .
( 0.,5.5 ) ( 0.,0 . )
= 5.5 cm ( 7.,-0.3 ) = 6.cm especially double - resolved events are sensitive to the gluon content of the photon described by different parton density functions .
this leads to different predictions of the inclusive two - photon cross - section .
[ f : jpatt:3 ] shows the inclusive two - photon cross - section as a function of @xmath29 for double - resolved events ( @xmath30 0.8 ) in comparison with monte carlo models with different photon structure functions .
the lac1 parametrisation [ 7 ] overestimates the inclusive two - jet cross - section significantly .
the differential cross - section d@xmath10/d@xmath11 of charged hadrons in @xmath7 events was found to have a harder component than in @xmath12p or hp scattering due to the presence of the direct photon - quark coupling .
the nlo calculations confirm the higher cross - section at large transverse momenta .
+ events with two jets were identified using a cone jet algorithm .
a pair of variables @xmath18 and @xmath19 is used to separate experimentally the events emerging from direct and resolved interactions .
both components are well separated in the distribution of the parton ( jet ) scattering angle @xmath26 .
the agreement between the data and the nlo calculations is good .
99 for a general review see : h. kolanoski , _ two - photon physics at @xmath31 storage rings _
, springer - verlag ( 1984 ) .
omega photon collaboration , r. j. apsimon et al . , _
z. phys .
_ * c43 * , ( 1989 ) 63 .
j. binnewies , b. a. kniehl and g. kramer , _ phys .
rev . _ * d53 * , ( 1996 ) 6110 .
opal collaboration , paper lp-201 submitted to the lepton photon symposium 1997 , hamburg , germany .
opal collaboration , k. ackerstaff et al . , _
z. phys .
_ * c73 * , ( 1997 ) 433 . t. kleinwort , g. kramer , _ desy 96 - 035 _ , ( 1996 ) .
+ t. kleinwort , g. kramer , _ phys .
* b370 * , ( 1996 ) 141 .
h. abramowicz , k. charchula and a. levy , _ phys .
* b269 * , ( 1991 ) 458 . | e@xmath3e@xmath4 collider beam electrons radiate virtual photons photons described negative four - momentum transfer @xmath5 usually small @xmath6 ) quasi - real beam electrons scattered small angles not detected anti - tagged detected single - or double - tagged interactions photons modelled directly or resolved hadronic states leads three event classes for @xmath7 interactions direct single - resolved double - resolved resolved events partons inside photon hard interaction probability partons parametrised by parton density functions direct photon interactions transverse momentum distribution charged hadrons two - photon interactions harder than - proton - demonstrated comparing @xmath7 data to photo- hadroproduction data measured wa69 events with two jets separate direct resolved processes jet cross - sections compared to qcd calculations structure function resolved processes sensitive to gluon content photon first measurement of inclusive charged hadron production in anti - tagged @xmath7 collisions data taken 1996 integrated luminosity 20 pb@xmath8 select anti - tagged two - photon events cuts applied data important cuts visible invariant hadronic mass greater than 3 gev reject multihadronic events energy deposits less than 45 gev 3 tracks in tracking chambers lepton pair events select anti - tagged events cut on maximum energy deposit forward silicon tungsten calorimeters small angles cuts around 59000 events remain differential cross - section d@xmath10/d@xmath11 function transverse momentum hadrons data compared with results @xmath12p hp scattering wa69 experiment normalised to @xmath7 data @xmath14 2 gev / c data above falling @xmath12p hp data due contribution direct @xmath7 interactions data compared to next - to - leading order ) calculations direct single - resolved double - resolved dominance direct component at large transverse momenta most hadrons small transverse momenta resolved component dominates photon behaves like hadron same data similar cuts hadron analysis investigate production of jets in anti - tagged @xmath7 interactionsselect jets cone jet finding algorithm applied data requiring minimum transverse energy jets 3 gev pseudorapidity @xmath16 less than 2 cone size equal to 1 events two jets found differentiate direct resolved interactions variables @xmath18 and @xmath19 defined measure of photon s energy in hard interaction momentum energy jets direct events energy concentrated in two jets resolved events energy outside two jet cones due to remnant resolved photon(s events with @xmath24 0.8 stem from direct @xmath25 0.8 from resolved processes direct events quark exchange dominates gluon exchange dominates resolved events different angular distributions in fig . parton ( jet ) scattering angle @xmath26 in centre - of - mass system plotted two components separated data calculations plot shows inclusive two - jet cross - section function of @xmath27 for jets with @xmath28 compared to nlo calculations by kleinwort and kramer agreement between data calculations good apart from lowest @xmath27 bin5.5 cm 7.-0.3 6.cm double - resolved events sensitive gluon content photon parton density functions predictions inclusive two - photon cross - section shows two - photon cross - section function @xmath29 double - resolved events @xmath30 0.8 ) monte carlo models lac1 parametrisation overestimates inclusive two - jet cross - section differential cross - section d@xmath10/d@xmath11 charged hadrons @xmath7 events harder component @xmath12p scattering direct photon - quark coupling nlo calculations confirm higher cross - section large transverse momenta events two jets identified cone jet algorithm variables @xmath18 @xmath19 separate events direct resolved interactions components separated parton jet scattering angle @xmath26 agreement between data nlo calculations good h. kolanoski two - photon physics @xmath31 storage rings springer - verlag 1984 omega photon collaboration j. apsimon 1989 binnewies kniehl kramer 1996 opal collaboration paper lp-201 lepton photon symposium 1997 hamburg germany opal k ackerstaffc73 1997 ) 433 kleinwort g. kramer 96 - 035 1996 ) kleinwort kramer phys b370 1996 ) 141 abramowicz k. charchula a. levy b269 1991 ) 458 | 0.316452 | 1,795 | 891 | , Saving $0.1 in GPT-4. |
172,400 | in this work we extend the etching model @xcite to @xmath0 dimensions .
this permits us to investigate its exponents behaviour on higher dimensions , to try to verify the existence of an upper critical dimension for the kpz equations , with our results sugesting that @xmath1 is not an upper critical dimension for the etching model .
introduction among the many equations describing the behaviour of moving surfaces , the kpz equation @xcite is of special interest , partially motivated by the fact that it describes many physical phenomena , such as flame front propagation @xcite and deposition of thin films @xcite .
although its exponents in one dimension are long known @xcite , the renormalization group technique used for obtaining its values is not usable for higher dimensions . as such , usualy
either numerical simulations or approximate methods are used to obtain exponents for the kpz in higher dimensions , and even then numerical determination of exponents can be tricky @xcite .
such methods give no final answer to the values of these exponents , which combined with the absence of exact solutions leads to the much debated possibility of an upper critical dimension ( ucd ) @xmath2 for the dynamic exponents@xcite .
one approach consisted of trying to find a general expression for the exponents depending on the substrate dimension @xmath3 , i.e. @xmath4 , @xmath5 and @xmath6 .
notable examples are those for the rsos model , by kim and kosterlitz @xcite , for the eden model @xcite by kertsz and wolf , the heuristic approach to the strong - coupling regime by stepanow @xcite , a tentative method based on quantization of the exponents by lssig@xcite and a pertubation expansion of the kpz equation by bouchaud and cates @xcite .
unfortunately , further numerical results have shown these results to be incorrect @xcite .
analytical methods such as mapping of the directed polymer @xcite , perturbation expansion @xcite and mode - coupling techniques @xcite among others @xcite observe @xmath7 . a asymptotic weak noise approach by fogedby @xcite suggests @xmath8 . otherwise , some numerical studies found no such limit @xcite , as well as the numerical and theoretical results by scharwartz and perlsman @xcite .
we present in this work a version of the etching model by mello et al @xcite extended to work with @xmath0 spatial dimensions @xcite .
the one dimensional version of the etching model is known to be compatible with the kpz equation , and as such , is classified in the kpz universality class . using this version of the model
, we determine exponents for surfaces with @xmath9 , reaching the conclusion that if there is a ucd , it must be such that @xmath10 .
the etching model in @xmath3 dimensions proposed by mello et al @xcite in 2001 , the etching model simulates a one dimensional crystalline solid submerged in a solvent liquid .
its scaling exponents are very close to those of the kpz equation , namely @xmath11 and @xmath12 , and as such , it is believed do belong to the kpz universality class . this model was object of extensive research in recent years @xcite .
we extend the model to @xmath0 dimensions , considering the solid a square lattice exposed to the solvent liquid , with a removal probability proportional to the exposed area .
the algorithm can be described as 1 . at discrete instant @xmath13
one horizontal site @xmath14 is randomly chosen ; 2 .
@xmath15 ; 3 . if @xmath16 , do @xmath17 , where @xmath18 are the first neighbours . in the multidimensional version @xmath19 and @xmath20
are vectors and @xmath20 runs over the @xmath21 first neighbours of the hypercube .
we consider @xmath22 to be the substrate length in each direction , with the total number of sites is @xmath23 .
the normalized time @xmath24 defines the time unity as @xmath23 cellular automata iterations , i.e. , @xmath25 .
we use periodic boundary conditions on the surface to reduce unwanted finite size length effects .
albeit the model is not a direct mapping of the kpz equation , it generally mimics its dynamics and reproduces its exponents for @xmath26 as well as the general case @xmath0 . from the etching model as a function of time , for surfaces with ( a ) @xmath27 , ( b ) @xmath28 , ( c ) @xmath29 , ( d ) @xmath1 , ( e ) @xmath30 , and ( f ) @xmath31 , showing only data points for @xmath32 for clarity .
the lines are guides for illustration .
, title="fig : " ] from the etching model as a function of time , for surfaces with ( a ) @xmath27 , ( b ) @xmath28 , ( c ) @xmath29 , ( d ) @xmath1 , ( e ) @xmath30 , and ( f ) @xmath31 , showing only data points for @xmath32 for clarity .
the lines are guides for illustration .
, title="fig : " ] from the etching model as a function of time , for surfaces with ( a ) @xmath27 , ( b ) @xmath28 , ( c ) @xmath29 , ( d ) @xmath1 , ( e ) @xmath30 , and ( f ) @xmath31 , showing only data points for @xmath32 for clarity .
the lines are guides for illustration .
, title="fig : " ] from the etching model as a function of time , for surfaces with ( a ) @xmath27 , ( b ) @xmath28 , ( c ) @xmath29 , ( d ) @xmath1 , ( e ) @xmath30 , and ( f ) @xmath31 , showing only data points for @xmath32 for clarity .
the lines are guides for illustration .
, title="fig : " ] from the etching model as a function of time , for surfaces with ( a ) @xmath27 , ( b ) @xmath28 , ( c ) @xmath29 , ( d ) @xmath1 , ( e ) @xmath30 , and ( f ) @xmath31 , showing only data points for @xmath32 for clarity .
the lines are guides for illustration . , title="fig : " ] from the etching model as a function of time , for surfaces with ( a ) @xmath27 , ( b ) @xmath28 , ( c ) @xmath29 , ( d ) @xmath1 , ( e ) @xmath30 , and ( f ) @xmath31 , showing only data points for @xmath32 for clarity .
the lines are guides for illustration .
, title="fig : " ] we simulate several substrate lengths @xmath22 for each dimension @xmath3 , with each experiment being repeated several times .
this ensemble average is necessary to reduce noise , producing higher accuracy in the resulting exponents . on figure
[ fig : dynamics15d ] we show our results for simulating roughness dynamics on various substrate lengths for dimensions from @xmath26 to @xmath33 , on log - log scale . on all simulated dimensions , the expected family - vicsek ( fv )
scalling @xcite is visible .
the family - vicsek scaling is a relation that can be used to model surface rougthness dynamics by considering it composed of two different regimes : one in which it grows in a power - law like function of time , and after a saturation time @xmath34 , it saturates .
the values of the saturation roughness is related to the substrate length , with @xmath35 these properties are expressed in the fv relation : @xmath36 determination of exponents value using the fv relation , we obtain our exponents by fitting our data to a set of power laws .
we fit values of @xmath37 , @xmath38 , and @xmath39 by using the two expressions of ( [ eq : fv ] ) at @xmath40 and @xmath41 .
determination of @xmath34 is made by analysing the intersection between the functions of the aforementioned regimes .
the etching model presents a transient time at the beginning of the growth process , and as such data from these times where @xmath42 are discarded from the fitting .
this implies in a @xmath43 that is not independent of @xmath22 .
for this reason , the parameter obtained from the fitting is called @xmath38 and a correction is made , in the form : @xmath44 where @xmath45 .
this correction considers the real value of @xmath43 to be the asymptotic of @xmath38 , eliminating finite size effects .
the values of @xmath38 , @xmath39 and @xmath34 for each value of @xmath3 and @xmath22 were obtained from roughness fitting and plotted in figure [ fig : dim_ws_tx_beta ] . ) plotted as functions of @xmath22 with @xmath46 .
( a ) @xmath47 , ( b ) @xmath48 multiplied by @xmath49 for better visualization , and ( c ) @xmath50 . in all simulations @xmath51 , with @xmath52 integer.,title="fig : " ] ) plotted as functions of @xmath22 with @xmath46 .
( a ) @xmath47 , ( b ) @xmath48 multiplied by @xmath49 for better visualization , and ( c ) @xmath50 . in all simulations @xmath51 , with @xmath52 integer.,title="fig : " ] ) plotted as functions of @xmath22 with @xmath46 .
( a ) @xmath47 , ( b ) @xmath48 multiplied by @xmath49 for better visualization , and ( c ) @xmath50 . in all simulations @xmath51 , with @xmath52 integer.,title="fig : " ] dynamic exponents and the ucd using the fitting from the data shown on figure [ fig : dim_ws_tx_beta ] , we obtain values for each exponent for dimensions ranging from @xmath26 to @xmath33 .
it allows us to observe how these expoents behave on higher dimensions .
on table [ table : dfg_results ] we show our results .
it is simple to observe that the expected behaviour for a system with a ucd on @xmath7 is nowhere to be found , with all exponents continualy changing .
this suggests that there is not an ucd @xmath53 , in agreement with previous results @xcite obtained through other models .
.dynamic exponents obtained from the fittings of figure [ fig : dim_ws_tx_beta ] .
a evidence of the precision of these exponents is the value of @xmath54 , which should be 2 .
[ table : dfg_results ] [ cols="^,^,^,^,^",options="header " , ] it is important to note that although the one dimensional etching model is on the kpz universality class , it is hard to classify it , or for that matter , any multi dimensional model , on the kpz universality class , as there are no known solutions for this case . we can , however , compare our results with with others @xcite , showing great concordance .
conclusion we have made a generalized version of the etching model , capable of simulating surfaces on @xmath0 dimensions . using this version of the model
, we were capable of obtaining exponents for systems up to @xmath33 dimensions . throught the obtained exponents , we have shown that the etching model does not show a upper critical dimension at @xmath7 .
it is not possible , however , to assert that the same thing is true to the kpz equation , as we still do not have a formal mapping of our model to the kpz equation , although comparison with current literature hints into the same general direction of both the etching model belonging to the kpz universality class and the absence of this ucd on the kpz equation .
we expect as well that importa results obtained in stochastic process @xcite could be used to give a more complete solution to this problem .
acknowledgements this work was supported by the conselho nacional de desenvolvimento cientifico e tecnologico ( cnpq ) , the coordenao de aperfeioamento de pessoal de nvel superior ( capes ) , the fundao de apoio a pesquisa do distrito federal ( fapdf ) , and the companhia nacional de abastecimento ( conab ) . | 0.000802 | 0 | 0 | , Saving $0.0 in GPT-4. | ||
172,401 | we present a novel method to mount and align an optical - fiber - based resonator on the flat surface of an atom chip with ultrahigh precision .
the structures for mounting a pair of fibers , which constitute the fiber resonator , are produced by a spin - coated su-8 photoresist technique by use of deep - uv lithography .
the design and production of the su-8 structures are discussed . from the measured finesses we calculate the coupling loss of the su-8 structures acting as a kind of fiber splice to be smaller than 0.013 db . | although integrated optics is a widespread and important field in today s technology , especially in the telecommunication sector , integrated optics is also beginning to gain in importance in other areas , such as atomic physics and quantum optics . in the developing field of quantum information processing ,
the manipulation of neutral atoms with so - called atom chips provides a new , extremely promising approach @xcite .
the concept relies on the capability to control magnetically trapped atoms that hover micrometers above a microstructured surface that carries electric currents and charges to provide the necessary fields . as far as we know , integrated optical access to trapped atoms has not yet been implemented on these atom chips
. an important step will be the on - chip detection of single atoms that can be achieved with an optical fiber resonator @xcite . in our approach ,
the fibers are mounted in a superstructure fabricated from su-8 resist that provides positioning and alignment accurately and easily .
the fibers can easily be inserted by hand and are automatically aligned with submicrometer precision .
su-8 is an epoxy - based , chemically amplified solvent - developed negative resist that is typically patterned with 365 - 436 nm uv aligners .
its specific properties facilitate the production of thick structures with smooth , nearly vertical sidewalls @xcite . because of the high mechanical , chemical , and thermal stability of the polymerized su-8
, it has been used to fabricate a wide range of microcomponents , such as optical planar waveguides with outstanding thermal stability and controllable numerical apertures , mechanical parts such as microgears for engineering applications , microfluidic systems , and microreactors for biochemical processing @xcite . to assess the quality of the alignment structures , we use the fiber resonator itself .
since the finesse of the resonator strongly depends on losses introduced by misalignment , it is a good way to measure the coupling efficiency and alignment precision of the su-8 fiber splice .
the fiber setup is sketched in fig .
[ fig : liuf1](a ) .
we use a fabry - perot - type resonator that is produced by coupling two pieces of single - mode fiber ( 4.9 m mode field diameter ) with dielectric mirrors glued to the outer ends of the fibers @xcite .
a small gap of a few micrometers between the inner ends of the fibers provides access to magnetically trapped atoms that interact with the light field .
an important property of a resonator is its finesse which can be written as @xmath0 where @xmath1 is the loss factor per single pass , @xmath2 is the free spectral range , and @xmath3 is the full width at halfmaximum of the resonances . the approximation is valid for @xmath4 . for a more detailed description of resonator theory
we refer the reader to the textbooks listed in refs . @xcite and @xcite . with a resonator of sufficient finesse ( @xmath5 )
, the additional loss caused by light scattering inside the gap by atoms can be used to detect the presence of even single atoms in the gap @xcite . to obtain a high enough finesse
, the fiber ends must be aligned with submicrometer precision . in the following ,
all the loss mechanisms of the intact fiber resonator are referred to as intrinsic losses , i.e. , all the losses without introducing the gap .
the losses are basically determined by the quality of the glued mirrors at the ends of the fiber .
the loss caused by the fiber itself is 3 db / km as stated by the manufacturer . with a typical length of @xmath6 cm for our resonators , this is equivalent to a negligible loss of 0.0003 db or 0.007 % . in principle , the transmission through the mirrors is determined by the properties of the dielectric stack and can be chosen to meet specific requirements .
but the thickness of the glue layer , the alignment precision , internal losses , and the surface roughness limits the achievable reflectivity .
the most important limitation , which can not be overcome , is the spreading of the unguided light mode in the glue layer and within the mirror itself .
this leads to a reduced coupling of the reflected light back into the fiber . after cutting the resonator and introducing the gap ,
the light coupling between the two pieces will be reduced , thus introducing additional loss , which results from light scattering at the newly introduced surfaces and from transversal , angular , and longitudinal misalignment .
the relevant geometric parameters are shown in fig .
[ fig : liuf1](b ) .
rotational misalignment converts a potentially imperfect core - cladding concentricity into transversal misalignment @xcite .
( a ) fiber resonator of length @xmath7 , including a gap of length @xmath8 .
dielectric mirrors are glued to the outer ends of the resonator .
( b ) sketches of the possible misalignments at the gap .
the mode of diameter @xmath9 that leaves the first fiber , diverges and is partially coupled into the second fiber , which exhibits a longitudinal displacement @xmath8 , a transversal displacement @xmath10 , and an angle misalignment @xmath11 . , scaledwidth=45.0% ] for a fiber with a single - step refractive index profile , a gaussian approximation @xcite for the fundamental mode field distribution can be used .
typically , the gaussian approximation deviates by less than 1% from the true mode field .
in general , the power coupling efficiency for two fibers can be calculated by the overlap integral of the fiber optical field modes .
the efficiency decreases quadratically with the geometric parameters for small deviations from perfect alignment .
we found that the crucial parameters for efficient light coupling are the transversal misalignment and the angle between the optical axes of the two fiber pieces . because of the weak dependence of the mode field diameter in the near field , the coupling loss caused by longitudinal misalignment is not so critical
one must take into account that fresnel backreflection at the gap surfaces leads to a coupled system of three resonators .
but the influence of longitudinal mode symmetry on the resonator finesse vanishes for small gap sizes .
the alignment structures for the fiber resonator must meet some specific requirements . they must be able to tolerate temperature changes and gradients . in typical experiments with atoms trapped in microscopic potentials , the currents carried by the metallic structures
lead to a local temperature increase of as much as 100 .
furthermore , the structure must be taller than the fiber radius ( @xmath12 m ) and an exposure in thick resist is needed . to prevent lateral and angular misalignment , i.e. , parallel and perpendicular to the substrate plane , an undercut sidewall profile is superior to a vertical sidewall profile .
with such a profile , the separation between the sidewalls decreases proportional to the distance from the substrate surface [ see fig . [
fig : liuf2](c ) ] , thus clamping the fiber . to meet these requirements , su-8 is highly suitable , because of its thermal stability and outstanding lithographic performance .
the undercut sidewall profile can be obtained by optimization of the lithographic process steps .
the optimization techniques include fine - tuning of the exposure dose and the postexposure bake ( peb ) time .
( a ) layout of the alignment structure , ( b ) a magnified part ( dotted rectangle ) , and ( c ) the undercut sidewall profile.,scaledwidth=48.0% ] the layout of the desired alignment structure with fibers is shown in fig .
[ fig : liuf2 ] .
this design includes funnels to simplify the insertion of the fiber . to avoid angular misalignment , the total length of the alignment structure
was chosen to be 6000 m , and it is divided into several subsegments to reduce stress induced by thermal expansion .
the process for the fabrication of alignment structures includes substrate coating , soft bake , uv exposure , peb , and development .
each process has a strong influence on the final structure , and there are complex interrelations among the single process steps .
substrate cleaning and dehydrate baking prior to spin coating can improve su-8 adhesion . an insufficient soft bake results in mask adhesion and an uneven resist layer .
on the other hand , a too long soft bake time causes stress and cracking in the final structures .
the degree of polymerization is controlled by both the exposure dose and the bake conditions .
all these interrelations increase the complexity of optimization . to accelerate the optimization process
, we limited the variation of the process to parameters that have the strongest influence on the final results . specific to our project , the slight undercut sidewall profile is important and can be optimized by varying the exposure dose and the peb conditions . compared with the peb conditions ,
the exposure dose has a stronger influence on the sidewall profile , therefore the optimization was performed by a variation of the exposure dose .
the entire process is described in detail in the following . to improve the adhesion of su-8 films , the gold - coated silicon substrates were cleaned in an ultrasonic bath for 5 min at room temperature . they were subsequently rinsed in distilled water and then dehydrated on a hot plate at 200 for 1 h immediately before use . after cooling to room temperature , approximately 3 g of su-8 50 resist was spread over 5 cm @xmath13 5 cm of the substrate around the central area .
spin coating the resist at 500 rpm for 20 s , followed by 2000 rpm for 20 s produced an approximately 90 m thick film .
the coated film was then prebaked on a hot plate in two steps to evaporate the solvent . in the first step we used a temperature of 65 for 10 min .
then the temperature was ramped up to 95 for approximately 6 min and then held constant at 95 for 2 h. after cooling to room temperature , the substrate was exposed with the desired pattern mask by use of a standard 365 nm uv light source . to optimize the undercut sidewall profile , we used a reduced exposure dose . during the peb time
, the exposed area of the su-8 film was selectively polymerized .
the postbake process was also performed in two steps .
the substrate was placed on the hot plate at 65 for 1 min .
this step is necessary to avoid an image flow before the resist is slightly polymerized .
then the substrate was immediately put on another hot plate at 95 for 10 min .
after the peb , the substrate was removed from the hot plate and cooled to room temperature .
finally , the nonpolymerized regions of the su-8 film were removed in su-8 developer for 12 min .
to observe the sidewall profile , the substrate was cut with a precision dicing saw .
the microscopic images of the sidewall profiles are shown in fig .
[ fig : liuf3 ] for different exposure times .
the pictures indicate that the degree of undercut becomes larger with smaller exposure doses .
this result can be explained by light diffraction at the mask aperture . because the adhesion of the resist to the substrate decreases with lower exposure , we chose a compromise between an acceptable undercut and a sufficient adhesion , which corresponds to that in fig .
[ fig : liuf3](b ) ) .
microscope images of the cross section of su-8 structures with exposure time increasing from ( a ) to ( d).,scaledwidth=48.0% ]
we determined the quality of the su-8 fiber splice indirectly by first measuring the finesse of an intact resonator and then splitting and inserting it into the structures .
we recorded the transmitted light intensity while scanning the laser over several free spectral ranges of the fiber resonator .
a model function was fitted to the data , yielding the finesse according to eq .
the results were averaged over several hundred runs of the experiment .
the finesses of two intact resonators were found to be @xmath14 and @xmath15 . after cutting the resonators and polishing the surfaces ,
the pieces were introduced into the su-8 structures .
we observed the fiber ends under a microscope and minimized the gap sizes to touching fibers .
the finesses were then measured to be @xmath16 and @xmath17 , thus giving an additional average loss of @xmath18 or ( @xmath19 ) db .
neglecting other additional losses , this corresponds to a pure lateral misalignment of @xmath20 nm or a pure angular misalignment of @xmath21 rad @xmath22 . to test thermal stability
, we varied the temperature of the substrate between 20 and 70 .
the finesse of the inserted fiber resonator showed no change during heating .
in summary , we have demonstrated a method for aligning fibers on a flat surface by using su-8 superstructures .
the aligned fibers represent a fabry - perot - type resonator for atomic physics to detect atoms .
we have investigated the different loss mechanisms for this type of fiber resonator .
we then introduced the layout of the su-8 alignment structures , which enables easy positioning and alignment , and because of the undercut sidewall profile , also offers a method of fixing the fiber position . to achieve this structure , we optimized the lithographic process
. furthermore we demonstrated a technique for quantifying the losses that are due to misalignment with the help of the fiber resonator itself .
the finesse measurement indicated that the su-8 superstructures are of superior quality .
we thank s. groth for supplying gold - coated silicon substrates .
this research was partly supported by european union contract ist-2001 - 38863 ( atom chip quantum processor collaboration ) and the landesstiftung baden / wrttemberg forschungsprogramm quanteninformationsverarbeitung .
99 r. folman , p. krger , j. schmiedmayer , j. denschlag and c. henkel , `` microscopic atom optics : from wires to an atom chip '' , adv . at .
. phys . * 48 * , 263 - 356 ( 2002 ) .
r. folman , p. krger , d. cassettari , b. hessmo , t. maier and j. schmiedmayer , `` controlling cold atoms using nano - fabricated surfaces : atom chips '' , , 4749 - 4752 ( 2000 ) .
p. horak , b.g .
klappauf , a. haase , r. folman , j. schmiedmayer , p. domokos and e.a .
hinds , `` possibility of single atom detection on a chip '' , 043806/1 - 9 ( 2003 ) .
microchem , http://www.microchem.com , nano su-8 50 ; the su-8 photo - resist for mems , http://aveclafaux.freeservers.com/su-8.html .
r. ruhmann , k. pfeiffer , m. falenski , f. reuther , r. engelke and g. grtzner , `` su-8 : a high performance material for mems applications '' , polymers in mems , http://www.microchem.com/resources/tok_ebeam_resist.pdf
. m. wilzbach , physikalisches
institut der universitt heidelberg , philosophenweg 12 , d-69120 heidelberg , germany , is preparing a manuscript to be called `` building micro - cavities with optical fibers for single atom detection . ''
w. demtrder , `` laser spectroscopy '' , springer verlag , berlin - heidelberg ( 2003 ) .
siegman , `` lasers '' , university science books , mill valley , ca ( 1986 ) . m. saruwatari and k. nawate , `` semiconductor laser to single - mode fiber coupler '' , ( 11 ) , 1847 - 1856 ( 1979 ) .
a. ghatak and k. thyagarajan , `` introduction to fiber optics '' , cambridge university press ( 1998 ) . | integrated optics important in s technology especially telecommunication sector importance in other areas atomic physics quantum optics quantum information processing manipulation of neutral atoms with atom chips provides new promising approach concept control magnetically trapped atoms micrometers above microstructured surface electric currents charges integrated optical access to trapped atoms not yet implemented on these atom chips important step on - chip detection of single atoms with optical fiber resonator fibers mounted in superstructure from su-8 resist provides positioning alignment fibers inserted by hand automatically aligned with submicrometer precision su-8 epoxy - based chemically amplified solvent - developed negative resist patterned with 365 - 436 nm uv aligners properties facilitate thick structures with smooth vertical sidewalls high mechanical chemical thermal stability of su-8 used to fabricate microcomponents optical planar waveguides mechanical parts microreactors for biochemical processing to assess quality alignment structures use fiber resonator finesse depends on losses misalignment to measure coupling efficiency alignment precision of su-8 fiber splicefiber setup sketched in fig . use fabry - perot - type resonator produced coupling two pieces single - mode fiber 4.9 m diameter with dielectric mirrors glued to outer ends small gap few micrometers between ends fibers provides access to magnetically trapped atoms with light field important property resonator is finesse written as @xmath0 loss factor per single pass free spectral range full width at halfmaximum approximation valid for @xmath4 detailed description resonator theory to textbooks in refs . @xcite and resonator sufficient finesse ( @xmath5 ) additional loss light scattering inside gap detect presence single atoms high finesse fiber ends must aligned with submicrometer precision loss mechanisms of intact fiber resonator intrinsic losses determined by quality of glued mirrors ends loss caused by fiber 3 db / km manufacturer typical length of @xmath6 cm equivalent to loss of 0.0003 db or 0.007 % transmission through mirrors determined by properties dielectric stack thickness glue layer alignment precision internal losses surface roughness limits reflectivityimportant limitation spreading unguided light mode in glue layer mirror leads to reduced coupling reflected light into fiber after cutting resonator introducing gap light coupling additional loss from light scattering transversal angular longitudinal misalignment geometric parameters shown in fig . rotational misalignment converts imperfect core - cladding concentricity into transversal misalignment fiber resonator @xmath7 gap @xmath8 dielectric mirrors glued to outer ends resonator misalignments at gap mode diameter @xmath9 diverges partially coupled into second fiber longitudinal displacement transversal displacement angle misalignment @xmath11 for single - step refractive index profile gaussian approximation @xcite for mode field distribution used deviates less than 1% from mode field power coupling efficiency for fibers calculated by overlap integral fiber optical field modes efficiency decreases with geometric parameters for small deviations from alignment crucial parameters for efficient light coupling are transversal misalignment angle between optical axes fiberweak dependence mode field diameter near field coupling loss longitudinal misalignment not critical fresnel backreflection at gap surfaces leads to coupled system three resonators influence longitudinal mode symmetry on resonator finesse vanishes for small gap sizes alignment structures for fiber resonator must meet specific requirements tolerate temperature changes gradients currents metallic structures lead to local temperature increase 100 . structure must taller than fiber radius ( m ) exposure in thick resist needed prevent lateral angular misalignment undercut sidewall profile superior to vertical sidewall profile separation between sidewalls decreases proportional to distance from substrate surface clamping fiber su-8 suitable thermal stability outstanding lithographic performance undercut sidewall profile obtained by optimization lithographic process steps optimization techniques include fine - tuning exposure dose postexposure bake time layout alignment structure magnified part undercut sidewall profile layout desired alignment structure with fibers shown in fig . design includes funnels simplify insertion fiberavoid angular misalignment total length alignment structure 6000 m divided into subsegments reduce stress thermal expansion process fabrication includes substrate coating soft bake uv exposure peb development each process final structure complex interrelations among steps substrate cleaning dehydrate baking prior coating improve su-8 adhesion insufficient soft bake mask adhesion uneven resist layer too long soft bake time causes stress cracking polymerization controlled by exposure dose bake conditions interrelations increase complexity optimization limited variation to parameters strongest influence results slight undercut sidewall profile important optimized by varying exposure dose peb conditions exposure dose optimization performed by variation exposure dose process described improve adhesion gold - coated silicon substrates cleaned in ultrasonic bath for 5 min rinsed in distilled water dehydrated on hot plate at 200 for 1 h before use after 3 g of su-8 50 resist spread over 5 cm substrate spin coating resist at 500 rpm 20 s 2000 rpm 20 s produced 90 m thick film coated film prebaked on hot plate two steps to evaporate solvent first used temperature 65 for 10 mintemperature ramped to 95 6 min held constant 95 2 h after cooling to room temperature substrate exposed with pattern mask standard 365 nm uv light source undercut sidewall profile used reduced exposure dose during peb exposed area su-8 film polymerized postbake process in two steps substrate on hot plate at 65 for 1 min avoid image flow before resist polymerized on another hot plate at 95 for 10 min after removed cooled to room temperature nonpolymerized regions removed in su-8 developer for 12 min sidewall profile substrate cut with precision dicing saw microscopic images of sidewall profiles shown in fig . exposure times degree undercut larger with smaller exposure doses explained by light diffraction at mask aperture adhesion resist to substrate decreases with lower exposure chose compromise between acceptable undercut sufficient adhesion fig microscope images of su-8 structures exposure time increasing from to determined quality su-8 fiber splice measuring finesse of intact resonator into structures recorded transmitted light intensity laser spectral ranges model function fitted to data finesse according results averaged over hundred runsfinesses of resonators found @xmath14 @xmath15 after cutting polishing surfaces pieces introduced into su-8 structures observed fiber ends minimized gap sizes fibers finesses measured @xmath16 @xmath17 additional average loss @xmath18 or @xmath19 ) db corresponds to lateral misalignment @xmath20 nm or angular misalignment @xmath21 @xmath22 thermal stability varied temperature substrate between 20 70 finesse fiber resonator no change during heating demonstrated method aligning fibers flat surface su-8 superstructures aligned fibers represent fabry - perot - type resonator for atomic physics investigated loss mechanisms introduced layout su-8 alignment structures enables easy positioning alignment fixing fiber position optimized lithographic process demonstrated technique quantifying losses due misalignment fiber resonator finesse measurement indicated su-8 superstructures superior quality thank s. groth for gold - coated silicon substrates research supported by european union contract ist-2001 - 38863 landesstiftung baden / wrttemberg forschungsprogramm quanteninformationsverarbeitung folman krgerhenkel microscopic atom optics wires to atom chip phys. 48 263 - 356 2002 ) r folman krger cassettari hessmo maier schmiedmayer controlling cold atoms nano - fabricated surfaces atom chips 4749 - 4752 2000 ) horak haase folman schmiedmayer domokos hinds single atom detection chip 043806/1 - 9 2003 ) microchem nano su-8 50 photo - resist mems ruhmann pfeiffer falenski reuther engelke grtzner su-8 high performance material mems applications polymers_resist wilzbach institut universitt heidelberg philosophenweg 12 preparing manuscript building micro - cavities optical fibers single atom detection w demtrder laser spectroscopy springer verlag berlin - heidelberg 2003 ) siegman lasers university science books mill valley 1986 saruwatari k nawate semiconductor laser single - mode fiber coupler 11 1847 - 1856 ( 1979 ) ghatak kthyagarajan introduction fiber optics cambridge 1998 | 0.578156 | 3,400 | 1,651 | , Saving $0.1 in GPT-4. |
172,403 | we present measurements with the vlba of the variability in the centroid position of sgr a * relative to a background quasar at @xmath0 wavelength .
we find an average centroid wander of @xmath1 for time scales between 50 and @xmath2 and @xmath3 for timescales between 100 and @xmath4 , with no secular trend .
these are sufficient to begin constraining the viability of the accretion hot - spot model for the radio variability of sgr a*. it is possible to rule out hot spots with orbital radii above @xmath5 that contribute more than 30% of the total @xmath0 flux .
however , closer or less luminous hot spots remain unconstrained . since the fractional variability of sgr a * during our observations was @xmath6% on time scales of hours , the hot - spot model for sgr a * s radio variability remains consistent with these limits .
improved monitoring of sgr a * s centroid position has the potential to place significant constraints upon the existence and morphology of inhomogeneities in a supermassive black hole accretion flow . | there is now overwhelming evidence that sgr a * is a supermassive black hole at the center of the milky way .
many stars are observed to orbit about a common focal position , requiring an unseen mass of @xmath7 m@xmath8 contained within a radius of less than 100 au @xcite , for a distance to the center of 8.0 kpc @xcite .
accurate registration of the infrared and radio reference frames @xcite reveal that the common orbital focal position is coincident with sgr a * to within measurement uncertainty of @xmath9 mas .
finally , the absence of intrinsic motion of sgr a * at levels near that expected for a @xmath10 m@xmath8 object @xcite , coupled with a size less than 1 au @xcite , provide a lower limit on mass density of @xmath11 m@xmath8 pc@xmath12 , which is only two orders of magnitude less than the density of a @xmath10 m@xmath8 non - rotating black hole within its innermost stable orbit .
there can now be little doubt that sgr a * is a supermassive black hole .
@xcite present measurements of the position of sgr a * relative to a compact extragalactic radio source ( j1745@xmath132820 , also refered to as j1745 - 283 in earlier publications ) .
these measurements were conducted with the nrao very long baseline array ( vlba ) over a period of @xmath14 at a wavelength of @xmath0 ( @xmath15 ) and have been used to determine the apparent proper motion of sgr a*. over time scales of months or longer , sgr a * s _ apparent _ motion is dominated by the effects of the orbit of the sun about the center of the galaxy .
the component of the sun s orbit in the galactic plane is uncertain at roughly the 10% level , and this limits estimation of any intrinsic motion of sgr a * at about the @xmath16 km s@xmath17 level . however , the component of the motion of the sun out of the galactic plane is known to high accuracy [ @xmath18 km s@xmath17 toward the north galactic pole ; @xcite ] . after removing the effects of the sun s motion ,
the residual motion of sgr a * perpendicular to the galactic plane is very small , @xmath19 , as expected for a supermassive black hole ( smbh ) at the dynamical center of the galaxy . while previous work concentrated on the long - term motion of sgr a * , here we analyze its short - term position `` wander '' on time scales of hours to weeks .
short - timescale motion of the centroid position of sgr a*would be expected if a portion of the emission comes from material orbiting about the smbh .
the degree of centroid variability would necessarily depend upon the brightness of the orbiting material , the degree to which its emission is nonuniform , and the orbital radius dominating the total flux .
we use a simple hot - spot model to relate the constraint from the observed short - term position wander of sgr a * ( [ oocm ] ) to a constraint upon the presence of strong inhomogeneities in the accretion flow onto the smbh as a function of hot - spot luminosity and orbital period ( [ constraints ] ) . finally , concluding remarks are contained in [ c ] .
@xcite describe the observations and data calibration methods in detail .
briefly , we obtained position data as follows : the vlba antennas switched between sgr a * and a compact extragalactic source ( j1745@xmath132820 ) every 15 seconds in order provide interferometer phase differences rapidly enough to cancel the effects of short term atmospheric fluctuations .
the stronger source , sgr a * , was used as the phase reference to calibrate data from the weaker source , j1745@xmath132820 .
astrometric imaging of sgr a * at 7-mm wavelength is best accomplished with only the five inner - vlba antennas ( fd , kp , la , ov and pt ) .
these antennas produce interferometer baselines with lengths of up to @xmath20 km , resulting in synthesized beams typically about @xmath21 mas ( fwhm ) elongated north - south .
longer baselines ( e.g. involving the washington ( br ) and iowa ( nl ) state antennas ) are not generally useful for precise astrometry , as it is difficult to detect sgr a * with the 8-sec on - source integrations afforded by rapid switching , coupled with low fringe visibilities on long baselines owing to the large , scatter - broadened , image of sgr a*. also , the sources are mutually visible with the inner five antennas for only a short time period for antennas far from the inner ones . our most accurate astrometry was obtained with atmospheric path - delay calibration using `` geodetic '' blocks @xcite .
this involves short periods of observations of quasars with a wide spanned - bandwidth and scheduled to deliver a wide range of source elevations .
these geodetic blocks were placed before the start , at the middle , and after the end of the sgr a * observations .
analysis of these data yield estimates of the zenith atmospheric path - delay at each antenna accurate to @xmath22 to 1 cm ( or about 1 wavelength ) . for analysis of short - term wander , we selected only our highest quality data , requiring both high accuracy atmospheric path - delay calibration using geodetic blocks ( which was started in 2003 ) and data from all five inner - vlba antennas .
data from vlba programs br84 on 2003 april 5 and 25 and br124 on 2007 april 5 and 11 satisfied these requirements .
the position wander of sgr a * over time scales of hours was determined by dividing the calibrated interferometer data into hourly bins .
the data were fourier transformed to make images and intensity centroid positions were determined . in practice , we measured the background source , j1745@xmath132820 , which had been phase - referenced to sgr a * , but we interpret any position changes as owing to changes in sgr a*. in fig . [ hourly_positions ] we show the east - west ( ew ) position offsets as a function of greenwich sidereal time , after removing an average position for each day s data .
the north - south ( ns ) positions are intrinsically less accurate by a factor of about 3 , as the ns projections of the interferometer baselines are correspondingly shorter than the ew projections . [ cols="^,^ " , ]
possible reasons for position wander include intrinsic variations in the position of the emitting plasma ( e.g. , variations in the accretion flow or perhaps in a jet ) or extrinsic processes such as refractive interstellar scattering .
sgr a * is observed to be diffractively scattered to a size of @xmath23 mas , where @xmath24 is the observing wavelength .
flux density fluctuations are modest and decrease in strength with increasing wavelength ; thus strong refractive scintillations are not indicated @xcite .
any refractive position wander should be @xmath25 and should occur on time scales @xmath26 , where @xmath27 is the distance and @xmath28 is the transverse velocity of the scattering `` screen '' relative to the observer @xcite . for @xmath29
kpc @xcite and @xmath30 km s@xmath17 , characteristic of material in the inner @xmath31 pc of the galaxy where large scattering sizes are observed , the refractive time scale is @xmath32 hours .
thus , we would not expect a significant contribution to the short - term wander of sgr a * from refractive scattering . for comparison , @xcite , using vlbi observations of the sgr b2(n ) h@xmath33o masers near the galactic center ,
find a wander limit of @xmath34 over timescales of months for maser spots , which are diffractively scattered to a comparable size ( at 22 ghz ) as sgr a * ( at 43 ghz ) .
of course , our results provide an observation limit to any refractive position wander .
since extrinsic sources of position wander ( scattering ) are unlikely to be dominant , we now discuss the implications for intrinsic wander from variations in brightness within an accretion disk given in [ constraints ] .
our observations of the lack of short - term wander of the centroid position of sgr a * presented in
[ section : hours ] give an upper limit of @xmath35 for time scales of @xmath36 hours .
this translates to an upper limit on the wander versus orbital period plots in fig .
[ fig : drs ] as indicated by the horizontal red line and hatched region .
( in the very unlikely event that the accretion disk inclination is both near @xmath37 and oriented nearly north - south on the sky , we would need to use our ns limits , which are a factor of three weaker . )
our ew limit is below the dotted blue line in fig .
[ fig : drs ] , which is for hot spot flux density dominating over disk ( or possible jet ) emission , for orbital periods exceeding 120 min ( corresponding to orbital radii larger than @xmath5 for @xmath38 m@xmath8 ) . for cases in which the hot spot flux density is weaker than that of the disk , somewhat longer
periods are allowed .
for example , for @xmath39 , orbital periods longer than 5 hr are excluded . in practice ,
the limits placed by current @xmath0 vlbi are significantly weaker .
the limited sensitivity to hot spots on compact orbits is primarily due to two reasons : ( 1 ) `` long '' integration times ( @xmath40 ) average much of the short time variability out , and ( 2 ) the opacity of the accretion flow itself makes it difficult to view hot - spots on compact orbits at @xmath0 . the integration time is limited by the sensitivity issues and the small number of antennas yielding interferometer baselines @xmath41 km afforded by the current vlba ; higher bandwidth recording in the future should help alleviate this problem .
the optical depth is a property of sgr a * itself , and can only be addressed by observations at shorter wavelengths .
however , even in the absence of an optically thick accretion flow , it is not possible to increase the centroid variability by more than an order of magnitude due to the intrinsically small orbital radii , as seen by comparing the blue and green limits in the lower - left panel of fig .
[ fig : drs ] .
nevertheless , high - resolution astrometry is reaching sensitivities and resolutions sufficient to begin to test the hot - spot model for bright sgr a * flares .
unfortunately , the typical fractional variability at @xmath0 during our observations was roughly @xmath42 , implying that significant improvement in positional accuracy will be required to constrain such events .
since the observed centroid wander is consistent with systematic errors , owing predominantly to centimeter - scale errors in the modeling of the atmospheric path - delays , substantially increasing accuracy will require better calibration techniques .
however , for the somewhat rare instances in which the spot is substantially brighter @xcite , the vlba at 7 , or possibly 3 , mm wavelength appears poised to provide significant limits upon the existence and morphology of inhomogeneities in the accretion flow surrounding sgr a*. ultimately , observations at @xmath43 mm wavelength with vlbi techniques or at infrared wavelengths with an instrument like gravity @xcite may be necessary to image the region within @xmath44 schwarzschild radii on the short time scales needed to test the hot - spot model . | overwhelming evidence sgr a * supermassive black hole center milky way stars orbit common focal position unseen mass @xmath7 m@xmath8 radius less than 100 au @xcite distance center 8.0 kpc @xcite infrared radio common orbital focal position coincident with sgr a * uncertainty @xmath9 mas intrinsic motion sgr a * levels @xmath10 m@xmath8 object size less than 1 au lower limit mass density @xmath11 m@xmath8 pc@xmath12 two orders magnitude less than density @xmath10 m@xmath8 non - rotating black hole orbit sgr a * supermassive black hole @xcite measurements position sgr a * relative compact extragalactic radio source j1745@xmath132820 - 283 measurements conducted long baseline array period @xmath14 wavelength @xmath0 @xmath15 ) determine apparent motion sgr a* sgr a * s motion dominated by orbit sun center galaxy sun s orbit uncertain at 10% level limits estimation intrinsic motion sgr a * @xmath16 km s@xmath17 levelmotion sun out galactic plane known high accuracy @xmath18 toward north galactic pole removing effects sun s motion residual motion sgr a * perpendicular to galactic plane small for supermassive black hole smbh at center galaxy previous work concentrated long - term motion sgr a * analyze short - term position wander hours to weeks short - motion centroid position expected if emission from material orbiting smbh centroid variability brightness orbiting material emission orbital radius flux hot - spot model constraint short - term position wander sgr a * to strong inhomogeneities in accretion flow onto smbh hot - spot luminosity orbital period concluding remarks in [ c ] describe observations data calibration methods obtained position data vlba antennas switched between sgr a * and compact extragalactic source j1745@xmath132820 ) every 15 seconds interferometer phase differences cancel short term atmospheric fluctuations stronger source sgr a * used phase reference to calibrate data from weakerimaging of sgr a * at 7-mm wavelength with five inner - vlba antennas fd kp antennas produce interferometer baselines up to @xmath20 km synthesized beams about @xmath21 mas elongated north - south longer baselines not useful for precise astrometry difficult to detect sgr a * with 8-sec integrations rapid switching low fringe visibilities on long baselines large scatter - broadened image sources mutually visible with five antennas short time for accurate astrometry with atmospheric path - delay calibration using geodetic blocks @xcite short observations wide bandwidth blocks placed before start middle after end sgr * observations estimates zenith atmospheric path - delay at each antenna accurate to @xmath22 to 1 cm 1 wavelength for short - term wander selected highest quality data high accuracy atmospheric path - delay calibration data from all five vlba antennas data from programs br84 2003 br124 2007 satisfied requirements position wander of sgr a * over determined by dividing calibrated interferometer data into hourly binsdata transformed images intensity centroid positions determined measured background source j1745@xmath132820 phase - referenced to sgr a * interpret position changes changes sgr a* fig . hourly_positions east - west position offsets function greenwich sidereal time removing average position data north - south positions less accurate factor 3 ns projections interferometer baselines shorter than ew projections reasons position wander include variations emitting plasma extrinsic processes refractive interstellar scattering sgr a * diffractively scattered size @xmath23 mas @xmath24 observing wavelength flux density fluctuations modest decrease with wavelength strong refractive scintillations not indicated refractive position wander should be @xmath25 on time scales @xmath26 @xmath27 distance transverse velocity scattering screen observer @xcite @xmath29 kpc @xcite @xmath30 km s@xmath17 large scattering sizes refractive time scale @xmath32 hours significant contribution to short - term wander sgr a * from refractive scattering@xcite vlbi observations sgr b2(n ) h@xmath33o masers near galactic center wander limit @xmath34 over months for maser spots scattered comparable size 22 ghz sgr a * 43 ghz results provide observation limit refractive position wander extrinsic sources position wander unlikely discuss implications intrinsic wander from variations brightness accretion disk constraints observations lack short - term wander centroid position sgr a * upper limit @xmath35 for time scales @xmath36 hours upper limit wander versus orbital period plots in fig . horizontal red line region unlikely accretion disk inclination near @xmath37 oriented north - south use ns limits factor three weaker ew limit below dotted blue line for hot spot flux density over disk emission for orbital periods exceeding 120 min larger than @xmath5 @xmath38 m@xmath8 hot spot flux density weaker than disk longer periods allowed @xmath39 orbital periods longer than 5 hr excluded limits by current @xmath0 vlbi weakerlimited sensitivity to hot spots on compact orbits due to long integration times @xmath40 average short time variability opacity of accretion flow difficult to view hot - spots at @xmath0 integration time limited by sensitivity issues small antennas @xmath41 km current vlba higher bandwidth recording should optical depth property of sgr a * addressed by observations at shorter wavelengths thick accretion flow possible to increase centroid variability by order magnitude due to small orbital radii blue green limits fig . high - resolution astrometry reaching sensitivities resolutions hot - spot model for bright sgr a * flares typical fractional variability at @xmath0 roughly @xmath42 significant improvement in positional accuracy required centroid wander consistent with systematic errors centimeter - scale errors atmospheric path - delays increasing accuracy better calibration for rare instances spot brighter @xcite vlba at 7 or 3 mm wavelength limits inhomogeneities in accretion flow surrounding sgr a*.observations @xmath43 mm wavelength vlbi infrared wavelengths gravity necessary image region @xmath44 radii short time scales test hot - spot model | 0.438016 | 2,584 | 1,266 | , Saving $0.1 in GPT-4. |
172,407 | we present a detailed study of the kinematic and physical properties of the ionized gas in multiple knots of the blue compact dwarf galaxy haro 15 . using echelle and long slit spectroscopy data , obtained with different instruments at las campanas observatory , we study the internal kinematic and physical conditions ( electron density and temperature ) , ionic and total chemical abundances of several atoms , reddening and ionization structure . applying direct and empirical methods for abundance determination
, we perform a comparative analysis between these regions and in their different components . on the other hand , our echelle spectra
show complex kinematics in several conspicuous knots within the galaxy . to perform an in - depth 2d spectroscopic study
we complete this work with high spatial and spectral resolution spectroscopy using the integral field unit mode on the gemini multi - object spectrograph instrument at the gemini south telescope . with these data we are able to resolve the complex kinematical structure within star forming knots in haro 15 galaxy . | the aim of this work is to confirm the presence of ghiirs in galaxies visible from the southern hemisphere and to perform a comparative study of ghiirs with different metallicities and environments.this is performed determining the velocity dispersion which broadens the profile of the emission lines . to study the correlation within the luminosity versus velocity dispersion plane
, we measure the velocity dispersion from high - resolution spectra as is the echelle spectroscopy . and , using simple dispersion and echelle spectra , we are studying the basic parameters of the regions , such as electronic temperature and density , chemical abundances and evolutionary states of the regions . using narrow - band ccd photometry ,
feinstein @xcite analyzed the brightness distribution in a sample of spiral galaxies visible in the southern sky .
the most luminous hii regions of feinstein s sample was our first candidates to study .
in firpo et al .
@xcite and firpo et al .
@xcite we confirmed the giant nature of nine candidates to giant hii regions .
continuing our detailed analysis of ghiirs in local universe galaxies , our sample now includes six spirals galaxies . from photometry of emission lines ( cairs et al.@xcite
, gil de paz et al.@xcite ) , we have selected bright knots in low - metallicity galaxies , as blue compact dwarf galaxies ( bcds ) .
the bright knots are the new candidates to study .
we obtained high dispersion spectra in five knots of haro 15 galaxy with an echelle spectrograph at the 100-inch du pont telescope , las campanas observatory ( lco ) between 19 and 20 , july 2006 .
following the same nomenclature of cairs et al.@xcite labelling the bright galactic optical center as a , b is the bright region at the south - east of the galactic center , a weak region c in the north - east , and two new diffuse regions e at the north - northeast close to knot c , and region f at the south - west of the galactic center ( e and f regions not are referred by cairs et al .
the spectral range covered was from 3400 to 10000 with @xmath0=0.25 at @xmath1 6000 , as measured from the fwhm of the thar comparison lines .
this translates in a resolution of @xmath212 kms@xmath3 ( r@xmath425000 ) .
we also obtained long - slit low resolution spectra using the wide - field ccd ( wfccd ) camera at the same telescope ( 2005 september 28 ) for two luminous knots in the bcd galaxy haro 15 .
the tek5 detector was used to cover the wavelength range 3800 - 9300 ( centered at @xmath5 3800 ) giving a spectral dispersion of 3.2 px@xmath3 ( r@xmath6 ) .
spectrophotometric standards , according to the respective observing mode , were also observed . we have obtained a good flux calibration for each group of data .
the data analysis was carried out with iraf software .
after bias subtraction and flat field corrections with milky flats , the bidimensional images were corrected for cosmic rays and reduced with iraf routines following similar procedures to those described in firpo et al . @xcite .
in firpo et al . @xcite we observed a residual present in the wings of several lines when fitting single gaussian profiles to the emission lines . basing on the variety studies that have been proposed in the literature to interpret the existence of the broad supersonic component measured in the emission line profile of ghiirs , and whenever possible , we have evaluated the possible presence of a broad component ( muoz - tun et al .
@xcite , melnick et al.@xcite , hgele et al.@xcite , hgele et al.@xcite , hgele et al.@xcite , among others ) or two symmetric low - intensity components in the fit with the observed emission line profile widths ( chu & kennicutt @xcite , ralao et al .
@xcite , rozas et al . ) . as already reported in firpo et al .
@xcite , in the present work we have also found that all haro 15 knots show evidence of wing broadening evident mainly in the h@xmath7 line and confirmed in other emission lines . making use of the iterative fitting of multiple gaussian profiles we evaluate the presence of a broad component and more than one narrow component in the emission line profileand , in this case , we have been able to fit a low amplitude broad component to the integral profile wings for all regions .
figure [ figvha ] shows the good correlation of the fits between the emission line profiles in the log flux - velocity plane for the most intense emission lines of knot a. the agreement between fits to the most intense emission lines can be readily seen in the @xmath8(flux ) vs. velocity plane.,width=377 ]
the distribution of the regions in the @xmath9 plane are strongly dependent on the components derived from the profile fitting ( firpo et al .
individual components have smaller fluxes and velocity dispersions than the global profile and points are therefore shifted in the diagram .
all of the observed knots , except knot f , show supersonic velocities ( @xmath1013 kms@xmath3 ) .
figure [ fig : elesigma2 ] shows the l(h@xmath7 ) vs. @xmath11 relation for the individual knots of haro 15 wich are identified from a to f letters .
the plot includes results from individual components ( black plus pattern symbols with the error bars ) .
narrow components are identified with subscript n while subscript s refers to line widths measured by fitting a single gaussian component to the line .
h@xmath7 luminosities were derived from the fluxes measured directly from the component fitting to our echelle spectra ( uncorrected by reddening ) , and using distances as published by de vaucouleurs et al .
@xcite for haro 15 .
data for ngc6070 and ngc7479 from firpo et al .
@xcite ( narrow , na and nb where applicable , and single ( g ) components ) are also plotted and identified by color solid error bars and with numbers ( from 1 to 6 ) : ngc7479-i ( 1 ) in red , ngc7479-ii ( 2 ) in green , ngc7479-iii ( 3 ) in yellow , ngc6070-i ( 4 ) in maroon , ngc6070-ii ( 5 ) in violet and ngc6070-iv ( 6 ) in magenta ) . and a few giant hii regions from bosch et al .
@xcite are plotted too ( blue dashed error bars ) together with their linear fit to their `` young '' giant hii regions as a reference value .
definitely , the presence of more than one gaussian component rules the final position of the hii regions in the @xmath9 plane . at any case
, it can be said that the single gaussian component represents the upper limit for the velocity dispersion .
characteristic broad components with large supersonic velocity dispersions and low intensities , should not contribute substantially to the total luminosity but could contribute to the observed velocity dispersion .
@xmath9 relation for our hii regions . luminosities and
velocity dispersions are derived from our spectrophotometric data .
the luminosities are not corrected for extinction.,width=377 ]
from long - slit and echelle spectroscopy , and based on the kinematic results , we study the physical conditions ( electron density and temperature ) , ionic and total chemical abundances of several atoms , reddening and ionization structure derived for each component .
it was only possible to derive the [ oiii ] and [ siii ] temperature for knot b , since we are able to measure the corresponding auroral lines only for this source .
temperatureas derived using the direct method from the broad and narrow components are very similar , within the errors .
oxygen abundances and their uncertainties were derived for each observed knot using the direct method , where possible , or several empirical methods using the strong emission lines present in the spectra .
we notice a difference in the o / h ratio between knots a and b. this difference was suggested by lpez - snchez & esteban as the two objects might have had a different chemical evolution .
our results support these differences between the two regions .
knot c shows oxygen abundance similar to that of knot b within the errors , while the oxygen abundance derived for knot e is closer to the abundance calculated for knot a. the s / n in our knot f spectra is not as good as for the other knots , and the quantities derived for this region should be used with caution .
the ratio between o@xmath12/o@xmath13 and s@xmath12/s@xmath13 denoted by @xmath14 is intrinsically related to the shape of the ionizing continuum and depends on nebula geometry only slightly ( vlchez & pagel @xcite ) .
the purely observational counterpart , the @xmath14 diagram ( @xmath14=[([oii]/[oiii])/([sii]/[siii ] ) ) , where @xmath14 and @xmath14 are related through the electron temperature but very weakly .
the position of knot b in both diagrams shows a compatible ionization structure , lying in the highest excitation region , similar to the ionization structure as hii galaxies .
the efective temperature of the radiation field ( related to the slope of the line ) derived for each component in knot b is practically the same .
the net effect on the overall spectrum for each region is to increase the apparent width of the line profile , which could lead to an overestimation of its velocity dispersion as well as a global and not discrete estimation of the physical condition and element abundances of the gas in those regions .
knots a and b show complex structure which is evident in radial velocity space , but could not be spatially resolved . recently in 2008 , we have obtained high spatial resolution spectroscopy using the integral field unit mode on the gemini multi - object spectrograph instrument at the gemini south telescope . the observations were done using the smaller field of view ( maximum wavelength coverage ) combining the blue grating and the red grating to cover the blue - to - red end
. this allowed us to obtain full coverage from [ oiii]@xmath14363 in the blue to [ siii]@xmath19532 in the red .
we obtained three observing positions , two are included to observe the regions that build knot a and a offset more is included to observe knot b. to perform an in - depth 2d spectroscopic study , we have obtained the data cubes , and from the preliminar results we are able to resolve the complex kinematical structure within star forming knots in haro 15 galaxy .
we are grateful to the director and staff of lco for technical assistance and warm hospitality .
this research has made use of the nasa / ipac extragalactic database ( ned ) which is operated by the jet propulsion laboratory , california institute of technology , under contract with the national aeronautics and space administration .
support from the spanish mec through grant aya2007 - 67965-c03 - 03 and from the comunidad de madrid under grant s-0505/esp/000237 ( astrocam ) is acknowledged by gh .
vf and gb thank the universidad autnoma de madrid , specially to ngeles daz , for their hospitality . | aim work confirm presence ghiirs in galaxies southern hemisphere comparative study with different metallicities environments velocity dispersion broadens profile emission lines correlation luminosity velocity dispersion measure velocity dispersion from high - resolution spectra echelle spectroscopy simple dispersion echelle spectra studying basic parameters electronic temperature density chemical abundances evolutionary states narrow - band ccd photometry feinstein @xcite analyzed brightness distribution in spiral galaxies southern sky most luminous hii regions first candidates firpo confirmed giant nature of nine candidates giant hii regions analysis sample includes six spirals galaxies photometry emission lines selected bright knots in low - metallicity galaxies blue compact dwarf galaxies knots new candidates study obtained high dispersion spectra in five knots of haro 15 galaxy echelle spectrograph 100-inch du pont telescope las campanas observatory july 2006 nomenclature cairs et al.@xcite bright galactic optical center a b bright south - east weak region c north - east diffuse regions e north - northeast f south - west e f cairs et al spectral range 3400 to 10000 @xmath0=0.25 at @xmath1 6000 measured fwhm thar comparison lines resolution @xmath212 kms@xmath3 (@xmath425000 ) long - slit low resolution spectra wide - field ccd camera telescope 2005 september 28 ) two luminous knots bcd galaxy haro 15 tek5 detector wavelength range 3800 - 9300 @xmath5 3800 ) spectral dispersion 3.2 px@xmath3@xmath6 ) spectrophotometric standards observed good flux calibration group data data analysis iraf software bias subtraction flat field corrections milky flats bidimensional images corrected cosmic rays reduced iraf routines firpo et al @xcite observed residual wings lines fitting single gaussian profiles emission lines variety studies interpret broad supersonic component emission line profile ghiirs evaluated presence broad component muoz - tun et al @xcite melnick hgele.@xcite hgele et al. two symmetric low - intensity components with emission line profile widths ( chu kennicutt ralao rozas firpo et haro 15 knots show wing broadening h@xmath7 line other emission lines iterative fitting multiple gaussian profiles broad narrow component emission line low amplitude broad component to integral profile wings all regions figure shows correlation fits between emission line profiles flux - velocity plane intense emission lines agreement in @xmath8(flux ) vs. velocity plane distribution regions in @xmath9 plane on components profile fitting firpo individual components have smaller fluxes velocity dispersions global profile points shifted in diagram observed knots except f show supersonic velocities ( @xmath1013@xmath3 figure shows l(h@xmath7 ) vs. @xmath11 relation for individual knots of haro 15 identified a to f letters plot includes results from individual components black pattern symbols error bars narrow components identified with subscript n subscript s refers to line widths by fitting single gaussian component@xmath7 luminosities derived from fluxes component fitting echelle spectra uncorrected reddening distances by de vaucouleurs @xcite for haro 15 data ngc6070 ngc7479 from firpo @xcite narrow na nb single g ) components plotted identified by color error bars numbers 1 to 6 ngc7479-i red-ii green yellow-i 4 maroon 5 violet-iv 6 magenta giant hii regions from bosch et al @xcite plotted blue dashed error bars linear fit young giant hii regions reference more than one gaussian component rules final position hii regions @xmath9 plane single gaussian component represents upper limit velocity dispersion broad components with large supersonic velocity dispersions low intensities contribute to total luminosity contribute observed velocity dispersion @xmath9 hii regions luminosities velocity dispersions derived from spectrophotometric data not corrected for extinction long - slit echelle spectroscopy study physical conditions electron density temperature ionic chemical abundances reddening ionization structure for each componentpossible derive [ oiii siii ] temperature for knot b auroral lines temperatureas derived direct method from broad narrow components similar errors oxygen abundances uncertainties derived for each knot direct method or empirical methods strong emission lines difference in o / h ratio between knots a b suggested by lpez - snchez & esteban different chemical evolution results support differences knot c shows oxygen abundance similar knot b oxygen abundance knot e closer to knot a s / n in knot f spectra not good other knots quantities used with caution ratio between o@xmath12/o@xmath13 s@xmath12@xmath13 @xmath14 related to shape ionizing continuum depends on nebula geometry slightly observational counterpart @xmath14 diagram @xmath14=[([oii]/[oiii])/([sii]/[siii ] related through electron temperature weakly position of knot b shows compatible ionization structure highest excitation region similar efective temperature radiation field related slope line for each component in knot b sameeffect on spectrum width line profile to overestimation velocity dispersion global estimation physical condition element abundances gas knots a b show complex structure evident in radial velocity space not spatially resolved 2008 obtained high spatial resolution spectroscopy integral field unit mode on gemini multi - object spectrograph instrument south telescope observations smaller field of view blue red grating full coverage from@xmath14363 to@xmath19532 three observing positions two observe regions knot a knot b in - 2d spectroscopic study obtained data cubes resolve complex kinematical structure within star forming knots in haro 15 galaxy grateful to director staff of lco for technical assistance hospitality research nasa / ipac extragalactic database operated by jet propulsion laboratory california institute of technology contract with national aeronautics space administration support from spanish mec grant aya2007 - 67965-c03 - 03 comunidad de madrid under grant s-0505/esp/000237 acknowledged thank universidad autnoma de madrid ngeles daz for hospitality | 0.362301 | 2,465 | 1,230 | , Saving $0.1 in GPT-4. |
172,417 | we study a genetic regulatory network model developed to demonstrate that genetic robustness can evolve through stabilizing selection for optimal phenotypes .
we report preliminary results on whether such selection could result in a reorganization of the state space of the system . for the chosen parameters , the evolution moves the system slightly toward the more ordered part of the phase diagram .
we also find that strong memory effects cause the derrida annealed approximation to give erroneous predictions about the model s phase diagram . | gene networks are extremely robust against genetic perturbations @xcite . for example , systematic gene knock - out studies on yeast showed that almost 40% of genes on chromosome v have no detectable effects on indicators like cell division rate @xcite .
similar studies on other organisms agree with these results @xcite .
it is also known that phenotypically , most species do not vary much , although they experience a wide range of environmental and genetic perturbations .
this striking resilience makes one wonder about the origins , evolutionary consequences , and mechanistic causes of genetic robustness .
it has been proposed that genetic robustness evolved through stabilizing selection for a phenotypic optimum .
wagner showed that this in fact could be true by modeling a developmental process within an evolutionary scenario , in which the genetic interaction sequence represents organismal development , and the equilibrium configuration of the gene network represents the phenotype @xcite .
his results show that the genetic robustness of a population of model genetic regulatory networks can increase through stabilizing selection for a particular equilibrium configuration ( phenotype ) of each network . in this paper
we investigate the effects of the biological evolution of genetic robustness on the dynamics of gene regulatory networks in general .
in particular , we want to answer the question whether the evolution process moves the system to a different point in the phase diagram .
below , we present some preliminary results .
we use a model by wagner @xcite , which has also been used by other researchers with minor modifications . each individual
is represented by a regulatory gene network consisting of @xmath0 genes .
the expression level of each gene , @xmath1 has only two values , @xmath2 or @xmath3 , expressed or not , respectively .
the expression states change in time according to regulatory interactions between the genes .
the time evolution of the system configuration represents an ( organismal ) developmental pathway .
the discrete - time dynamics are given by a set of nonlinear difference equations representing a random threshold network ( rtn ) , @xmath4 where sgn is the sign function and @xmath5 is the strength of the influence of gene @xmath6 on gene @xmath7 .
nonzero elements of the @xmath8 matrix @xmath9 are independent random numbers drawn from a standard normal distribution .
( the diagonal elements of * @xmath9 * are allowed to be nonzero , corresponding to self - regulation . )
the ( mean ) number of nonzero elements in @xmath9 is controlled by the connectivity density , @xmath10 , which is the probability that a @xmath5 is nonzero .
the dynamics given by eq .
( [ eq : main ] ) can have a wide variety of features .
for a specified initial configuration @xmath11 , the system reaches either a fixed - point attractor or a limit cycle after a transient period .
the lengths of transients , number of attractors , distribution of attractor lengths , etc . can differ from system to system , depending on whether the dynamics are ordered , chaotic , or critical .
the fitness of an individual is defined by whether it can reach a developmental equilibrium , a certain fixed gene - expression pattern , @xmath12 , in a `` reasonable '' transient time .
further details of the model are explained in the next section .
we studied populations of @xmath13 random networks ( founding individuals ) with @xmath14 .
each network was assigned a matrix @xmath9 and an initial configuration @xmath11 .
@xmath9 was generated as follows .
each @xmath5 was independently chosen to be nonzero with probability @xmath10 .
if so , it was assigned a random number drawn from a standard gaussian distribution , @xmath15 .
then , each `` gene '' of the initial configuration , @xmath16 , was assigned either @xmath3 or @xmath2 at random , each with probability 1/2 .
after @xmath9 and @xmath11 were created , the dynamics were started and the network s stability was evaluated . if the system reached a fixed point , @xmath17 in @xmath18 timesteps , then it was considered stable and kept .
otherwise it was considered unstable , both @xmath9 and @xmath11 were discarded , and the process was started over and repeated until a stable network was generated . for each stable network , its fixed point , @xmath12 , was regarded as the `` optimal '' gene - expression state ( phenotype ) of the system .
this is the only modification we made to wagner s model : he generated networks with preassigned @xmath11 and @xmath12 , whereas we accept any @xmath19 as long as it can be reached within @xmath18 timesteps from @xmath11 .
after generating @xmath13 individual stable networks , we analyzed their state - space structures and evaluated their robustness as discussed in subsection [ sub : assesment - of - epigenetic ] . in order to generate a breed of more robust networks , a mutation - selection process was simulated for all of the @xmath13 random , stable networks as follows
first , a clan of @xmath20 identical copies of each network was generated .
for each clan , a four - step process was performed for @xmath21 generations : 1 .
recombination : each pair of the @xmath0 rows of consecutive matrices in the clan were swapped with probability 1/2 .
since the networks were already shuffled in step 4 ( see below ) , there was no need to pick random pairs .
2 . mutation : each nonzero @xmath5 was replaced with probability @xmath22 by a new random number drawn from the same standard gaussian distribution .
thus , on average , one matrix element was changed per matrix per monte carlo step .
fitness evaluation : each network was run starting from the original initial condition , @xmath11 . if the network reached a fixed point , @xmath23 within @xmath18 timesteps , then its fitness , @xmath24 , was calculated .
here @xmath25 , denotes the normalized hamming distance between @xmath26 and @xmath27 , and @xmath28 denotes the strength of selection , @xmath19 is the optimal gene - expression state , which is the final gene - expression state of the original network that `` founded '' the clan .
we used @xmath29 .
if the network could not reach a fixed point , then it was assigned the minimum nonzero fitness value , @xmath30 4 .
selection / asexual reproduction : the fitness of each network was normalized to the fitness value of the most fit network in the clan .
then , a network was chosen at random and duplicated into the descendant clan with probability equal to its normalized fitness .
this process was repeated until the size of the descendant clan reached @xmath31
. then the old clan was discarded , and the descendant clan was kept as the next generation .
note that this process allows multiple copies ( offspring ) of the same network to appear in the descendant clan , while some networks may not make it to the next generation due to genetic drift . at the end of the @xmath21 generation selection ,
any unstable networks were removed from the evolved clan .
the mutational robustness of a network was assessed slightly differently for random and evolved networks . for a random network ,
first , one nonzero @xmath5 was picked at random and replaced by a new random number with the same standard gaussian distribution .
then , the dynamics were started , and it was checked if the system reached the same equilibrium state , @xmath19 , within @xmath18 timesteps .
this process was repeated @xmath32 times using the original matrix ( i.e. , each mutated matrix was discarded after its stability was evaluated ) . the robustness of the original network before evolution was defined as the fraction of singly - mutated networks that reached @xmath19 . for the evolved networks ,
clan averages were used . for each of @xmath33 networks in a clan ,
robustness was assessed as described above with one difference : the number of perturbations was reduced to @xmath34 per network to keep the total number of perturbations used to estimate robustness of networks before and after evolution approximately equal .
the mean robustness of the those @xmath35 networks was taken as the robustness of the founder network after evolution .
therefore , the robustness of a network after evolution is the mean robustness of its descendant clan of stable networks .
as wagner pointed out , the stabilizing selection described above increases the robustness of the model population against mutations @xcite .
however , it is not very clear what kind of a reorganization in the state space occurs during the evolution .
also , it is not known whether this robustness against mutations leads to robustness against environmental perturbations . in this paper , we focus on the effects of evolution in terms of moving the system to another point in the phase diagram . in other words ,
we investigate whether the system becomes more chaotic or more ordered after evolution .
( a ) @xmath36 shown vs. @xmath37 for @xmath38 and @xmath39 .
the theory , eq .
( [ eq : wagneroverlapmap ] ) , is in good agreement with the simulations .
the deviations are due to the small size of the simulated system as the theoretical calculation assumes @xmath40 .
( b ) damage - spreading rate , @xmath41 vs. @xmath37 , for random and evolved networks with @xmath14 and @xmath42 and 7 , showing the difference between the `` random '' and `` evolved '' curves .
only the first half of the curves are shown since @xmath36 vs. @xmath37 is point - symmetric about @xmath43 . the results were averaged over 10 random networks and all of their evolved descendants ( @xmath44 evolved networks per random network ) . the evolved curves for each @xmath45 lie very close to their `` random '' counterparts .
however , they are outside twice the error bar range of each other at most data points . , title="fig : " ] ( a ) @xmath36 shown vs. @xmath37 for @xmath38 and @xmath39 . the theory , eq .
( [ eq : wagneroverlapmap ] ) , is in good agreement with the simulations .
the deviations are due to the small size of the simulated system as the theoretical calculation assumes @xmath40 .
( b ) damage - spreading rate , @xmath41 vs. @xmath37 , for random and evolved networks with @xmath14 and @xmath42 and 7 , showing the difference between the `` random '' and `` evolved '' curves .
only the first half of the curves are shown since @xmath36 vs. @xmath37 is point - symmetric about @xmath43 .
the results were averaged over 10 random networks and all of their evolved descendants ( @xmath44 evolved networks per random network ) .
the evolved curves for each @xmath45 lie very close to their `` random '' counterparts . however , they are outside twice the error bar range of each other at most data points .
, title="fig : " ] a standard method for studying damage spreading in systems such as the one considered here is the derrida annealed approximation @xcite , in which one calculates changes with time of the overlap of two distinct states , @xmath46 and @xmath47 , @xmath48 the change of the overlap over one time step for @xmath49 is given by @xmath50 , \label{eq : wagneroverlapmap}\ ] ] where the poisson distribution @xmath51 , is the probability of finding a gene , @xmath7 , with @xmath52 inputs , the binomial distribution @xmath53 is the probability of finding @xmath54 of these inputs in the overlapping parts of @xmath55 or @xmath47 , and @xmath56 ( for @xmath57 ) is the probability of the sum of @xmath54 matrix elements being larger than the sum of @xmath58 matrix elements , which are independent and @xmath59 distributed . here , @xmath60 , the mean number of inputs per node . for most rtns that have been studied so far @xcite , eq .
( [ eq : wagneroverlapmap ] ) can be iterated as a map to give the full time evolution of the overlap .
changes in the fixed - point structure of this map with changing @xmath61 would then signify phase transitions of the system . as seen in fig . [
fig : derridaplot]a , for @xmath39 , such a map would have a stable fixed point at @xmath62 .
one can also show that @xmath63 for all @xmath64 ( this implies @xmath65 and @xmath66 ) , and so it would seem that the system has no phase transition and always stays chaotic for nonzero @xmath61 .
however , simulations of damage spreading for longer times @xcite indicate that the system studied here has strong memory effects due to the update rule for spins with no inputs , given by the last line in eq .
( [ eq : main ] ) , which retard the damage spreading @xcite .
in fact , like other rtns the system undergoes a phase transition near @xmath67 from a chaotic phase at larger @xmath61 to an ordered phase at smaller @xmath61 .
the strong , retarding memory effects mean that eq .
( [ eq : wagneroverlapmap ] ) can not be iterated as a map , and the nave prediction based on the derrida annealed approximation is erroneous . despite its irrelevance for the long - time damage spreading , the damage - spreading rate shown in fig .
[ fig : derridaplot]b properly describes the short - time dynamical character of the system .
however , as eq .
( [ eq : wagneroverlapmap ] ) assumes that the interaction constants , @xmath5 , are statistically independent , it may not apply to evolved networks as we do not know whether the selection process creates correlations between the matrix elements .
nevertheless , we can still compute @xmath36 as a function of @xmath37 numerically to see if there is a change in the degree of chaoticity ( or order ) of the dynamics . as seen in fig .
[ fig : derridaplot]b , the damage - spreading rates for evolved networks are slightly ( but statistically significantly ) lower than for their random predecessors , which are thus slightly more chaotic . to summarize
, we have presented preliminary results on some general properties of a popular rtn model of a gene regulatory network and on how the biological evolution of genetic robustness affects its dynamics @xcite .
we have also shown that the update rule for spins without inputs leads to strong memory effects that invalidate nave iteration of the derrida annealed approximation as a map . the evolutionary process that improves the genetic robustness of such networks has only a very small effect on their dynamical properties : after evolution , the system moves slightly toward the more ordered part of the phase diagram .
we thank d. balcan , b. uzunolu , and t. f. hansen for helpful discussions .
this research was supported by u.s
. national science foundation grant nos .
dmr-0240078 and dmr-0444051 , and by florida state university through the school of computational science , the center for materials research and technology , and the national high magnetic field laboratory . | gene networks robust against genetic perturbations gene studies on yeast showed 40% genes on chromosome v no effects on cell division rate studies on other organisms agree phenotypically most species vary much experience environmental genetic perturbations resilience about origins evolutionary consequences causes of genetic robustness proposed genetic robustness evolved through stabilizing selection for phenotypic optimum wagner showed modeling developmental process evolutionary scenario genetic interaction sequence represents organismal development equilibrium configuration gene network represents phenotype results show genetic robustness genetic regulatory networks through stabilizing selection for equilibrium configuration paper investigate effects biological evolution of genetic robustness on dynamics gene regulatory networks evolution process moves system to different point in phase diagram preliminary results use model by wagner used by researchers each individual represented by regulatory gene network @xmath0 genes expression level of each gene has two values or expression states change according to regulatory interactions between genes time evolution of system configuration represents developmental pathwaydiscrete - time dynamics by nonlinear difference equations random threshold network @xmath4 sgn sign function @xmath5 influence gene @xmath6 on @xmath7 nonzero elements of @xmath8 matrix @xmath9 are random numbers from standard normal distribution diagonal elements of nonzero self - regulation mean number of nonzero elements controlled by connectivity density @xmath10 probability @xmath5 nonzero dynamics by eq features initial configuration @xmath11 system reaches fixed - point attractor or limit cycle after transient period lengths of transients number attractors distribution differ dynamics ordered fitness individual defined by developmental equilibrium fixed gene - expression pattern @xmath12 in reasonable transient time studied populations of @xmath13 random networks with @xmath14 each network assigned matrix @xmath9 initial configuration @xmath11 each @xmath5 chosen to be nonzero with probability @xmath10 assigned random number from standard gaussian distribution @xmath15 each gene of initial configuration @xmath16 assigned @xmath3 or @xmath2 at random each with probability 1/2 @xmath9 @xmath11 created dynamics started network s stability evaluated if system reached fixed point @xmath17 in @xmath18 timesteps considered stable kept unstable discarded process repeated until stable network generated each stable network fixed point @xmath12 optimal '' gene - expression state only modification to wagner s model generated networks with preassigned @xmath11 @xmath12 we accept any @xmath19 reached within @xmath18 timesteps from @xmath11 after generating @xmath13 stable networks analyzed state - space structures evaluated robustness robust networks mutation - selection process simulated for @xmath13 random stable networks clan of @xmath20 identical copies each network generated four - step process performed for @xmath21 generations recombination @xmath0 rows matrices swapped with probability 1/2 networks shuffled no need random pairs mutation each nonzero @xmath5 replaced with probability @xmath22 by new random number distribution one matrix element changed per matrix monte carlo step fitness evaluation each network run from original condition @xmath11network reached fixed point @xmath23 within timesteps fitness @xmath24 calculated @xmath25 hamming distance between and @xmath28 strength of selection @xmath19 optimal gene - expression state final original network clan used @xmath29 if network reach fixed point assigned minimum nonzero fitness value @xmath30 selection / asexual reproduction fitness network normalized to most fit network network chosen at random duplicated into descendant clan probability equal normalized fitness process repeated until clan reached @xmath31 old clan discarded descendant clan kept next generation process allows multiple copies same network some networks not due genetic drift end @xmath21 generation selection unstable networks removed from clan mutational robustness assessed differently for random evolved networks one nonzero @xmath5 picked replaced by new random number distribution dynamics started checked if system reached same equilibrium state @xmath19 within @xmath18 timesteps process repeated @xmath32 times using original matrix each mutated matrix discarded after stability robustness original network before evolution defined as fraction of singly - mutated networks reached @xmath19evolved networks clan averages used @xmath33 networks clan robustness assessed perturbations reduced to @xmath34 per network evolution mean robustness of @xmath35 networks taken as founder network after evolution robustness network after evolution is mean robustness descendant clan stable networks stabilizing selection increases robustness model population against mutations not clear reorganization state space during evolution not known robustness against mutations leads to robustness environmental perturbations focus on effects evolution moving system to another point phase diagram investigate system more chaotic or ordered after evolution @xmath36 vs. @xmath37 for @xmath38 @xmath39 theory agreement with simulations deviations due to small size simulated system damage - spreading rate @xmath41 vs. @xmath37 for random evolved networks with @xmath14 and @xmath42 and 7 difference between random evolved curves first half curves shown @xmath36 vs. @xmath37 point - symmetric about @xmath43 results averaged over 10 random networks evolved descendants ( @xmath44 evolved networks per random networkevolved curves @xmath45 close to random counterparts outside twice error bar range at most data points @xmath36 vs. @xmath37 @xmath38 theory wagneroverlapmap with simulations deviations due to small size simulated system @xmath40 damage - spreading rate @xmath41 vs. @xmath37 random evolved networks @xmath14 @xmath42 7 difference between random evolved curves first half curves shown @xmath36 vs. @xmath37 point - symmetric about @xmath43 results averaged over 10 random networks evolved descendants @xmath44 evolved networks per random network evolved curves @xmath45 close random counterparts outside twice error bar range most data pointstitle="fig : standard method damage spreading is derrida annealed approximation @xcite calculates changes overlap of two states @xmath46 and @xmath47 change overlap step for @xmath49 given by @xmath50 wagneroverlapmap poisson distribution @xmath51 probability finding gene @xmath7 with @xmath52 inputs binomial distribution @xmath53 probability finding @xmath54 inputs in overlapping parts @xmath55 or @xmath47 @xmath56 @xmath57 probability sum @xmath54 matrix elements larger than sum @xmath58 elements independent distributed @xmath60 mean number of inputs per node @xcite eq wagneroverlapmap can iterated full time evolution overlap changes in fixed - point structure @xmath61 signify phase transitions fig . derridaplot @xmath39 stable fixed point at @xmath62 @xmath63 @xmath64 @xmath65 @xmath66 system no phase transition stays chaotic for nonzero @xmath61 simulations damage spreading longer times indicate system has strong memory effects due to update rule for spins with no inputs last line in eq eq : main ] ) retard damage spreading @xcite like other rtns system phase transition near @xmath67 from chaotic to ordered phase strong retarding memory effects eq . wagneroverlapmap iterated as map nave prediction derrida erroneous damage - spreading rate in fig]b describes short - time dynamical character system eq . wagneroverlapmap assumes interaction constants @xmath5 statistically independent may not apply to evolved networks selection process correlations between matrix elements can compute @xmath36 as function of @xmath37 change in chaoticity dynamics damage - spreading rates for evolved networks slightly lower than random predecessors more chaotic presented preliminary results on properties popular rtn model gene regulatory network biological evolution of genetic robustness affects dynamics @xcite update rule for spins without inputs leads to strong memory effects invalidate nave iteration of derrida annealed approximation as map evolutionary process improves genetic robustness networks small effect on dynamical properties after evolution system moves slightly toward more ordered part phase diagram thank d. balcan , buzunolu hansen discussions research supported national science foundation grant dmr-0240078-0444051 florida university school computational science center materials research technology national high magnetic field laboratory | 0.573661 | 3,290 | 1,640 | , Saving $0.1 in GPT-4. |
172,418 | recent results on the evolution of local group dwarf galaxies obtained from vlt imaging and spectroscopy are briefly reviewed , and prospects for dwarf galaxy research at the vlt are discussed in the light of the current and forthcoming instrumentation . some aspects of future instrument developments , such as deep wide - field imaging at both optical and near - infrared wavelengths , that may be of advantage for research on the evolution of dwarf galaxies , are briefly discussed . | understanding the origin and evolution of dwarf galaxies and their luminosity and mass distributions may have important consequences in modern observational cosmology .
while dwarf galaxies are difficult to study even at moderate redshifts , especially those without active star formation , both star - forming and quiescent dwarfs can be studied with considerable detail in the local group ( lg ) .
dwarf galaxies in the lg are close enough that the process of star formation , their dynamical evolution and the interplay between stars and interstellar medium can be studied in detail . by analyzing their color - magnitude diagrams one can derive star formation histories and reconstruct their evolution at lookback times comparable to the age of the universe .
however , sound knowledge of the age - metallicity relation is required to obtain reliable determination of the star formation history .
spectroscopy is therefore needed to add essential information to constrain the chemical enrichment histories .
this contribution will focus on studies of stellar populations and kinematics of resolved local group galaxies .
i briefly review the work done so far at the vlt , and discuss the prospect for dwarf galaxy research at the vlt in the light of the existing and forthcoming instrumentation .
some ideas for future vlt instruments are also presented .
studies of resolved dwarf galaxies in the last decade , using both hst and ground based instrumentation , have provided a complex picture of their star formation histories .
star formation can proceed either in distinct episodes , as in the case of carina @xcite , or at a nearly continuous rate , as in the case of fornax ( e.g. , @xcite , and references therein ) .
deep color - magnitude diagrams of lg dwarfs obtained with fors1/2 indicate that vlt images taken in excellent seeing can indeed be complementary to space observations @xcite . as an example , fig .
[ f_phoenix ] shows our observations of the dsph / dirr galaxy phoenix .
the main advantage of vlt imaging over hst / wfpc2 is represented by the larger field , allowing us to detect extended halos of red giant stars around dwarf galaxies , to trace the populations gradients of stars in several age bins , and to map the physical association between star formation and the interstellar medium . in the outer regions ,
the surface density of stars ( `` crowding '' ) is relatively low , so the limiting magnitude is less subject to confusion than in the inner regions , and the benefits of a larger collecting power may largely balance the negative effects of a broader point spread function .
a further advantage of a large field is the possibility to conduct efficient searches for variable objects by using a suitable time series strategy .
this approach has being employed by our group , using vlt and other eso telescopes , to study the rr lyrae variables in lg dwarfs as tracers of the oldest stellar populations @xcite .
the need for deep , wide - field optical imaging of nearby galaxies will be largely met by vimos , planned for operation in 2002 . while the advent of acs aboard hst will re - confirm the advantage of space observations for studying distant lg galaxies , the large field of vimos will be essential to obtain deep , spatially resolved views of the stellar populations in dwarf galaxies out to 200300 kpc from the milky way , although it will face the competition with larger prime - focus ccd mosaics being built at 10m - class telescopes .
, ( @xmath1 ) near infrared color - magnitude diagram of the dwarf spheroidal galaxy leo i , from ntt / sofi observations ( from @xcite ) . known carbon stars from @xcite are also plotted ( _ asterisks _ ) . superimposed
are the fiducial rgb sequences of the globular clusters m68 ( [ fe / h]@xmath2 ) and m4 ( [ fe / h]@xmath3 ) @xcite ( _ solid lines _ ) ] the recent results obtained for the magellanic clouds and the sagittarius dsph using denis and 2mass data have confirmed the scientific potential of near - infrared photometry for studying the evolved stellar populations in nearby galaxies @xcite .
the near - infrared magnitudes and colors are more directly amenable to the fundamental quantities luminosity and @xmath4 of the stars that build up dwarf galaxies ( e.g. , @xcite ) .
thus , near - infrared imaging can play an important , yet little exploited role in studying old and intermediate age stars in lg dwarfs .
the red giant branch of milky way satellite dwarfs is within reach of modern near - ir imaging detectors at 4m - class telescopes , including the future mosaic of vista .
figure [ f_irleo ] shows a new view of the rgb / agb population in leo i from our ntt / sofi survey of evolved stellar populations in nearby dwarf spheroidals .
the use of the @xmath5 band allowed us to detect some very reddened luminous stars , hidden at optical wavelengths , possibly obscured agb stars ( cf .
@xcite ) . on the other hand ,
a 10m - class telescope is needed to sample even the relatively bright upper - agb population in more distant lg galaxies , and to observe red clump and subgiant branch stars in nearby dsph . beyond the milky way environment ,
most local group dwarfs have distance moduli about 2425 mag , which implies @xmath619 for their rgb tips .
although isaac offers adequate sensitivity , its small field of view is not ideally matched to the large projected tidal radii of lg dwarfs ( see @xcite ) . in the next future
, nirmos will provide imaging over a @xmath7 arcmin@xmath8 field in the @xmath9 and @xmath10 bands .
however , the @xmath5 band is important in discriminating between carbon- and oxygen - rich stars , and locate them in the theoretical hr diagram @xcite .
thus , only a fully cryogenic wide - field near - ir mosaic at the vlt , with sensitivity extended to the thermal near - ir wavelengths , would enable deep , wide field infrared surveys of stellar populations in local group galaxies , in particular of their evolved , intermediate - age rgb / agb populations and young red supergiants .
in that it would be complementary to ngst , which will give superior results for the inner regions of distant dwarfs at the edge of the lg and beyond . tracing the chemical enrichment history of dwarf galaxies from color - magnitude diagrams alone is a very difficult task , because of the ambiguity between the effects of a young age and low metallicity ( the so - called `` age - metallicity degeneracy '' ) .
direct abundance measurements are the best way to reconstruct the stellar metallicity distributions in nearby galaxies and model their chemical evolution . measurements of individual stellar abundances are now feasible at 10-m class telescopes ( e.g. , @xcite ) .
high - resolution abundance analysis yields information on the pattern of individual elements , which is directly related to the star formation history of the galaxy .
abundance measurements have been obtained at the vlt for a few red giant stars in sagittarius @xcite , using uves commissioning data . similarly to other dsph @xcite , the sagittarius dsph does not appear to be enhanced in the @xmath11-elements .
luminous blue supergiants have also been observed in star - forming dwarf galaxies out to relatively large distances .
element abundances of o and other @xmath11-elements , fe - peak and s - process elements have been measured for a - type supergiants in ngc6822 @xcite using uves . in the near future
, flames will allow us to investigate the abundance patterns of elements in hundreds of stars in nearby dwarfs , although detailed abundance analysis will be possible only for the brightest red giants in the nearby milky way satellites .
for this reason , intermediate resolution spectroscopy at the vlt will also play an important role in deriving metallicity distributions of stars in distant lg dwarfs .
fors1 spectroscopy in the ca ii triplet region has recently been employed to measure metallicity distributions of stars in sculptor , fornax , and in the dirr ngc6822 @xcite .
these results confirmed that the colors of the stars are not always representative of their metal content , since they also reflect variable ca / fe ratios and an age spread .
precise measurements of the systemic radial velocities allow us to investigate the dynamics and mass of the local group , and to establish for some galaxies the physical association of gas and stars .
radial velocities of stars in the antlia and phoenix dwarfs have been obtained by @xcite and @xcite , respectively . while low - resolution spectroscopy can give useful information , the most compelling information on the star and gas dynamics is provided by high resolution spectroscopy .
recent uves measurements of giant stars in the phoenix galaxy ( fig .
[ f_uves ] ) reveal that the stars and the neutral gas have the same velocity within 23 km s@xmath12 . however , the most fundamental questions concern the internal dynamics of dsph galaxies .
what is the distribution of mass in dwarf spheroidal galaxies ? is a dark halo needed to explain the observed velocity dispersions ?
these questions not only bear on the formation of low - mass galaxies , but also on their evolution ( e.g. , their ability to retain gas against the energetic outflows of supernova explosions ) .
many studies have been devoted to measuring the internal velocity dispersion of dsph galaxies ( e.g. , @xcite ; see @xcite for a review ) .
high resolution spectroscopy of large stellar samples in dsph s will be a major science objective for flames .
spectroscopy out to several core radii will be used to derive velocity dispersion profiles , detect possible rotation , and model the mass distribution in dwarf spheroidals . to this purpose , a project aimed at investigating the internal kinematics and mass - to - light ratios of nearby and distant dwarfs using the vlt has recently been undertaken by our group .
e. v. held , y. momany , i. saviane , l. rizzi , g. bertelli : ` halo and disk - like components in nearby dwarf galaxies ' . in : _
asp conf .
ser . 230 : galaxy disks and disk galaxies _ , ed . by j. g. funes s.j .
, e. m. corsini , ( asp , san francisco 2001 ) , p. 161 | understanding origin evolution of dwarf galaxies luminosity mass distributions modern cosmology dwarf galaxies difficult study at moderate redshifts especially without active star formation star - forming quiescent dwarfs studied in local group lg dwarf galaxies lg close star formation dynamical evolution interplay between stars interstellar medium studied analyzing color - magnitude diagrams derive star formation histories reconstruct evolution at times comparable age universe knowledge age - metallicity relation required star formation history spectroscopy needed information chemical enrichment histories contribution on studies stellar populations kinematics of resolved local group galaxies review work at vlt discuss prospect for dwarf galaxy research existing instrumentation ideas for future vlt instruments presented studies of resolved dwarf galaxies provided complex star formation histories star formation distinct episodes or nearly continuous rate fornax deep color - magnitude diagrams of lg dwarfs with fors1/2 indicate vlt images complementary to space observations @xcite fig . f_phoenix shows observations of dsph / dirr galaxy phoenixadvantage of vlt imaging over hst / wfpc2 larger field halos red stars around dwarf galaxies trace populations gradients in age bins map association between star formation interstellar medium outer regions surface density low limiting magnitude less confusion benefits larger collecting power balance negative effects point spread advantage large field efficient searches for variable objects time series strategy approach employed by group rr lyrae variables in lg dwarfs stellar populations need for deep wide - field optical imaging of nearby galaxies met by vimos operation in 2002 advent of acs aboard hst observations large field of vimos essential deep views of stellar populations in dwarf galaxies out to 200300 kpc from milky way competition with larger prime - focus ccd mosaics at 10m - class telescopes infrared color - magnitude diagram of dwarf spheroidal galaxy leo i from ntt / sofi observations known carbon stars from @xcite plottedfiducial rgb sequences globular clusters m68 m4 recent results magellanic clouds sagittarius dsph denis 2mass data confirmed potential near - infrared photometry studying evolved stellar populations nearby galaxies near - infrared magnitudes colors amenable fundamental quantities luminosity @xmath4 stars dwarf galaxies near - infrared imaging studying old intermediate age stars lg dwarfs red giant branch milky way satellite dwarfs reach modern near - ir imaging detectors 4m - class telescopes future mosaic vista figure f_irleo new view rgb / agb population leo i ntt sofi survey stellar populations dwarf spheroidals @xmath5 band reddened luminous stars hidden obscured agb stars 10m - class telescope needed sample bright upper - agb population distant lg galaxies observe red clump subgiant branch stars nearby dsph local group dwarfs distance moduli 2425 mag implies @xmath619 rgb tips isaac sensitivity small field of view not matched large projected tidal radii lg dwarfsnirmos imaging @xmath7@xmath8 field @xmath9 bands @xmath5 band important carbon- oxygen - rich stars theoretical hr diagram @xcite cryogenic wide - field near - ir mosaic at vlt sensitivity thermal wavelengths infrared surveys stellar populations local group galaxies evolved intermediate - age rgb / agb populations young red supergiants complementary to ngst superior results distant dwarfs edge lg tracing chemical enrichment history dwarf galaxies from color - magnitude diagrams difficult ambiguity effects young age low metallicity - metallicity degeneracy direct abundance measurements reconstruct stellar metallicity distributions model chemical evolution measurements stellar abundances feasible at 10-m class telescopes high - resolution abundance analysis information pattern elements related to star formation history abundance measurements obtained vlt for red giant stars in sagittarius @xcite uves data sagittarius dsph enhanced in @xmath11-elements luminous blue supergiants observed in star - forming dwarf galaxies large distanceselement abundances o @xmath11-elements fe - peak s - process elements measured a - type supergiants ngc6822 @xcite uves flames investigate abundance patterns stars nearby dwarfs detailed analysis brightest red giants milky way satellites intermediate resolution spectroscopy at vlt metallicity distributions distant lg dwarfs fors1 spectroscopy ca ii triplet region metallicity distributions stars sculptor fornax ngc6822 @xcite results colors stars not representative metal content reflect variable ca / fe ratios age spread measurements systemic radial velocities investigate dynamics mass local group establish physical association of gas stars radial velocities antlia phoenix dwarfs obtained by @xcite @xcite low - resolution spectroscopy compelling star gas dynamics high resolution spectroscopy uves measurements giant stars phoenix galaxy reveal stars neutral gas same velocity within 23 km s@xmath12 fundamental questions concern internal dynamics dsph galaxies distribution of mass in dwarf spheroidal galaxies dark halo velocity dispersions ? questions formation low - mass galaxies evolutionretain gas against supernova explosions studies internal velocity dispersion dsph galaxies @xcite high resolution spectroscopy large stellar samples dsph major science objective for flames spectroscopy core radii velocity dispersion profiles detect rotation model mass distribution in dwarf spheroidals project internal kinematics mass - to - light ratios nearby distant dwarfs using vlt undertaken group. held momany saviane l. rizzi g. bertelli halo disk - like components in nearby dwarf galaxies asp conf . ser 230 galaxy disks galaxies j. g. funes m. corsini san francisco 2001 p. 161 | 0.359874 | 2,209 | 1,082 | , Saving $0.1 in GPT-4. |
172,424 | several different processes could be changing the density in the core of a neutron star , leading to a departure from @xmath0 equilibrium , quantified by the chemical potential difference @xmath1 .
the evolution of this quantity is coupled to that of the star s interior temperature @xmath2 by two functions that quantify the rate at which neutrino - emitting reactions proceed : the net reaction rate ( difference between @xmath0 decay and capture rates ) , @xmath3 , and the total emissivity ( total energy emission rate in the form of neutrinos and antineutrinos ) , @xmath4 . here , we present a simple and general relationship between these variables , @xmath5 , and show that it holds even in the case of superfluid nucleons
. this relation may simplify the numerical calculation of these quantities , including superfluid reduction factors . | the simplest weak interaction process that could proceed in the core of a neutron star is the so - called direct urca ( or _ durca _ ) process , which consists of the two successive reactions , @xmath0 decay and capture . @xmath6
it is the most powerful of the neutrino processes potentially leading to the cooling of the neutron star .
however , these reactions are allowed only if each of the fermi momenta of neutrons ( @xmath7 ) , protons ( @xmath8 ) , and electrons ( @xmath9 ) is smaller than the sum of the two others ( triangle condition ) .
this implies a ( highly uncertain ) threshold in the matter density for the direct urca processes .
another reaction , which overcomes this restriction , is the so - called modified urca ( or _ murca _ ) process , which involves an additional spectator nucleon : @xmath10 where the additional nucleon @xmath11 can be either a neutron or a proton .
the matter is transparent to neutrinos , which escape freely , transporting their energy away from the star .
furthermore , these two reactions bring nucleons into the state of beta ( or chemical ) equilibrium , which determines the concentration of neutrons and protons .
the beta equilibrium condition @xmath12 involving the chemical potentials of the constituent particles implies the equality of @xmath13 and @xmath14 emission rates ( or the net reaction rate set equal to zero ) .
if a slight departure from equilibrium @xmath15 is produced by any external or macroscopic phenomenon that changes the density of a fluid element , one of the two reactions in equations ( [ beta ] ) or ( [ murca ] ) becomes more intense and changes the fraction of protons and neutrons towards the new equilibrium values ( le chtelier s principle ) . in the subsequent evolution
, the chemical imbalance affects the stellar interior temperature @xmath2 by increasing the phase space available to the products of the neutrino - emitting reactions and by converting chemical energy into thermal energy , and the temperature affects the chemical imbalance by also determining the rate at which reactions proceed .
several authors have investigated external processes that induce non - equilibrium @xmath0 reactions , such as radial pulsation @xcite , gravitational collapse @xcite , a changing rotation rate @xcite , and a hypothetical time - variation of the gravitational constant @xcite . however
, none of these has considered an adequate model for the effects of the likely cooper pairing ( superfluidity ) of nucleons ( see @xcite for a very rough estimate of their likely importance ) .
two basic rates are relevant in order to follow the coupled evolution of @xmath2 and @xmath16 ( see , e. g. , @xcite ) : the total ( neutrino and antineutrino ) emissivity ( energy per unit volume per unit time ) , @xmath17 , and the net reaction rate ( number of reactions or emitted lepton number per unit volume per unit time ) , @xmath18 .
recently , @xcite analyzed the effect of nucleon superfluidity on the net reaction rates , @xmath19 , calculating superfluid reduction factors for the direct and modified urca processes by means of sophisticated numerical methods
. nevertheless , they did not evaluate the total emissivity of neutrinos , @xmath20 , which is also required in order to compute the eventual time - evolution of @xmath2 and @xmath16 . in this work
, we present a curious relationship between @xmath21 and @xmath22 , both considered as functions of the chemical imbalance parameter @xmath23 , that holds even in the superfluid case : @xmath24 the advantage of this relation is that , having computed one of the functions numerically ( as done by @xcite ) , the other is obtained very easily , saving time in the calculation . in the non - superfluid case , @xcite calculated @xmath21 and @xmath22 analytically . for durca processes , @xmath25 and @xmath26 where @xmath27 is a dimensionless parameter , and
@xmath28 is the equilibrium emissivity . for murca processes , @xmath29 and @xmath30 with @xmath31 ( see @xcite for precise estimates ) .
in these two pairs of polynomial expressions , it is easy to verify our proposed relation ( eq .
[ 3sig ] ) .
the purpose of this paper is to show that it is valid beyond these simple cases , encompassing , for example , the cases of superfluid neutrons and/or protons .
a brief and clear discussion of superfluidity in neutron star was given by @xcite , and a rigorous and deep analysis can be found in @xcite .
we now show that equation ( [ 3sig ] ) holds regardless of the nucleons being superfluid or not . along this paper
we will use natural units , with @xmath32 .
+ we express the phase space factors as @xmath33 where @xmath34 is the particle energy , , where @xmath35 denotes the fermi momenta .
the cooper pairing occurring around the fermi surfaces , allows us to approximate @xmath36 , where @xmath37 and @xmath38 are the fermi velocity and effective particle mass for superfluid nucleons , respectively . ] and @xmath39 is the density of states and @xmath40 is the solid angle element in the direction of @xmath41 . in order to show the generality of our derivation , we left the electron and nucleon densities of states . ]
expressed implicitly in the following calculation .
for neutrinos , we will need the explicit expression @xmath42 and we may assume neutrino isotropy , so @xmath43 in the interior of the neutron star , the temperature is much smaller than the fermi temperature .
on the other hand , the neutrino momentum is proportional to the temperature of the star , and the other momenta are essentially their respective fermi momenta ( degenerate matter ) .
therefore , we assume that @xmath44 ( @xmath45 ) , and neglect @xmath46 in the dirac delta function of momentum
. this approach will allow us to integrate more easily over the orientation of the neutrino momentum .
using the following dimensionless variables : @xmath47 the total emissivity @xmath48 can be expressed as @xmath49 ( @xcite , eq .
115 ) , where @xmath50 is the squared transition amplitude for the @xmath0 decay and capture processes , averaged over initial and summed over final spin states ; furthermore averaged over the direction of the neutrino momentum , this results in a roughly constant value , which can be taken out of the integrals ( for more details see @xcite or @xcite ) : @xmath51 where @xmath52 , @xmath53 , and @xmath54 are the fermi weak interaction constant , the cabibbo angle ( @xmath55 ) , and the gamow - teller axial vector coupling constant , respectively .
the operator @xmath56 contains the integrals over the orientations of the particle momenta @xmath57 and @xmath58 integral includes the integrations over dimensionless particle energies : @xmath59 @xmath60,\ ] ] where the @xmath61 s ( for @xmath62 ) are the fermi - dirac distributions , @xmath63 , for some of whose arguments the signs have been redefined when using the symmetry property @xmath64 .
the functions @xmath65 are approximately symmetric around @xmath66 for all relevant cases .
when considering situations with neutron or proton superfluidity , the possible anisotropy of gaps ( appearing in the density of states function ) in the expression @xmath58 should be taken into account in the preceding @xmath56 integration . similarly , the net reaction rate is @xmath67 where @xmath68 @xmath69.\ ] ] note that the integral now contains only two powers of @xmath70 .
the total emissivity ( given by eq .
[ [ etot ] ] ) depends on the chemical imbalance @xmath16 only through the dimensionless non - equilibrium parameter @xmath71 contained in @xmath58 , in the argument of the dirac delta function . in order to calculate the derivative @xmath72
, we define @xmath73 so we can rewrite the derivative @xmath74= \frac{\partial}{\partial x_\nu}\left[-\delta(z_+)\!-\!\delta(z_-)\right]\ ] ] and do an integral by parts in order to obtain the derivative of equation ( [ i- ] ) and vanishes in both limits . ] : @xmath75=3\widehat{i}_+.\ ] ] thus , in a straightforward way , we reach the proposed relation ( eq .
[ 3sig ] ) : @xmath76 it is straightforward to verify that an analogous derivation can be made for modified urca processes .
as a useful application of the proposed relation , we analyze the balance between heating and cooling due to @xmath0 processes . the net local heating rate can be written as @xmath77 where the first term is the rate of dissipation of chemical energy , and the second is the energy loss rate due to neutrino emission . using our relation ( eq .
[ 3sig ] ) , which links @xmath78 and @xmath79 , we obtain @xmath80 if @xmath78 increases faster than @xmath81 , the net heating is positive ( @xmath82 ) , and viceversa .
the net heating rate can also be written as @xmath83 without cooper pairing , and in the limiting case of @xmath84 , we know that @xmath85 for durca processes , and @xmath86 for murca processes .
for these cases , we easily reobtain that the total energy released , @xmath87 , is distributed in fixed fractions among internal heating , @xmath88 , and neutrino emission , as @xmath89 for durca , and @xmath90 , @xmath91 for murca processes @xcite .
we have proven a simple , general relationship ( eq . [ 3sig ] ) between the main rates characterizing non - equilibrium @xmath0 processes in both superfluid and non - superfluid neutron star matter .
this relation could simplify the evaluation of these quantities in superfluid neutron star models , complementing numerical calculations such as those of @xcite .
we thank francisco claro for very helpful suggestions .
we are also grateful to olivier espinosa , claudio dib , miguel kiwi , paula jofr , and elena kantor for discussions that benefited the present paper . s. f .-
t . was supported by a conicyt phd fellowship and a. r. by fondecyt grants 1020840 and 1060644 . | simplest weak interaction process in core neutron star is direct urca ) process consists two reactions @xmath0 decay and capture @xmath6 most powerful neutrino processes leading to cooling neutron star reactions allowed if fermi momenta of neutrons protons electrons smaller than sum two others triangle condition implies uncertain threshold matter density for urca processes another reaction overcomes restriction is modified urca process involves additional spectator nucleon : @xmath10 can be neutron or proton matter transparent to neutrinos escape transporting energy from star two reactions bring nucleons into beta chemical equilibrium determines concentration of neutrons protons beta equilibrium condition implies equality of @xmath13 and @xmath14 emission rates net reaction rate equal to zero if slight departure from equilibrium @xmath15 by density fluid element one two reactions or becomes more intense changes fraction of protons and neutrons towards new equilibrium values ( le chtelier s principle )subsequent evolution chemical imbalance affects stellar interior temperature @xmath2 increasing phase space products neutrino - emitting reactions converting chemical energy into thermal energy temperature affects chemical imbalance rate reactions proceed authors investigated processes non - equilibrium reactions radial pulsation gravitational collapse changing rotation rate hypothetical time - variation of gravitational constant none adequate model for effects likely cooper pairing superfluidity of nucleons see @xcite rough estimate importance two basic rates relevant coupled evolution of @xmath2 @xmath16 total neutrino antineutrino ) emissivity energy per volume net reaction rate lepton number per unit volume @xcite analyzed effect nucleon superfluidity on net reaction rates calculating superfluid reduction factors for urca processes not evaluate total emissivity of neutrinos required compute eventual time - evolution of @xmath2 and @xmath16present relationship between @xmath21 @xmath22 functions of chemical imbalance parameter @xmath23 holds superfluid case advantage computed one numerically other obtained easily saving time non - superfluid case @xcite calculated @xmath21 @xmath22 analytically durca processes @xmath25 @xmath26 @xmath27 dimensionless parameter @xmath28 emissivity murca processes @xmath29 @xmath30 @xmath31 see @xcite for precise estimates polynomial verify proposed relation ( eq [ 3sig ] purpose paper show valid beyond cases superfluid neutrons protons discussion of superfluidity in neutron star by @xcite analysis in @xcite equation ( [ 3sig ] ) holds regardless nucleons superfluid use natural units @xmath32 express phase space factors as @xmath33 @xmath34 particle energy @xmath35 fermi momenta cooper pairing fermi surfaces approximate @xmath36 @xmath37 @xmath38 fermi velocity effective particle mass for superfluid nucleons @xmath39 density of states @xmath40 solid angle element in direction of @xmath41generality derivation left electron nucleon densities expressed in calculation neutrinos need explicit expression @xmath42 assume neutrino isotropy @xmath43 interior neutron star temperature smaller than fermi temperature neutrino momentum proportional to temperature star other momenta fermi momenta assume @xmath44 @xmath45 ) neglect @xmath46 dirac delta function momentum approach integrate orientation neutrino momentum dimensionless variables : @xmath47 total emissivity @xmath48 expressed as @xmath49 ( @xcite. 115 ) @xmath50 squared transition amplitude for @xmath0 decay capture processes averaged over initial final spin states direction neutrino momentum results roughly constant value taken out integrals @xmath51 @xmath52 @xmath53 @xmath54 are fermi weak interaction constant cabibbo angle @xmath55 gamow - teller axial vector coupling constantoperator @xmath56 contains integrals over orientations particle momenta @xmath57 and @xmath58 integral integrations over dimensionless particle energies @xmath59 @xmath60 @xmath61 s @xmath62 are fermi - dirac distributions @xmath63 signs redefined symmetry property @xmath64 functions @xmath65 symmetric around @xmath66 cases neutron or proton superfluidity possible anisotropy of gaps density of states function in expression @xmath58 preceding @xmath56 integration net reaction rate is @xmath67 @xmath68 @xmath69. integral contains two powers of @xmath70 total emissivity depends on chemical imbalance @xmath16 through dimensionless non - equilibrium parameter @xmath71 in @xmath58 dirac delta function calculate derivative @xmath72 define @xmath73 rewrite derivative @xmath74= do integral by parts obtain derivative of equation limits @xmath75=3\widehat{i}_+. reach proposed relation : @xmath76 verify analogous derivation for modified urca processesanalyze balance heating cooling due to @xmath0 processes net local heating rate @xmath77 first term dissipation chemical energy second energy loss neutrino emission relation links @xmath78 @xmath79 obtain @xmath80 if @xmath78 increases faster than @xmath81 net heating positive @xmath82 viceversa net heating rate @xmath83 without cooper pairing @xmath84 @xmath85 for durca @xmath86 for murca processes reobtain total energy released @xmath87 distributed among internal heating @xmath88 neutrino emission @xmath89 for durca @xmath90 @xmath91 for murca proven relationship between rates characterizing non - equilibrium @xmath0 processes in superfluid non - superfluid neutron star matter simplify evaluation superfluid neutron star models numerical calculations thank francisco claro suggestions grateful to olivier espinosa claudio dib miguel kiwi paula jofr elena kantor discussions supported by conicyt phd fellowship fondecyt grants 1020840 1060644 | 0.359471 | 2,313 | 1,199 | , Saving $0.1 in GPT-4. |
172,425 | a new recursive procedure of the calculation of partition numbers function @xmath0 is suggested .
we find its zeroes and prove a lemma on the function parity properties .
the explicit formulas of @xmath0 and their periods @xmath1 for the irreducible coxeter groups and a list for the first ten symmetric group @xmath2 are presented .
a _ least common multiple _
@xmath3 of the series of the natural numbers 1,2, .. ,@xmath4 plays a role of the period @xmath5 of @xmath0 in @xmath2
. an asymptotic behaviour of @xmath3 with @xmath6 is found .
pacs : number theory , invariant theory = 10000 = 6.45 in = -1pt = 9.3 in 8 cm | more than hundred years ago j.j.sylvester stated @xcite and proved @xcite a theorem about restricted partition number @xmath0 of positive integer @xmath7 with respect to the @xmath4-tuple of positive integers @xmath8 : * theorem . *
_ the number @xmath0 of ways in which @xmath7 can be composed of ( not necessarily distinct ) @xmath4 integers @xmath9 is made up of a finite number of @xmath10 where @xmath11 run over all distinct factors in @xmath9 and @xmath12 denotes the coefficient of @xmath13 in the series expansion in ascending powers of @xmath14 of @xmath15 and @xmath16 are all numbers ( unity included ) less than @xmath11 and prime to it .
_ @xmath0 is also a number of sets of positive integer solutions @xmath17 of equation @xmath18 .
it is known that @xmath0 is equal to the coefficient of @xmath19 in the expansion of generating function @xmath20 if the exponents @xmath9 become the series of integers @xmath21 , the number of waves is @xmath4 and @xmath0 of @xmath7 is usually referred to as a restricted partition number @xmath22 of @xmath7 into parts none of which exceeds @xmath4 .
another definition of @xmath0 comes from the polynomial invariant of finite reflection groups .
let @xmath23 is a molien function of such a group @xmath24 , @xmath25 are the degrees of basic invariants , and @xmath4 is the number of basic invariants @xcite
. then @xmath0 gives a number of algebraic independent polynomial invariants of the @xmath7-degree for group @xmath24 . throughout his papers
j.j.sylvester gave different names for @xmath0 : _ quotity _ , _ denumerant _ , _ quot - undulant _ and _ quot - additant_. sometime after he discarded some of them .
because of a wide usage of @xmath0 not only as a partition number we shall call @xmath0 a _ sylvester wave_.
the sylvester theorem is a very powerful tool not only in the trivial situation when @xmath4 is finite but also it was used for the purposes of asymptotic evaluations @xmath22 , as well as for the main term of the hardy - ramanujan formulas for unrestricted partition number @xmath26 @xcite .
recent progress in the self - dual problem of effective isotropic conductivity in two - dimensional three - component regular checkerboards @xcite and its further extension on the @xmath4-component anisotropic cases @xcite have shown an existence of algebraic equations with permutation invariance with respect to the action of the finite group @xmath24 permuting @xmath4 components .
@xmath24 is a subgroup of symmetric group @xmath2 and the coefficients in the equations are build out of algebraic independent polynomial invariants for group @xmath24 . here
@xmath0 measures a degree of non - universality of the algebraic solution with respect to the different kinds of @xmath4-color plane groups .
several proofs of sylvester theorem are known @xcite,@xcite .
all of them make use of the cauchy@xmath27s theory of residues .
the recursion relations imposed on @xmath0 provide a combinatorial version of sylvester formula .
the classical example for the elementary ( complex - variable - free ) derivation was shown by erd@xmath28s @xcite for the main term of the hardy - ramanujan formula .
recently an elementary derivation of szekeres@xmath27 formula for @xmath0 based on the recursion satisfied by @xmath0 was elaborated in @xcite . in this paper
we give a new derivation of the sylvester waves based on the recursion relation for @xmath0 .
we find also its _ zeroes _ and prove a lemma on parity properties of the sylvester waves .
finally we present a list of the first ten sylvester waves @xmath29 for symmetric groups @xmath2 and for all coxeter groups . in the appendix
we prove a conjecture on asymptotic behaviour of the _ least common multiple _
lcm(@xmath30 ) of the series of natural numbers .
we start with a recursion that follows from ( [ syl3 ] ) @xmath31 and after inserting the series expansions into the last equation we arrive at @xmath32 where @xmath7 is assumed to be real .
we apply now the recursive procedure ( [ rec2 ] ) several times @xmath33 let us consider _ the generic form _ of @xmath34 where @xmath35 and @xmath36 are the independent positive integers .
we will choose them in such a way that @xmath37 thus the relation ( [ rec3 ] ) reads @xmath38 as follows from ( [ rec4 ] ) , in order to return via the recursive procedure from @xmath39 to @xmath40 we must use @xmath36 which have @xmath41 as a divisor . due to the arbitrariness of @xmath41 it is easy to conclude that all exponents @xmath9 serve as the divisors of @xmath36 .
in other words @xmath36 is the _ least common multiple _
lcm of the exponents @xmath9 @xmath42 actually @xmath36 does play a role of the `` _ period _ '' of @xmath0 . but strictly speaking it is not a periodic function with respect to the integer variable @xmath7 as could be seen from ( [ rec5 ] ) .
the rest of the paper clarifies this hidden periodicity .
as we have mentioned above , @xmath0 gives a number of algebraic independent polynomial invariants of the @xmath7-degree for the group @xmath24 .
the situation becomes more transparent if we deal with the irreducible coxeter group where the degrees @xmath25 and the number of basic invariants @xmath4 are well known . | hundred years ago j.j.sylvester stated proved theorem restricted partition number @xmath0 positive integer @xmath7 @xmath4-tuple integers theorem number ways @xmath7 composed @xmath4 integers @xmath9 finite number @xmath10 @xmath11 over factors coefficient @xmath13 series expansion ascending powers @xmath14 @xmath15 less than @xmath11 prime @xmath0 number sets positive integer solutions @xmath17 equation @xmath18 @xmath0 equal to coefficient @xmath19 expansion generating function exponents @xmath9 become series integers @xmath21 number waves @xmath4 @xmath0 @xmath7 restricted partition number @xmath22 @xmath7 parts none exceeds @xmath4 definition @xmath0 polynomial invariant finite reflection groups @xmath23 molien function group @xmath24 @xmath25 degrees basic invariants @xmath4 number basic invariants @xmath0 gives number algebraic independent polynomial invariants @xmath7-degree group @xmath24.j.sylvester gave different names @xmath0 quotity denumerant undulant additant discarded somewide usage of @xmath0 partition number sylvester wave sylvester theorem powerful tool trivial @xmath4 finite asymptotic evaluations hardy - ramanujan formulas for unrestricted partition number @xmath26 progress in self - dual problem isotropic conductivity in three - component regular checkerboards @xmath4-component anisotropic cases algebraic equations with permutation invariance finite group @xmath24 permuting @xmath4 components @xmath24 subgroup of symmetric group @xmath2 coefficients equations algebraic independent polynomial invariants @xmath0 measures non - universality algebraic solution @xmath4-color plane groups proofs of sylvester theorem known cauchy@xmath27s theory of residues recursion relations @xmath0 provide combinatorial version of sylvester formula classical example elementary derivation shown by erd@xmath28s @xcite hardy - ramanujan formula elementary derivation of szekeres@xmath27 formula for @xmath0 recursion elaborated @xcite paper new derivation sylvester waves recursion relation @xmath0 prove lemma on parity properties sylvester wavespresent first ten sylvester waves @xmath29 symmetric groups @xmath2 coxeter groups appendix prove conjecture asymptotic behaviour least common multiple _ lcm(@xmath30 ) series natural numbers start recursion from syl3 @xmath31 inserting series expansions last equation arrive @xmath32 @xmath7 assumed real apply recursive procedure rec2 ] ) several times @xmath33 consider generic form @xmath34 @xmath35 @xmath36 independent positive integers choose @xmath37 relation rec3 ] ) reads @xmath38 rec4 ] return recursive @xmath39 to @xmath40 use @xmath36 @xmath41 divisor arbitrariness @xmath41 all exponents @xmath9 serve divisors @xmath36 @xmath36 least common multiple _ lcm exponents @xmath9 @xmath42 @xmath36 role period @xmath0 not periodic function integer variable @xmath7 rec5 paper clarifies hidden periodicity @xmath0 gives algebraic independent polynomial invariants @xmath7-degree group @xmath24 situation transparent irreducible coxeter group degrees @xmath25 basic invariants @xmath4 known | 0.18992 | 1,322 | 723 | , Saving $0.0 in GPT-4. |
172,439 | in this talk , we report our recent progresses on the @xmath0 photoproduction using the effective lagrangian approach . in addition to the tree - level born diagrams , we take into account the regge - trajectories for the possible strange - meson exchanges in the @xmath1 channel .
we compute the angular and energy dependences of the production process , including polarization observables , such as the photon - beam asymmetry and the polarization - transfer coefficients , resulting in good qualitative agreement with current experimental data .
we also compute the @xmath2-angle distribution function in the gottfried - jackson frame , using the polarization - transfer coefficients in the @xmath3 direction . | the photoproduction of hyperons off the nucleon target is important in hadron physics since it reveals the strangeness - related interaction structures of hadrons .
many experimental collaborations , such as clas at jafferson laboratory @xcite , leps at spring-8 @xcite , etc , have performed energetic research activities for the photoproductions . up to the resonance region
@xmath4 gev , a simple hadronic model including the tree - level diagrams has successfully explained the experimental data .
however , as energy increases , this simple model needs to be extended to accommodate the effects from the interactions at the quark level . to reach this goal , mesonic regge trajectories , corresponding to all the meson exchanges with the same quantum numbers but different spins in @xmath1 channel at tree level ,
were employed @xcite . in the present report
, we investigate the @xmath5 photoproduction off the proton target , @xmath6 , beyond the resonance region with the extended model including the original hadronic model and the interpolated regge contributions . as shown in ref .
@xcite , up to the resonance region , this production process is largely dominated by the contact - term contribution .
note that this interesting feature supported by the experiments @xcite is a consequence of gauge invariance in a certain description for spin-@xmath7 fermions .
for instance , according to it , 1 ) one can expect a significant difference in the production strengths .
we present the energy and angular dependences , photon - beam asymmetry , and polarization - transfer coefficients of the production process .
furthermore the @xmath2-angle distributions function , @xmath8 in the gottfried - jackson frame using the polarization transfer coefficients @xmath9 and @xmath10 are also computed . due to the limited volume for the conference proceeding
, we would like to focus on the @xmath2-angle distribution function here .
more detailed results for various physical observables can be found in refs .
@xcite .
one of our research focusses in the present report is the @xmath2-angle distribution function @xcite , which is the angle distribution of @xmath2 , decayed from @xmath11 ( @xmath12 ) , in the @xmath1-channel helicity frame , i.e. the gottfried - jackson frame @xcite . from this function ,
one can see which meson - exchange contribution dominates the production process . according to a simple spin statistics ,
the function becomes @xmath13 for @xmath11 in @xmath14 , whereas @xmath15 for @xmath11 in @xmath16 : @xmath17 where we have used a notation @xmath8 indicating the distribution function for convenience .
the coefficients @xmath18 and @xmath19 stand for the strength of each spin state of @xmath11 , satisfying the normalization @xmath20 .
now , we want to provide theoretical estimations on @xmath8 .
taking into account the outgoing kaon ( @xmath21 ) does carry zero spin , all the photon helicity will be transffered to @xmath11 through the exchanging particle in @xmath1-channel , hence , it is natural to think that the polarization - transfer coefficients in the @xmath3 direction should relate to the strength coefficients @xmath18 and @xmath19 .
hence , we can write @xmath18 and @xmath19 in terms of the polarization transfer coefficients @xmath9 and @xmath10 as follows : @xmath22 which satisfy the normalization condition . in other words
, @xmath18 denotes the strength that @xmath11 is in its @xmath14 state , and @xmath19 for @xmath16 similarly . in ( a ) of figure [ fig13 ] ,
we draw @xmath8 as a function of @xmath23 for @xmath24 gev , @xmath25 gev , and @xmath26 gev at @xmath27 and @xmath28 . as seen in the figure , in the backward - scatreing region represented by @xmath29 , the curves for @xmath8 are similar to each other @xmath30 . on the contrary
, they are different considerably for the forward - scattering region represented by @xmath27 , depending on @xmath31 .
the curves , which are proportional to @xmath13 or @xmath15 , are mixed , and the portion of each contribution depends on @xmath31 . in ( b ) , we compare the numerical result for @xmath32 gev at @xmath33 with the experimental data taken from ref .
@xcite for @xmath34 gev and @xmath35 .
we normalize the experimental data with the numerical result by matching them at @xmath36 approximately .
the theory and experiment are in a qualitative agreement , @xmath37 .
although we did not show explicitly , theoretical result for @xmath8 changes drastically around @xmath38 . at @xmath39 ,
the curve turns into @xmath40 .
similarly , we compare them in ( c ) and ( d ) for @xmath27 and @xmath28 , respectively , for @xmath24 gev with ref .
@xcite for @xmath41 gev and @xmath42 .
again , we normalized the experimental data to the numerical result for the backward - scattering region ( d ) as done above .
then , we used the same normalization for the forward - scattering region ( c ) .
as shown in ( c ) , the experiment and theory starts to deviate from each other beyond @xmath43 . in ref .
@xcite , it was argued that there can be a small destructive interference caused by the @xmath44-exchange contribution to explain the experimental data shown in ( c ) .
however , this is unlikely , since that of @xmath44 exchange only gives negligible effect on @xmath9 and @xmath10 @xcite .
hence , we consider the large deviation in ( c ) may come from the interference between @xmath11 and other hyperon contributions , which are not taken into account in the present work . as for the backward - scattering region
, @xmath8 shows a curve @xmath30 , and the experimental data behaves similarly .
although we have not considered the interference , for these specific angles , present theoretical estimations on @xmath18 are very similar to those given in ref .
@xcite . as a function of @xmath23 for @xmath24 gev , @xmath25 gev , and @xmath26 gev at @xmath27 and @xmath28 in ( a ) . in ( b ) , we compare the numerical result for @xmath24 gev and @xmath45 with the experimental data taken from ref . @xcite . similarly , we show the comparisons in ( c ) and ( d ) for @xmath27 and @xmath28 , respectively , with ref .
see the text for details.,width=604 ]
we have investigated the @xmath0 photorproduciton . using the tree - level born approximation plus the regge contributions
, we could reproduce the experimental data qualitatively very well .
the interpolation between the feynman and regge propagators turns out to be crucial to describe the wide energy - range data .
our theoretical estimations for the @xmath2-angle distribution function can be a useful guide for the future experiments .
although the nucleon resonance contributions seem negligible for relatively wide - angle regions , hyperon resonances may play an important role , since the backward scattering regions have not been reproduced well .
moreover , the asymmetric curve for the @xmath2-angle distribution at @xmath46 in the experimental data , being different from the numerical result , must be addressed carefully in the further studies .
related works will appear elsewhere .
the present report was prepared as a proceeding for the international concference baryons10 , @xmath47 december 2010 , osaka , japan .
the authors appreciate the hospitality during their attending the conference .
they are also grateful to a. hosaka , w. c. chang and h. -ch .
kim for fruitful discussions .
the works of s.i.n . and b.g.y .
were supported by the grant nrf-2010 - 0013279 from national research foundation ( nrf ) of korea .
s.i.n . was also partially supported by the grant nsc 96 - 2112-m-033 - 003-my3 from national science council ( nsc ) of taiwan .
the work of c.w.k . was supported by the grant nsc 99 - 2112-m-033 - 004-my3 from national science council ( nsc ) of taiwan .
99 j. w. c. mcnabb _ et al .
_ [ the clas collaboration ] , phys . rev .
c * 69 * , 042201 ( 2004 ) .
r. bradford _
[ clas collaboration ] , phys .
c * 73 * , 035202 ( 2006 ) .
r. bradford _
[ clas collaboration ] , phys .
c * 75 * , 035205 ( 2007 ) .
m. niiyama [ leps tpc collaboration ] , nucl .
a * 827 * , 261c ( 2009 ) .
h. kohri _ et al . _
[ leps collaboration ] , arxiv:0906.0197 [ hep - ex ] .
k. hicks _ et al . _
[ leps collaboration ] , phys .
. lett . * 102 * , 012501 ( 2009 ) .
n. muramatsu _ et al .
_ , phys .
lett . * 103 * , 012001 ( 2009 ) .
t. corthals , j. ryckebusch and t. van cauteren , phys .
c * 73 * , 045207 ( 2006 ) .
t. corthals , d. g. ireland , t. van cauteren and j. ryckebusch , phys .
c * 75 * , 045204 ( 2007 ) .
s. ozaki , h. nagahiro and a. hosaka , arxiv:0910.0384 [ hep ph ] .
s. i. nam , a. hosaka and h. -ch .
kim , phys .
d * 71 * , 114012 ( 2005 ) .
private communications with t. nakano for leps collaboration .
s. i. nam and c. w. kao , phys .
c * 81 * , 055206 ( 2010 ) s. i. nam , phys .
c * 81 * , 015201 ( 2010 ) d. p.
barber _ et al .
_ , z. phys .
c * 7 * , 17 ( 1980 ) .
k. schilling , p. seyboth and g. e. wolf , nucl .
b * 15 * , 397 ( 1970 ) [ erratum - ibid .
b * 18 * , 332 ( 1970 ) ] . | photoproduction of hyperons off nucleon target important in hadron physics reveals strangeness - interaction structures of experimental collaborations clas leps at spring-8 performed energetic research for photoproductions up to resonance region @xmath4 gev simple hadronic model tree - level diagrams explained experimental data as energy increases model needs effects interactions at quark level mesonic regge trajectories in @xmath1 channel at tree level employed @xcite present report investigate @xmath5 photoproduction off proton target beyond resonance region with extended model original hadronic model interpolated regge contributions production process dominated by contact - term contribution feature consequence of gauge invariance in spin-@xmath7 fermions significant difference in production strengths present energy and angular dependences photon - beam asymmetry polarization - transfer coefficients of production process @xmath2-angle distributions function gottfried - jackson frame polarization transfer coefficients @xmath9 and @xmath10 computed focus on @xmath2-angle distribution function detailed results for observables in refs . @xcite research @xmath2-angle distribution function @xcite @xmath2 decayed from @xmath11 in @xmath1-channel helicity frame meson - exchange contribution dominates production process function becomes @xmath13 for @xmath11 in @xmath14 @xmath15 for in @xmath16 @xmath17 notation @xmath8 coefficients @xmath18 and @xmath19 for strength of each spin state of @xmath11 satisfying normalization @xmath20 theoretical estimations on @xmath8 outgoing kaon @xmath21 zero spin photon helicity transffered to @xmath11 through exchanging particle @xmath1-channel polarization - transfer coefficients in @xmath3 direction relate to strength coefficients @xmath18 and @xmath19 @xmath18 @xmath19 polarization transfer coefficients @xmath22 normalization condition @xmath18 denotes strength @xmath11 in @xmath14 state @xmath19 for @xmath16 @xmath8 function of @xmath23 for @xmath24 @xmath25 @xmath26 gev at @xmath27 and @xmath28 figure backward - scatreing region by @xmath29 curves for @xmath8 similar @xmath30 different for forward - scattering region @xmath27 depending on @xmath31 curves proportional to @xmath13 or @xmath15 mixed contribution depends on @xmath31 compare numerical result @xmath32 at @xmath33 with experimental data @xcite @xmath34 @xmath35 normalize data at @xmath36 theory and experiment qualitative agreement @xmath37 theoretical result for @xmath8 changes around @xmath38 at @xmath39 curve turns into @xmath40 compare c ) and d ) @xmath27 and @xmath28 @xmath24 gev with @xcite for @xmath41 @xmath42 normalized experimental data to numerical result for backward - scattering region d ) used same normalization for forward - scattering region c ) experiment and theory deviate beyond @xmath43 argued small destructive interference by @xmath44-exchange contribution data unlikely @xmath44 exchange negligible effect on @xmath9 and @xmath10large deviation in ( c ) from interference between @xmath11 hyperon contributions not present work backward - scattering region @xmath8 shows curve @xmath30 experimental data not interference theoretical estimations on @xmath18 similar to ref @xcite function of @xmath23 @xmath24 at @xmath27 @xmath28 compare numerical result for @xmath24 @xmath45 with experimental data @xcite comparisons in ( c ) ( d ) for @xmath27 @xmath28 investigated @xmath0 photorproduciton tree - level born approximation regge contributions reproduce experimental data qualitatively well interpolation between feynman regge propagators crucial wide energy - range data theoretical estimations for @xmath2-angle distribution function for future experiments nucleon resonance contributions negligible for wide - angle regions hyperon resonances may important backward scattering regions not reproduced asymmetric curve for @xmath2-angle distribution at @xmath46 data different from numerical result further studies related works present report for international concference baryons10 @xmath47 december 2010 osaka japanauthors appreciate hospitality conference grateful to hosaka chang kim discussions works s.i.n b.g.y . supported grant nrf-2010 - 0013279 national foundation korea s.i.n . partially supported grant nsc 96 - 2112-m-033 - 003-my3 national science council taiwan c.w.k . supported grant 99 - 2112-m-033 - 004-my3 mcnabb collaboration phys . rev c * 69 *, 042201 ( 2004 ) bradford phys . c * 73 * 035202 ( 2006 ) c 75 * 035205 ( 2007 ) niiyama collaboration nucl * 827 * 261c ( 2009 ) h kohri leps collaboration arxiv:0906.0197 k hicks collaboration . lett 102 * 012501 ( 2009 ) muramatsu phys . lett * 103 * 012001 ( 2009 ) t. corthals j. ryckebusch t. van cauteren phys . c * 73 * 045207 ( 2006 ) corthals ireland cauteren ryckebusch phys75 * 045204 2007 ) s ozaki nagahiro a. hosaka arxiv:0910.0384 s i. nam hosaka kim phys d 71 114012 ( 2005 ) private communications t nakano leps collaboration s i. nam w kao phys 81 055206 ( 2010 nam 81 015201 ( 2010 barber 7 * 17 ( 1980 ) schilling p seyboth g e. wolf b 15 * 397 ( 1970 ) b 18 * 332 ( 1970 ) | 0.357498 | 2,457 | 1,264 | , Saving $0.1 in GPT-4. |
172,444 | we study the puzzling vector meson x(2175 ) in a multichannel generalisation of the resonance - spectrum - expansion model . besides the usual @xmath0-wave pseudoscalar
pseudoscalar , pseudoscalar vector , and vector vector channels that couple to mesons with vector quantum numbers , we also include the important @xmath1-wave vector scalar , pseudoscalar axial - vector and vector axial - vector channels , including the observed @xmath2 decay mode .
the strong coupling to nearby @xmath1-wave channels originates dynamically generated poles , two of which come out close to the energy region of the @xmath3 , viz . at @xmath4 gev and @xmath5 gev .
further improvements are proposed . | the @xmath3 was first observed by babar @xcite in the process @xmath6 , and identified as a @xmath7 resonance , with @xmath8 gev and @xmath9 mev .
this state was then confirmed by bes and denoted @xmath10 @xcite , from the decay @xmath11 , with @xmath12 gev and @xmath13 mev .
it is now included in the pdg particle listings @xcite as the @xmath14 . on the theoretical side ,
the @xmath3 has been descibed as a three - meson resonance in a faddeev calculation for the @xmath15 system @xcite , obtaining a narrow peak around 2150 mev , about @xmath16 mev wide .
earlier , a conventional resonance - chiral - perturbation - theory calculation @xcite failed to produce such a peak , which led to the former 3-body model .
other approaches include qcd - sum - rule calculations for a tetraquark state @xcite , and a perturbative multichannel analysis to distinguish between a strangeonium hybrid and a normal @xmath17 @xmath18 state @xcite .
in the present study of the @xmath3 , we use the resonance - spectrum - expansion ( rse ) model @xcite to unitarise a normal @xmath18 spectrum . in the rse approach ,
non - exotic mesons are described as regular quark - antiquark states , but non - perturbatively dressed with meson - meson components .
an important feature is the inclusion of a complete @xmath19 confinement spectrum in the intermediate state @xcite , resulting for the multichannel case in an effective meson - meson potential @xmath20 where @xmath21 is an overall coupling constant , @xmath22 a parameter mimicking the average string - breaking distance , @xmath23 a spherical bessel function , @xmath24 and @xmath25 the relativistically defined relative momenta of initial channel @xmath26 and final channel @xmath27 , respectively , @xmath28 the coupling of channel @xmath26 to the @xmath29-th @xmath19 recurrence , and @xmath30 the discrete energy of the latter confinement state .
note that the couplings @xmath28 , evaluated on a harmonic - oscillator ( ho ) basis for the @xmath31 model @xcite , decrease very rapidly for increasing @xmath29 , so that practical convergence is achieved with the first 20 terms in the infinite sum .
moreover , the separable form of the effective potential ( [ veff ] ) allows the solution of the ( relativistic ) lippmann - schwinger equation in closed form . in the present first study
, we restrict ourselves to the @xmath32 channel for the @xmath19 system .
moreover , we assume ideal mixing , so that only @xmath18 states are considered . for the confinement mechanism
, we take an ho potential . this choice is not strictly necessary , as eq .
( [ veff ] ) allows for any confinement spectrum , but the ho has shown to work fine in practically all phenomenological applications .
the flavour - dependent ho spectrum reads @xmath33 the parameter values @xmath34 mev and @xmath35 mev are kept unchanged with respect to all previous work ( see e.g. ref .
@xcite ) . in table
[ hos ] , we list some of the eigenvalues given by eq .
( [ ho ] ) . as for the decay sector that couples to @xmath36 @xmath37 states
, we take all pseudoscalar pseudoscalar ( pp ) , pseudoscalar vector ( pv ) , and vector vector ( vv ) channels , which are in @xmath0-waves , as well as all vector scalar ( vs ) , pseudoscalar axial - vector ( pa ) , and vector axial - vector ( va ) channels , being in @xmath1-waves .
these 15 channels are listed in table [ mm ] , including the observed @xcite @xmath38 mode , with the respective orbital angular momenta , spins , and thresholds .
.ho eigenvalues ( [ ho ] ) in gev , for @xmath34 mev , @xmath35 mev , @xmath39 . [ cols="^,^",options="header " , ] having the exact @xmath40-matrix at our disposal , we can easily compute observables , too , like cross sections and phase shifts . although this is not of great importance here , in view of the rather tentative pole positions above 2 gev , we show in fig .
[ traj2cross3 ] , right - hand plot , the @xmath1-wave @xmath41 cross section , just as an illustration . the pole at @xmath42 gev is clearly visible here , in contrast with the @xmath38 channel .
inclusion of the @xmath43 states turns out to significantly improve the description , both for the pole positions and for the @xmath38 cross section @xcite , in line with experiment .
we have shown that coupling a spectrum of confined @xmath18 states to all @xmath1-wave and @xmath0-wave two - meson channels composed of light mesons allows to generate dynamical resonances above 2 gev , besides roughly reproducing the mass and the width of the @xmath44 .
this may provide a framework to understand the puzzling @xmath3 meson , owing to the large and non - linear coupled - channel effects , especially from the @xmath1-wave channels .
inclusion of the @xmath43 @xmath18 states will then account for a more realistic modelling , as confirmed by preliminary results @xcite .
further improvements may be considered as well , such as deviations from ideal mixing , smearing out resonances in the final state , and more general transition potentials .
we thank the organisers for an inspiring and pleasant workshop .
we are also indebted to k. khemchandani for very useful discussions .
this work was supported in part by the _ fundao para a cincia e a tecnologia _ of the _ ministrio da cincia , tecnologia e ensino superior _ of portugal , under contract cern / fp/83502/2008 .
b. aubert _ et al . _ [ babar collaboration ] , phys .
d * 74 * ( 2006 ) 091103 .
m. ablikim _ et al . _
[ bes collaboration ] , phys .
* 100 * ( 2008 ) 102003 . c. amsler
_ et al . _
[ particle data group ] , phys .
b * 667 * ( 2008 ) 1 .
a. martinez torres , k. p. khemchandani , l. s. geng , m. napsuciale and e. oset , phys . rev .
d * 78 * ( 2008 ) 074031 .
m. napsuciale , e. oset , k. sasaki and c. a. vaquera - araujo , phys .
d * 76 * ( 2007 ) 074012 .
z. g. wang , nucl .
a * 791 * ( 2007 ) 106 ; h. x. chen , x. liu , a. hosaka and s. l. zhu , phys . rev .
d * 78 * ( 2008 ) 034012 .
g. j. ding and m. l. yan , phys .
b * 657 * ( 2007 ) 49 .
e. van beveren and g. rupp , int . j. theor .
group theor .
* 11 * ( 2006 ) 179 .
e. van beveren and g. rupp , annals phys .
, in press , doi 10.1016/ j.aop.2009.03.013 [ arxiv:0809.1149 [ hep - ph ] ] .
e. van beveren , z. phys .
c * 21 * ( 1984 ) 291 .
e. van beveren , g. rupp , t. a. rijken and c. dullemond , phys .
d * 27 * ( 1983 ) 1527 .
s. coito , e. van beveren and g. rupp , in preparation . | @xmath3 observed by babar identified as @xmath7 resonance @xmath8 gev mev confirmed by bes @xmath10 gev mev now included in pdg particle listings as @xmath14 @xmath3 three - meson resonance faddeev calculation @xmath15 system narrow peak around 2150 mev @xmath16 mev wide conventional resonance - - perturbation theory calculation failed peak led to former 3-body model approaches include qcd - sum - rule calculations tetraquark state perturbative multichannel analysis strangeonium hybrid normal @xmath17 state study resonance - spectrum - expansion model unitarise normal @xmath18 spectrum non - exotic mesons regular quark - antiquark states non - perturbatively dressed with meson - componentsimportant feature inclusion complete @xmath19 confinement spectrum in intermediate state @xcite multichannel effective meson - meson potential @xmath20 @xmath21 coupling constant @xmath22 parameter average string - breaking distance @xmath23 spherical bessel function @xmath24 @xmath25 relative momenta of initial @xmath26 final channel @xmath27 @xmath28 coupling channel to @xmath29-th @xmath19 recurrence @xmath30 discrete energy of latter confinement state couplings @xmath28 decrease rapidly increasing @xmath29 convergence achieved with first 20 terms infinite sum separable form effective potential veff allows solution lippmann - schwinger equation closed form restrict to @xmath32 channel for @xmath19 system assume ideal mixing only @xmath18 states considered for confinement mechanism ho potential not necessary allows any confinement spectrum ho all applications flavour - dependent ho spectrum reads @xmath33 parameter values @xmath34 @xmath35 mev unchanged previous work table [ eigenvalues by eq . ( ho ) decay sector couples to @xmath36 @xmath37 states take pseudoscalar pp vector pv ( vv ) channels in @xmath0-waves vector scalar vs ) pseudoscalar axial - vector pa - vector ( va ) channels in @xmath1-waves 15 channels listed in table [ mm ] including observed @xcite @xmath38 mode orbital angular momenta spins thresholds.ho eigenvalues in gev for @xmath34 @xmath35 mev @xmath39 exact @xmath40-matrix compute observables like cross sections phase shifts pole positions above 2 gev show in fig . @xmath1-wave @xmath41 cross section pole at @xmath42 gev visible contrast with @xmath38 channel inclusion of @xmath43 states description pole positions @xmath38 cross section @xcite coupling spectrum confined @xmath18 states to @xmath1-wave @xmath0-wave two - meson channels dynamical resonances above 2 gev reproducing mass width of @xmath44 .framework understand puzzling @xmath3 meson large non - linear coupled - channel effects @xmath1-wave channels inclusion @xmath43 @xmath18 states realistic modelling confirmed preliminary results improvements considered deviations ideal mixing smearing resonances final state transition potentials thank organisers inspiring workshop indebted k. khemchandani useful discussions work supported fundao cincia tecnologia ministrio cincia tecnologia ensino superior portugal contract cern / fp/83502/2008 aubert et al . collaboration phys . d 74 * 2006 ) 091103 ablikim collaboration . 100 * 2008 ) 102003 amsler particle data group . 667 * 2008 ) 1 martinez torres . khemchandani l s. geng m. napsuciale e. oset phys . 78 * 2008 ) 074031 napsuciale oset sasaki vaquera - araujo phys 76 * 2007 ) 074012 wang 791 2007 ) 106 chen liu hosaka l zhu phys 78 * 2008 ) 034012 j. ding l. yan phys 657 2007 ) 49 van beveren g rupp int j theor 11 2006 ) 179 van beveren rupp annals phys . press doi 10.1016 j.aop.2009.03.013 arxiv:0809.1149 van beveren phys 21 1984 ) 291 van beveren g rupp t rijken dullemond 27 1983 ) 1527 coito van beveren g rupp preparation | 0.313239 | 1,882 | 951 | , Saving $0.1 in GPT-4. |
172,451 | searches for planets around evolved g - k subgiant and giant stars are essential for developing general understanding of planet formation and evolution of the planetary systems . precise radial velocity ( rv ) measurements of giants have lead to the discovery of ten planets around such star .
however , the long period radial velocity variations of red giants may also have other than planetary nature .
non - radial oscillations or rotational modulation due to starspots can also induce rv variations , thereby mimicking the gravitational influence of low - mass companions . in this work we present bisector analysis of five carefully selected lines for two stars from our survey .
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ grzegorz nowak@xmath0 and andrzej niedzielski@xmath1 _ @xmath0torun centre for astronomy , nicolaus copernicus university , _
ul .
gagarina 11 , 87 - 100 torun , poland _ @xmath2department of astronomy and astrophysics , pennsylvania state _ university , 525 davey laboratory , university park , pa 16802 _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ | changes in line shapes arising from stellar atmospheric motion or from light contamination from unseen stellar companion can mimic small radial velocity variations at the spectral resolution 50,000 - 70,000 typically utilized for planet searches .
therefore it is important ( especially in case of giant stars ) to investigate whether the observed radial velocity curve are caused by a shift of the spectral lines as a whole or by a change in the symmetry of the spectral lines .
the observational material and reduction are described in niedzielski & wolszczan ( this volume ) .
a basic tool to study the origin of rv variations derived on stellar spectra is the analysis of the shapes of spectral lines via line bisectors @xcite .
we used for bisector analysis lines with wavelengths longer than 6600 where the iodine cell has negligible spectrum .
we computed line bisectors for 5 strong , unblended spectral features of a moderate intensity , which were located close to the center of echelle orders : cr i 6630.03 , ni i 6646.38 , ca i 6717.70 , fe i 6750.20 , and ni i 6767.84 .
all these lines show well defined bisectors .
the changes in the spectral line bisector were quantified using the bisector velocity span ( @xmath3 ) , which is simply the velocity difference between upper and lower point of the line bisector ( @xmath4 ) and bisector curvature ( @xmath5 ) which is the difference of the velocity span of the upper half of the bisector and the lower half ( @xmath6 ) .
it is important to examine both @xmath3 and @xmath5 because it is possible for a star to show variations in one of these quantities only . in choosing the span points
, it is important to avoid the wings and cores of the spectral line where the error of the bisector measurements are large . for our span measurements we chose @xmath7 , @xmath8 , and @xmath9 in the term of the line depth at the line core . using the bisector measurements of all 5 spectral lines we compute an average velocity span and curvature after subtracting the mean value for each spectral line . in figure [ 37and18 ]
we present mean bisector velocity span ( mbvs ) , mean bisector curvature ( mbc ) for psu - tcfa 37 ( left panel ) and psu - tcfa 18 ( right panel ) as a function radial velocity ( rv ) .
uncertainties in the derived values of the mbvs and mbc were estimated as standard deviations of the mean .
the correlation coefficients were find to be r = 0.22 @xmath10 0.05 for mbvs and r = -0.44 @xmath10 0.08 for mbc for psu - tcfa 37 and r = 0.32 @xmath10 0.10 for mbvs and r = 0.07 @xmath10 0.02 for psu - tcfa 18 .
it is clear that they are not correlated with radial velocities what supports the planetary mass companion hypothesis .
we thank the het resident astronomers and telescope operators for cooperation .
we acknowledge the financial support from the mnisw through grant 1p03d 007 30 .
gn is a recipient of a graduate stipend of the chairman of the polish academy of sciences . | changes in line shapes from stellar atmospheric motion or light contamination mimic radial velocity variations at resolution 50,000 - 70,000 for important to investigate radial velocity curve caused by shift spectral lines or symmetry observational material reduction described in niedzielski & wolszczan basic tool rv variations analysis of shapes spectral lines via line bisectors @xcite used lines with wavelengths longer than 6600 iodine cell negligible spectrum computed line bisectors for 5 strong unblended spectral features moderate intensity close to center echelle orders cr i 6630.03 ni i 6646.38 ca i 6717.70 fe i 6750.20 ni i 6767.84 lines show well defined bisectors changes in spectral line bisector quantified using bisector velocity span ( @xmath3 ) difference between upper lower line bisector and bisector curvature important to examine both @xmath3 and @xmath5 possible star to show variations in one span points avoid wings cores line where error large for chose @xmath7 @xmath8 @xmath9 line depth at corebisector measurements 5 spectral lines compute average velocity curvature subtracting mean value figure 37and18 mean bisector velocity span mbvs curvature mbc psu - tcfa 37 18 function radial velocity rv uncertainties mbvs mbc estimated standard deviations mean correlation coefficients r = 0.22 @xmath10 0.05 mbvs r = -0.44 0.08 mbc psu - 37 r = 0.32 0.10 mbvs 0.07 0.02 18 not correlated with radial velocities planetary mass companion hypothesis thank resident astronomers telescope operators cooperation acknowledge financial support mnisw grant 1p03d 007 30 recipient graduate stipend chairman polish academy sciences | 0.135107 | 716 | 373 | , Saving $0.0 in GPT-4. |
172,455 | jarosite family compounds , kfe@xmath0(oh)@xmath1(so@xmath2)@xmath3 , ( abbreviate fe jarosite ) , and kcr@xmath0(oh)@xmath1(so@xmath2)@xmath3 , ( cr jarosite ) , are typical examples of the heisenberg antiferromagnet on the kagom lattice and have been investigated by means of magnetization and nmr experiments .
the susceptibility of cr jarosite deviates from curie - weiss law due to the short - range spin correlation below about @xmath4 and shows the magnetic transition at @xmath5 , while fe jarosite has the transition at @xmath6 .
the susceptibility data fit well with the calculated one on the high temperature expansion for the heisenberg antiferromagnet on the kagom lattice .
the values of exchange interaction of cr jarosite and fe jarosite are derived to be @xmath7 and @xmath8 , respectively .
the @xmath9h - nmr spectra of fe jarosite suggest that the ordered spin structure is the @xmath10 type with positive chirality of the 120@xmath11 configuration .
the transition is caused by a weak single - ion type anisotropy .
the spin - lattice relaxation rate , @xmath12 , of fe jarosite in the ordered phase decreases sharply with lowering the temperature and can be well explained by the two - magnon process of spin wave with the anisotropy . | the antiferromagnets on the kagom lattice have frustration due to the competition of the antiferromagnetic interactions between neighboring spins .
the antiferromagnets on the triangular lattice also have been well known as the frustration systems .
while the triangular lattice has 6 nearest neighbors and the adjacent triangles on the triangular lattice share one side , or 2 lattice points , in common , the kagom lattice has only 4 nearest neighbors and the adjacent triangles on the kagom lattice share only one lattice point in common .
thus the spins on the kagom lattice suffer smaller restriction from neighboring spins than the spins on the triangular lattice .
the heisenberg antiferromagnet on the kagom lattice exhibits infinite and continuous degeneracy of the ground state .
theoretically the two - dimensional isotropic heisenberg kagom lattice antiferromagnet have no magnetic phase transition at finite temperature .
the thermal or the quantum fluctuation , however , resolves the degeneracy of the ground state @xcite .
this effect induces the coplanar spin arrangement and two nel states have been discussed as candidates for the spin structure at zero temperature .
one is a @xmath13 type and the other is a @xmath14 type of the 120@xmath15 structure .
theoretical studies suggest that the latter is favored slightly @xcite .
when a weak ising - like anisotropy is introduced into the hisenberg kagom lattice antiferromagnet , the system has the magnetic phase transition at finite temperature and has a peculiar spin structure @xcite .
small perturbation , anisotropy or distortion may resolve the degeneracy of frustrated systems and cause the phase transition .
the jarosite family compounds , kcr@xmath0(oh)@xmath1(so@xmath2)@xmath3 and kfe@xmath0(oh)@xmath1(so@xmath2)@xmath3 are examples of the heisenberg kagom lattice antiferromagnets @xcite .
we have investigated these powder samples by the measurements of magnetization and the @xmath9h nuclear magnetic resonance experiments to clarify the magnetic transition and the spin fluctuation in the heisenberg kagom lattice antiferromagnet @xcite . the magnetic ions cr@xmath16 and fe@xmath16 have spins 3/2 and 5/2 , respectively .
the ions form the kagom lattice on the @xmath17-plane and interact antiferromagnetically with each other .
the protons observed by nmr locate nearly on the kagom planes .
adjacent kagom planes are separated by nonmagnetic ions , s , o , h and k with the long interaction paths , so that the interplane magnetic interaction is very weak .
the magnetization was measured using a squid magnetometer in the temperature range between @xmath18 and @xmath19 .
figures [ mnfig1 ] and [ mnfig2 ] show the susceptibility of fe jarosite and cr jarosite , respectively .
the susceptibility of fe jarosite has the cusp at @xmath20 } } = 65\,{\rm k}$ ] , while the susceptibility of cr jarosite increases abruptly below @xmath21 .
the susceptibility for the heisenberg kagom lattice antiferromagnet has been calculated by the high temperature expansion up to the 8th order and the result is extended to the lower temperature by the pad [ 4,4 ] approximants @xcite .
figure [ mnfig3 ] shows the comparison between the experimental and theoretical inverse susceptibility for cr jarosite .
the experimental values deviate clearly from the curie - weiss law below about @xmath22 and fit very well with the calculated curves above @xmath23 .
the values of the exchange interaction for cr jarosite and fe jarosite are derived to be @xmath24 and @xmath25 , respectively .
the theoretical susceptibility deviates remarkably from curie - weiss law below about @xmath26 due to the development of short - range spin correlation . for fe
jarosite the value of @xmath26 is about @xmath27 , that is far away from the experimental temperature region . for the other kagom lattice antiferromagnet
srcr@xmath28ga@xmath29o@xmath30 the value is about @xmath31 and is also large @xcite .
the value for cr jarosite is about @xmath22 , that is in the experimental temperature region .
thus cr jarosite is a good example to show the deviation from the curie - weiss law owing to the small @xmath32 and @xmath33 values .
the @xmath9h - nmr spectrum of fe jarosite has a sharp peak in the paramagnetic phase , while the spectrum below @xmath34 becomes to be broader and shows typical pattern for the powder antiferromagnets @xcite .
this transition temperature coincides with the susceptibility data and the spectrum indicates the antiferromagnetic ordering .
the spin - lattice relaxation rates , @xmath12 , of @xmath9h in fe jarosite is shown in fig .
[ mnfig4 ] .
the rate @xmath12 in the paramagnetic phase slightly increases as temperature approaches to @xmath35}}$ ] .
the rate in the ordered phase decreases sharply as temperature is lowered .
the nmr spectrum for cr jarosite has a sharp peak in the paramagnetic phase , while the half width increases below @xmath21 .
the rate @xmath12 for cr jarosite is almost independent of the temperature in paramagnetic phase , however , it decreases below @xmath21 as temperature is lowered .
the nmr spectrum of fe jarosite indicates that all protons feel same magnitude of internal dipolar field from fe@xmath16 spins .
this suggests that the ordered spin structure is the @xmath10 type of the @xmath36 configuration with positive chirality .
if there existed the magnetic alignment with negative chirality , two kinds of proton sites with different magnitude of the internal field must exist .
the neutron diffraction experiments confirmed this magnetic structure and revealed that the spins direct to or from the center of triangle on the kagom lattice @xcite .
this spin structure is considered to be caused by the single - ion type anisotropy of magnetic ions .
each magnetic ion is surrounded by an octahedron composed of six oxygens , whose principal axis cants about @xmath37 from the @xmath17-axis towards the center of a triangle and the octahedron deforms slightly .
the deformation and the canting of the octahedron must cause the single - ion anisotropy .
the spin system can be expressed as , @xmath38 where the local coordinate @xmath39 for each ion is determined by the relation with each surrounding octahedron , @xmath40 and @xmath41 . in the case of @xmath42
the spin structure with the minimum energy for the system is the @xmath43 type with the positive chirality and the spins direct to or from the center of the triangle on the kagom lattice .
this means that the system corresponds effectively to the two - dimensional ising antiferromagnet , which has the magnetic phase transition at finite temperature @xcite .
the ordering in the plane would induce the three - dimensional ordering due to the infinitesimal interplane interaction .
the relaxation rate in the ordered phase can be analyzed by the two - magnon process of the spin wave in the heisenberg kagom lattice antiferromagnet .
the relaxation rate by the two - magnon process is expressed as @xcite , @xmath44 where @xmath45 is the geometrical factor of the dipolar interaction , @xmath46 is the maximum frequency , @xmath47 is the energy gap and @xmath48 is the state density of magnons .
the dispersion relation of magnons in the system of @xmath10 type spin structure has been obtained by harris et al .
we adapt their method for fe jarosite by introducing the anisotropy .
the dispersion curves have the energy gaps due to the anisotropy and the lowest energy gap is given as , @xmath49 applying the long wave approximation for the dispersion relation , the relaxation rate is given as @xcite , @xmath50 where @xmath51 and @xmath52 .
we calculated the temperature dependence of @xmath12 and the calculated values are shown in fig .
[ mnfig4 ] by the solid curve .
the agreement between the experimental data and the calculated values is fairly well and we get the value of energy gap to be @xmath53 .
the values of @xmath54 and @xmath55 are estimated by using eq .
( [ eqed ] ) and ( [ eqdc ] ) as , @xmath56 as is seen in fig
. [ mnfig2 ] , the susceptibility for cr jarosite increases sharply below @xmath21 .
below this temperature the difference between the susceptibility measured after the zero - field cooling ( zfc ) and that measured after the field cooling ( fc ) was observed .
the same behavior has been reported by a. keren _
et al_. @xcite .
the magnetization curve was measured at 2.0 k to clarify this anomaly and is shown in fig .
[ mnfig5 ] .
there we find a small hysteresis loop , which suggests the existence of weak ferromagnetic moments .
the difference in the susceptibility between zfc and fc comes from the hysteresis loop below @xmath21 . by our neutron diffraction experiment for cr jarosite
the long - range ordering has been observed below @xmath21 .
et al_. have also reported the weak long range antiferromagnetic ordering observed by the neutron experiments @xcite .
we conclude that the transition of cr jarosite at @xmath21 is not a spin glass like but magnetic one .
the weak ferromagnetic moment is considered to be caused by the canting of the @xmath36 arrangement perpendicular to the @xmath17-plane due to the anisotropy . on the other hand , the ferromagnetic moment was not observed for fe jarosite .
these results can be explained by the antiparallel stacking of the net moments on the @xmath17-plane for fe jarosite and parallel stacking of the net moments for cr jarosite .
this is consistent with the result from the neutron experiments that the magnetic unit cell in cr jarosite is equal to the chemical unit cell , while that in fe jarosite is double the chemical unit cell along the @xmath17-axis .
in summary we have investigated the kagom lattice antiferromagnets kfe@xmath0(oh)@xmath1(so@xmath2)@xmath3 and kcr@xmath0(oh)@xmath1(so@xmath2)@xmath3 by means of the magnetization , nmr and neutron experiments .
the susceptibility data of these samples are well fitted with the susceptibility calculated by the high temperature expansion for the two - dimensional heisenberg kagom lattice antiferromagnet .
long range magnetic ordering occurs at 65 k for kfe@xmath0(oh)@xmath1(so@xmath2)@xmath3 .
the spin structure in the ordered phase is the @xmath36 structure with @xmath57 , + 1 chirality and the direction being to or from the center of the triangle .
the order is caused by the single - ion - type anisotropy @xmath58 .
this system corresponds effectively to the two - dimensional ising system , which has the two - dimensional ordering .
the fluctuation in the ordered phase is caused by the spin wave .
the nuclear spin - lattice relaxation is governed by the two - magnon process . for
kcr@xmath0(oh)@xmath1(so@xmath2)@xmath3 magnetic transition occurs at 4.2 k. the transition is not spin - glass one but the magnetic ordering .
the weak ferromagnetic moments are observed .
this comes from the canted @xmath36 spin structure , and all net moments in the planes are parallel to the @xmath17-axis .
j. n. reimers and a. j. berlinsky , phys .
b * 48 , * 9539 ( 1993 ) .
a. chubukov , phys .
* 69 , * 832 ( 1992 ) .
a. kuroda and s. miyashita , j. phys .
* 64 , * 4509 ( 1995 ) .
m. takano , t. shinjo , and t. takada , j. phys .
jpn . * 30 , * 1049 ( 1971 ) .
m. g. townsend , g. longworth , and e. roudaut , phys .
b * 33 , * 4919 ( 1986 ) .
s. maegawa , m. nishiyama , n. tanaka , a. oyamada , and m. takano , j. phys .
soc . jpn .
* 65 , * 2776 ( 1996 ) .
a. b. harris , c. kallin , and a. j. berlinsky , phys .
b * 45 , * 2899 ( 1992 ) .
g. aeppli , c. broholm , a. ramirez , g. p. espinosa , and a. s. cooper , j. magn .
magn . mater .
* 90&91 , * 255 ( 1990 ) .
y. yamada and a. sakata , j. phys .
* 55 , * 1751 ( 1986 ) .
t. inami , m. nishiyama , s. maegawa , and y.oka , phys .
b * 61 , * 12181 ( 2000 ) .
t. moriya , prog .
theor . phys .
* 16 , * 23 ( 1956 ) .
s. maegawa , phys .
b * 51 , * 15979 ( 1995 )
. a. keren , k. kojima , l. p. le , g. m. luke , w. d. wu , y. j. uemura , m. takano , h. dabkowska , and m. j. p. gingras , phys .
b * 53 , * 6451 ( 1996 ) . s. -h . lie , c. broholm , m. f. collins , l. heller , a. p. ramirez ch .
kloc , e. bucher , r. w. erwin , and n. lacevic , phys .
b * 56 , * 8091 ( 1997 ) . | antiferromagnets on kagom lattice frustration due to competition between spins antiferromagnets triangular lattice known as frustration systems triangular lattice has 6 neighbors triangles share lattice points kagom lattice 4 neighbors one lattice point spins suffer smaller restriction from spins heisenberg antiferromagnet exhibits infinite continuous degeneracy ground state two - isotropic heisenberg antiferromagnet no magnetic phase transition at finite temperature thermal quantum fluctuation resolves degeneracy state @xcite induces coplanar spin arrangement two states candidates for spin structure at zero temperature @xmath13 @xmath14 type suggest latter favored slightly @xcite weak ising - like anisotropy introduced into kagom lattice antiferromagnet system magnetic phase transition at finite temperature peculiar spin structure small perturbation anisotropy distortion may resolve degeneracy cause phase transition jarosite family compounds kcr@xmath0)@xmath1@xmath3 kfe@xmath0 are examples of heisenberg kagom lattice antiferromagnets @xciteinvestigated powder samples magnetization @xmath9h nuclear magnetic resonance experiments magnetic transition spin fluctuation heisenberg kagom lattice antiferromagnet @xcite magnetic ions cr@xmath16 fe@xmath16 have spins 3/2 5/2 form kagom lattice @xmath17-plane interact antiferromagnetically protons nmr on kagom planes adjacent planes separated by nonmagnetic ions interplane magnetic interaction weak magnetization measured squid magnetometer temperature between @xmath18 @xmath19 figures show susceptibility fe cr jarosite fe jarosite cusp at @xmath20 65 cr jarosite increases below @xmath21 susceptibility calculated high temperature expansion 8th order extended lower temperature 4,4 ] approximants @xcite experimental theoretical inverse susceptibility for cr jarosite experimental values deviate from curie - weiss law below @xmath22 fit calculated curves above @xmath23 values exchange interaction cr fe jarosite derived @xmath24 @xmath25 theoretical susceptibility deviates from curie - weiss law below @xmath26 short - range spin correlationfe jarosite value @xmath26 @xmath27 far experimental temperature region other lattice antiferromagnet@xmath28ga value about @xmath31 large @xcite cr jarosite @xmath22 experimental temperature region cr jarosite deviation curie - weiss law small @xmath32 @xmath33 values @xmath9h - nmr spectrum peak paramagnetic phase spectrum below @xmath34 broader pattern powder antiferromagnets transition temperature coincides susceptibility data spectrum indicates antiferromagnetic ordering spin - lattice relaxation rates @xmath12 @xmath9h fe jarosite shown fig rate @xmath12 paramagnetic phase increases temperature @xmath35}} rate ordered phase decreases temperature nmr spectrum cr jarosite peak paramagnetic phase half width increases below @xmath21 rate @xmath12 independent temperature decreases below @xmath21 temperature lowered spectrum protons feel same magnitude internal dipolar field fe@xmath16 spins ordered spin structure @xmath10 type @xmath36 configuration positive chirality magnetic alignment negative chirality two proton sites different magnitude internal field existneutron diffraction experiments confirmed magnetic structure spins to from center triangle on kagom lattice caused by single - ion anisotropy of magnetic ions each ion surrounded by octahedron six axis cants from-axis towards center triangle octahedron deforms deformation single - ion anisotropy spin system expressed as @xmath38 local coordinate @xmath39 ion determined by relation with surrounding octahedron @xmath42 spin structure minimum energy @xmath43 type positive chirality spins direct to from center triangle lattice system corresponds to two - dimensional ising antiferromagnet magnetic phase transition at finite temperature ordering in plane three - dimensional ordering infinitesimal interplane interaction relaxation rate in ordered phase analyzed by two - magnon process spin wave kagom lattice antiferromagnet expressed as @xmath44 geometrical factor of dipolar interaction maximum frequency energy gap state density of magnons dispersion relation of magnons in @xmath10 type spin structure obtained by harris et al method introducing anisotropydispersion curves energy gaps due to anisotropy lowest energy gap @xmath49 relaxation rate @xcite @xmath50 @xmath51 @xmath52 calculated temperature dependence of @xmath12 values in fig . mnfig4 solid curve agreement between experimental data calculated values energy gap @xmath53 values @xmath54 @xmath55 estimated eq eqdc @xmath56 susceptibility for cr jarosite increases below @xmath21 difference between susceptibility after zero - field cooling field cooling observed same behavior reported by a. keren et al @xcite magnetization curve measured at 2.0 k anomaly in fig . mnfig5 small hysteresis loop weak ferromagnetic moments difference susceptibility between zfc fc from hysteresis loop below @xmath21 neutron diffraction experiment cr jarosite long - range ordering observed below @xmath21 weak long range antiferromagnetic ordering neutron experiments transition of cr jarosite at @xmath21 not spin glass magnetic weak ferromagnetic moment caused by canting @xmath36 arrangement perpendicular to @xmath17-plane due to anisotropyferromagnetic moment not observed for fe jarosite explained by antiparallel stacking net moments @xmath17-plane parallel cr jarosite consistent with neutron experiments magnetic unit cell in cr jarosite equal to chemical unit cell fe jarosite double @xmath17-axis investigated kagom lattice antiferromagnets kfe@xmath0@xmath1@xmath3 magnetization nmr neutron experiments susceptibility data fitted with high temperature expansion for two - dimensional heisenberg kagom lattice antiferromagnet long range magnetic ordering at 65 k for spin structure @xmath36 structure with @xmath57 , + 1 chirality direction to center triangle order caused by single - ion - type anisotropy @xmath58 corresponds to two - dimensional ising system fluctuation caused by spin wave nuclear spin - lattice relaxation governed by two - magnon process magnetic transition at 4.2 k not spin magnetic ordering weak ferromagnetic moments observed from canted @xmath36 spin structure net moments parallel to @xmath17-axisreimers j berlinsky . 48 9539 ( 1993 ) chubukov phys . 69 832 ( 1992 ) kuroda phys . 64 4509 ( 1995 ) takano. shinjo t takada . jpn 30 1049 ( 1971 ) townsend longworth roudaut . 33 4919 ( 1986 ) maegawa. nishiyama tanaka oyamada takano . jpn 65 2776 ( 1996 ) harris. kallin j. berlinsky phys . 45 2899 ( 1992 ). aeppli broholm ramirez espinosa cooper magn 90&91 255 ( 1990 ) yamada sakata . 55 1751 ( 1986 ) inami. nishiyama maegawa y.oka phys . b 61 12181 ( 2000 ) moriya theor. phys . 16 23 ( 1956 ) maegawa phys . b * 51 15979 ( 1995 ) keren kojima. le luke wu uemura takanodabkowska gingras . b * 53 6451 ( 1996 ) lie broholm. collins l. heller. ramirez kloc bucher. erwin n. lacevic . b * 56 8091 ( 1997 ) | 0.508901 | 3,217 | 1,645 | , Saving $0.1 in GPT-4. |
172,459 | certain ( non polymeric ) fluids show an anomalously low friction when flowing against well chosen solid walls .
we discuss here one possible explanation , postulating that a gaseous film of small thickness @xmath0 is present between fluid and wall .
when @xmath0 is smaller than the mean free path @xmath1 of the gas ( knudsen regime ) the navier length @xmath2 is expected to be independent of @xmath0 and very large ( microns ) . | the standard boundary condition for fluid flow along a wall is a no slip condition .
if the wall is at rest , the tangential fluid velocity at the wall vanishes . the validity of this postulate was already checked in pioneering experiments by coulomb @xcite .
however , the spatial resolution available to coulomb was limited . in our days , we characterise the amount of slip by an extrapolation length @xmath2 ( the navier length ) : the definition of @xmath2 is explained on fig .
the length @xmath2 can be related to the surface friction coefficient @xmath3 defined as follows : the shear stress @xmath4 induces at the wall a surface velocity v@xmath5 : @xmath6 [ h ] fig1.eps equating this to the viscous shear stress in the fluid ( of velocity @xmath7 ) , we get : @xmath8 where v@xmath9 is the fluid velocity , increasing linearly with the distance from the wall @xmath10 . when compared with fig .
[ fig1 ] , we see that eq . [ eq2 ] gives : @xmath11 for most practical situations , with simple fluids ( made of small molecules with a diameter @xmath12 ) , we expect a very small navier length @xmath13 : this has been verified in classical experiments , using a force machine under slow shear @xcite .
\1 ) a polymer melt , facing a carefully prepared surface , with grafted chains which are chemically identical to the melt : here , when @xmath4 becomes larger than a certain critical value @xmath14 , the navier length jumps to high values ( @xmath1550 microns ) @xcite . this
can plausibly be explained in terms of polymer dynamics @xcite : at @xmath16 , the grafted chains are sufficiently elongated by the flow to disentangle from the moving chains .
\2 ) with water flowing in thin , hydrophobic , capillaries , there is some early qualitative evidence for slippage @xcite , @xcite .
\3 ) the role of the hydrophobic surfaces has been analysed theoretically by j. l. barrat and coworkers -using analysis plus simulations @xcite , @xcite .
they show that the first layer of water molecules is depleted in the presence of a hydrophobic wall : this can lead in their case to @xmath17 molecular diameters in a typical case , for a contact angle @xmath18 , corresponding to strong hydrophobicity .
\4 ) recent experiments by hervet , lger and coworkers are based on a local photobleaching technique ( using evanescent waves ) which probes the velocity field v@xmath9 within 50 nanometers of the surface @xcite .
they studied hexadecane flowing on sapphire : with bare sapphire , no slip was detected . on a
fully grafted ( methylated ) sapphire , the slip length was found to be large ( 175 nm ) and independent of @xmath4 in the observed range .
this is a surprise : a ) we do not expect any hydrophobic effect here b ) even if it was present , the @xmath2 values are much larger than the barrat - bocquet estimates .
\5 ) similar ( as yet unpublished ) results have been obtained by zhu and granick ( using a force machine ) and by tabeling ( using etched microcapillaries ) .
the results @xcite and @xcite are unexpected and stimulating .
this led us to think about unusual processes which could take place near a wall . in the present note ,
we discuss one ( remote ) possibility : the formation of a gaseous film at the solid / liquid interface .
the source of the film is unclear : when the contact angle is large ( @xmath19 ) , a type of flat bubble can form at the surface with a relative low energy .
but this energy is still high when compared to @xmath20 we first considered flat vapor bubbles generated at the solid fluid interface by thermal fluctuations .
but the typical thickness of these bubbles turns out to be very small : of order ( @xmath21 ( where @xmath22 is the temperature , and @xmath23 the surface tension ) , even when @xmath24 is closed to 180@xmath25 : thus , this brings us back to the barrat picture , with deplection in one first layer of the liquid .
another possible source is an external gas dissolved in the liquid , up to metastable concentrations : this would then nucleate bubbles preferentially near the wall if @xmath26 in section 2 , we simply assume that there exists a uniform gas film of thickness @xmath0 , larger than the molecule size @xmath12 , but smaller than the mean free path @xmath1 in the gas .
we calculate the navier length @xmath2 for this case , and find large values .
the possible meaning of this result is discussed in section 3 .
the situation is shown on fig . [ fig2 ] . in the knudsen regime ,
gas molecules travel freely in the film and hit the boundaries .
we assume that there is no specular reflection on either boundary .
then , a molecule leaving the liquid will have a gausian velocity distribution for the tangential component v@xmath27 , with the peak of this gausian at velocity v@xmath5 ( the translational velocity at the liquid surface ) . on the average , it will transmit a momentum @xmath28v@xmath5 to the solid .
the number of such hits per second is @xmath29v@xmath30 , where @xmath31 is the gas density , @xmath28 the molecular mass , and v@xmath30 the normal component of velocity .
[ h ] fig2.eps this leads to a shear stress : @xmath32 with : @xmath33 where v@xmath34 eq .
( [ eq4 ] ) gives us a precise value of the friction coefficient @xmath3 in eq .
( [ eq2 ] ) , and from it , we arrive at a navier length : @xmath35 ( the @xmath36 term is du to the distance between liquid surface and solid surface ; it is completely negligible in practice ) .
if we choose typical values , @xmath37g / liter , v@xmath38m / sec , and @xmath39poises , we find @xmath407 microns .
thus , a gas film can indeed give a very large slip length .
our calculation assumed complete thermalisation at each particle / boundary collision .
if we had some non zero reflectance ( especially on the solid surface ) , this would increase @xmath2 even more .
when gas films with thickness @xmath0 in the interval @xmath41 are present in a flow experiment , they may indeed generate a strong slippage , independent of the film thickness .
but the process which could generate such films remains obscure .
if , for some reason , the liquid entering the channel was supersaturated with a certain gas , a pressure drop in the channel could indeed promote the release of gas bubbles .
if the solid surface is not very wettable ( @xmath42 ) , the bubbles should preferentially nucleate at the liquid / solid interface ( as they do in a glass of champaign ) .
then , we would have to postulate that the shear flow transforms them into a flat film , provided that the shear stress is strong enough to flatten them .
indeed , in the zhu - granick experiments , there is a threshold stress , but it is much smaller than what would result from a compromise between shear stress and surface tension for small bubbles . it is worth emphasizing that the amount of gas required to lubricate the solid liquid contact is very small : if @xmath43 is the macroscopic width of the shear flow , the weight fraction of gas required is : @xmath44 on the whole , we can not present a complete explanation of the anomalous navier lengths based on gas films . but
the films may possibly show up in some instances ; e.g. if the liquid is purposely oversaturated with gas : then eq . [ eq6 ] may become useful . | standard boundary condition for fluid flow along wall is no slip condition if wall at rest tangential fluid velocity vanishes validity checked in by coulomb spatial resolution limited characterise slip by extrapolation length @xmath2 ( navier length ) definition explained on fig . related to surface friction coefficient shear stress @xmath4 induces wall surface velocity v@xmath5 equating to viscous shear stress in fluid @xmath8 where v@xmath9 is fluid velocity increasing linearly with distance from wall compared with fig eq gives : @xmath11 for with simple fluids small expect small navier length @xmath13 verified in classical experiments using force machine under slow shear polymer melt surface with grafted chains chemically identical to when @xmath4 becomes larger than critical value @xmath14 navier length jumps to high values ( microns explained in polymer dynamics at @xmath16 grafted chains elongated by flow to disentangle from moving chainswater flowing in thin hydrophobic capillaries early evidence for slippage @xcite, role of hydrophobic surfaces analysed by j. l. barrat and coworkers show first layer of water molecules depleted hydrophobic wall lead to @xmath17 molecular diameters contact angle @xmath18 strong hydrophobicity recent experiments by hervet lger coworkers on local photobleaching technique evanescent waves velocity field v@xmath9 within 50 nanometers of surface @xcite studied hexadecane flowing on sapphire bare sapphire no slip detected fully grafted methylated sapphire slip length large ( 175 nm ) independent of @xmath4 surprise expect hydrophobic effect @xmath2 values larger than barrat - bocquet estimates similar results obtained by zhu and granick force machine tabeling etched microcapillaries results @xcite unexpected stimulating to unusual processes near wall discuss possibility formation of gaseous film at solid / liquid interface source film unclear contact angle large @xmath19 flat bubble can form at surface with low energyenergy high compared to @xmath20 considered flat vapor bubbles at solid fluid interface by thermal fluctuations typical thickness bubbles small @xmath21 @xmath22 temperature surface tension even when @xmath24 closed to 180@xmath25 barrat picture deplection in first layer liquid source external gas dissolved in liquid metastable concentrations nucleate bubbles near wall uniform gas film thickness @xmath0 larger than molecule size @xmath12 smaller than mean free path @xmath1 in gas calculate navier length @xmath2 find large values possible meaning result discussed in section 3 situation shown on fig knudsen regime gas molecules travel freely hit boundaries no specular reflection on boundary molecule leaving liquid gausian velocity distribution for tangential component v@xmath27 peak at velocity v@xmath5 momentum @xmath28v@xmath5 to solid number of hits per second is @xmath29v@xmath30 @xmath31 gas density molecular mass normal component velocity leads to shear stress @xmath32 with @xmath33 v@xmath34 .[ eq4 ] ) gives precise friction coefficient @xmath3 in eq. [ eq2 ] ) navier length : @xmath35 @xmath36 term distance between liquid surface and solid surface negligible in practice typical values @xmath37g / liter@xmath38m / sec @xmath39poises find @xmath407 microns gas film give large slip length calculation assumed complete thermalisation at each particle / collision non zero reflectance solid surface increase @xmath2 gas films with thickness @xmath0 interval @xmath41 flow experiment generate strong slippage independent of film thickness process obscure if liquid channel supersaturated with gas pressure drop could promote release gas bubbles if solid surface not wettable @xmath42 ) bubbles nucleate at liquid / solid interface shear flow transforms into flat film shear stress strong in zhu - granick experiments threshold stress smaller than compromise between shear stress and surface tension for small bubblesemphasizing gas required lubricate solid liquid contact small if @xmath43 macroscopic width shear flow weight fraction gas required @xmath44 present complete explanation anomalous navier lengths gas films films may show up instances liquid oversaturated gas eq . [ eq6 ] may useful | 0.317119 | 1,771 | 885 | , Saving $0.1 in GPT-4. |
172,473 | we studied @xmath0 polarization effects on the decay distributions of @xmath0 produced in the cngs @xmath1 appearance experiments . we show that energy and angular distributions for the decay products in the laboratory frame are significantly affected by the @xmath0 polarization .
rather strong azimuthal asymmetry about the @xmath0 momentum axis is predicted , which may have observable consequences in experiments even with small statistics . | an appearance search for @xmath2 oscillation is expected to be performed in the cngs ( cern neutrino to gran sasso ) project @xcite , which will start taking data from the year 2006 .
the project with icarus and opera detectors aims to detect @xmath0-leptons produced via @xmath1 s which originate from @xmath3 s through oscillation , propagating from cern to gran sasso in italy at a distance of 732 km .
icarus observes @xmath0 decay kinematically with liquid argon time projection chamber @xcite , while opera does topologically with emulsion cloud chamber @xcite .
because the @xmath0 is identified by observing its decay products , and because the decay distribution depends crucially on its polarization , it is important to consider the spin polarization of @xmath0 in addition to its production cross section . in the last report in the proceedings of nuint04 @xcite
, we discussed spin polarization of @xmath4 produced in neutrino - nucleon scattering at a fixed neutrino energy . here , we extend to decay distributions from produced @xmath4 , especially for the cngs experiments .
we consider @xmath4 production in the neutrino - nucleon scattering and its subsequent decays , for the decay modes @xmath5 and @xmath6 ( @xmath7 ) .
let us start with a brief summary of spin polarization of @xmath4 produced via neutrino : ( i ) at a fixed neutrino energy @xcite ; ( ii ) in the cngs experiments with their neutrino flux @xcite .
we consider @xmath4 production by charged current ( cc ) reactions off a nucleon target : @xmath8 for the hadronic final states @xmath9 , we consider three subprocesses ; the quasi - elastic scattering ( qe ) , the @xmath10 resonance production ( res ) and the deep inelastic scattering ( dis ) processes .
the four - momenta are parametrized in the laboratory frame as @xmath11 and the following lorentz invariant variables are defined @xmath12 each subprocess is distinguished by the hadronic invariant mass @xmath13 : @xmath14 for qe , @xmath15 for res .
@xmath16 is an artificial boundary , and we regard that dis process occurs in the regions of @xmath17 .
we take @xmath18 gev in this report .
the differential cross section and the spin polarization vector of produced @xmath4 are obtained in the laboratory frame as @xmath19 and @xmath20 [ spin ] where @xmath21 is the fermi constant and @xmath22 .
@xmath23 is defined in the @xmath0 rest frame in which the @xmath24-axis is taken along its momentum direction and the @xmath25-axis is along @xmath26 , the normal of the scattering plane , in the laboratory frame .
it is normalized as @xmath27 for pure spin eigenstates .
@xmath28 are structure functions defined with the generic decomposition of the hadronic tensor , @xmath29 where the totally anti - symmetric tensor @xmath30 is defined as @xmath31 .
these functions can be estimated for each process , qe , res , and dis . see explicit forms in ref .
@xcite .
process at @xmath32 gev in the laboratory frame .
the kinematical boundary is shown by a thick curve .
the @xmath0 polarizations are shown by arrows .
the length of the arrows gives the degree of polarization , and the direction of the arrows gives that of the @xmath0 spin in the @xmath0 rest frame .
the size of the 100% polarization ( @xmath33 ) arrow is shown as a reference.,width=188 ] * ( i ) at a fixed neutrino energy * in fig .
[ convec ] , the differential cross sections @xmath34 , obtained from eq .
( [ cross ] ) , at the incident neutrino energy @xmath32 gev are shown as a contour map is plotted . ] , where @xmath35 and @xmath36 .
only the contours of the dis cross section are plotted to avoid too much complexity .
each contour gives the value of the differential cross section in the unit of fb / gev@xmath37 , e.g. , the innermost line is for 4 fb / gev@xmath37 .
the qe process contributes along the boundary , and the res contributes just inside of the boundary .
the contour shows that the contributions in the forward scattering angles in the larger @xmath38 side are important . in that region ,
the cross sections of qe and res are also large and comparable to that of dis .
the polarization vector @xmath39 , eq .
( [ spin ] ) , of @xmath4 is also shown in fig .
[ convec ] .
the length of each arrow gives the degree of polarization ( @xmath40 ) at each kinematical point and its orientation gives the spin direction in the @xmath0 rest frame .
the produced @xmath4 s have high degree of polarization , but their spin directions significantly deviate from the massless limit predictions , where all @xmath4 s should be purely left - handed . since @xmath41 of eq .
( [ spin ] ) turns out to be always negative , the spin vector points to the direction of the initial neutrino momentum axis .
qualitative feature of the results can be understood by considering the helicity amplitudes in the center - of - mass ( cm ) frame of the scattering particles and the effects of lorentz boost from the cm frame to the laboratory frame .
see more details in ref .
let us stress that these features of the polarization of @xmath4 play an important role in the following analysis .
+ initial @xmath3 flux ( left ) and @xmath1 flux followed by @xmath2 oscillation at gran sasso ( right).,title="fig:",height=170 ] initial @xmath3 flux ( left ) and @xmath1 flux followed by @xmath2 oscillation at gran sasso ( right).,title="fig:",height=170 ] * ( ii ) in the cngs experiments * contour plot of the number of @xmath4 production events in the cngs experiments . the @xmath4 polarization
are shown by the arrows.,width=188 ] in the cngs experiments , @xmath42 beam is produced at cern - ps , which is expected to deliver @xmath43 protons on target ( p.o.t . ) per year .
the beam is optimized for @xmath44 appearance with @xmath45 gev .
figure [ flux ] shows the expected @xmath44 flux , @xmath46 at gran sasso with the baseline length of @xmath47 km from cern . here
@xmath48 are the initial @xmath49 fluxes ( @xmath7 ) @xcite , see fig . [ flux ] ( left ) , and @xmath50 are the @xmath51 oscillation probabilities in the three - neutrino model .
the fraction @xmath52 in the initial fluxes is less than 1% . in our analysis ,
we take the following values for the neutrino oscillation parameters : @xmath53 with the constant matter density of @xmath54 g/@xmath55 .
here we assume the so - called normal hierarchy .
taking into account the cngs neutrino flux shown in fig .
[ flux ] , we show the distributions of events and polarization vectors of @xmath56 on the @xmath57-@xmath58 plane in fig . [ conveccngs ] .
the initial neutrino energy is integrated out with the incoming @xmath44 flux , @xmath59 of eq .
( [ tauflux ] ) , whereas it is fixed at 10 gev in fig .
[ convec ] . the number of @xmath4 production events for all the qe , res and dis processes is included in the contour map , where we assume 5 years with @xmath60 p.o.t./year of the primary proton beam and the 1.65 kton size detector , which are the current plan of the opera experiment @xcite .
each contour gives a number of events per gev@xmath37 , e.g. , the innermost line is for 7 events / gev@xmath37 .
the contour map shows that there are many events around @xmath61=10 gev , and around @xmath62 . as for the polarization vectors , the dependence on the energy and
the scattering angle of @xmath4 is rather smooth as compared to that in fig .
[ convec ] because of the integration of the incident neutrino energy . however , the direction of the @xmath0 polarization is still non - trivial in the region which has many events .
we present our results of the decay particle distributions from @xmath4 leptons produced by the cc interactions for the cngs experiments .
main feature of our analysis is to deal with the proper spin polarization of @xmath4 which is calculated for each production phase space , shown in fig .
[ conveccngs ] . in order to show the effects of the @xmath0 polarization on the decay distributions , we compare the results with unpolarized @xmath0 decays and also with completely left - handed @xmath0 decays .
the events of the decay distributions for @xmath63 are given by @xmath64 where @xmath65 is the number of active targets , @xmath66 is the maximum value of neutrino energy in the flux , @xmath67 is the threshold energy to produce @xmath0 lepton off a nucleon , and the other integral ranges are given by @xmath68 where @xmath69 here , @xmath70 is the decay distribution for @xmath63 in the laboratory frame .
energy distributions of @xmath71 ( thick lines ) and @xmath72 ) ( medium - thick lines ) in the decay of @xmath4 produced in the neutrino - nucleon cc interactions for the cngs experiments .
solid , dashed , and dotted lines shows the energy distributions with the predicted @xmath0 polarization , unpolarized , and purely left - handed cases , respectively .
the estimated number of @xmath4 production is also shown by a thin solid line with respect to the @xmath0 energy ( @xmath61).,width=257 ] figure [ event1 ] shows the energy distributions of @xmath71 ( thick lines ) and @xmath73 ( medium - thick lines ) decayed from @xmath4 produced in the neutrino - nucleon cc interactions .
we assume the same configuration of the experimental setup as fig .
[ conveccngs ] , i.e. , 5 years running with @xmath60 p.o.t.per year of the primary proton beam and 1.65 kton size detector for the opera experiment @xcite . for each decay mode
, solid lines show the distributions from the decay of @xmath4 with the predicted @xmath0 polarization
. for comparison , dashed and dotted lines show those of unpolarized @xmath0 and purely left - handed @xmath0 , respectively .
the estimated number of the @xmath4 production with respect to the @xmath0 lepton energy , @xmath61 , is also plotted as a thin solid line . the results are calculated by using eq .
( [ event ] ) with 100% particle detection efficiency for simplicity . for the above parameters ,
113 events of @xmath4 are produced and 13 ( 20 ) of those decay into @xmath71 ( @xmath74 ) mode .
the @xmath71 and @xmath74 distributions have peak in the low energy region , and in this region the polarization dependence becomes large .
the polarization dependence is opposite between @xmath71 and @xmath74 , and is more significant in @xmath71 than in @xmath74 . in the peak region ,
the polarization dependence affect the distribution around 30% ( 15% ) for the @xmath71 ( @xmath74 ) decay mode .
expected statistics is rather small in the current design of the cngs experiments .
however , the likelihood probability of each event will be affected significantly by the @xmath0 polarization effects .
the characteristic feature of our prediction is that the produced @xmath4 is almost fully polarized and that it has non - zero transverse component of the spin vector , namely @xmath41 of eq .
( [ spin ] ) .
the observed patterns of the @xmath71 and @xmath74 energy distributions in the laboratory frame then follow from the energy angular distributions in the polarized @xmath0 rest frame .
azimuthal angle distribution of @xmath71 ( thick lines ) and @xmath74 ( thin lines ) .
, width=257 ] figure [ event2 ] shows the azimuthal angle distribution of @xmath71 ( thick lines ) and @xmath74 ( thin lines ) .
the azimuthal angle @xmath75 is given by @xmath76 in eq.([event ] ) , and is measured from the scattering plane where @xmath77 is along the @xmath78 direction in the laboratory frame , in which the @xmath24-axis is taken along the direction of the @xmath0 momentum .
solid lines show the distributions from @xmath4 with the predicted @xmath0 polarization , and dashed lines show those from unpolarized @xmath0 .
the results of purely left - handed @xmath0 are the same as those for the unpolarized @xmath0 .
since both unpolarized and purely left - handed @xmath4 have zero component of perpendicular polarization , they give flat azimuthal distributions .
the azimuthal angle distributions can be measured by tracking the trajectory of @xmath0 leptons by emulsion detectors in the opera experiment , or by reconstructing the hadronic cascades from neutrino - nucleon scattering . as is the case of energy distribution , @xmath71 and @xmath74 decay mode
show the opposite feature and polarization dependence is clearer on @xmath71 mode than @xmath74 mode . at @xmath79 or @xmath80 , the dependence of the @xmath0 polarization affects the distribution by about 47% ( 16% ) for the @xmath71 ( @xmath74 ) decay .
even though the number of event is limited , it may be possible to obtain a hint of such large asymmetries .
in this report , we studied the effects of the spin polarization of @xmath4 produced in neutrino - nucleon scattering on the subsequent decay distributions , for @xmath4 into @xmath71 or @xmath81 modes .
the spin polarization of @xmath4 produced via neutrino were briefly reviewed .
taking into account the polarization of produced @xmath4 , we showed the energy and azimuthal angle distributions of @xmath71 and @xmath74 in the laboratory frame , for the experimental setup of the cngs long baseline project , opera and icarus experiments .
we found that the decay particle distributions in the laboratory frame are significantly affected by the @xmath4 polarization .
rather strong azimuthal asymmetry of @xmath71 and @xmath74 about the @xmath0 momentum axis is predicted , which may have observable consequences even at small statistics experiments .
k.m . would like to thank m. sakuda for support and encouragement .
k. hagiwara , k. mawatari and h. yokoya , nucl .
suppl . 139 ( 2005 ) 140 .
k. hagiwara , k. mawatari and h. yokoya , nucl .
b 668 ( 2003 ) 364 ; erratum - ibid .
b 701 ( 2004 ) 405 .
m. aoki , k. hagiwara , k. mawatari and h. yokoya , nucl .
b 727 ( 2005 ) 163 . | search for @xmath2 oscillation expected in cngs project @xcite data from 2006 project with icarus opera detectors detect @xmath0-leptons via @xmath1 s from @xmath3 s oscillation propagating from cern to gran sasso 732 km icarus observes @xmath0 decay with liquid argon projection chamber opera with emulsion cloud chamber @xmath0 identified by decay products distribution depends on polarization consider spin polarization of @xmath0 production cross section discussed spin polarization of @xmath4 in neutrino - nucleon scattering at fixed energy extend to decay distributions from @xmath4 cngs experiments consider @xmath4 production in neutrino - nucleon scattering decays for decay modes @xmath5 @xmath6 summary of spin polarization of @xmath4 via neutrino energy cngs experiments @xmath4 production by charged current reactions off nucleon target hadronic final states @xmath9 three subprocesses quasi - elastic scattering @xmath10 resonance production deep inelastic scatteringfour - momenta parametrized @xmath11 lorentz invariant variables defined @xmath12 subprocess distinguished by hadronic invariant mass @xmath13 @xmath14 qe @xmath15 res @xmath16 artificial boundary dis process regions @xmath17 @xmath18 gev differential cross section spin polarization vector @xmath4 obtained @xmath19 @xmath20 spin @xmath21 fermi constant @xmath22 @xmath23 defined @xmath0 rest frame @xmath24-axis along momentum direction @xmath25-axis @xmath26 normal scattering plane normalized as @xmath27 for spin eigenstates @xmath28 structure functions defined decomposition hadronic tensor @xmath29 anti - symmetric tensor defined as @xmath31 functions estimated for each process qe res dis forms process @xmath32 gev kinematical boundary shown by thick curve @xmath0 polarizations shown by arrows length degree polarization direction @xmath0 spin size of 100% polarization ( @xmath33 ) arrow reference fixed neutrino energy differential cross sections @xmath34 obtained from eq cross incident neutrino energy @xmath32 gev contour map plotted @xmath35 @xmath36 contours dis cross section plotted complexity each contour gives value differential cross section unit fb / gev@xmath37 innermost line 4 fb / gev@xmath37 qe process contributes along boundary res contributes inside boundary contour shows contributions forward scattering angles larger @xmath38 side important cross sections qe res large comparable dis polarization vector @xmath39 spin @xmath4 shown fig . convec length arrow gives degree polarization @xmath40 ) kinematical point spin direction @xmath0 rest frame produced @xmath4 s high polarization spin directions deviate from massless limit predictions @xmath4 s left - handed @xmath41 spin negative spin vector points direction initial neutrino momentum axis qualitative feature results considering helicity amplitudes center - of - mass cm ) frame scattering particles effects lorentz boost cm frame to laboratory frame details features polarization @xmath4 important role analysisinitial @xmath3 flux left @xmath1 flux @xmath2 oscillation gran sasso right). @xmath3 flux left @xmath1 flux @xmath2 oscillation gran sasso cngs experiments contour plot @xmath4 production events @xmath4 polarization shown by arrows @xmath42 beam produced at cern - ps expected deliver @xmath43 protons on target per year beam optimized for @xmath44 appearance @xmath45 gev figure expected @xmath44 flux @xmath46 at gran sasso baseline length @xmath47 km from cern @xmath48 initial @xmath49 fluxes @xmath50 @xmath51 oscillation probabilities three - neutrino model fraction @xmath52 initial fluxes less than 1% values for neutrino oscillation parameters @xmath53 constant matter density @xmath54 g/@xmath55 normal hierarchy cngs neutrino flux fig distributions events polarization vectors of @xmath56 @xmath57-@xmath58 plane initial neutrino energy integrated with incoming @xmath44 flux @xmath59 fixed at 10 gev fig @xmath4 production events for qe res dis processes in contour map assume 5 years @xmath60 p.o.t./year primary proton beam 1.65 kton size detector current plan opera experiment @xcite each contour events per gev@xmath37 innermost line 7 events / gev@xmath37 many events around @xmath61=10 gev @xmath62 polarization vectors on energy scattering angle @xmath4 smooth integration incident neutrino energy direction @xmath0 polarization non - trivial region many events results decay particle distributions from @xmath4 leptons cc interactions cngs experiments analysis proper spin polarization of @xmath4 calculated for each production phase space fig . decay distributions compare results with unpolarized @xmath0 decays left - handed @xmath0 decays events decay distributions for @xmath63 by @xmath64 @xmath65 active targets maximum neutrino energy flux @xmath67 threshold energy produce @xmath0 lepton off nucleon other integral ranges by @xmath68 @xmath70 decay distribution for @xmath63 laboratory frameenergy distributions @xmath71 in decay @xmath4 neutrino - nucleon cc interactions cngs experiments solid dotted lines energy distributions predicted @xmath0 polarization unpolarized left - handed cases estimated @xmath4 production shown by thin solid line @xmath0 energy figure event1 shows energy distributions @xmath71 decayed from @xmath4 neutrino - nucleon cc interactions same configuration experimental setup 5 years running @xmath60 p.o.t.per year primary proton beam 1.65 kton size detector opera experiment each decay mode solid lines show distributions decay @xmath4 with predicted @xmath0 polarization dashed dotted lines show unpolarized @xmath0 left - handed @xmath0 estimated @xmath4 production @xmath0 lepton energy @xmath61 plotted as thin solid line results calculated eq . ( event ] ) 100% particle detection efficiency 113 events of @xmath4 produced 13 decay into @xmath71 ) mode distributions peak in low energy region polarization dependence largepolarization dependence opposite between @xmath71 and @xmath74 more significant in peak region distribution around 30% ( 15% ) for @xmath71 ( ) decay mode expected statistics small in current design cngs experiments likelihood probability each event affected by @xmath0 polarization effects produced @xmath4 almost fully polarized non - zero transverse component spin vector @xmath41 @xmath71 and @xmath74 energy distributions laboratory frame follow from angular distributions in polarized @xmath0 rest frame azimuthal angle distribution of @xmath71 figure shows azimuthal angle @xmath75 given by @xmath76 measured from scattering plane where @xmath77 along @xmath78 direction @xmath24-axis along @xmath0 momentum solid lines show distributions from @xmath4 with predicted @xmath0 polarization dashed lines show from unpolarized @xmath0 results of purely left - handed @xmath0 same as unpolarized @xmath0 @xmath4 have zero perpendicular polarization give flat azimuthal distributionsazimuthal angle distributions measured tracking trajectory @xmath0 leptons opera experiment or reconstructing hadronic cascades from neutrino - nucleon scattering @xmath71 @xmath74 decay mode show opposite feature polarization dependence clearer on @xmath71 at @xmath79 or @xmath80 dependence @xmath0 polarization affects distribution 47% ( 16% ) for @xmath71 ) decay obtain large asymmetries studied effects spin polarization of @xmath4 neutrino - nucleon scattering on decay distributions modes spin polarization @xmath4 via neutrino reviewed showed energy azimuthal angle distributions of @xmath71 @xmath74 in laboratory frame experiments decay particle distributions affected by @xmath4 polarization strong azimuthal asymmetry of @xmath71 and @xmath74 about @xmath0 momentum axis predicted observable consequences at small statistics experiments m. sakuda for support encouragement k. hagiwara . mawatari h. yokoya , nucl . suppl . 139 ( 2005 ) 140 668 ( 2003 ) 364701 2004 ) 405 aoki hagiwara mawatari yokoya 727 2005 ) 163 | 0.567141 | 3,486 | 1,792 | , Saving $0.1 in GPT-4. |
172,477 | in an article written five years ago , we described a method for predicting which scientific papers will be highly cited in the future , even if they are currently not highly cited . applying the method to real citation data we made predictions about papers we believed
would end up being well cited . here
we revisit those predictions , five years on , to see how well we did . among the over 2000 papers in our original data set
, we examine the fifty that , by the measures of our previous study , were predicted to do best and we find that they have indeed received substantially more citations in the intervening years than other papers , even after controlling for the number of prior citations . on average these top fifty papers
have received 23 times as many citations in the last five years as the average paper in the data set as a whole , and 15 times as many as the average paper in a randomly drawn control group that started out with the same number of citations . applying our prediction technique to current data
, we also make new predictions of papers that we believe will be well cited in the next few years . | citations of scientific papers are considered to be an indicator of papers importance and relevance , and a simple count of the number of citations a paper receives is often used as a gauge of its impact .
however , it is also widely believed that citations are affected by factors besides pure scientific content , including the journal a paper appears in , author name recognition , and social effects @xcite .
one substantial and well - documented effect is the so - called cumulative advantage or preferential attachment bias , under which papers that have received many citations in the past are expected to receive more in future , independent of content .
a simple mathematical model of this effect was proposed by price @xcite , building on earlier work by yule @xcite and simon @xcite , in which paper content is ignored completely and citation is determined solely by preferential attachment plus stochastic effects . within this model , the expected number of citations a paper receives is a function only of its date of publication , measured from the start of the topic or body of literature in which the paper falls , and shows a strong `` first - mover effect '' under which the first - published papers are expected to receive many more citations on average than those that come after them .
indeed the variation in citation number as a function of publication date is normally far wider than the stochastic variation among papers published at the same time . in a previous paper @xcite
we compared the predictions of price s model against citation data for papers from several fields and found good agreement in some , though not all , cases .
this suggests that pure citation numbers may not be a good indicator of paper impact , since much of their variation can be predicted from publication dates , without reference to paper content . instead , therefore , we proposed an alternative measure of impact .
we proposed that rather than looking for papers with high total citation counts , we should look for papers with counts higher than expected given their date of publication .
since publication date is measured from the start of a field or topic , and since different topics have different start dates , one should only use this method to compare papers within topics .
the appropriate calculation is to count the citations a paper has received and compare that figure to the counts for other papers on the same topic that were published around the same time . in our work we used a simple @xmath0-score to perform the comparison : we calculate the mean number of citations and its standard deviation for papers published in a window close to the date of a paper of interest , then calculate the number of standard deviations by which that paper s citation count differs from the mean . papers with high @xmath0-scores we conjecture to be of particular interest within the field .
one promising feature of this approach is that the papers it highlights are not necessarily those with the largest numbers of citations .
the most highly cited papers are almost always the earliest in a field , in part because of the first - mover effect but also because they have had longer to accumulate citations .
more recent papers usually have fewer citations , but they may still have high @xmath0-scores if the count of their citations significantly exceeds the average among their peers .
thus the method allows us to identify papers that may not yet have received much attention but will do so ( we conjecture ) in the future . in our previous study , we used this method to identify some specific papers that we believed would later turn out to have high impact .
here we revisit those predictions to see whether the papers identified have indeed been successful . to quantify success
, we look again at citation counts , and to minimize the preferential attachment bias we compare them against randomly drawn control groups of papers that had the same numbers of citations at the time of the original study . as we show , our predictions appear to be borne out : the papers previously identified as potential future successes have received substantially more attention than their peers over the intervening years .
in this section we briefly review some of the results from our previous paper @xcite , which we will refer to as paper 1 .
in paper 1 we examined citation data from several different fields in physics and biology , but made specific predictions for one field in particular , the field of interdisciplinary physics known as network science .
this field is an attractive one for study because it has a clear beginning a clear date before which there was essentially no published work on the topic within the physics literature ( although there was plenty of work in other fields)and a clear beginning is crucial for the theory developed in the paper to be correct and applicable .
( it is also the present author s primary field of research , which was another reason for choosing it . )
it is again on papers within network science that we focus here . in paper 1
we assembled a data set of 2407 papers on network science published over a ten year period , starting with the recognized first publications in 1998 and continuing until 2008 .
the data set consisted of papers in physics and related areas that cited one or more of five highly - cited early works in the field @xcite , but excluding review articles and book chapters ( for which citation patterns are distinctly different from those of research articles ) .
we then calculated the mean and standard deviation of the number of citations received by those papers as a function of their time of publication within a moving window .
crucially , however , our theoretical studies indicate that `` time '' in this context is most correctly defined not in terms of real time , but in terms of number of papers published within the field .
if @xmath1 papers have been published in the field in total ( with @xmath2 in this case ) , then the `` time '' @xmath3 of publication of the @xmath4th paper is defined to be @xmath5 , where papers are numbered in the order of their publication .
thus @xmath3 runs from a lowest value of @xmath6 for the first paper in the field to @xmath7 for the most recent paper .
it is in terms of this variable that we perform our averages .
armed with these results , we then calculate a @xmath0-score for each paper as described in the introduction : we take the count of citations received by a paper , subtract the mean for papers published around the same time , and divide by the standard deviation .
figure [ fig : outliers ] reproduces a plot from paper 1 of @xmath0-scores for papers in the data set . only @xmath0-scores that exceed 2 are shown , since these are the ones we are most interested in , corresponding to papers whose citation counts are significantly above the mean for their peers .
as the figure shows , there are within this set a small number of papers that stand out as having particularly high @xmath0-scores .
our suggestion was that these were papers to watch , that even if they did not currently have a large number of citations , they would in future attract significant attention .
table [ tab : winners ] lists twenty of the top papers by this measure from our 2008 data set along with their citation counts and @xmath0-scores @xcite .
-scores for citations to papers in the data set of ref .
each @xmath0-score is equal to the number of standard deviations by which the citations to the corresponding paper exceed the mean for papers published around the same time . only @xmath0-scores greater than two ( the dashed line ) are plotted . as described in the text , the `` time '' in the horizontal axis
is measured by the number of papers published , not real time . ] [ cols="<,<,<,>,>,<",options="header " , ] looking at the papers in these 100 sets , we now find the number of new citations each received in the last five years , the difference between their citation counts in 2013 and 2008 . calculating the median new citations for each set
, we find the average figure over all sets to be @xmath8 , a much lower number by a factor of 15than the median of 238 measured for the fifty leaders from our analysis . alternatively , as before
, we can compute the ratio of new to old citations , again taking a median for each set , and we find an average figure of @xmath9 , not very different from the @xmath10 we found for the entire data set ( perhaps suggesting that our assumption of linear preferential attachment was a reasonable one ) . as reported above , the equivalent figure for the set of fifty leading papers was more than twice the size , at 5.24 . by these measures
it appears that the predictions of paper 1 are quite successful .
papers identified using our method outperformed by a wide margin both the field at large and randomly drawn control groups that started out with the same number of citations .
encouraged by these results and capitalizing on the fact that we have a new data set of papers and their citations up to the year 2013 , we now apply our methods to the new data to make predictions about papers that will be highly cited in the next few years . working with the entirety of our new 6976-paper data set
, we again calculate the mean and standard deviation of the numbers of citations received as a function of time and look for the papers with the highest @xmath0-scores those that exceed the mean for their publication date by the largest number of standard deviations .
table [ tab : newwinners ] is the equivalent of table [ tab : winners ] for this new analysis , listing twenty of the papers with the highest @xmath0-scores within the field of network science .
a few observations are worth making .
first , note that the numbers of citations received by these papers are substantially greater than those received by the papers in table [ tab : winners ] at the time of our first round of predictions .
all but one of them have over 100 citations already , putting them in the top few percent of the data set .
this is probably in part a sign of the rapid growth of the field mentioned earlier .
a more rapid rate of publication means more citations are being made , and hence more received , particularly by the most prominent papers .
it s worth emphasizing , however , that each of the papers in the table earned its place by receiving significantly more citations , by many standard deviations , than other papers in the same field published around the same time .
so the citation counts are not merely high , but anomalously so .
moreover , the @xmath0-scores in table [ tab : newwinners ] are significantly higher than those in table [ tab : winners ] , so the margin by which the top papers outperform expectations has also grown .
second , we note that while some of the papers in the list would be unsurprising to those familiar with the field of network science , such as the influential early papers by watts and strogatz @xcite and by barabsi and albert @xcite , there are also some more recent papers listed , such as the papers by buldyrev _ et al . _
@xcite on interdependent networks or liu _ et al . _
@xcite on controllability , which received two of the highest @xmath0-scores in the table .
our analysis suggests that these papers will have an outsize impact a few years down the road , relative to what one would expect given only their current numbers of citations .
third , we notice the abundance in the list of papers published in the journal _ nature _ , and to a lesser extent _ science _ and _ proceedings of the national academy of sciences_. the publication venues of the papers in our old list , table [ tab : winners ] , were more diverse
. the predominance of these journals could just be coincidence
the sample size of 20 is small enough to make such a thing plausible .
but it is also possible that it is a real effect .
perhaps these journals have over the last few years established a special name for themselves as attractive venues for publication of work in this particular field . or perhaps there has been a deliberate change in editorial policy that has resulted more papers in the field being accepted for publication in these journals .
alternatively , these journals may have pulled ahead of their competition in the accuracy of their peer review , so that they are better able to identify ( and hence publish ) papers that will be important in the field . or it may be that papers in these high - profile journals tend to be cited more than papers in other journals because they are more visible , and hence they are more likely to appear in our table . or the truth might be a combination of all of these factors , and perhaps some others as well .
in this paper we have revisited predictions made in 2008 of scientific papers in the field of network science that , according to those predictions , should receive above average numbers of citations , even though they may not yet have had many citations at that time .
looking at those predictions five years on , we find that the papers in question have indeed received many more citations than the average paper in the field .
indeed they have received substantially more even than comparable control groups of randomly selected papers that were equally well cited in 2008 .
because of the so - called preferential attachment effect , one can quite easily identify papers that will do well just by looking for ones that have done well in the past .
but the papers identified by our analysis did well even when one controls for this effect , indicating that the analysis is capable of identifying papers that will be successful not merely because they already have many citations .
we hope , though we can not prove , that the additional factors driving this success are factors connected with paper quality , such as originality and importance of research and quality of presentation .
we have also applied our methods to contemporary data , from 2013 , to make a new round of predictions , identifying papers that , according to the metrics we have developed , are expected to see above average citation in the next few years , when compared to other papers that currently have the same number of citations .
it will be interesting to see whether these predictions in turn come true .
we have been slightly selective about the papers listed in the table .
the actual top 20 papers included a number written by the present author , most of which we omitted from the list out of modesty .
the table lists the twenty papers with the highest @xmath0-scores among those that remain
. the full list of highest - scoring papers , including those written by yours truly , can be found online at ` http://www.umich.edu/~mejn/citation ` . | citations of scientific papers importance relevance simple count citations impact citations affected by factors besides scientific content including journal author name recognition social effects substantial effect is cumulative advantage preferential attachment bias papers received many citations past expected receive more future independent of content mathematical model proposed by price @xcite on yule simon paper content ignored citation determined by preferential attachment stochastic effects model expected number of citations function of date of publication measured from start topic literature shows strong first - mover effect first - published papers expected receive more citations variation in citation number function publication date wider than stochastic variation among papers published same time previous paper compared predictions price s model against citation data for papers from several fields found good agreement in some not cases suggests pure citation numbers not good indicator of paper impact variation predicted from publication dates without content proposed alternative measure of impact rather than high total citation counts look for papers with counts higher than expected given date of publication publication date measured from start of field topic different topics have different start dates only use this method to compare papers within topicscalculation count citations paper received compare to other papers on same topic published same time our work used simple @xmath0-score comparison calculate mean citations standard deviation for papers published close to date paper of interest calculate standard deviations paper s citation count differs from mean papers with high @xmath0-scores conjecture be of particular interest field approach papers highlights not necessarily with largest citations most highly cited papers are earliest in field first - mover effect longer to accumulate citations more recent papers have fewer citations may still have high @xmath0-scores if citations exceeds average peers method allows identify papers not received attention but will do in future previous study used method to identify specific papers believed high impact revisit predictions to see papers identified successful to quantify success look at citation counts compare against randomly control groups same citations original study predictions borne out : papers previously identified as potential future successes received more attention than peers intervening years review results from previous paper @xcite refer as paper 1 .paper 1 examined citation data from fields physics biology made predictions for one field interdisciplinary physics network science field attractive clear beginning date before no published work on topic physics literature plenty work other fields clear beginning crucial for theory present author s primary field of research reason on papers network science focus paper 1 assembled data set of 2407 papers on network science over ten year period starting 1998 continuing until 2008 data set consisted papers physics related areas cited one of five highly - cited early works field excluding review articles book chapters citation patterns different calculated mean standard deviation of number of citations received papers function of time of publication moving window theoretical studies indicate time '' defined not real time but number of papers published field if @xmath1 papers published field total @xmath2 `` time '' @xmath3 of publication of @xmath4th paper defined @xmath5 papers numbered in order of publication @xmath3 runs from lowest value @xmath6 first paper to @xmath7 most recent paper in terms this variable perform averagesresults calculate @xmath0-score for each paper : take count of citations received subtract mean for papers same time divide by standard deviation figure ] reproduces plot from paper 1 of @xmath0-scores for papers data set only @xmath0-scores exceed 2 shown interested corresponding to papers citation counts above mean small number of papers stand out particularly high @xmath0-scores suggestion these papers to watch attract significant attention table winners ] lists twenty top papers by measure from 2008 data set citation counts @xmath0-scores for citations each @xmath0-score equal to number of standard deviations citations paper exceed mean for papers only @xmath0-scores greater than two plotted `` time '' in horizontal axis measured by number of papers published not real time looking at papers in 100 sets find number of new citations each received in last five years difference between citation counts in 2013 and 2008 median new citations for each set average figure over all sets @xmath8 , lower by factor of 15than median of 238 for fifty leadersalternatively compute ratio of new to old citations median for each set find average figure of @xmath9 not different from @xmath10 for entire data set assumption of linear preferential attachment reasonable equivalent figure for fifty leading papers twice size at 5.24 predictions of paper 1 successful papers identified using our method outperformed wide margin field and randomly control groups same citations new data set to 2013 apply methods to new data predictions about papers highly cited next years new 6976-paper data set calculate mean and standard deviation of citations received function of time look for papers with highest @xmath0-scores exceed mean for publication date by largest number standard deviations table [ tab : newwinners ] equivalent of table : winners ] for new analysis twenty papers with highest @xmath0-scores network science numbers citations received by these papers greater than papers in table [ : winners ] at first round predictions all but one have over 100 citations in top few percent of data set sign of rapid growth of field rapid rate publication means more citations more received particularly by prominent papersemphasizing papers in table earned place more citations than other papers in same field citation counts not high but anomalously so @xmath0-scores in table newwinners ] higher than in table winners margin top papers outperform expectations grown some papers in list unsurprising network early papers by watts and strogatz barabsi and albert also more recent papers listed papers by buldyrev _ et al or liu _ et _ on controllability received two of highest @xmath0-scores in table analysis suggests these papers will have outsize impact few years down road relative to current numbers citations abundance in list of papers published in journal _ nature _ _ science _ and _ proceedings of national academy of sciences_ publication venues of papers in old list were more diverse predominance of these journals could be coincidence sample size possible real effect perhaps these journals established special name as attractive venues for publication work in this field or deliberate change in editorial policy resulted more papers in field accepted for publication in these journalsthese journals may have pulled ahead competition in accuracy peer review better identify publish papers important or may be papers in high - profile journals be cited more more visible more likely to appear in our table or truth might be combination of all these factors others in this paper revisited predictions in 2008 of scientific papers in network science should receive above average citations even predictions five years on papers in question received more citations than average paper received substantially more than comparable control groups preferential attachment effect can identify papers do well by for past papers identified by our analysis did well even when controls for this effect analysis capable of identifying papers successful not merely because many citations hope additional factors driving success are factors connected with paper quality originality importance of research quality of presentation applied methods to contemporary data from 2013 to new round of predictions identifying papers expected to see above average citation in next few years compared to interesting to see whether these predictions come true slightly selective about papers listed in table top 20 papers included number written by present author most we omitted from list out of modestytable lists twenty papers highest @xmath0-scores full list highest - scoring papers including written found online http://www.umich.edu/~mejn/citation | 0.516004 | 3,046 | 1,486 | , Saving $0.1 in GPT-4. |
172,481 | we discuss two main aspects of the grb 000301c afterglow @xcite ; its short duration and its possible connection with a damped ly@xmath0 absorber ( dla ) .
grb 000301c falls in the short class of bursts , though it is consistent with belonging to the proposed intermediate class or the extreme short end of the distribution of long - duration grbs .
based on two vlt spectra we estimate the h i column density to be @xmath1(n(h i))@xmath2 .
this is the first direct indication of a connection between grb host galaxies and damped ly@xmath0 absorbers . | grb 000301c was localised by the inter planetary network ( ipn ) and rxte to an area of @xmath350 arcmin@xmath4 .
a fading optical counterpart was subsequently discovered with the nordic optical telescope ( not ) about 42 h after the burst .
the grb was recorded by the ulysses grb experiment and by the near @xmath5-ray / gamma - ray spectrometer . from the near data we estimate the 1501000 kev fluence to be approximately @xmath6 .
the ipn / rxte error - box of grb 000301c @xcite was observed with the 2.56-m nordic optical telescope ( not ) on 2000 march 3.143.28 ut ( @xmath31.8 days after the burst ) using alfosc .
comparing with red and blue palomar optical sky survey ii exposures , a candidate optical transient ( ot ) was found at the position @xmath7=(@xmath8
@xmath9 @xmath10 , @xmath11 @xmath12 @xmath13 .
as measured by both ulysses and near , in the @xmath1425 kev energy range , the duration of this burst was approximately 2 s. grb 000301c falls in the short class of bursts , though it is consistent with belonging to the proposed intermediate class or the extreme short end of the distribution of long - duration grbs .
we obtain a hardness ratio of 2.7@xmath150.6(cutoff)@xmath1530%(statistical error , see @xcite for details on the calculation of the hardness ratio ) .
[ eps1 ] shows the location of grb 000301c in a hardness vs. duration plot .
spectroscopic observations were carried out on 2000 march 5 and 6 ut with vlt - antu equipped with fors1 . fig .
[ figure : spectrum ] shows the normalized spectrum of the ot . following the procedure explained in @xcite we obtained a redshift of @xmath16 .
the oscillator strength weighted mean observed equivalent width of the fe ii lines is 2.56 , which is strong enough that by comparison to known quasar absorbers one would expect this to likely have a column density of neutral hydrogen in excess of @xmath17 .
such absorbers are known as damped ly@xmath0 absorbers ( dlas ) , and hold a special interest because of the large amounts of cold gas locked up in those objects @xcite . on the other hand we found that the spectrum drops steeply before the expected central position of the ly@xmath0 line , and well before the s / n drops below detection ( see right side plot of fig .
[ figure : spectrum ] ) .
one likely explanation for this is the presence of a very broad ly@xmath0 absorption line . to quantify this we have modelled several ly@xmath0 absorption lines , all at redshift 2.0404 .
the formal @xmath18 minimum is found at n(h i)@xmath19 ( @xmath18 per dof = 0.86 ) , but any value within a factor 3 of this is acceptable .
grb 000301c is so far the grb of shortest duration , for which a counterpart has been detected .
the high - energy properties of the burst are consistent with membership of the short - duration class of grbs , though grb 000301c could belong to the proposed intermediate class of grbs or the extreme short end of the distribution of long - duration grbs .
we argue that there may be a connection between the host galaxy of grb 000301c and dlas . | grb 000301c localised by inter planetary network rxte to @xmath350@xmath4 fading optical counterpart discovered nordic optical telescope 42 h after burst grb recorded by ulysses grb experiment near @xmath5-ray gamma - ray spectrometer 1501000 kev fluence approximately @xmath6 ipn / rxte error - box of grb 000301c observed 2.56-m nordic optical telescope 2000 march 3.143.28 ut @xmath31.8 days after burst alfosc palomar optical sky survey ii candidate optical transient found at position @xmath7=(@xmath8 @xmath11 @xmath13 @xmath1425 kev energy range duration burst approximately 2 s grb 000301c short class of bursts intermediate class hardness ratio 2.7@xmath150.6@xmath1530% shows location grb 000301c hardness vs. duration plot spectroscopic observations 2000 march 5 6 ut with vlt - antu fors1 fig . shows normalized spectrum of ot obtained redshift of @xmath16 oscillator strength weighted mean width fe ii lines is 2.56 strong to quasar absorbers column density neutral hydrogen excess of @xmath17 absorbers known as damped ly@xmath0 absorbers special interest large cold gas spectrum drops before central position ly@xmath0 line before s / n drops below detection right plot fig . likely explanation broad ly@xmath0 absorption line modelled several absorption lines at redshift 2.0404 @xmath18 minimum at n(h i)@xmath19 ( @xmath18 per dof = 0.86 ) any value within factor 3 acceptable grb 000301c shortest duration counterpart detected high - energy properties consistent with short - duration class of grbs 000301c could intermediate class or extreme short end long - duration grbs connection between host galaxy of grb 000301c and dlas | 0.135666 | 803 | 425 | , Saving $0.0 in GPT-4. |
172,488 | a new clic test facility ( ctf3 ) at cern will serve to study the drive beam generation for the compact linear collider ( clic ) .
ctf3 has to accelerate a @xmath0 electron beam in almost fully - loaded structures .
the pulse contains more than 2000 bunches , one in every second rf bucket , and has a length of more than one @xmath1 .
different options for the lattice of the drive - beam accelerator are presented , based on fodo - cells and triplets as well as solenoids .
the transverse stability is simulated , including the effects of beam jitter , alignment and beam - based correction . | in the nominal stage of ctf3 , the drive - beam accelerator will have eight klystrons , each feeding two 1m - long structures .
the structures are almost fully loaded , transferring more than @xmath2 of their input power to the beam .
the average energy gain per structure is @xmath3 @xcite .
the beam pulse consists of ten short trains of about 210 bunches each .
the first train fills odd buckets , the immediately following second train fills even buckets ; this pattern is then repeated .
an rf - deflector at half the linac frequency is used to separate the trains after acceleration @xcite .
the initial beam energy is @xmath4 , the final beam energy @xmath5 , the bunch charge @xmath6 , its length @xmath7 @xcite and the transverse normalised emittances are @xmath8 .
the simulations below have been performed using placet @xcite .
the long - range transverse wakefield is represented by the lowest two dipole modes of each cell .
these have been calculated neglecting the coupling between cells and the effect of the damping waveguides @xcite .
the damping of the lowest dipole mode has been found @xcite to be in the range @xmath9 to @xmath10 for perfect loads . in the simulation ,
the modes are confined to their cells , which allows one to take into account the angle of the beam trajectory in the structure .
the loss factors used in the simulation are @xmath11 larger than in @xcite .
this is to account for the effect of higher - order modes .
also , the damping is conservative in the simulation ; @xmath12 and @xmath13 are used for the lowest and the second dipole band .
the short - range longitudinal @xcite and transverse @xcite wakefields have been calculated and are included in the simulation .
almost perfect compensation of the long - range longitudinal wakefields is predicted @xcite .
quadrupole wakefields may be important and have been implemented in placet .
the corresponding modes have not yet been calculated but need to be included in the simulation as soon as they are available .
three different lattices were investigated .
one consists of simple fodo - cells , with one structure between each pair of quadrupoles .
the other two lattices are based on triplets . in one case ( called t1 below ) , one structure was placed between two triplets ; in the other case two structures ( t2 ) . the weaker triplet lattice ( t1 ) and the fodo lattice are roughly comparable in length and cost , whereas the strong triplet lattice ( t2 ) is significantly longer and more costly . in the fodo lattice , the phase advance is @xmath14 per cell , with a quadrupole spacing of @xmath15 . in t2 one has @xmath16 and @xmath17 , and a distance of @xmath18 between triplets .
the sum of the integrated strengths of the outer two magnets is slightly larger than that of the inner one . with this arrangement , the horizontal and the vertical beta - functions are equal in the accelerating structures , and the energy acceptance of the lattice
is markedly improved .
for t1 the phase advances are @xmath19 and @xmath20 for a triplet spacing of @xmath21 .
the transverse acceptance is @xmath22 for the fodo lattice , @xmath23 for t2 and @xmath24 for t1 .
since the beams have to be compressed after the acceleration , the rf - phase can not be used to optimise the beam transport .
it must be chosen to achieve the required compression and to limit the energy spread of the beam before the combiner ring to the latter s energy acceptance .
an rf phase @xmath25 is used in the following .
no estimate of the transverse jitter of the incoming beam exists . therefore , only the jitter amplification is calculated . in the simulation , each bunch is cut into slices ; the beam is set to an offset of @xmath26 and tracked through the linac . the normalised amplification factor @xmath27 for a slice is defined as @xmath28 here , @xmath29 and @xmath30 are initial and final beam size , @xmath31 and @xmath32 are initial and final beam divergence , @xmath26 is the initial beam offset and @xmath33 and @xmath34 are the final position and angle of the centre of the slice . for a slice with nominal energy and without wakefield effects
, one has @xmath35 .
the maximum amplification factor @xmath36 is the maximum over all slices . the left - hand side of fig .
[ f : jitt1 ] shows the bunches at the end of the accelerator using the fodo lattice .
different quadrupole strengths were used to find the best phase advance .
some bunches are kicked significantly ; the maximum amplification is @xmath37 . without knowledge of the acceptance downstream and the size of the beam jitter ,
it is not possible to decide whether the amplification is acceptable . within the linac
, even a large jitter of @xmath38 does not lead to beam loss .
the first few bunches in each train are kicked particularly hard .
this can be prevented by adding charge ramps . towards the end of a train that fills even buckets ,
the bunch charge is slowly decreased from the nominal bunch charge to zero . at the same time one
increases the charge in the odd buckets from zero to nominal , to keep the beam current constant .
thus the two consecutive trains practically overlap . on the right - hand side of fig . [
f : jitt1 ] , one can see that in this case all bunches are well confined , with a maximum amplification of @xmath39 . in the triplet lattices ,
the horizontal plane has a larger jitter amplification than the vertical one .
but even the horizontal amplifications are significantly smaller than in the fodo lattice .
figure [ f : jitt3 ] shows the examples of a pulse without charge ramps , the amplification factors being 1.8 ( t2 ) and 1.5 ( t1 ) . with charge ramps ,
they are reduced to 1.5 and 1.3 . if the beam jitters significantly , the triplet lattices are markedly better than the fodo lattice .
to keep operation as simple as possible , only one - to - one correction is considered .
all elements are assumed to be scattered around a straight line following a normal distribution with @xmath40 . in the fodo lattice ,
corrector dipoles are located after each quadrupole and beam position monitors ( bpm ) are placed in front of each quadrupole . in the triplet lattices ,
the corrector dipoles are positioned after the triplets and the bpms are positioned in front and after the triplets .
the correctors are used to bring the average beam position to zero in the bpms . for each case
, 100 different machines are simulated .
the small growths of about @xmath41 are almost the same for all lattices .
the limit on the variation of the bunch energy is @xmath42 @xcite , much smaller than the single - bunch energy spread . in normal operation , the additional dispersive effects are therefore small .
static local energy errors are of more concern and are discussed here
. the initial and final beam energy can be well measured , and from this the average gradient can be derived .
a local variation of the gradient is more difficult to detect .
it will lead to a quadrupole strength that is not adapted to the beam energy .
the worst case is too low a gradient in the first two structures , which are fed by one klystron . in the simulation ,
100 different machines with a gradient in the first two structures that is too low by @xmath43 ( @xmath44 ) are corrected with the beam .
the emittance growth found after correction is @xmath42 ( @xmath45 ) in the fodo lattice and @xmath41 ( @xmath46 ) in t1 , which seems to be sufficiently low . in t2 ,
the value for a @xmath43 error is small , @xmath46 , but for an error of @xmath44 it starts to be large : @xmath47 .
the transverse acceptance is reduced to @xmath48 ( @xmath49 ) in the fodo lattice , @xmath50 ( @xmath48 ) in t2 and to @xmath51 ( @xmath52 ) in t1 .
figure [ f : energy ] shows the acceptance for a gradient error of @xmath44 . for the fodo lattice , and to a lesser degree also for t2 , one starts to worry about beam losses .
however , an error of @xmath43 seems acceptable with all lattices . to be able to use the fodo lattice or t2
, it necessary to measure the local gradient to better than @xmath43 , to be able to correct the lattice accordingly . for t1 ,
a precision of @xmath44 is sufficient .
the rf power produced by a klystron has a systematic phase variation during the pulse .
one hopes to correct this effect globally , but local variations will remain . to estimate their importance ,
a linear change in phase of @xmath53 over the pulse is assumed for the two structures driven by one klystron .
the next pair has an exactly opposite phase variation .
the resulting bunch - to - bunch energy spread is @xmath46 , full width , which is not acceptable in the combiner ring ; so a better compensation would be needed .
in contrast , the emittance growth seems acceptable with about @xmath54 averaged over 100 machines for all lattices ; the acceptance is hardly decreased .
this phase variation does not cause significant transverse effects .
during commissioning of the linac , large energy errors may occur .
to study the sensitivity to this , 20 machines were simulated for each lattice in the following way : the linac is corrected with a nominal beam ; then the incoming beam is assumed to be accelerated at a different gradient .
figure [ f : phase ] shows the minimum transverse acceptance of the three lattices as a function of the rf - gradient error .
the final energy error is about @xmath55 times larger than that of the rf - gradient , since the beam loading does not change .
the fodo lattice and t1 have a comparable energy acceptance , whereas that of t2 is slightly smaller . by reducing the focal strength ,
the energy acceptance can be further improved at the cost of higher transverse wakefield effects . by reducing the strength of t2 to @xmath56 and @xmath57 ,
the energy acceptance becomes larger than that of the fodo lattice .
the maximum amplification of an initial jitter increases from 1.8 to 2.6 but is still smaller than the factor 3.7 in the fodo lattice . with each lattice
, the linac energy acceptance is largely sufficient during normal operation .
placet has been modified to also simulate the effects of solenoids with acceleration .
this allows to include the last two structures of the injector which are placed inside a solenoid .
two triplets are used to match the end of the solenoid to the t2 version of the drive - beam accelerator .
the field of the solenoid is @xmath58 and its length is chosen such that a horizontal jitter of the nominal beam leads to a final horizontal offset .
the end fields of the solenoid are modelled as thin lenses .
neither space charge nor the difference of the particle velocities from the speed of light are taken into account , but the wakefields are considered , in contrast to calculations done with parmela @xcite . figure [ f : solenoid ] shows the amplification factor .
while there is some contribution from the structures in the solenoid , the overall amplification seems still acceptable .
the simulations show that the lattices considered here can be acceptable ; the best is the strong triplet lattice t1 .
the triplet lattice t2 seems to be a better choice than the fodo lattice .
the fodo lattice is less expensive than t2 , which is much cheaper than t1 . to find the best compromise ,
more information is needed . for the fodo lattice
the ramps have to be studied in more detail . for all lattices ,
the matching from the injector to the linac and from the linac to the combiner ring needs to be understood . | stage ctf3 drive - beam accelerator eight klystrons feeding two 1m - long structures structures almost fully loaded transferring @xmath2 input power to beam average energy gain per structure @xmath3 @xcite beam pulse ten trains 210 bunches each first train fills odd buckets second fills even buckets pattern rf - deflector half linac frequency trains after acceleration initial beam energy @xmath4 final @xmath5 bunch charge @xmath6 length @xmath7 transverse normalised emittances @xmath8 simulations using placet @xcite long - range transverse wakefield represented lowest two dipole modes cell calculated coupling damping waveguides damping lowest dipole mode @xmath9 to @xmath10 for perfect loads modes confined to cells angle beam trajectory loss factors larger effect higher - order modes damping conservative @xmath12 @xmath13 for lowest second dipole band short - range longitudinal transverse @xcite wakefields calculated included almost perfect compensation long - range longitudinal wakefields predicted @xcite quadrupole wakefields important implemented in placetmodes not calculated need included in simulation available three lattices investigated one fodo - cells one structure between quadrupoles other two lattices based on triplets one case one structure between two triplets other two structures t2 weaker triplet lattice comparable in length cost strong triplet lattice t2 longer more costly fodo lattice phase advance @xmath14 per cell quadrupole spacing @xmath15 t2 @xmath16 @xmath17 distance @xmath18 between triplets strengths outer two magnets slightly larger than inner one horizontal vertical beta - functions equal in accelerating structures energy acceptance improved for t1 phase advances @xmath19 @xmath20 triplet spacing @xmath21 transverse acceptance @xmath22 for fodo @xmath23 for t2 @xmath24 for t1 beams compressed after acceleration rf - phase beam transport must chosen to achieve compression limit energy spread before combiner rf phase @xmath25 used no estimate of transverse jitter incoming beam only jitter amplification calculated simulation each bunch cut into slices beam set to offset @xmath26 tracked through linacnormalised amplification factor @xmath27 slice defined as @xmath28 @xmath29 initial final beam size beam divergence @xmath26 initial beam offset final position angle of centre slice slice with nominal energy without wakefield effects has @xmath35 maximum amplification factor @xmath36 maximum over all slices left fig shows bunches at end accelerator fodo lattice different quadrupole strengths best phase advance some bunches kicked significantly maximum amplification @xmath37 without knowledge acceptance downstream size beam jitter possible to decide amplification linac large jitter of @xmath38 to beam loss first bunches train kicked hard prevented by adding charge ramps end train buckets bunch charge decreased from to zero increases charge in odd buckets from zero to nominal keep beam current constant two consecutive trains overlap right all bunches confined maximum amplification @xmath39 triplet lattices horizontal plane larger jitter amplification than vertical horizontal amplifications smaller than fodo lattice figure shows examples pulse without charge ramps amplification factors 1.8 ( t2 ) 1.5 ( t1 ) charge ramps reduced to 1.5 1.3 beam jitters triplet lattices better than fodo lattice one - to - one correction elements scattered around straight line normal distribution with @xmath40 fodo lattice corrector dipoles after quadrupole beam position monitors front triplet lattices corrector dipoles after bpms front after triplets correctors average beam position to zero 100 machines simulated small growths of @xmath41 same for all lattices limit variation bunch energy @xmath42 smaller than single - bunch energy spread normal operation additional dispersive effects small local energy errors concern discussed initial final beam energy measured average gradient derived local variation gradient difficult to detect quadrupole strength not adapted beam energy worst case too low gradient in first two structures fed by one klystron 100 machines gradient low by @xmath43 ( @xmath44 ) corrected with beam emittance growth after correction @xmath42 ( @xmath45 ) in fodo lattice @xmath41 ( @xmath46 ) in t1 lowt2 value @xmath43 error small @xmath46 error @xmath44 large @xmath47 transverse acceptance reduced to @xmath48 ) fodo lattice @xmath50 ) t2 @xmath51 ( @xmath52 ) t1 figure f shows acceptance gradient error @xmath44 fodo lattice t2 beam losses error @xmath43 acceptable all lattices fodo lattice t2 measure local gradient better @xmath43 correct lattice t1 precision @xmath44 sufficient rf power klystron phase variation during pulse correct globally local variations remain linear change in phase of @xmath53 over pulse assumed for two structures driven one klystron next pair opposite phase variation resulting bunch - to - bunch energy spread is @xmath46 full width not acceptable in combiner ring better compensation needed emittance growth acceptable with @xmath54 over 100 machines all lattices acceptance hardly decreased phase variation significant transverse effects commissioning linac large energy errors may occur 20 machines simulated each lattice linac corrected with nominal beam incoming beam accelerated at different gradientfigure f phase shows minimum transverse acceptance three lattices rf - gradient error final energy error @xmath55 times larger than rf - gradient beam loading change fodo lattice t1 comparable energy acceptance t2 slightly smaller reducing focal strength energy acceptance higher transverse wakefield effects reducing strength t2 to @xmath56 @xmath57 energy acceptance larger than fodo lattice maximum amplification initial jitter increases 1.8 to 2.6 smaller than factor 3.7 fodo lattice lattice linac energy acceptance sufficient during normal operation placet modified to simulate solenoids with acceleration last two structures injector inside solenoid two triplets match end solenoid t2 version accelerator field solenoid is @xmath58 length chosen horizontal jitter leads to final horizontal offset end fields modelled as thin lenses neither space charge particle velocities from speed light wakefields considered contrast figure f solenoid shows amplification factor contribution structures overall amplification acceptable simulations show lattices acceptable best strong triplet lattice t1 triplet lattice t2 better than fodo lattice fodo lattice less expensive than t2 cheaper than t1 best compromise more information neededfodo lattice ramps studied detail all lattices matching from injector to linac linac to combiner ring understood | 0.4365 | 2,693 | 1,351 | , Saving $0.1 in GPT-4. |
172,499 | * due to the transfer of the angular spectrum of the pump beam to the two - photon state in spontaneous parametric down - conversion the generated twin photons are entangled in hermite - gaussian ( hg ) modes .
this enables one using hg modes as an alphabet for quantum communication . for global quantum communication purposes ,
we derive an analytic expression for two - photon detection probability in terms of hg modes taking into account the effects of the turbulent atmosphere .
our result is more general as it accounts for the propagation of both , signal and idler photons through the atmosphere , as opposed to other works considering one of the photons propagation in vacuum .
we show that while the restrictions on both the parity and order of the down - converted hg fields no longer hold due to the crosstalk between modes when propagating in the atmosphere , the crosstalk is not uniform : there are more robust modes that tend to keep the photons in them . these modes can be employed in order to increase the fidelity of quantum communication . * | the fact that two - photon states generated by spontaneous parametric down - conversion ( spdc ) are entangled in transverse spatial modes with high schmidt numbers opens a possibility of encoding information in two - photon states using larger alphabets @xcite . to this end
, it is of importance to understand whether the transverse mode correlation is still present in any extent after the down - converted two - photon states have propagated through a turbulent medium . among the many possible sets of orthogonal higher - order optical beam modes , the best known are the laguerre - gaussian ( lg ) and hg modes .
lg modes are of particular interest as their helical phase front structures carry orbital angular momentum ( oam)@xcite . due to this complex spatial distribution , lg modes
can not be efficiently coupled to single - mode fibers . in order to detect higher - order modes ,
computer generated holograms shall be used to transform the higher - order modes to the zero - order ones which are further coupled to single - mode fibers @xcite .
computer generated holograms can also be used to project superposition states of lg modes to a particular state defined by the hologram necessary for verification of entanglement @xcite . as the hologram and the single mode fiber configuration is sensitive to the radial distribution of the source ( characterized by the mode number @xmath0 ) ,
measurements of only the spiral spectrum of entangled two - photon states have been carried out @xcite . in the presence of turbulence ,
the evolution of entanglement in the three dimensional lg mode basis has been observed using a single phase screen model for one of the photons , either signal or idler @xcite .
recently , an experiment on transmission of oam modes of light over a distance of 143 kilometers has been performed @xcite .
the atmospheric fourth - order correlation function for the spdc process , when the field of pump represents any of hg or lg modes as well as a partially coherent field has been calculated analytically in ref .
@xcite , showing that the joint probability for detection of the signal and idler photons in different positions is considerable after propagation for more than five kilometers . in this letter
, we go a step forward and calculate the joint probability to detect the photons in different hg modes ( see eq .
( [ final_expression ] ) ) which is a product of functions , which mixes the indices of signal and idler implying that the entanglement is preserved .
our results also show that some pairs of modes are more robust to the crosstalk due to atmospheric propagation than others which can be beneficial for free space quantum communication purposes .
full spatial entanglement has been accessed experimentally with feasible radial detection modes with negligible cross correlations in vacuum @xcite .
the expected perfectly ( anti)correlated pure state from spdc has the form @size8@mathfonts @@@#1 @xmath1 where the coefficients @xmath2 are the probability amplitudes to detect a signal photon in the @xmath3 mode and an idler photon in the @xmath4 mode .
in contrast to the azimuthal modes , their radial counterparts do not necessarily represent schmidt modes , however , there has been found non - zero quantum correlations of detected modes with different @xmath0 @xcite . instead of the basis of the lg modes , mathematically
, it is less costly to make use of the hg modes .
as the hg modes form a complete set , one can expand the two - photon state as @xmath5 where @xmath6 is the state prepared in spdc process and @xmath7 are the coefficients of expansion representing the probability amplitudes of detecting signal and idler photons in hg modes with mode indexes @xmath8 and @xmath9 , respectively .
the joint detection probability , @xmath10 , for signal and idler photons each in some transverse mode propagating in vacuum has been calculated before @xcite .
following ref.@xcite , we write the joint probability for two photons in modes @xmath11 and @xmath12 , in the representation of the configuration space variables which facilitates accounting for the atmospheric effects on the state @xmath13 where @xmath14 is the two - photon state generated by spdc @xcite , while @xmath15 represents the two photon wavefunction . experimentally , the modes @xmath16 and @xmath17 represent phase holograms , say , to be coupled with a detection system . the frequency degenerate spdc state is of our specific interest , that is , @xmath18 expression ( [ prob_transverse_modes ] ) is independent of positions of detectors due to the fact that the fields , whose modal expansion is made up of arbitrary weighted hg modes , are shape - invariant @xcite .
the shape - invariant property will no longer hold due to distortions caused by turbulence .
the two photon wavefunction @xmath19 thus can be taken in the far field approximation important for calculating the probability ( [ prob_transverse_modes ] ) by taking the effects of turbulence into account .
in this section we calculate the two - mode joint detection probability ( [ prob_transverse_modes ] ) taking into account the effects of turbulence .
to do so , we write the two - photon wavefunction in the form @xcite @xmath20\right]\\&\times \exp[\psi ( \textbf{x}_1,\textbf{r}')+\psi ( \textbf{x}_2,\textbf{r } '' ) ] , \end{split}\ ] ] where @xmath21 is a random function representing phase and amplitude distortions of signal and idler fields , @xmath22 is the wavelength and @xmath23 is the propagation distance . utilizing ( [ 2-phot - wf ] ) , the probability ( [ prob_transverse_modes ] ) takes the form @xmath24 \\&\times \left\langle \exp\left[\psi(\textbf{x}_1 , \textbf{r}')+\psi^{\ast}(\textbf{x}'_1 , \textbf{r}'')+ \psi(\textbf{x}_2 , \textbf{r}')+\psi^{\ast}(\textbf{x}'_2 , \textbf{r } '' ) \right]\right\rangle , \end{split}\ ] ] where @xmath25 the integration for a gaussian pump and hg mode functions , where the geometrical optics approximation along with the stochastic function @xmath26 as a gaussian random field were used , yields @xmath27 where @xmath28 @xmath29 @xmath30}{c_2c_3(1+p+q)(1+\mu+\nu - p - q)}\\&\times \gamma\left(\frac{2+p+q}{2}\right)%\left .
\gamma\left(\frac{2+\mu+\nu - p - q}{2}\right)\\&\times f\left(\frac{2+p+q}{2};\frac{2+\mu+\nu - p - q}{2 } , \frac{1}{2};c_4\right ) \biggr),%\right\},\end{aligned}\ ] ] @xmath31 is the hypergeometric function , @xmath32 is the binomial coefficient and @xmath33 is the gamma function .
other quantities are defined as @xmath34 here , @xmath35 measures the strength of the turbulence related to the rytov variance , @xmath36 where @xmath37 is the structure constant of the refractive index of the atmosphere , @xmath38 is the wavenumber .
the ensemble averaging in eq .
( [ prob_trans_modes1 ] ) is performed using the wiener - khinchin theorem with the tatarskii power spectrum of index of refraction fluctuations .
similar calculation can be found in ref .
being one of the main results of our paper , expression ( [ final_expression ] ) shows that the joint two - mode detection probability for signal and idler photons is a product of functions , which mixes the indices of signal and idler .
this directly implies that the entanglement is preserved . as the two - photon wavefunction in eq.([2-phot - wf ] ) is expressed in the paraxial approximation , thus not properly normalized , the sums @xmath39 do not converge to unity .
this is because the shapes of the higher and higher order modes increase , leading to a deviation from the paraxial approximation . to have better insight
, one can arrange the values of eq.([final_expression ] ) in a matrix .
below we construct the first 100 values of ( [ final_expression ] ) in a @xmath40 matrix for the vacuum case + @xmath41 + the elements @xmath42 of the matrix are double indices corresponding to mode numbers of signal and idler ranging as @xmath43,@xmath44,@xmath45,@xmath46,@xmath47,@xmath48,@xmath49,@xmath50,@xmath51,@xmath52 , where @xmath53 .
moreover , the matrix elements satisfy selection rules obtained in ref .
@xcite @xmath54 the matrix for a weak turbulence regime , more precisely , for @xmath55 and for the propagation distance @xmath56 km , the wavelength @xmath57 m and the spot size of the pump at the nonlinear crystal @xmath58 cm has the form shown in eq.([matr - turb ] ) , .
we see that all elements are different from zero : the atmosphere causes crosstalk between different modes .
the variation of the first two matrix elements with the strength of turbulence is shown in fig.[fig1 ] .
for the first line of the matrix , we compare the behavior of the probabilities for two different turbulence conditions @xmath59 , and @xmath60 with the vacuum case .
we let the propagation distance , the fresnel ratio and the spot size of the pump at the crystal to be the same .
one can see that the crosstalk between modes is not uniform : photons tend to stay in some modes , e.g. , \{00,02 } and \{00,20 } , conversely , crosstalk to some modes , e.g. , \{00,01 } , \{00,10 } is more preferred than to others , e.g. , \{00,12 } and \{00,21}. therefore , in making quantum communication with hg alphabet , one has a distinctive choice of modes that can increase the fidelity of the communication .
one should also note that this is true for quite weak turbulence conditions as demonstrated in fig.[fig2 ] .
@xmath61 fig.[fig1 ] shows that forbidden probabilities , imposed by the selection rules ( [ selection - rules ] ) , increase due to the crosstalk between modes caused by atmosphere .
accordingly , the allowed probabilities decrease to conserve the total probability . in fig.[fig2 ] , the blue and red columns represent the probabilities for the vacuum and turbulent cases , respectively .
the quantum state produced by spdc process is entangled in spatial degrees of freedom .
the entanglement in the hg transverse modes has been shown by walborn _ et _ _ al .
_ @xcite by implying restrictions on both the parity and order of the down - converted hg fields , recapped in eq.([selection - rules ] ) .
one could use this higher dimensional entanglement to make quantum communication with a large alphabet , thereby enhancing the security of the communication . for a long distance and , eventually , global quantum communication with entangled photonic states one needs to consider the effects of the atmosphere .
we obtained an analytic expression for the joint detection probability for signal and idler photons either of them to be found in an hg mode of any order .
we considered a gaussian beam as a pump and used the paraxial approximation for the down - converted fields .
our results show that for a propagation distance of 5 km there is a nonuniform crosstalk between modes : there are modes that tend to stay populated while some tend to stay empty . this feature can be used to enhance the quantum communication fidelity by selecting appropriate mode projectors at the detectors side . s. p.
walborn , a. n. de oliveira , r. s. thebaldi , and c. h. monken , `` entanglement and conservation of orbital angular momentum in spontaneous parametric down - conversion , '' phys .
a * 69 * , 023811 ( 2004 ) . | two - photon states generated by parametric down - conversion entangled in transverse spatial modes with high schmidt numbers encoding information using larger alphabets to understand transverse mode correlation after through turbulent medium orthogonal higher - order optical beam modes known are laguerre - gaussian lg and hg modes lg modes helical phase front structures carry orbital angular momentum complex spatial distribution lg modes coupled to single - mode fibers detect computer generated holograms transform higher - modes to zero - order ones coupled to single - mode fibers project superposition states of lg modes to state defined hologram for verification of entanglement hologram fiber sensitive to radial distribution source mode number measurements of spiral spectrum of entangled two - photon states carried out in turbulence evolution of entanglement in three dimensional lg mode basis observed using single phase screen model experiment on transmission of oam modes light over 143 kilometers performed atmospheric fourth - order correlation function for spdc process represents hg or lg modes coherent field calculated analytically in@xcite joint probability detection signal idler photons positions considerable after propagation five kilometers calculate joint probability detect photons different hg modes final mixes indices signal idler entanglement preserved results show some modes robust to crosstalk atmospheric propagation beneficial for free space quantum communication full spatial entanglement accessed with radial detection modes negligible cross correlations in vacuum @xcite expected anti)correlated pure state from spdc form @size8@mathfonts#1 @xmath1 coefficients @xmath2 probability amplitudes detect signal photon @xmath3 idler photon @xmath4 radial counterparts represent schmidt modes non - zero quantum correlations of detected modes with different @xmath0 @xcite less costly hg modes set expand two - photon state as @xmath5 @xmath6 state spdc @xmath7 coefficients of expansion probability amplitudes detecting signal idler photons in hg modes mode indexes @xmath8 @xmath9 joint detection probability @xmath10 for signal idler photons transverse mode vacuum calculated before @xcite@xcite write joint probability for two photons in modes @xmath11 and @xmath12 configuration space variables atmospheric effects state @xmath13 @xmath14 two - photon state generated by spdc @xmath15 represents two photon wavefunction modes @xmath16 and @xmath17 represent phase holograms coupled with detection system frequency degenerate spdc state specific interest @xmath18 expression independent of positions detectors fields arbitrary weighted shape - invariant shape - invariant property hold due to distortions turbulence two photon wavefunction @xmath19 taken in far field approximation for calculating probability effects turbulence account calculate two - mode joint detection probability effects turbulence write two - photon wavefunction in form @xcite @xmath20 \psi\textbf{x}_1+_2 @xmath21 random function representing phase amplitude distortions of signal idler fields @xmath22 wavelength @xmath23 propagation distance2-phot - wf probability prob_transverse_modes form @xmath24\left\langle\left\psi(\textbf{x}_1{r})+_2_2\rangle{split} @xmath25 integration gaussian pump hg mode functions geometrical optics approximation stochastic function @xmath26 gaussian random field yields @xmath27 @xmath28 @xmath29 @xmath30_2c_3(1+p+q)(1+\mu+\nu - p - q)\left(\frac{2+p+q}{2}\right)\left\left(\frac{2+\mu+\nu - p - q}{2}\right f\left({2+p+q}{2+ - p - q{1}{2}_4\right{aligned} @xmath31 hypergeometric function @xmath32 binomial coefficient @xmath33 gamma functionquantities defined as @xmath34 @xmath35 measures turbulence rytov variance @xmath36 structure constant refractive index atmosphere wavenumber ensemble averaging in eq. prob_trans_modes1 performed using wiener - khinchin theorem tatarskii power spectrum of index refraction fluctuations similar calculation in ref . expression final_expression shows joint two - mode detection probability for signal idler photons product of functions mixes indices implies entanglement preserved two - photon wavefunction in eq.([2-phot - wf expressed in paraxial approximation not normalized sums @xmath39 converge to unity shapes higher modes increase deviation from paraxial approximation arrange values of eq.([final_expression in matrix construct first 100 values final_expression in @xmath40 matrix for vacuum case + @xmath41 elements @xmath42 double indices mode numbers of signal and idler @xmath43 matrix elements satisfy selection rules in ref .@xcite @xmath54 matrix for weak turbulence regime @xmath55 propagation distance @xmath56 km wavelength @xmath57 m spot size pump at nonlinear crystal @xmath58 cm form in eq.([matr - turb ] ) all elements different from zero atmosphere causes crosstalk between modes variation of first two matrix elements with strength turbulence shown in fig.[fig1 ] first line compare probabilities for turbulence conditions @xmath59 @xmath60 with vacuum case propagation distance fresnel ratio spot size pump at crystal same crosstalk between modes not uniform photons stay in some modes crosstalk some modes preferred quantum communication with hg alphabet distinctive choice of modes increase fidelity communication true for weak turbulence conditions in fig.[fig2 ] @xmath61 fig.[fig1 forbidden probabilities selection rules increase due to crosstalk between modes atmosphere allowed probabilities decrease conserve total probability fig.[fig2 blue red columns represent probabilities for vacuum and turbulent cases quantum state spdc process entangled in spatial degrees freedomentanglement in hg transverse modes shown by walborn restrictions on parity order down - converted hg fields recapped in[selection - rules higher dimensional entanglement quantum communication with large alphabet security long distance global quantum communication with entangled photonic states effects atmosphere obtained analytic expression for joint detection probability for signal idler photons in hg mode considered gaussian beam as pump paraxial approximation for down - converted fields results show propagation distance 5 km nonuniform crosstalk between modes stay populated some empty quantum communication fidelity selecting mode projectors at detectors side walborn de oliveira thebaldi monken entanglement conservation of orbital angular momentum in spontaneous parametric down - conversion phys . 69 023811 ( 2004 | 0.436393 | 2,633 | 1,301 | , Saving $0.1 in GPT-4. |
172,502 | the determination of a steeply falling energy spectrum from rare events with non - gaussian measurement errors is a delicate matter .
the final shape of the spectrum may be severely distorted as a consequence of non - gaussian tails in the energy resolution of the experiment .
we illustrate this effect with the recent experimental efforts to determine the ultra - high energy extreme of the cosmic ray spectrum .
3000 3000 40by * the effect of non gaussian errors on the determination of steeply + falling spectra * + c.o .
escobar@xmath0 , l. g. dos santos@xmath0 , and r.a .
vzquez@xmath1 + _ @xmath0 instituto de fisica gleb wataghim , unicamp + _ _ @xmath1 departamento de fsica de partculas , + universidade de santiago , 15706 santiago de compostela , spain + _ | we will study the determination of a steeply falling spectrum when the energy measurement errors show long , asymmetrical , non - gaussian tails .
we will see that for a steep spectrum the effect of long tail error functions can be dramatic : spectrum slopes , cutoff or other features could be changed or even erased , depending on the degree of deviation of the error function ( energy resolution ) from a gaussian distribution .
this problem , well known to nuclear spectroscopists working near the end point of a spectrum @xcite is , however , often ignored in areas such as cosmic ray physics and we therefore choose to illustrate it by examining the spectrum of ultra high energy cosmic rays ( uhecr ) as determined by ground arrays , addressing the crucial question of the existence or absence of a cutoff in the spectrum , known as the greisen - zatsepin - kuzmin ( gzk)cutoff @xcite .
we will consider four cases for the reconstruction error function .
these cases illustrate the different possibilities .
let s start with the simplest , well - known , case of a gaussian error reconstruction function .
assume that events of energy @xmath2 are reconstructed with energy @xmath3 with a probability given by @xmath4 where @xmath5 is constant .
then , the effect on an initial power law spectrum , @xmath6 , will be simply given by the convolution of @xmath7 with the error function @xmath8 in this case the integral can be carried out analytically but is not very illuminating .
for high energy @xmath3 it can be expanded to give @xmath9 at large energies , the effect of the reconstruction energy on the reconstructed flux is very small .
this is what is expected for gaussian errors and therefore one can safely neglect this effect .
the same occurs for any other initial spectrum .
the reconstructed spectrum will differ from the original one by a function which goes to zero rapidly with increasing energy . now let s consider the log - gaussian distribution @xmath10 where @xmath11 is a normalization constant and @xmath12 is the standard deviation .
then the convolution of @xmath13 with the power like initial flux is @xmath14 where we are assuming that @xmath15 is independent of energy .
we see therefore that for a log - gaussian error with a constant standard deviation the effect of the convolution is to change the normalization .
this is rather different from the result of eq.[gaussr ] , where the change was negligible at large enough energies . here
the flux increases ( for @xmath16 ) by a constant factor .
notice also that the enhancement factor depends strongly on the initial spectrum index , @xmath17 .
if we put @xmath18 and @xmath19% then @xmath20 , for @xmath21% then @xmath22 . alternatively , for @xmath23 , we get a factor two enhancement for @xmath24 . in order to see what is the effect of very long tails on the reconstruction of events ,
let us consider an error function with a long tail @xmath25 where @xmath11 is a normalization and @xmath26 and @xmath27 are constants .
the energy is reconstructed with a power law distribution of slope @xmath26 and @xmath28 for small and large reconstructed energies .
the convolution with the original spectrum gives as before @xmath29 where @xmath30 is a constant which depends on the indexes @xmath31 .
as in the log - gaussian case the normalization changes but now the effect can be dramatic , depending on the values of @xmath26 and @xmath27 . for @xmath32 and @xmath33
we find @xmath34 .
the log - gaussian distribution can be thought as the limit when @xmath26 and @xmath27 are large . in both cases
the normalization is strongly affected .
this is easily understood , the long tails on the error functions favor the more numerous low energy events to be reconstructed at higher energy , giving a higher flux . in all these cases
we are assuming that there are no systematical energy shifts : the average reconstructed energy for a fixed initial energy is assumed to be equal to the initial energy .
the existence of systematic errors in the reconstruction of energy would worsen considerably our results since in this case the change on the normalization of the spectrum will be linear in @xmath35 rather than quadratic . also we are assuming that the energy reconstruction function has no strong energy dependence .
our last example of an error function with long tails is the moyal distribution which constitutes an approximation to the landau distribution describing the fluctuations in energy losses of an ionizing particle passing through matter @xcite .
@xmath36 we will return to this distribution at the end of the paper when we look in detail at the problem of the gzk cutoff in the uhecr spectrum . now let s consider an initial spectrum with some feature . in order to keep the analysis simple ,
let s assume a spectrum with a exponential cutoff .
@xmath37 where @xmath38 is the cutoff energy .
the effect of a gaussian error would be again the original flux times a function going rapidly to 1 with energy , _
i.e. _ the original flux is not modified .
however for a log - gaussian error or for a power law error we will have strong modification of the flux . in both cases at low energy ( @xmath39 ) we will have the previous result , the reconstructed flux is modified by a constant factor . at high energies , @xmath40 , the effect is different . in the log - gaussian error function
we have @xmath41 where now @xmath42 is the new , smeared , cutoff energy .
again , this effect can be large due to the non linear dependence on @xmath17 and @xmath15 ; for @xmath43 and @xmath44 @xmath45 , for @xmath46 @xmath47 . in the case of a power law error
function the effect is even more dramatic . at high energy , @xmath40 ,
the convolution of the error function with the exponential cutoff flux is @xmath48 _ i.e. _ the cutoff is completely washed out and replaced by a spectrum with a constant slope .
the new slope is solely dependent on the error function and not on the original spectrum .
we want now to argue that the non - gaussian error functions given above are realistic .
there are several reasons why one expects long tails in the reconstruction of events in cosmic ray experiments . in ground array experiments
the energy is estimated by measuring the density of particles in the shower .
usually parameters such as @xmath49 , the density of particles at @xmath50 m from the core , are used .
it is found that the energy of the shower scales as @xmath51 and @xmath52 . but this quantity has non - gaussian uncertainties .
first , to calculate @xmath49 ( or any similar parameter ) the core position and the arrival direction of the shower are needed .
given an arrival direction the @xmath53 is corrected to
zero degrees arrival direction by an equation like @xmath54 where @xmath55 is the zenith angle and @xmath56 is a constant .
even if the arrival direction is reconstructed with a gaussian probability function the resulting @xmath57 is not .
however , this effect is , we believe , small at all but the largest zenith angles .
the effect on the core reconstruction is more important .
the density of particles at a distance @xmath58 from the shower core can be parameterized by the nkg lateral distribution function @xmath59 where @xmath60 are constants . then
, the error in the density due to the error in the determination of the core position would be generally non - gaussian .
finally , any indirect measurement of cosmic rays based on shower development is subjected to shower fluctuations .
it is well known that the total number of particles at fixed depth have large non - gaussian fluctuations , the total number of particles r.m.s scales as the energy .
the same occurs for @xmath49 , since it is related to the total number of particles . in figure [ fig1 ]
we can see the distribution of the total number of particles at ground level in a shower of fixed energy .
we can appreciate that the distribution of the number of particles is far from a gaussian and has long tails . in figure [ fig2 ]
we show the distribution of the density at 600 meters for showers of fixed energy .
more than 20000 protons showers of energy @xmath61 were simulated with the aires monte carlo code @xcite . as before the distribution is non - gaussian with tails extending to more than 1 order of magnitude above the average .
this was known for a long time but rarely used in the analysis of cosmic ray physics @xcite .
apparently , it is a generic phenomena in probability theory and does not contradict the central limit theorem @xcite .
our results are not directly applicable to any real experiment .
rather , experiments should ascertain what are their error reconstruction functions and take them into account in the calculation of the spectrum .
also , events with large fluctuations could be cut off by other methods , improving therefore the energy reconstruction and avoiding these unwanted effects .
particularly important would be to get rid of any power like tail in the reconstruction error functions , since they have the most devastating effects on the spectrum reconstruction .
on the other hand this effect could , at least in part , explain the current experimental situation where the normalization of the cosmic ray flux for different experiments is different and the existence of the gzk cutoff is controversial .
values of @xmath62 % are usual in cosmic ray physics and as said before with such values there are important effects on the shape and normalization of the resulting spectra .
the current experimental situation is aggravated by the low statistics in the high energy part of the spectrum .
the agasa experiment has measured @xmath63 @xcite events above @xmath64 ev , of them 8 are above @xmath65 ev . using a realistic spectrum obtained from an uniform cosmological distribution of sources @xcite and using a log - gaussian error function with @xmath66
we obtain that for a total of 58 events above @xmath64 ev , the probability of having 8 or more events above @xmath65 ev is 2% .
the average number of expected events would be 3 . in figure [ fig3 ] the convolution of different spectrum with energy error functions
is shown . in the case of a @xmath67 and the cosmological distribution of sources of teshima and yoshida @xcite
one can see that at @xmath68 eev only a 0.1 reduction on the flux is expected .
the number of agasa events above the gzk cutoff seems to establish its absence .
however , if we introduce non - gaussian errors , we stress once again , the observation of such events becomes compatible with the gzk cutoff .
to illustrate quantitatively the possibility of not seeing the gzk cutoff because of non - gaussian errors in the energy determination we consider the moyal distribution of equation 4 ( with approximately the same half - width of a gaussian distribution of a given variance , as seen in fig .
4 ) to each energy sampled from the agasa spectrum with a exponential cutoff , that is a power law spectrum with an index of 2.78 multiplied by an exponentially falling spectrum starting at @xmath64 ev . we can compare the probability of finding events above gzk for measurements affected by gaussian errors ( 10% , 20% , and 30% ) with measurements affected by moyal - distributed errors ( with the same half - width of gaussians with standard deviation of 10% , 20% , and 30% of energy ) .
we see that considering only gaussian errors we can not explain the observed number of events above gzk by agasa ( indicated by an arrow in figure 5 ) and would be led to conclude that there is a cutoff in the uhecr spectrum .
however , for moyal - distributed errors ( 30% of energy ) we have an appreciable probability of finding more than 47 events above the gzk cutoff .
we have shown in this paper that the experimental resolution curve when deviating from a gaussian distribution severely impacts the shape and normalization of a steeply falling spectra near its end point .
spectral features such as a cutoff may disappear from the reconstructed spectrum due to the effect of long tails in the resolution(error)function of the experiment .
* acknowledgments : * we thank discussions with mximo ave and enrique zas .
one of us ( rav ) thanks the instituto de fisica gleb wataghim for kind invitation when this work took place and to fapesp , xunta de galicia ( xuga-20604a98 ) , and to the ramn y cajal fellowship program for financial support .
lgs and coe thank fapesp for its financial support as well as the brazilian research council - cnpq ( coe ) .
999 e. holzschuh , _ rep . prog . in phys . _
* 55 * ( 92 ) 1035 ; e.w .
otten , _ prog .
* 32 * ( 94 ) 153
. m. nagano and a.a .
watson , _ rev
phys . _ * 72 * 689 ( 2000 ) .
j. e. moyal , _ phil . mag . _ * 45 * ( 1955 ) 263 .
aires : a system for air shower simulation , s.j .
sciutto , _ proc . of the xxvi int .
cosmic ray conf .
_ salt lake city ( 1999 ) , vol . 1
, p. 411 - 414 ; s.j .
sciutto _ preprint archive _ astro - ph/9911331 .
g. parente , r.a .
vzquez , and e. zas , proceedings of 24th the icrc , vol.1 p.377 ( 1995 ) .
tribelsky , preprint math.pr/0106037 , june 2001 . m. ave , _ private communication _
n. hayashida _
et al _ , _ astrophys.j . _ * 522 * ( 1999 ) 225 .
s. yoshida and m. teshima , _ prog .
* 89 * ( 1993 ) 833 . | study determination steeply falling spectrum energy errors show long asymmetrical non - gaussian tails steep spectrum effect long tail error functions dramatic spectrum slopes cutoff features changed or erased depending deviation error function from gaussian distribution problem nuclear spectroscopists often ignored in cosmic ray physics examining spectrum ultra high energy cosmic rays ) ground arrays addressing cutoff spectrum greisen - zatsepin - kuzmin gzk)cutoff @xcite consider four cases for reconstruction error function illustrate possibilities start simplest case gaussian error reconstruction events energy @xmath2 reconstructed with energy @xmath3 probability @xmath4 @xmath5 constant effect on initial power law spectrum @xmath6 given by convolution @xmath7 with error function @xmath8 integral carried out analytically not illuminating high energy @xmath3 expanded @xmath9 large energies effect reconstruction energy on reconstructed flux small expected for gaussian errors neglect effect same other initial spectrum reconstructed spectrum original by function goes to zero rapidly with increasing energy consider log - gaussian distribution @xmath10 where @xmath11 normalization constant @xmath12 standard deviationconvolution of @xmath13 with initial flux @xmath14 @xmath15 independent of energy log - gaussian error constant standard deviation normalization different from result eq.[gaussr ] change negligible at large energies flux increases @xmath16 by constant factor enhancement factor depends on initial spectrum index @xmath17 @xmath18 @xmath19% @xmath20 @xmath21% @xmath22 @xmath23 factor two enhancement for @xmath24 effect long tails on reconstruction error function with long tail @xmath25 @xmath11 normalization @xmath26 @xmath27 constants energy reconstructed with power law distribution of slope @xmath26 @xmath28 for small large energies convolution with original spectrum @xmath29 @xmath30 constant depends on indexes @xmath31 normalization changes effect dramatic depending on values @xmath26 @xmath27 @xmath32 @xmath33 @xmath34 log - gaussian distribution limit when @xmath26 and @xmath27 large normalization affected long tails favor numerous low energy events reconstructed at higher energy higher flux no systematical energy shifts average reconstructed energy for fixed initial energy equal to initial energysystematic errors in reconstruction energy worsen results change on normalization spectrum linear in @xmath35 assuming energy reconstruction function no strong energy dependence example error function with long tails is moyal distribution approximation to landau distribution energy losses ionizing particle matter @xmath36 return to distribution end paper problem gzk cutoff in uhecr spectrum consider initial spectrum feature assume spectrum with exponential cutoff @xmath37 @xmath38 is cutoff energy effect gaussian error original flux times function to 1 with energy not modified log - gaussian error or power law error strong modification of flux at low energy @xmath39 reconstructed flux modified by constant factor at high energies @xmath40 effect different log - gaussian error @xmath41 @xmath42 is new cutoff energy effect large due to non linear dependence on @xmath17 and @xmath15 @xmath43 @xmath44 @xmath45 @xmath46 @xmath47 power law error effect more dramatic at high energy @xmath40 convolution of error function with exponential cutoff flux is cutoff replaced by spectrum with constant slope new slope dependent on error function not original spectrumargue non - gaussian error functions realistic reasons long tails in reconstruction cosmic ray experiments ground array experiments energy estimated density particles shower parameters @xmath49 @xmath50 m from core used energy shower scales as @xmath51 @xmath52 non - gaussian uncertainties calculate @xmath49 core position arrival direction shower needed arrival direction @xmath53 corrected to zero degrees by equation like @xmath54 @xmath55 zenith angle @xmath56 constant arrival direction reconstructed gaussian @xmath57 not effect small largest zenith angles effect on core reconstruction important density particles at distance @xmath58 from shower core parameterized by nkg lateral distribution function @xmath59 where @xmath60 constants error in density due to error core position non - gaussian indirect measurement cosmic rays shower development subjected to shower fluctuations total number of particles at fixed depth large non - gaussian fluctuations scales as energy same @xmath49 related to total number particles figure distribution of total number particles at ground level in shower fixed energydistribution particles gaussian long tails figure distribution density at 600 meters for showers fixed energy 20000 protons showers @xmath61 simulated with aires monte carlo code @xcite distribution non - gaussian tails 1 order magnitude above average rarely used in analysis cosmic ray physics generic phenomena in probability theory contradict central limit theorem results not applicable to real experiment experiments should ascertain error reconstruction functions in calculation spectrum events large fluctuations cut off by other methods energy reconstruction avoiding unwanted effects important get rid power like tail reconstruction error functions devastating effects spectrum reconstruction explain current experimental situation normalization cosmic ray flux experiments different gzk cutoff controversial values @xmath62 % usual in cosmic ray physics important effects on shape normalization spectra situation aggravated by low statistics in high energy part spectrum agasa experiment measured @xmath63 @xcite events above @xmath64 ev 8 above @xmath65 ev realistic spectrum uniform cosmological distribution log - gaussian error function with @xmath66 for 58 events above @xmath64 ev probability 8 or more events above @xmath65 ev 2%average expected events 3 figure convolution of spectrum with energy error functions shown @xmath67 sources teshima yoshida @xcite at @xmath68 eev 0.1 reduction on flux expected agasa events above gzk cutoff absence introduce non - gaussian errors compatible with gzk cutoff possibility not seeing gzk cutoff non - gaussian errors consider moyal distribution of equation 4 same half - width gaussian distribution . 4 ) to each energy sampled from agasa spectrum with exponential cutoff power law spectrum index 2.78 multiplied by exponentially falling spectrum starting at @xmath64 ev compare probability of finding events above gzk for affected gaussian errors ( 10% 20% 30% with moyal - distributed errors considering only gaussian errors can not explain observed events above gzk by agasa figure 5 cutoff in uhecr spectrum for moyal - distributed errors ( 30% energy probability finding more than 47 events above gzk cutoff experimental resolution curve deviating from gaussian distribution impacts shape normalization of steeply falling spectra near end point spectral features cutoff may disappear from reconstructed spectrum due long tails in resolution(error)functionacknowledgments thank discussions mximo ave enrique zas rav thanks instituto fisica gleb wataghim invitation fapesp xunta galicia ramn cajal fellowship financial support lgs coe thank fapesp support brazilian research council holzschuh rep. prog. . 55 ( 92 ) 1035 otten 32 ( 94 ) 153 nagano watson rev phys . 72 689 ( 2000 ) e. moyal phil . mag. 45 1955 ) 263 system air shower simulation sciutto xxvi int cosmic ray conf. salt lake city 1999 vol 1 p 411 - 414 preprint archive astro - ph/9911331 parente vzquez e. zas proceedings 24th icrc vol.1 p.377 1995 ) tribelsky preprint math.pr/0106037 june 2001 m. ave private communication hayashida astrophys.j. 522 * ( 1999 ) 225 yoshida. teshima prog 89 ( 1993 ) 833 | 0.4449 | 3,058 | 1,557 | , Saving $0.1 in GPT-4. |
172,503 | we present results from numerical simulations of full , two flavor qcd thermodynamics at @xmath0 with domain wall fermions . for the first time a numerical simulation of the full qcd phase transition
displays a low temperature phase with spontaneous chiral symmetry breaking but intact flavor symmetry and a high temperature phase with the full @xmath1 chiral flavor symmetry . #
1#2#3 = # 3truein -0.3 truein # 1to 0pt#1 | qcd thermodynamics has been extensively studied using numerical simulations with staggered or wilson fermions .
however , both formulations break the chiral symmetry of the theory .
the symmetry is recovered together with the lorentz symmetry as the continuum limit is approached . in the past few years
a novel fermion regulator was developed that provides a way of controlling the amount of chiral symmetry breaking at any lattice spacing .
domain wall fermions @xcite utilize an extra space time dimension with free boundary conditions to separate the two chiral components of the dirac spinor .
the components are localized on the opposite boundaries ( walls ) .
if the extent of the fifth `` dimension '' , @xmath2 , is infinite the two chiral components decouple and the theory has the full chiral symmetry , even at finite lattice spacing . for practical numerical simulations , @xmath2 must be finite and as a result there is a small mixing of the chiral components resulting in a residual mass .
the important point is that the size of this residual chiral symmetry breaking can be controlled at any lattice spacing by increasing @xmath2 .
for the first time the approach to the chiral limit has been separated from the approach to the continuum limit . in free field theory
the localization is exponential and the effective quark mass is given by @xcite : @xmath3 .\ ] ] where @xmath4 is the domain wall `` height '' and @xmath5 an explicit fermion mass . in the interacting theory
there is numerical non - perturbative evidence that the general features of eq .
[ eq : free_m_eff ] still hold with @xmath6 being renormalized @xcite , @xcite , @xcite
. another unique property of domain wall fermions is that the @xmath7 limit can be studied using the overlap formalism @xcite . in that limit
it can be shown that for topological gauge field backgrounds there are exact fermionic zero modes .
it has been demonstrated that for masses in the range of interest the effects of finite @xmath2 on the zero modes can be made arbitrarily small for classical @xcite , @xcite and for quantum @xcite , @xcite gauge field backgrounds .
domain wall fermions possess the key ingredient in reproducing anomalous effects . for more details on domain wall fermions
see the review @xcite and references within .
dynamical domain wall simulations have been done in the past for the schwinger model in the @xmath7 limit ( overlap formalism ) @xcite and for finite @xmath2 @xcite using standard hybrid monte carlo ( hmc ) techniques . in this work we simulated qcd using standard hmc at finite @xmath2 .
the gauge fields are defined on the four - dimensional lattice while the fermion fields on the five - dimensional one .
the five - dimensional dirac operator is as in @xcite with even - odd preconditioning .
the bulk effects of the @xmath2 heavy flavors were subtracted @xcite by introducing five - dimensional bosonic fields as in @xcite .
we used the @xmath8 algorithm with trajectory length of @xmath9 and step sizes @xmath10 resulting in acceptance rates @xmath11 . the standard conjugate gradient inversion algorithm ( cg )
was used with a typical number of cg iterations ranging from @xmath12 .
we used initial configurations in the opposite phase and @xmath13 thermalization sweeps .
the computational cost is linear in @xmath2 .
in order to investigate the feasibility of studying qcd thermodynamics with domain wall fermions , to locate the critical coupling , and to investigate the parameter space of this new regulator ( @xmath14 ) we performed a large number of simulations at various couplings on @xmath15 and @xmath16 lattices using the _ qcdsp _ machine .
this was possible due to the robustness of the machine and software that allowed us to split a 200 gflops portion of it to 7 independent , 6 gflops machines and 6 independent , 25 gflops machines .
a sharp change on the value of the chiral condensate @xmath17 and the magnitude of the wilson line @xmath18 was observed as @xmath19 ( with @xmath20 being the gauge coupling constant ) was varied .
this can be seen in figure 1 for an @xmath21 lattice with @xmath22 , @xmath23 and @xmath24 .
the fits are to @xmath25)]$ ] . in the broken phase we did a dynamical mass extrapolation of @xmath17 at @xmath26 with @xmath27 and found a non zero intercept , @xmath28 , indicating the expected spontaneous breaking of chiral symmetry . in the symmetric phase a dynamical mass extrapolation of @xmath17 at @xmath29 with @xmath30 resulted in an intercept of @xmath31 but
when @xmath2 was increased to @xmath27 the intercept dropped to @xmath32 indicating that the full chiral symmetry was restored to a high degree .
similar results were obtained on a @xmath33 lattice at @xmath29 , @xmath22 and @xmath27 , resulting in an intercept of @xmath34 .
the dynamical mass data and extrapolations are presented in figure 2 .
the @xmath2 dependence of our results is presented in figure 3 .
the lines are curves of the form @xmath35 that go through the three points .
the horizontal lines are the @xmath36 lines .
as can be seen in the broken phase ( @xmath26 ) where the coupling is larger , the decay rate @xmath37 is larger than the one in the symmetric phase ( @xmath29 ) as expected from the schwinger model @xcite . at @xmath27 and @xmath26 @xmath17
is within @xmath38 of the extrapolated value while at @xmath29 it agrees within the error bars .
the dependence on @xmath6 is more subtle . in free field theory @xmath39
corresponds to no light flavors , @xmath4 to one and @xmath40 to four light flavors .
also , for positive but small @xmath6 the number of low momentum states becomes small ( for more details and numerical results see @xcite ) . in order to study these effects
we located @xmath41 using @xmath17 and @xmath18 , for various values of @xmath6 on @xmath15 lattices .
the results are in figure 4
. the dependence of @xmath41 on @xmath6 can be viewed as an expected renormalization effect .
due to the exceptional zero mode properties of domain wall fermions the possibly anomalous breaking of the @xmath43 symmetry just above the transition can be investigated with clarity and without subtleties such as zero mode shift effects ( staggered fermions ) or proximity to the aoki phase ( wilson fermions ) .
we measured the difference of the screening masses of the @xmath44 and @xmath45 as a function of @xmath5 on a @xmath46 lattice at @xmath29 with @xmath22 and @xmath27 .
the data fits to @xmath47 with @xmath48 and @xmath49 .
the small @xmath50 and the near - zero , small - mass limit of @xmath17 indicate that the chiral symmetry breaking effects due to the fermion regulator ( @xmath51 ) are negligible so that this preliminary , non - zero @xmath52 value suggests that @xmath43 remains broken just above the transition .
we presented results from numerical simulations of full , two flavor qcd thermodynamics at @xmath0 with domain wall fermions .
they indicate the presence of a low temperature phase with spontaneous chiral symmetry breaking but intact flavor symmetry and a high temperature phase with the full @xmath1 chiral flavor symmetry . given this ,
we interpret the difference seen in the @xmath45 and @xmath44 screening lengths just above the transition as preliminary evidence for the anomalous breaking of the @xmath43 symmetry . | qcd thermodynamics studied using numerical simulations with staggered wilson fermions both formulations break chiral symmetry symmetry recovered as continuum limit approached novel fermion regulator developed chiral symmetry breaking at lattice spacing domain wall fermions @xcite utilize extra space time dimension boundary separate two chiral components dirac spinor components localized on opposite boundaries if fifth dimension @xmath2 infinite chiral components decouple theory full chiral symmetry even at finite lattice spacing for simulations @xmath2 must be finite small mixing chiral components residual mass size residual chiral symmetry breaking controlled by increasing @xmath2 approach to chiral limit separated from continuum limit in free field theory localization exponential effective quark mass given by @xcite : @xmath3 @xmath4 domain wall height @xmath5 explicit fermion mass interacting theory evidence features of eq hold with @xmath6 renormalized @xcite domain wall fermions @xmath7 limit studied using overlap formalism @xcite topological backgrounds exact fermionic zero modesdemonstrated effects of finite @xmath2 on zero modes small for classical quantum gauge backgrounds domain wall fermions reproducing anomalous effects details review @xcite dynamical domain wall simulations done schwinger model @xmath7 finite @xmath2 hybrid techniques simulated qcd using standard hmc at finite @xmath2 gauge fields defined on four - dimensional lattice fermion fields five - dimensional five - dimensional dirac operator @xcite even - odd preconditioning bulk effects @xmath2 heavy flavors subtracted five - dimensional bosonic fields used @xmath8 algorithm trajectory length @xmath9 step sizes @xmath10 acceptance rates @xmath11 standard conjugate gradient inversion algorithm used iterations @xmath12 initial configurations in opposite phase @xmath13 thermalization sweeps computational cost linear in @xmath2 qcd thermodynamics with domain wall fermions critical coupling parameter space new regulator performed simulations at couplings on @xmath15 @xmath16 lattices using qcdsp _ machinedue to machine software 200 gflops portion to 7 6 gflops 25 gflops machines sharp change on chiral condensate @xmath17 wilson line @xmath18 observed as @xmath19 @xmath20 coupling constant varied in figure 1 @xmath21 lattice with @xmath22 fits to @xmath25)]$ broken phase extrapolation @xmath17 @xmath26 @xmath27 non zero intercept @xmath28 breaking chiral symmetry symmetric phase extrapolation @xmath17 @xmath29 @xmath30 intercept @xmath31 @xmath2 increased to @xmath27 intercept dropped to @xmath32 full chiral symmetry restored similar results on @xmath33 lattice at @xmath29 intercept of @xmath34 dynamical mass data extrapolations in figure 2 @xmath2 dependence in figure 3 lines are curves @xmath35 three points horizontal lines are @xmath36 lines broken phase @xmath26 coupling larger decay rate @xmath37 larger than symmetric phase @xmath29 model at @xmath27 @xmath26 @xmath17 within @xmath38 extrapolated value @xmath29 agrees within error barsdependence on @xmath6 subtle @xmath39 no @xmath4 one @xmath40 four light flavors positive small @xmath6 low momentum states small located @xmath41 @xmath17 @xmath18 values on @xmath15 lattices results figure 4 dependence @xmath41 on @xmath6 expected renormalization effect zero mode properties domain wall fermions anomalous breaking @xmath43 symmetry above transition investigated measured screening masses @xmath44 @xmath45 function @xmath5 on @xmath46 lattice @xmath29 @xmath22 @xmath27 data fits to @xmath47 @xmath48 @xmath49 small @xmath50 near - zero small - mass limit of @xmath17 chiral symmetry breaking effects fermion regulator @xmath51 negligible non - zero @xmath52 value suggests @xmath43 broken above transition results simulations flavor qcd thermodynamics at @xmath0 with domain wall fermions low temperature phase spontaneous chiral symmetry breaking intact flavor symmetry high temperature phase full @xmath1 chiral flavor symmetryinterpret difference @xmath45 screening lengths above transition preliminary evidence anomalous breaking @xmath43 symmetry | 0.310956 | 1,737 | 911 | , Saving $0.0 in GPT-4. |
172,509 | we study relativistic charmonium on very fine quenched lattices ( @xmath0 and 6.6 ) .
we concentrate on the calculation of the hyperfine splitting between @xmath1 and @xmath2 , aiming for a controlled continuum extrapolation of this quantity .
results for the @xmath1 and @xmath2 wave functions are also presented . | charmonium spectroscopy on the lattice is not at all straightforward .
charm is too heavy for most current simulations typically @xmath3 but too light to blindly rely on the heavy quark approximation for @xmath4 , @xmath5 . a good probe of relativistic effects
is the hyperfine splitting between the @xmath6 and the @xmath7 states , which for charmonium is @xmath8 mev .
lattice quenched calculations underestimate @xmath9 by about @xmath10 @xcite , the prediction from nrqcd being @xmath11 mev @xcite .
the discrepancy could be due to the quenched approximation .
however , first estimates including dynamical quarks seem to indicate that they account for only @xmath12 of the difference @xcite . here
we compute @xmath9 on fine lattices within the relativistic formalism , aiming for the extraction of a controlled quenched continuum limit .
two approximations will be made : @xmath13 quenched , @xmath14 ozi , meaning that zweig - rule forbidden diagrams , although contributing to singlet mesons like charmonium , will not be included .
configurations are generated with the standard wilson action on a @xmath15 lattice at @xmath0 and 6.6 .
quark propagators are computed using wilson , tree - level clover and tadpole improved clover dirac operators ( at @xmath16 , @xmath17 while the non - perturbative @xmath18 @xcite ) .
we have 60 configurations at each @xmath19 value . for a pseudoscalar mass tuned close to the physical @xmath1 mass ( the scale set by @xmath20 from @xcite ) . even on this fine lattice ,
the sensitivity of @xmath9 to the dirac operator is large , tadpole improvement giving the best estimate .
the total set of results for the pseudoscalar mass and the hyperfine splitting is presented in table [ table1 ] . within the naive non - relativistic approximation it is easy to understand the origin of the hyperfine splitting .
this approximation amounts to solving the schrdinger equation in a non - relativistic potential and dealing with relativistic corrections in perturbation theory . to zeroth order @xmath6 and @xmath7
states are degenerate .
the first order correction to the mass is the average of the spin - spin interaction giving @xmath22 , with @xmath23 the value of the non - relativistic wave function at the origin .
perturbative corrections to the wave function also depend on the spin ; to lowest order , @xmath24 increases ( decreases ) for the pseudoscalar ( vector ) .
we have extracted gauge invariant wave functions from lattice 4-point functions : @xmath25 . a comparison between pseudoscalar and vector wave functions is presented in fig .
[ fig.wavef ] .
the observed pattern corroborates qualitatively the predictions of the heavy - quark model .
we also exhibit the difference between the wave functions extracted from wilson , clover and tadpole improved clover dirac operators . as already observed for the hyperfine splitting , relativistic effects ( implying degeneracy breaking between @xmath6 and @xmath7 ) increase as we improve the fermionic action .
table [ table.all ] compiles data from @xcite .
we compare with an interval covering our wilson and clover continuum extrapolations .
using in all cases @xmath20 to fix the scale , our relativistic extrapolation gets much closer to the experimental value . note
that this is also the case for our @xmath26 tadpole improved clover data , which gives @xmath27 mev .
we conclude that a careful and controlled quenched continuum extrapolation is now feasible , and gets closer to the experimental value than previous determinations .
dynamical quark effects , which presumably account for the bulk of the remaining disagreement with experiment , appear to be o(10 - 20)@xmath28 , which is consistent with the change in the coupling constant @xmath29 entering in the non - relativistic expression .
ozi suppressed contributions are expected to be small for these heavy quark masses , but we can not rule out the possibility that they give a non negligible contribution to @xmath9 , which could be enhanced if there is mixing with glueballs .
work is in progress to improve the extrapolations and to extract masses for other channels .
99 cp - pacs collaboration ( a. ali khan ) , ( 2001 ) 325 [ hep - lat/0011005 ] ; these proceedings .
p. boyle ( ukqcd collaboration ) , hep - lat/9903017 ; ( 1998 ) 314 [ hep - lat/9710036 ] .
h. d. trottier , ( 1997 ) 6844 [ hep - lat/9611026 ] .
c. stewart and r. koniuk , ( 2001 ) 054503 [ hep - lat/0005024 ] .
s. necco and r. sommer , hep - ph/0108008 .
m. lscher , ( 1997 ) 323 [ hep - lat/9609035 ] .
s. collins , phd thesis , the university of edinburgh ( 1993 ) . | charmonium spectroscopy lattice straightforward heavy for simulations @xmath3 light quark approximation @xmath4 hyperfine splitting between @xmath6 @xmath7 states @xmath8 mev lattice calculations underestimate @xmath9 @xmath10 @xcite prediction @xmath11 mev @xcite discrepancy to quenched approximation first estimates account @xmath12 difference @xcite compute @xmath9 on fine lattices relativistic formalism controlled quenched continuum limit two approximations @xmath13 quenched @xmath14 ozi zweig - rule forbidden diagrams not included configurations generated with standard wilson action on @xmath15 lattice at @xmath0 and 6.6 quark propagators computed using wilson tree - level clover tadpole improved clover dirac operators @xmath16 @xmath18 @xcite 60 configurations at each @xmath19 value pseudoscalar mass to @xmath1 mass sensitivity of @xmath9 to dirac operator large tadpole improvement best estimate total results for pseudoscalar mass hyperfine splitting in tablenon - relativistic approximation origin hyperfine splitting solving schrdinger equation relativistic corrections perturbation theory zeroth order @xmath6 @xmath7 states degenerate first order correction mass average spin - interaction @xmath22 @xmath23 value non - relativistic wave function origin perturbative corrections wave function depend on spin lowest order @xmath24 increases decreases pseudoscalar vector extracted gauge invariant wave functions from lattice 4-point functions @xmath25 comparison pseudoscalar vector wave functions fig . pattern corroborates predictions heavy - quark model difference wave functions wilson clover tadpole improved clover dirac operators relativistic effects degeneracy breaking @xmath6 @xmath7 increase improve fermionic action table compiles data @xcite wilson clover continuum extrapolations @xmath20 fix scale relativistic extrapolation closer to experimental value @xmath26 tadpole improved clover data @xmath27 mev careful controlled quenched continuum extrapolation feasible closer to experimental valuequark effects disagreement experiment o(10 - 20)@xmath28 consistent change coupling constant @xmath29 non - relativistic expression suppressed contributions small heavy quark masses negligible contribution @xmath9 mixing glueballs work improve extrapolations extract masses channels cp - pacs collaboration ali khan 2001 ) 325 [ hep - lat/0011005 ]. boyle ukqcd collaboration hep - lat/9903017 1998 ) 314/9710036 trottier 1997 ) 6844/9611026 ] stewart. koniuk 2001 ) 054503 hep lat/0005024 ] s. necco r. sommer hep - ph/0108008 lscher 1997 ) 323 lat/9609035 ] s. collins phd thesis university edinburgh 1993 ) | 0.186036 | 1,150 | 612 | , Saving $0.0 in GPT-4. |
172,520 | we derive correlation coefficients between temperature and line - of - sight velocity as a function of optical depth throughout the solar photosphere for the non - magnetic photosphere and a small area of enhanced magnetic activity .
the maximum anticorrelation of about @xmath0 between temperature and line - of - sight velocity in the non - magnetic photosphere occurs at @xmath1 .
the magnetic field is another decorrelating factor along with 5-min oscillations and seeing . | the correlative analysis proves to be an essential tool in disentangling of causal relations in the solar atmosphere .
recently , @xcite and @xcite quantified the correlation of the reversed granulation observed in the low chromosphere and mid - photosphere with surface granulation in quest for the nature of internetwork background brightness patterns in these layers . in agreement with these studies @xcite demonstrated that filtering out of the p - modes is inevitable for studying the convective structures in the solar photosphere because p - modes mostly reduce the correlation between various line parameters .
@xcite showed that correlation coefficients can fluctuate strongly in time with amplitudes of over 0.4 due to 5-min oscillations and the amplitudes are larger for higher formed lines . in case of weak lines
the situation worsens even more , because correlations derived from them are influenced stronger by seeing . in this paper
, we address the dissimilarity between non - magnetic and magnetic region seen in height variations of the correlation between temperature and line - of - sight velocity .
we compare our results with a similar study by @xcite .
our analysis follows on the paper ( * ? ? ?
* henceforth paper i ) and we invite the reader to have the paper at hand for further references .
we use a time sequence of spectrograms obtained at the german vacuum tower telescope at the observatorio del teide on april 28 , 2000 .
the inversion code sir @xcite was employed in the analysis of this observation .
thorough descriptions of the observational data , inversion procedure , and spectral lines are given in paper i.
figure[koza_fig1 ] shows the height variations of the correlation between temperature and line - of - sight velocity for three different sets of data .
the results of @xcite indicate the significant anticorrelation between granules and intergranular lanes reaching the maximum of about @xmath2 at @xmath3 .
the subsequent weakening of this anticorrelation over the @xmath4 range is followed by a rise of correlation up to 0.28 at the middle photosphere at @xmath5 .
no significant correlation exists in the upper photosphere . in the lower layers of the non - magnetic region
the anticorrelation decreases to @xmath6 at @xmath1 .
however , in the middle photosphere temperature and line - of - sight velocity are almost uncorrelated with a local peak value of 0.08 at @xmath7 .
higher up at @xmath8 the anticorrelation of about @xmath9 is established again . in the sub - photospheric layers of the magnetic region the anticorrelation of @xmath0
was found at @xmath10 .
an approximately constant value of anticorrelation @xmath11 was obtained in the low and middle photosphere . in the upper photosphere
the anticorrelation reaches again @xmath0 .
figure[koza_fig2 ] compares temperatures and line - of - sight velocities in the form of scatter correlation plots .
each plotted sample represents temperature and line - of - sight velocity specified along the _ x _ and _ y _ axes at a given pixel along the slit at a time within the interval of 15 min . from the top
down , the row panels show correlations of the results of @xcite and our results in the non - magnetic and magnetic region in three selected optical depths @xmath12 and @xmath13 .
plot saturation is avoided by showing sample density contours rather than individual points , except for the extreme outliers .
the total distributions of temperatures and line - of - sight velocities are shown at the top and the left side of each panel , respectively .
the first - moment curves are aligned at large correlation and become perpendicular in the absence of any correlation @xcite .
the first column in fig.[koza_fig2 ] shows good agreement of correlation coefficients and positions of maxima of velocity distributions in the non - magnetic region with the results of @xcite .
however , the temperature distributions are dissimilar both in terms of asymmetry and also the positions of maxima .
our results indicate predominance of higher temperatures in the sample in contrast with lower temperatures prevailing in the results of @xcite . in the magnetic region ,
weak anticorrelation was found .
the temperature distribution in this region is almost symmetric with maximum at higher temperatures than in the non - magnetic region .
the second column of fig.[koza_fig2 ] corresponds to the layers where granulation is almost erased . while the temperature distributions in the non - magnetic region and in the results of @xcite are symmetric
, in the magnetic region the asymmetry indicates the abundant higher temperatures .
the positive correlation in the results of @xcite shown in the third column suggests reversed granulation .
however , this is not seen in our results . in the magnetic region
the asymmetries of temperature and velocity distributions indicate higher abundance of relatively hotter pixels with faster upflows .
figures[koza_fig1 ] and [ koza_fig2 ] show dissimilarities both in height variations of correlation and distributions , although we and @xcite used vtt observations and the sir code . because the maximum of anticorrelation found at sub - photospheric layers of the magnetic region is out of the range of sensitivity of the spectral lines , we disregard this feature .
very low anticorrelation found over @xmath14 in the magnetic region ( fig.[koza_fig1 ] ) suggests that magnetic field is another important decorrelating factor along with 5-min oscillations and seeing @xcite . in our results , the middle layers of the non - magnetic and magnetic region lack signatures of reversed granulations ( fig.[koza_fig1 ] )
the sinusoidal shape of the correlation coefficient in the non - magnetic region over the @xmath15 range can be explained as a sum of positive correlation typical for reversed granulation and negative anticorrelation characteristic for 5-min oscillations .
using a time sequence of high - resolution spectrograms and the sir inversion code we have inferred height variation of correlation between the temperature and line - of - sight velocity throughout the quiet solar photosphere and a small magnetic region . the most important aspect is comparison of the results with the akin study by @xcite .
we found in agreement with @xcite that the maximum anticorrelation @xmath0 between the temperature and line - of - sight velocity in the non - magnetic region occurs at @xmath1 .
the absence of signatures of reversed granulation in the middle layers of the non - magnetic region is likely to be due to 5-min oscillations , which negative anticorrelation prevails over weaker positive correlation typical for reversed granulation .
our results show that magnetic field is another decorrelating factor along with 5-min oscillations and seeing .
the vtt is operated by the kiepenheuer - institut fr sonnenphysik , freiburg , at the observatorio del teide of the instituto de astrofsica de canarias .
we are grateful to b. ruiz cobo ( iac ) for kindly providing of the original data used in figs.[koza_fig1 ] and [ koza_fig2 ] .
this research is part of the european solar magnetism network ( ec / rtn contract hprn - ct2002 - 00313 ) .
this work was supported by the slovak grant agency vega ( 2/6195/26 ) and by the deutsche forschungsgemeinschaft grant ( dfg 436 slk 113/7 ) . j. koza s research is supported by a marie curie intra - european fellowships within the 6th european community framework programme .
rodrguez hidalgo , i. , ruiz cobo , b. , collados , m. , & del toro iniesta , j. c. 1999 , in asp conf .
ser . 173 : stellar structure : theory and test of connective energy transport , ed .
a. gimnez , e. f. guinan , & b. montesinos , 313 | correlative analysis essential causal relations in solar atmosphere @xcite quantified correlation reversed granulation in low chromosphere mid - photosphere with surface granulation background brightness filtering p - modes inevitable for studying convective structures reduce correlation between line parameters correlation coefficients fluctuate amplitudes over 0.4 due to 5-min oscillations larger for higher formed lines weak lines situation worsens correlations influenced by paper dissimilarity between non - magnetic magnetic region in height variations of correlation between temperature line - of - sight velocity compare results with similar study @xcite analysis follows paper i time sequence of spectrograms german vacuum tower telescope observatorio del teide april 28 2000 inversion code @xcite employed descriptions observational data inversion procedure spectral lines in paper i figure shows height variations of correlation temperature line - of - sight velocity for three sets data results @xcite indicate significant anticorrelation between granules intergranular lanes maximum @xmath2 at @xmath3 weakening over @xmath4 range rise correlation up to 0.28 at middle photosphere at @xmath5 significant correlation upper photosphere lower layers non - magnetic region anticorrelation decreases to @xmath6 at @xmath1 middle photosphere temperature velocity almost uncorrelated peak 0.08 at @xmath7 @xmath8 anticorrelation @xmath9 established sub - photospheric layers magnetic region anticorrelation @xmath0 at @xmath10 constant anticorrelation @xmath11 low middle photosphere upper photosphere anticorrelation reaches @xmath0 figure compares temperatures line - - sight velocities scatter correlation plots each sample represents temperature sight velocity x y axes pixel interval 15 min row panels show correlations results @xcite non - magnetic magnetic region three optical depths @xmath12 @xmath13 plot saturation avoided sample density contours points total distributions temperatures sight velocities shown top left side each panel first - moment curves aligned at large correlation perpendicular in absence correlation @xcite first column fig shows agreement correlation coefficients positions maxima velocity distributions non - magnetic region results @xcite temperature distributions dissimilar asymmetry positions maxima results indicate higher temperatures sample lower temperatures results @xcitemagnetic region weak anticorrelation found temperature distribution almost symmetric maximum higher temperatures non - magnetic second column corresponds layers granulation almost erased temperature distributions non - magnetic region @xcite symmetric magnetic region asymmetry indicates higher temperatures positive correlation @xcite third column suggests reversed granulation not seen results asymmetries temperature velocity indicate higher abundance hotter pixels faster upflows figures_fig1_fig2 show dissimilarities height variations correlation distributions used vtt observations sir code maximum anticorrelation sub - photospheric layers out spectral lines disregard feature low anticorrelation over @xmath14 suggests magnetic field important decorrelating factor 5-min oscillations @xcite middle layers non - magnetic magnetic region lack signatures reversed granulations sinusoidal shape correlation coefficient non - magnetic region over @xmath15 range sum positive correlation reversed granulation negative anticorrelation 5-min oscillations sequence high - resolution spectrograms sir inversion code inferred height variation correlation temperature line - - sight velocity quiet solar photosphere small magnetic region important comparison results with study @xcitefound with @xcite maximum anticorrelation between temperature line - - sight velocity non - magnetic region at @xmath1 absence of signatures reversed granulation middle layers due to 5-min oscillations negative anticorrelation prevails over positive correlation results show magnetic field decorrelating factor 5-min oscillations vtt operated by kiepenheuer - institut sonnenphysik freiburg observatorio del teide instituto de astrofsica de canarias grateful to b. ruiz cobo original data figs_fig1_fig2 research part european solar magnetism network supported by slovak grant agency deutsche forschungsgemeinschaft grant koza s research supported by marie curie - european fellowships 6th european community framework programme rodrguez hidalgo ruiz cobo collados m. del toro iniesta j. 1999 asp 173 stellar structure theory test of connective energy transport. gimnez guinan b. montesinos | 0.270767 | 1,701 | 841 | , Saving $0.1 in GPT-4. |
172,522 | the phobos experiment at the relativistic heavy ion collider ( rhic ) at brookhaven national laboratory is studying interactions of heavy nuclei at the largest energies available in the laboratory .
the high multiplicity of particles created in heavy ion collisions makes precise vertex reconstruction possible using information from a spectrometer and a specialized vertex detector with relatively small acceptances . for lower multiplicity events , a large acceptance ,
single layer multiplicity detector is used and special algorithms are developed to reconstruct the vertex , resulting in high efficiency at the expense of poorer resolution .
the algorithms used in the phobos experiment and their performance are presented .
vertex reconstruction 07.05.kf , 25.75.-q the central part of the phobos detector @xcite .
only the silicon sensors of the octagonal multiplicity detector , the vertex detector and the eight first planes of the two spectrometer arms are shown . in the phobos
coordinates system mentioned in the text , the @xmath0 axis coincides with the beam line , the @xmath1 axis points upward and the @xmath2 axis is horizontal in the direction of spectrometer arm p. , width=283 ] | the phobos experiment is studying au+au , cu+cu , d+au and p+p collisions at the nucleon - nucleon center of mass energies from @xmath3 gev to @xmath4 gev ( and @xmath5 gev for protons ) .
for an overview of results see @xcite , for the description of the detector see @xcite .
general properties of these collisions are measured using a large acceptance multiplicity detector covering almost the full solid angle .
about 50% of the produced particles are registered in the central , octagonal part of multiplicity detector ( fig . 1 ) , whereas those emitted at smaller angles with respect to the beam line are detected in the multiplicity ring detectors placed a few meters from the nominal interaction point ( not shown in fig . 1 ) .
detailed information on about 1% of the particles is obtained from a two - arm magnetic spectrometer .
the position of the primary interaction is precisely reconstructed using a specialized vertex detector , which registers about 5% of the primary particles . at rhic ,
the beams of ions collide at zero degree , thus the primary vertices are distributed in a wide @xmath0 range along the beam line ( up to @xmath62 m from the nominal interaction point ) and only about @xmath60.1 cm in the perpendicular direction .
the relatively small acceptance of the vertex detector is sufficient for vertex reconstruction for events with large multiplicities , but does not allow to extend the analysis to more peripheral au+au collisions or to the interactions of lighter systems , especially p+p .
therefore , in order to improve the vertex determination efficiency and accuracy , several algorithms , presented in this paper , are needed using complementary information from different detector subsystems .
the scintillator counters of the trigger system ( not shown in fig .
1 ) deliver the first information on the position of the primary vertex .
two larger detectors , paddle counters , are placed symmetrically at @xmath0 = @xmath63.2 m from the nominal interaction point , two smaller t0 counters are mounted around the beam pipe at @xmath0 = @xmath65.3 m for most measurements ( in p+p collisions they are moved closer , to
@xmath0 = -1.3 m and @xmath0 = + 2.5 m ) .
the coincidence of the signals from these detector pairs on different @xmath0-sides is used for triggering , but as the arrival times of produced particles are measured , the vertex @xmath0 position can be derived from the registered time difference .
the error in the vertex position determination ( about 5 cm ) is small enough for an on - line vertex range selection , but it is not sufficient for data analyzes . the vertex position in 3 dimensions ( @xmath7 ) can only be obtained from tracks reconstructed in the phobos spectrometer .
it consists of 16 layers of silicon pad and strip sensors places inside the conventional 2 tesla magnet .
the design of the magnet ensures that the first 8 layers of spectrometer silicon sensors are in an area where the field is very weak .
this allows easier reconstruction of the first segment of the particle trajectory as a straight line , which is then normally joined with a curved part of the track found in the remaining layers . the acceptance for the straight line segments is larger than that for the fully reconstructed tracks and the information on the curved part does not improve track extrapolation to the vertex ,
thus the straight lines are used in two algorithms of vertex reconstruction . in the _ spectrometer 3d _ method ,
the vertex position is defined as the point for which the sum of distances from the extrapolated tracks is minimal . in an iterative procedure ,
tracks too distant from the calculated vertex ( eg .
secondary particles ) are removed and the vertex is recalculated .
the _ spectrometer 2d+1d _ algorithm enters the points of closest approach of all track pairs into 2-dimensional ( @xmath8 ) and 1-dimensional ( @xmath1 ) histograms .
the coordinates of the maxima in both histograms define the approximate vertex position .
the final vertex position is determined by the mean in @xmath2 , @xmath1 and @xmath0 of only those points compatible with the beam orbit and close enough to the approximate vertex .
the sizes of the pads in the silicon sensors used for vertex reconstruction are relatively large ( 1@xmath91 mm@xmath10 and 0.427@xmath96 mm@xmath10 ) .
this , together with small acceptance of the spectrometer , is responsible for the limited precision of the spectrometer methods .
determination of the vertex position using all combination of hits registered in the vertex detector .
dashed lines represent false combinations , continuous lines primary particles .
the histogram of the number of tracks extrapolated to a fixed @xmath1 value ( at the bottom of the picture ) is used to find the position of the vertex . , width=283 ] the phobos vertex detector consists of two parts placed above and below the beam pipe , 25 cm long in @xmath0 , each with 2 layers of silicon sensors at about 5.7 cm and 11.8 cm from the beam .
the sensors have strips 473 @xmath11 m wide and 1.2 or 2.4 cm long , perpendicular to the beam direction .
the strips in the more distant outer layers are two times longer to cover the same azimuthal angle range .
the design of the vertex detector limits the vertex reconstruction to @xmath1 and @xmath0 positions . in the vertex search
all combinations of hits in the two layers are treated as track candidates and their extrapolated @xmath0 position at a fixed @xmath1 is histogrammed ( fig . 2 ) .
@xmath12 is defined by the position of the maximum of such a histogram .
this procedure is repeated for several values of fixed @xmath1 .
the value of @xmath1 for which the maximum of the histogram is the highest is used as final @xmath13 . to accept the maximum at least three track candidates contributing to it
are required , since without this cut coincidences of two false track candidates are selected in low multiplicity events more frequently than the true vertex .
the correlation of the difference between the position of the hit and the position of the primary vertex , @xmath14 , and the registered energy loss @xmath15 in the phobos octagonal multiplicity detector . to correct for the different sensor thicknesses ,
the measured energy loss is divided by the mean energy of a minimum ionizing particle traversing the sensor perpendicularly.,width=283 ] in phobos , the largest fraction of primary particles is registered in the octagonal multiplicity detector consisting of 92 silicon sensors with 0.27@xmath90.86 cm@xmath10 pads . their thickness varies from 0.305 mm to 0.338 mm .
the sensors are placed around the beam pipe at radii of about 4.5 cm and cover the @xmath0 range from -55 cm to + 55 cm . in this detector
primary particles traverse only one silicon sensor and do not leave a track directly pointing to the vertex .
however , the length of their trajectory inside the silicon ( and thus the deposited ionization energy , @xmath17 ) depends on the angle at which they enter the sensor ; for primary particles approximately the emission angle . in this way the measured energy loss is correlated with the distance of the hit from the vertex ( fig . 3 ) .
most of the hits belong to one of the two ridges , symmetric with respect to @xmath14 = 0 .
the hits left by particles with very low momenta , which deposit much larger energy than the minimum ionizing particles , are visible at @xmath14 close to zero as a tail of large @xmath17 values . because of the positive / negative @xmath14 ambiguity , the value of @xmath17 from a single hit can be used only to estimate the distance to the vertex or two alternative vertex positions . to determine
the @xmath0 vertex position slices with fixed @xmath17 values are calculated from the 2-dimensional histogram shown in fig .
several examples of these histograms are shown in fig .
4 . using such histograms the probability density function , @xmath18 , for a particle that loses the energy @xmath17 at the position @xmath19 to originate from the vertex at @xmath20 is calculated .
this function is non - zero in two @xmath0 ranges , symmetric with respect to @xmath19 . for
most registered primary particles the width of a single range is 3 - 6 cm , and useful information is provided by the hits at the distance @xmath21 up to 100 cm . for a single hit
there is no way to select the correct range , and one needs an overlap of several ranges from more hits to find the correct vertex position .
the @xmath0 position of the vertex is determined by maximizing the product of the probabilities of all hits in the octagonal multiplicity detector .
distributions of the distances between the primary vertex and the hits for several different values of the normalized energy loss @xmath15 .
the histograms ( from left to right ) are obtained for @xmath15 equal 1.2 , 3 , 6 , 15 and 30.,width=283 ]
in the analysis of the vertex reconstruction quality we will focus first on au+au collisions at the highest rhic energy , @xmath22 = 200 gev , using monte carlo simulations of the phobos detector response based on geant 3.21 package @xcite . the vertex reconstruction efficiency for au+au collisions at @xmath22 = 200 gev defined as fraction of events for which the distance between the reconstructed and true vertices does not exceed 0.5 cm , 0.1 cm and 3 cm for the three methods : _
spectrometer 2d+1d _ ( a ) , _ vertex detector _
( b ) and _ octagon _ ( c ) .
the additional events with incorrectly reconstructed vertex are represented by the shaded area .
the maximal allowed distances between the reconstructed and true vertices are adjusted to the resolution of the method.,width=283 ] the phobos vertex detector is optimized for measurements of collisions occurring close to the nominal interaction point ( @xmath12=0 ) , but the acceptance of some of the reconstruction methods extends over much larger @xmath12 range ( fig .
the _ octagon _
method is the most efficient ( about 95% for the inclusive sample of au+au collisions ) and for all events , in which the vertex can also be reconstructed using other , less efficient methods , it returns the correct position .
all methods are optimized to reconstruct the vertex even for events with small multiplicities , thus for a fraction of events they fail to find the correct vertex position . in the case of the _ spectrometer 2d+1d _ method that results in a larger than typical error , while the _ vertex detector _
method quite frequently finds a vertex close to @xmath0=0 in the events , where the true @xmath12 is outside the acceptance of this detector .
fortunately , for the later case the _ octagon _ method gives a different vertex position and , thus , such events can be eliminated from the analysis . .
[ tab1 ] vertex position accuracy ( [ cm ] ) and efficiency for au+au collisions at @xmath22 = 200 gev in the vertex range limited to @xmath2310 cm . to the sample of the most central events
belong these with the largest values of the number of charged primary particles hitting the octagonal multiplicity detector , to the peripheral sample these with the smallest multiplicities . for the most central events the efficiency of all methods is 100% ( not shown ) . in order to reduce the contribution of the tails of large errors
the quoted resolution is taken from the fit of a gaussian rather than a simple rms of the @xmath24 distribution . [
cols="<,^,^,^,^,^,^,^ " , ] finally , it is worth to mention the overall efficiency of the vertex reconstruction methods for different types of interactions measured by the phobos experiment ( table 2 ) . for collisions of heavier nuclei ( au+au or cu+cu ) the efficiencies of the precise _ spectrometer _ and _ vertex detector _
methods are close to 50% or higher . in the case
that deuteron is one of the projectiles , the efficiency drops faster for the _ spectrometer _ method , and becomes very small for both methods in the case of p+p collisions .
the _ octagon _
method has an efficiency of more than 86% for nucleus+nucleus and more than 50% for p+p interactions .
the phobos experiment utilizes several vertex reconstruction algorithms , which use complementary information from different subdetectors . according to the design goals ,
a very precise vertex resolution is achieved in high multiplicity heavy ion collisions , but the limited acceptance of the spectrometer and vertex detector leads to low efficiency in peripheral au+au collisions , d+au and p+p interactions . to overcome this problem a new , very efficient method of vertex reconstruction using hits from a single layer octagonal multiplicity detector is introduced . even for low multiplicity events it efficiently finds the vertex with an error of about 1 cm .
this method can either be used to verify doubtful results of the other algorithms or directly in studies , for which such precision is sufficient . such procedure for testing the vertices from different methods
is implemented in the phobos experiment software .
it rejects wrong reconstruction results and calculates the most accurate vertex position .
* acknowledgments * + this work was partially supported by u.s .
doe grants de - ac02 - 98ch10886 , de - fg02 - 93er40802 , de - fc02 - 94er40818 , de - fg02 - 94er40865 , de - fg02 - 99er41099 , and w-31 - 109-eng-38 , by u.s .
nsf grants 9603486 , 0072204 , and 0245011 , by polish kbn grant 1-p03b-062 - 27(2004 - 2007 ) , by nsc of taiwan contract nsc 89 - 2112-m-008 - 024 , and by hungarian otka grant ( f 049823 )
. 3 b.b.back _ et al . _ , nucl .
* a757 * , 28 ( 2005 ) . , nlcl - ex/0410022 .
et al . _ ,
* a499 * , 603 ( 2003 ) .
et al . _ ,
* a461 * , 143 ( 2001 ) .
r. brun _ et al .
_ , geant 3.21 , detector description and simulation tool , cern program library long write - up w5013 , 1994 . | phobos experiment au+au cu+cu d+au p+p collisions at nucleon - center from @xmath3 gev to @xmath4 gev @xmath5 gev for protons overview see @xcite description detector @xcite properties collisions measured using large acceptance multiplicity detector full solid angle 50% particles registered in central octagonal multiplicity detector fig . 1 smaller angles detected in multiplicity ring detectors meters from interaction point information 1% particles from two - arm magnetic spectrometer position primary interaction reconstructed using vertex detector registers 5% primary particles beams ions collide at zero degree primary vertices distributed wide @xmath0 range along beam line up to @xmath62 m from interaction point @xmath60.1 cm perpendicular direction small acceptance vertex detector sufficient for vertex reconstruction large multiplicities analysis peripheral au+au collisions interactions lighter systems p+p improve vertex determination efficiency accuracy algorithms needed using complementary information from detector subsystems scintillator counters trigger system deliver first information on position primary vertexlarger detectors paddle counters placed at @xmath0 m from interaction point two smaller counters around beam pipe at.3 m for most measurements in p+p collisions moved closer to -1.3 m and + 2.5 m coincidence signals from detector pairs used for triggering arrival vertex position derived from time difference error in vertex position about 5 cm ) small for line selection not sufficient for data analyzes vertex position in 3 dimensions ( @xmath7 ) from tracks reconstructed in phobos spectrometer 16 layers of silicon pad strip sensors inside 2 tesla magnet design ensures first 8 layers sensors in field weak allows reconstruction of first segment particle trajectory as straight line joined with curved part track acceptance for straight line segments larger than for reconstructed tracks curved part improve track extrapolation vertex straight lines used in two algorithms vertex reconstruction in spectrometer 3d method vertex position defined as point sum of distances from extrapolated tracks minimal iterative tracks distant removed vertex recalculatedspectrometer 2d+1d algorithm enters points closest approach track into 2-dimensional and 1-dimensional @xmath1 histograms coordinates maxima define approximate vertex position final vertex determined by mean in @xmath2 of points compatible with beam orbit close to vertex sizes silicon sensors for vertex reconstruction large 1@xmath91 mm 0.427@xmath96 mm for limited precision determination vertex position using hits in vertex detector dashed lines represent false combinations continuous lines primary particles histogram of number of tracks extrapolated to fixed @xmath1 value used to position vertex vertex detector consists two parts above below beam pipe 25 cm long 2 layers of silicon sensors at 5.7 cm 11.8 cm from beam sensors strips wide 1.2 or 2.4 cm long perpendicular to beam direction strips in distant outer layers two times longer limits vertex reconstruction to @xmath1 and @xmath0 positions all combinations hits layers treated as track candidates extrapolated position at fixed @xmath1 histogrammed @xmath12 defined by position maximum histogramprocedure repeated for values fixed @xmath1 maximum histogram highest used as final @xmath13 accept maximum three track candidates required two false track candidates selected in low multiplicity events correlation difference between position hit primary vertex @xmath14 registered energy loss @xmath15 in phobos octagonal multiplicity detector measured energy loss divided by mean energy minimum ionizing particle traversing sensor largest primary particles registered in octagonal multiplicity detector 92 silicon sensors with 0.27.86 cm@xmath10 pads thickness varies 0.305 mm to 0.338 mm sensors placed around beam pipe 4.5 cm cover @xmath0 range -55 cm to + 55 cm primary particles traverse one silicon sensor leave track vertex length trajectory deposited ionization energy depends on angle sensor emission angle measured energy loss correlated with distance hit from vertex fig . 3 most hits belong to two ridges @xmath14 = 0 hits left by particles with low momenta larger energy visible at @xmath14 close to zero tail of large @xmath17 valuespositive negative @xmath14 ambiguity value @xmath17 from single hit distance to vertex or positions vertex position fixed @xmath17 values calculated from 2-dimensional histogram fig examples 4 probability density function @xmath18 for particle energy @xmath17 @xmath19 vertex @xmath20 calculated non - zero in two @xmath0 ranges symmetric @xmath19 particles width single range 3 - 6 cm information hits at distance @xmath21 up to 100 cm single hit no select correct range overlap ranges correct vertex position @xmath0 position vertex determined by maximizing probabilities hits in octagonal multiplicity detector distributions distances between primary vertex hits for values normalized energy loss @xmath15 histograms obtained for @xmath15 equal 1.2 3 6 15 30 vertex reconstruction on au+au collisions at highest rhic energy @xmath22 = 200 gev using simulations phobos detector response geant 3.21 packagevertex reconstruction efficiency for collisions at @xmath22 = 200 gev as fraction of events distance between reconstructed true vertices exceed 0.5 0.1 cm 3 cm for three methods spectrometer 2d+1d vertex detector octagon additional events with incorrectly reconstructed vertex represented by shaded area maximal distances between vertices adjusted to resolution method phobos vertex detector for collisions close to nominal interaction point ( @xmath12=0 acceptance reconstruction methods extends over larger @xmath12 range _ octagon _ method most efficient 95% for collisions returns correct position all methods reconstruct vertex for small multiplicities fraction of events fail to find correct vertex position spectrometer 2d+1d method results in larger error vertex detector method finds vertex close to @xmath0=0 true @xmath12 outside acceptance _ octagon _ method gives different vertex position such events eliminated from analysis vertex position accuracy efficiency for+au collisions at @xmath22 = 200 gev in vertex range limited to @xmath2310 cm central events belong largest values charged primary particles hitting octagonal multiplicity detector peripheral sample smallest multiplicitiescentral events efficiency all methods 100% not shown reduce contribution large errors quoted resolution taken from gaussian rms @xmath24 distribution overall efficiency vertex reconstruction methods for different interactions measured phobos experiment table 2 ) collisions heavier nuclei au+au or cu+cu efficiencies precise spectrometer vertex detector methods close to 50% or higher deuteron efficiency drops faster spectrometer small for both methods p+p collisions octagon _ method efficiency 86% for nucleus+nucleus 50% for p+p interactions phobos experiment utilizes vertex reconstruction algorithms complementary information subdetectors precise vertex resolution achieved in high multiplicity heavy ion collisions limited acceptance spectrometer vertex detector low efficiency in peripheral au+au collisions d+au p+p interactions new efficient method vertex reconstruction single layer octagonal multiplicity detector introduced low multiplicity events finds vertex with error about 1 cm method verify doubtful results algorithms or studies precision procedure testing vertices methods implemented in phobos experiment software rejects wrong reconstruction results calculates accurate vertex position work partially supported by u.s .grants ac02 98ch10886 fg02 93er40802 94er40818 94er40865 99er41099 w-31 - 109-eng-38 u nsf grants 9603486 0072204 0245011 polish kbn grant 1-p03b-062 - 27(2004 - 2007 nsc taiwan contract 89 - 2112-m-008 - 024 hungarian otka grant 049823 b.b.back a757 28 2005 ) ex/0410022 a499 603 ( 2003 ) a461 143 ( 2001 ) brun geant 3.21 detector description simulation tool cern program library write - up w5013 1994 | 0.508339 | 3,226 | 1,617 | , Saving $0.1 in GPT-4. |
172,532 | the homo - lumo gaps of the bilayer fullerene onions were investigated . for this purpose ,
the homo and lumo energies were calculated for the isolated fullerenes using the parametrization of the tight binding method with the harrison - goodwin modification .
next , the difference of the fermi levels of the outer and inner shell was calculated by considering the hybridization of the orbitals on the base of the geometric parameters .
the results were obtained by the combination of these calculations .
[ 1]>p#1 [ 1]>p#1 [ 1]>p#1 | carbon onions ( or fullerene onions ) are concentric fullerenes nested in each other . for the first time their formation was observed in 1992 by ugarte who focused an electron beam in a sample of amorphous carbon @xcite .
nowadays carbon onions can be produced by nanodiamond annealing @xcite , arc discharge between two graphite electrodes in water @xcite or by the naphthalene combustion @xcite .
unique properties of carbon onions make them the element base of various electric devices .
carbon onions are used as components for the electric double layer capacitors , also called supercapacitors @xcite .
pech et al .
prepared ultrahigh - power micrometer - sized supercapacitors based on the carbon onions @xcite . in combination with @xmath0 and @xmath1 carbon onions
can be used as electrode materials for ion - lithium batteries @xcite .
the nanofilters based on the carbon onions and its composites can be applied as electromagnetic interference shields for the terahertz waves @xcite .
application of the carbon onions in electric devices requires the information about its electron parameters like energy gap and fermi levels . in the case of the bilayer onions which we investigate in this paper , the energy gap is given by the homo - lumo gap - the energy difference between the lowest unoccupied molecular orbital of the inner onion shell and of the highest occupied molecular orbital of the outer onion shell .
this difference is influenced by the energy difference between the fermi levels of both onion shells . in our previous paper
we calculated the energy gap of the onion @xmath2 ( fig .
[ fg1 ] ) by the treatment of the hybridization of the fullerene orbitals @xcite . to calculate this value we took the experimental data about isolated fullerenes @xmath3 and @xmath4 @xcite . to expand our knowledge about the electronic properties of other bilayer onions we need information about their isolated part . in this paper
we will obtain this information due to tight - binding method that was successfully used for the investigation of the electronic and the geometry properties of the bilayer onions in @xcite . in section 2
, we describe the tight - binding model with the original parametrization . on the base of this model
we receive the geometry parameters which are necessary for the calculation of the fermi levels of the considered onions .
we also calculate the van der waals interaction and on this base we determine which forms of the carbon onions can exist . in section 3 ,
we briefly describe how to obtain the homo - lumo gaps for the bilayer onions by the combination of the calculations of the fermi levels and of the homo and lumo energies .
it is described in @xcite how to calculate the energy difference between the fermi levels .
they are calculated due to parametrization based on the hybridization of the orbitals .
the geometry parameters received in previous section are used here .
to calculate the geometry and the electronic structure of the isolated fullerenes , the original parametrization of the tight binding method with the harrison - goodwin modification was used . to obtain the metric features of the investigated object
, the total energy @xmath5 is minimized on the bond lengths : @xmath6 where @xmath7 is the energy of occupied energy states ( levels ) , @xmath8 is the repulsive energy with an account of internuclear and electron - electron interaction .
the energy of the band structure is determined by the formula @xmath9 where @xmath10 is @xmath11th energy level that corresponds to an eigenvalue of the hamiltonian ( multiplier 2 takes into account spin of electron ) .
the repulsion energy is represented as the sum of pair potentials : @xmath12 where @xmath13 - the numbers of interacting atoms , @xmath14 - cartesian coordinates .
the term @xmath15 is determined by the goodwin s expression @xcite : @xmath16 \right\},\ ] ] where @xmath17 ev . to find @xmath7 we need to fill in the hamiltonian . for this case we should determine carbon terms @xmath18 and @xmath19 , and the overlapping integrals @xmath20 .
the interatomic matrix elements of hamiltonian were determined as follows @xcite : @xmath21 } \right\},\ ] ] where @xmath22 is the distance between the atoms , @xmath13 - orbital moments of the wave functions , @xmath23 is the index noting a bond type ( @xmath24 or @xmath25 ) .
the initial goodwin s modification had the array of disadvantages : it did nt allow to calculate the potential of ionization and the energy gaps obtained by this method differed from the experimental data .
so we developed the original parametrization of the hamiltonian by the comparison of the experimental data for fullerene @xmath3 ( bond length @xmath26 and @xmath27 , energy gap @xmath28 and ionization potential @xmath29 @xcite ) with the calculated .
the obtained matrix elements of the hamiltonian are shown in table [ tab1 ] .
herewith for the fullerene @xmath3 it was found : @xmath30 .
@xmath18 & @xmath19 & @xmath31 & @xmath32 & @xmath33 & @xmath34 + value & -10.932 & -5.991 & -4.344 & 3.969 & 5.457 & -1.938 + [ tab1 ] let s note that our parametrization of the harrison - goodwin tight - binding modification allows to calculate the energy gap and the potential of ionization of isolated fullerenes with good accuracy , though it ca nt find the electron structure of the bilayer onions .
but it can be used to find the ground state of them and , thus , its geometry parameters .
we have already successfully applied this method to find the geometry structure and the ground states of the molecules @xmath35 and @xmath36 @xcite . in this paper
we expanded the number of considered isolated fullerenes and onions .
the homo and lumo gaps of the isolated fullerenes are in table [ tab1a ] and their geometry parameters are given in table [ tab2 ] .
@xmath37 & @xmath38 & @xmath39 & @xmath40 & @xmath3 & @xmath41 & @xmath4 & @xmath42 + homo & @xmath43 & @xmath44 & @xmath45 & @xmath46 & @xmath47 & @xmath48 & @xmath49 & @xmath46 + lumo & @xmath50 & @xmath46 & @xmath51 & @xmath52 & @xmath53 & @xmath43 & @xmath54 & @xmath55 + h - l gap & @xmath56 & @xmath57 & @xmath58 & @xmath59 & @xmath60 & @xmath61 & @xmath62 & @xmath63 + [ tab1a ] bond length,@xmath64 + @xmath37 & 2.06 & 1.47 + @xmath38 & 2.53 & 1.46 + @xmath39 & 2.65 & 1.51 + @xmath40 & 2.37 & 1.44 + @xmath3 & 3.4 & 1.445 + @xmath41 & 3.94 & 1.44 + @xmath4 & 7.2 & 1.415 + @xmath42 & 10.1 & 1.435 + [ tab2 ] the intershell interaction in bilayer onions is mainly determined by the van der waals interaction and the overlapping energy of the electron clouds .
we used the potential of lennard - jones to determine the interaction between the non - bonded atoms .
as we showed earlier @xcite , for the bilayer onions with external icosahedral shell ( @xmath3 , @xmath4 , @xmath42 ) there are three potential wells where the internal fullerene can be located . in this paper , for such onions we will consider the well with the lowest energy . the intershell interaction between the internal and the external shells of the onions is shown in table [ tab3 ] .
-1.256 & x & x & x & x & x & x + @xmath4 & -0.786 & -1.066 & -1.228 & -1.228 & -2.66 & -2.41 & x + @xmath42 & -0.518 & -0.656 & -0.658 & -0.743 & -1.209 & -1.16 & -7.106 + @ & @xmath37 & @xmath38 & @xmath39 & @xmath40 & @xmath3 & @xmath41 & @xmath4 + [ tab3 ] let s note that the energy of the van der waals interaction is positive for the onions with such external shells as @xmath37 , @xmath38 , @xmath39 , @xmath40 , @xmath3 .
it means that bilayer onions with these external shells ca nt exist under usual conditions .
the onion @xmath65 is the only bilayer onion with external shell @xmath41 that has negative energy .
the main content of this method consists in the calculation of the difference between the fermi levels of the outer and the inner shell , given by the energy of the @xmath25-bonds which are perpendicular to the molecular surface . in @xcite , the spatial orientation of the corresponding bonds
is considered for this purpose . here , the wave function of the @xmath25-bond corresponding to the inner sphere of the bilayer onion has the form @xmath66 where the following equations are satisfied : @xmath67 here , @xmath68 correspond to the bonds lying on the molecular surface .
the values of @xmath69 depend on the radius and average bond length of the given form of fullerene . for different kinds of fullerenes ,
these geometry parameters were calculated in the previous section . then , the energy of the corresponding @xmath25-bond is given by @xmath70 where @xcite @xmath71 in table [ tab4 ]
, the values of @xmath72 are listed together with the energy of @xmath25-bonds .
@xmath73 & @xmath74 & @xmath75 + @xmath37 & 0.225i & -0.517 & 0.885 & -3.595 + @xmath38 & 0.367 & -0.178 & 0.913 & -5.076 + @xmath39 & 0.366 & -0.169 & 0.915 & -5.071 + @xmath40 & 0.364 & -0.223 & 0.904 & -5.060 + @xmath3 & 0.297 & -0.558 & 0.953 & -4.705 + @xmath41 & 0.257 & -0.033 & 0.966 & -4.053 + @xmath4 & 0.139 & -0.005 & 0.990 & -4.155 + @xmath42 & 0.101 & @xmath76 0 & 0.990 & -4.081 + [ tab4 ] on the base of these results , the difference between the fermi levels of the onion shells was calculated using the formula @xmath77 with the results listed in table [ tab5 ] . regarding the results of the calculation of the corresponding van der waals interaction ( table [ tab3 ] ) , we exclude all the unacceptable forms of the onions .
-0.936 & x & x & x & x & x & x + @xmath4 & -0.560 & 0.921 & 0.916 & 0.905 & 0.550 & 0.375 & x + @xmath42 & -0.486 & 0.995 & 0.990 & 0.979 & 0.624 & 0.449 & 0.074 + @ & @xmath37 & @xmath38 & @xmath39 & @xmath40 & @xmath3 & @xmath41 & @xmath4 + [ tab5 ] now , we can calculate the homo - lumo gap for the bilayer onions .
the procedure is given by the scheme in fig .
[ fg2 ] . here ,
the symbols @xmath78 , @xmath79 correspond to @xmath80 in the above formula - they denote the fermi levels of the corresponding shells .
@xmath81 , @xmath82 , @xmath83 , @xmath84 denote the highest occupied and the lowest unoccupied molecular orbital energy levels of the inner and outer shell , respectively , @xmath85 and @xmath86 denote the @xmath83 and @xmath84 levels shifted by the energy difference @xmath87 of the fermi levels . then , the homo - lumo gap of the bilayer onion can be calculated as @xmath88 the values of homo and lumo energy levels of isolated fullerenes are calculated using the method described in the previous section . they corresponding homo - lumo gaps are listed in table [ tab1a ] .
then , using the values of the energy difference between the fermi levels listed in table [ tab5 ] , we get the results in table [ tab7 ] . 1.44 & x & x & x & x & x & x + @xmath4 & 1.38 & -0.81 & 0.41 & -0.70 & 1.01 & 0.05 & x + @xmath42 & 1.01 & -1.18 & 0.04 & -1.07 & 0.64 & -0.32 & 0.88 + @ & @xmath37 & @xmath38 & @xmath39 & @xmath40 & @xmath3 & @xmath41 & @xmath4 + [ tab7 ]
we verified which forms of bilayer fullerene onions can really exist and we found the homo - lumo gaps of them which are listed in table [ tab7 ] .
some of the values have negative sign which means that the value of the lumo energy level of the inner shell is lower than the homo energy level of the outer shell . to get an insight into these results , on the base of table [ tab7 ] , we can outline their distribution , where we can regard the real values or the modulus ( fig .
[ fg3 ] ) . from the the outlined distributions
does not follow any special rule , for different kinds of the bilayer onions the mutual placement is accidental .
it is worth mentioning the coincidence of the homo - lumo gaps for @xmath89 and @xmath2 ( 1.01 ev ) and for @xmath90 and @xmath91 ( 0.04 ev and 0.05 ev ) . to conclude , the homo - lumo gap serve as a characteristic of the electronic properties : the lower value of this gap , the more metallic the corresponding material is
. from our investigations follows that the less metallic is @xmath65 , the most metallic are @xmath90 and @xmath91 .
+ acknowledgements the authors gratefully acknowledge funding of this work by presidential scholarship 2016 - 2018 ( project no .
sp-3135.2016.1 ) . | carbon onions or fullerene are concentric fullerenes nested first formation observed 1992 by ugarte electron beam in amorphous carbon produced by nanodiamond annealing arc discharge between graphite electrodes naphthalene combustion unique properties make element base of electric devices onions used as components for electric double layer capacitors supercapacitors pech et al prepared ultrahigh - power micrometer - sized supercapacitors based onions with @xmath0 @xmath1 onions used as electrode materials for ion - lithium batteries nanofilters as electromagnetic interference shields for terahertz waves application requires information electron parameters like energy gap fermi levels bilayer onions energy gap given by homo - lumo gap energy difference between lowest unoccupied orbital and highest occupied outer influenced by fermi levels calculated energy gap of onion @xmath2 by hybridization of fullerene orbitals took experimental data about isolated fullerenes @xmath3 and @xmath4 to electronic properties of other bilayer onions need information about isolated partpaper obtain information due tight - binding method used investigation electronic geometry properties bilayer onions @xcite section 2 tight - binding model original parametrization receive geometry parameters for calculation fermi levels onions calculate van der waals interaction determine forms carbon onions section 3 homo - lumo gaps for bilayer onions calculations fermi levels homo lumo energies @xcite calculate energy difference between fermi levels calculated due parametrization hybridization orbitals geometry parameters previous section used here calculate geometry electronic structure isolated fullerenes original parametrization tight binding method harrison - goodwin modification used obtain features object total energy @xmath5 minimized on bond lengths @xmath6 energy occupied energy states @xmath8 repulsive energy internuclear electron - electron interaction energy band structure determined by formula @xmath9 @xmath10 @xmath11th energy level eigenvalue hamiltonian 2 spin electron repulsion energy represented as sum of pair potentials @xmath12 numbers interacting atoms @xmath14 cartesian coordinates term @xmath15 determined by goodwin s expression @xcite @xmath16 @xmath17 find @xmath7 fill in hamiltonian determine carbon terms @xmath18 @xmath19 overlapping integrals @xmath20 interatomic matrix elements hamiltonian determined @xcite : @xmath21 @xmath22 distance atoms @xmath13 orbital moments wave functions @xmath23 index bond type @xmath24 or @xmath25 initial goodwin s modification disadvantages calculate potential ionization energy gaps differed experimental data developed original parametrization experimental data fullerene @xmath3 bond length energy gap ionization potential @xmath29 calculated obtained matrix elements hamiltonian shown in table tab1 fullerene @xmath3 found @xmath30 @xmath18 @xmath19 @xmath31 @xmath32 @xmath33 @xmath34 + value -10.932 -5.991 -4.344 3.969 5.457 -1.938 + parametrization harrison - goodwin tight - binding modification calculate energy gap potential ionization isolated fullerenes accuracy ca find electron structure bilayer onions find ground state geometry parameters applied method find geometry structure ground states molecules @xmath35 @xmath36 @xcite expanded number isolated fullerenes onionshomo lumo gaps isolated fullerenes in table tab1a geometry parameters table [ tab2 ] @xmath37 @xmath42 + homo @xmath43 + lumo @xmath50 + h - l gap @xmath56 @xmath57 @xmath63 + tab1a ] bond length,@xmath64 + @xmath37 2.06 & 1.47 + @xmath38 2.53 1.46 + @xmath39 2.65 1.51 + @xmath40 2.37 & 1.44 + @xmath3 3.4 & 1.445 + @xmath41 3.94 & 1.44 + @xmath4 7.2 & 1.415 + @xmath42 10.1 & 1.435 + tab2 ] intershell interaction in bilayer onions determined by van der waals interaction overlapping energy electron clouds used potential lennard - jones interaction non - bonded atoms bilayer onions with external icosahedral shell three potential wells internal fullerene consider well with lowest energy intershell interaction between internal external shells shown in table [ tab3 ]256 x + @xmath4 -0.786 -1.066 -1.228 -2.66 -2.41 x + @xmath42 -0.518 -0.656 -0.658 -0.743 -1.209 -1.16 -7.106 + @xmath37 @xmath39 @xmath40 @xmath3 @xmath41 @xmath4 tab3 energy van der waals interaction positive for onions with external shells @xmath37 bilayer onions with shells exist under usual conditions onion @xmath65 only bilayer onion with shell @xmath41 negative energy method calculation difference between fermi levels outer inner shell energy @xmath25-bonds perpendicular to molecular surface spatial orientation of bonds considered wave function of @xmath25-bond inner sphere form @xmath66 equations satisfied @xmath67 @xmath68 correspond bonds on molecular surface values of @xmath69 depend on radius average bond length of form fullerene parameters calculated previous section energy of @xmath25-bond given by @xmath70 @xcite @xmath71 table tab4 values of @xmath72 listed with energy @xmath25-bonds@xmath73 @xmath37 0.225i -0.517 0.885 -3.595 @xmath38 0.367 -0.178 0.913 -5.076 @xmath39 0.366 -0.169 0.915 -5.071 @xmath40 0.364 -0.223 0.904 -5.060 @xmath3 0.297 -0.558 0.953 -4.705 @xmath41 0.257 -0.033 0.966 -4.053 @xmath4 0.139 -0.005 0.990 -4.155 @xmath42 0.101 @xmath76 0.990 -4.081 difference fermi levels onion shells calculated formula @xmath77 results table tab5 exclude unacceptable forms onions -0.936 x x + @xmath4 -0.560 0.921 0.916 0.905 0.550 0.375 x @xmath42 -0.486 0.995 0.990 0.979 0.624 0.449 0.074 + @xmath37 @xmath39 @xmath40 @xmath3 @xmath41 @xmath4 + calculate homo - lumo gap bilayer onions procedure scheme fig . symbols @xmath78 @xmath79 correspond @xmath80 denote fermi levels shells@xmath81 denote highest occupied lowest unoccupied molecular orbital energy levels inner outer shell denote levels shifted by energy difference @xmath87 fermi levels homo - lumo gap bilayer onion calculated as @xmath88 values homo lumo energy levels isolated fullerenes calculated method previous section homo - lumo gaps listed in table [ tab1a ] using energy difference between fermi levels table tab5 results in table tab7 ] 1.44 x x + @xmath4 1.38 -0.81 0.41 -0.70 1.01 0.05 x + @xmath42 1.01 -1.18 0.04 -1.07 0.64 -0.32 0.88 + @xmath37 @xmath3 @xmath4 + tab7 verified forms bilayer fullerene onions found homo - lumo gaps listed in table [ tab7 ] some values negative sign lumo energy level inner shell lower than homo level outer shell insight results table tab7 outline distribution regard real values modulus ( fig . fg3 ] outlined distributions special rule bilayer onions mutual placement accidentalcoincidence homo - lumo gaps @xmath89 @xmath2 1.01 ev @xmath90 @xmath91 0.04 0.05 ev ) homo - lumo gap electronic properties lower value gap more metallic material less metallic @xmath65 most metallic @xmath90 @xmath91 authors acknowledge funding presidential scholarship 2016 - 2018 project sp-3135.2016.1 ) | 0.501409 | 3,375 | 1,811 | , Saving $0.1 in GPT-4. |
172,542 | @xmath0 is an atom of simple hydrogenlike structure similar to positronium @xmath1 and @xmath2 . in this
paper energy levels and decay widths of different decay channels of @xmath0 are given .
cross section of production of this atomic system in @xmath3 annihilation taking into account radiative corrections is calculated . according to our estimates
886 @xmath0 atoms may be produced at bepcii and 29 @xmath0 atoms are produced at vepp-4 m under the present experimental conditions . | @xmath0 is an electromagnetically bound state of @xmath4 and @xmath5 similar to positronium @xmath1 and @xmath2@xcite .
it was theoretically predicted@xcite in 1975 but never found experimentally .
qed is a well known theory to describe such type of electromagnetically bound atomic states . as in the case of hydrogen atom the hamilton operator for @xmath0 atom
is h=*p*^2m_-r , where @xmath6 is the constant of fine structure@xcite , @xmath7 , @xmath8 is distance between @xmath4 and @xmath5 .
this operator differs from the hydrogen atom hamiltonian only by reduced mass . in hydrogen atom hamiltonian ,
reduced mass is just the mass of electron but in case of @xmath0 atom reduced mass is @xmath9 , so the energy levels of @xmath0 are obtained easily using the corresponding reduced mass .
different corrections to the hamiltonian _ eg . _ relativistic mass growth , orbital , spin - orbital , spin - spin and annihilation interactions , all give the hyperfine structure levels .
perturbation hamiltonian contains only the sum of spins of particles , so the energy levels are divided into singlets ( parastates with total spin 0 ) and triplets ( orthostates with total spin 1 ) .
the energy levels of the @xmath0 atom are given as for hydrogen atom with a reduced mass@xcite @xmath10 e_n =- m_^24n^2=-25n^2kev .
knowing the energy spectra of this atom now we need to consider different decay channels of @xmath0 system .
there are two classes of decay channels@xcite . in the first class the @xmath5 or @xmath4 decay through the weak interaction in the normal way and the atomic state disappears .
the decay width is ( ( ^+^-)_b , decay)=2= 4.5310 ^ -3ev , where @xmath11 is lifetime of tau lepton . in the second class of decay channels
the @xmath5 and @xmath4 annihilate .
the annihilation requires that the atomic wave function @xmath12 be unequal to 0 at r=0 _
i.e. _ @xmath13 . here
r is the distance between the @xmath5 and @xmath4 .
therefore in lowest order , annihilation occurs only in l=0 state , _
i.e. _ s state .
the annihilation channels of @xmath14 state of @xmath0 with corresponding decay widths are following : the channel ( ^+^-)_b++ , has the width ( ( ^+^-)_b3)=2(^2 - 9)^6m_9n^3=1.9510 ^ -5ev . the two channels ( ^+^-)_be^++e^- , ( ^+^-)_b^++^- , have the same width ( ( ^+^-)_be^++e^-)=^5m_6n^3=7.0410 ^ -3ev .
finally there is hadron channel ( ^+^-)_bhadrons . for @xmath0 we can calculate the width of this channel using colliding beams @xmath3 annihilation data at @xmath15 ( e^++e^-hadrons)2(e^++e^-^++^- ) .
therefore ( ( ^+^-)_bhadrons)2_ee=1.4110 ^ -2ev . neglecting @xmath16 we get the total width _ n((^+^-)_b , decay)+4_ee=(4.5 + 28.1n^3)10 ^ -3ev . using these values
we can calculate production cross section of @xmath0 .
@xmath0 can be produced in @xmath3 annihilation just below @xmath11 pair threshold e^++e^-_virtual(^+^-)_bcorresponding production cross section according to the breit - wigner equation , is ( e^++e^-(^+^-)_b)=34m_^2_ee(e-2m_)^2+^2/4 . here
e is the total energy of @xmath17 and @xmath18 .
the peak cross section is ( e^++e^-(^+^-)_b , peak)=3m_^2_ee=0.5mb.taking into account the radiative corrections@xcite we get _ r=(-4lnm_m_elnm _ ) .
now we consider the possibility that initial @xmath17 or @xmath18 can radiate soft photon with 1 .
the criteria of perturbative theory application in this case are lnm_m_e1,lnm_m_elnm__min1.[eq : cond ] from ( [ eq : cond ] ) it implies that we can put @xmath19 equal to the decay width of @xmath20 state of @xmath0 .
the cross section of radiative production of @xmath0 is _
rad=_n2n^3 ^ 6m__min(2lnm_m_e-1 ) . as the electrons and positrons in accelerator beams have some energy spread so we should use an average value of cross section@xcite = ( e)(e)de .
bepcii is an electron positron collider working in the tau - charm energy region at ihep , beijing , china .
it has only one detector besiii@xcite .
it is an excellent machine to produce @xmath0 .
let the electrons and positrons are equally distributed in some energy interval @xmath21 near threshold . at bepcii
we have @xmath22@xcite = _
r2_eee=0.70pb , = _ rad_mine(lne_min-1)=13.36pb .
number of events which will be produced at bepcii having luminosity @xmath23 are n=(<_r>+<_rad>)l=14.0663=886events . if suitable event selection criteria adopted @xmath0 can be observed using besiii . the cross section @xmath24 just below @xmath11 pair threshold at 3.5538 gev , with the account of all the radiative corrections is@xcite
( e^++e^-^++^-)=110pb . branching ratio for @xmath25 is 0.1735 , so we have ( e^++e^-^++^-^++^-)=110(0.1735)^2=3.3pb . [ free ] branching ratio for @xmath26 is 0.21 , so the cross section is@xcite ( e^++e^-(^+^-)_b^++^-)=14.060.21=3pb .
[ bound ] such a big cross section is due to the branching ratio for @xmath27 which is 0.21 in spite of 0.03 as for free @xmath28 pair . comparing `` ( [ free ] ) '' and `` ( [ bound ] ) ''
we see that @xmath29 of @xmath30 events are from free @xmath28 pair and @xmath31 @xmath30 events from @xmath0 .
same will be true for ee events although there will be no contribution of @xmath0 to @xmath32 events .
vepp-4 m is another electron positron collider working in the 1 - 6 gev energy region at budker institute of nuclear physics , novosibirsk , russia .
a precise @xmath11 lepton mass measurement performed at the vepp-4 m collider with the kedr detector has been reported recently@xcite . as in previous experiments
the contribution of the bound state @xmath0 has not been taken into account .
let us calculate how much @xmath0 were produced in this experiment .
we asume that the electrons and positrons are equally distributed in some energy interval @xmath21 near threshold at vepp-4 m we have @xmath33 .
then @xmath34 and @xmath35 .
so the number of @xmath0 produced at vepp-4 m having integrated luminosity @xmath36 at @xmath37 is n=(<_r>+<_rad>)l=18.121.60529events .
these @xmath0 will contribute to ee and @xmath30 events .
it is reported@xcite that at @xmath37 6 @xmath38 events were detected , this number will ultimately increase if we take into account @xmath0 and it will be a direct evidence for the existence of @xmath0 .
it follows from our estimates for @xmath0 decay rates and production cross section that @xmath0 decays give a rather big number for ee and @xmath30 events at bepcii and at vepp-4 m .
work of a.a .
malik was supported by higher education commission of pakistan under the grant no .
1 - 5/90/hec / r&d/2006 .
malik and i.s .
satsunkevich , _ vesti nanb ser .
fiz .- mat .
_ no 3 , 78 ( 2001 ) .
moffat , _ phys .
lett . _ * 35 * , 1605 ( 1975 ) .
marciano and a. sirlin _ phys .
lett . _ * 61 * , 1851 ( 1988 ) . c. avilez , r. montemayor and m. moreno , _ lettere al nuovo cimento series 2 _ * 21 * , 301 ( 1978 ) .
perl , slac - pub-6025 ( 1992 ) .
bayer and v.s .
sinakh , _ zhetf _ * 41 * , 1576 ( 1961 ) .
n. cabibbo and r. gatto , _ phys .
rev . _ * 124 * , 1577 ( 1961 ) .
y.f . wang , _ int .
* 21 * , 5371 , ( 2006 ) .
mo , _ nucl .
suppl . _ * 169 * , 132 , ( 2007 ) .
j. kirkby , cern - ppe/96 - 112 .
malik and i.s .
satsunkevich in _ proc . of 3rd int .
workshop on quantum systems _ , ( minsk june 9 - 13 1999 ) , p. 104 . v.v .
et al . _ , _ pzhetf _ * 85 * , 429 ( 2007 ) . | @xmath0 electromagnetically bound state of @xmath4 similar to positronium @xmath1@xcite predicted 1975 never found experimentally qed theory electromagnetically bound atomic states hydrogen atom hamilton operator @xmath0 h=*p*^2m_-r @xmath6 constant fine structure distance between @xmath4 @xmath5 differs from hydrogen atom hamiltonian by reduced mass electron @xmath0 @xmath9 energy levels obtained using reduced mass corrections hamiltonian relativistic mass growth orbital spin - orbital annihilation interactions give hyperfine structure levels perturbation hamiltonian contains sum of spins particles energy levels divided into singlets triplets 1 energy levels @xmath0 atom as hydrogen atom with reduced mass @xmath10 e_n = m_^24n^2=-25n^2kev energy spectra decay channels of @xmath0 system two classes of decay channels first class @xmath5 @xmath4 decay through weak interaction atomic state disappears decay width= 4.5310 ^ -3ev @xmath11 lifetime of tau leptonsecond class decay channels @xmath5 annihilate annihilation requires atomic wave function @xmath12 unequal 0 r=0 @xmath13 r distance @xmath5 @xmath4 annihilation occurs l=0 state annihilation channels @xmath14 @xmath0 decay widths channel ^+^-)_b++ width( - 9)^6m_9n^3=1.9510 ^ -5ev two channels+^-)_be_b^++^- same=^5m_6n^3=7.0410 ^ -3ev hadron channel ( ^+^-)_bhadrons @xmath0 calculate width colliding beams @xmath3 annihilation data @xmath15-hadrons)2^_bhadrons)2_ee=1.4110 ^ -2ev neglecting @xmath16 total width+-_b decay)+4_ee=(4.5 + 28.1n^3)10 ^ -3ev calculate production cross section @xmath0@xmath0 produced @xmath3 annihilation below @xmath11 threshold production cross section breit - wigner equation-+^=34m_^2_ee(e-2m^2+^2/4 e total energy @xmath17 @xmath18 peak cross section_^2_ee=0.5mb radiative corrections@xcite r=(-4lnm_m_elnm @xmath17 or @xmath18 radiate soft photon 1 criteria perturbative theory lnm_m_e1,lnm_m_elnm__min1 @xmath19 equal decay width @xmath20 state @xmath0 cross section radiative production @xmath0 rad=_n2n^3 ^ 6m__min(2lnm_m_e-1 ) electrons accelerator energy spread average value cross section@xcite = ( e)(e)de bepcii electron positron collider - energy region ihep beijing china one detector produce @xmath0 electrons positrons equally distributed energy interval @xmath21 near threshold @xmath22@xcite = r2_eee=0.70pb rad_mine(lne_min-1)=13.36pbevents at bepcii luminosity @xmath23 n=(<+)l=14.0663=886events event selection criteria @xmath0 observed using besiii cross section @xmath24 below @xmath11 pair threshold at 3.5538 gev radiative corrections is@xcite)=110pb branching ratio @xmath25 0.1735=3.3pb branching ratio @xmath26 0.21 cross section@xcite)=14.060.21=3pb big cross section due to branching ratio @xmath27 0.21 0.03 free @xmath28 pair @xmath29 @xmath30 events from free @xmath28 pair @xmath31 from @xmath0 ee events no contribution @xmath0 to @xmath32 events vepp-4 m electron positron collider 1 - 6 gev energy region at budker institute nuclear physics novosibirsk russia precise @xmath11 lepton mass measurement at vepp-4 collider reported contribution bound state @xmath0 not calculate @xmath0 produced electrons positrons equally distributed in energy interval @xmath21 near threshold at vepp-4 m @xmath33 .@xmath34 @xmath35 @xmath0 vepp-4 m luminosity @xmath36 @xmath37=18.121.60529events @xmath0 contribute ee @xmath30 events @xmath37 6 @xmath38 events detected number increase @xmath0 evidence existence @xmath0 estimates @xmath0 decay rates production cross section decays big number ee @xmath30 events bepcii vepp-4 m work a.a malik supported higher education commission pakistan grant 1 - 5/90/hec / r&d/2006 malik satsunkevich 3 , 78 ( 2001 ) moffat . lett 35 * 1605 ( 1975 ) marciano a. sirlin. lett 61 1851 ( 1988 ). avilez montemayor m. moreno lettere nuovo cimento series 2 21, 301 ( 1978 ) perl pub-6025 ( 1992 ) bayer sinakh 41 1576 ( 1961 ) cabibbo r. gatto phys . rev. 124 1577 ( 1961 ) wang 21 5371 2006 ) suppl 169 132 2007 )kirkby cern ppe/96 112 malik satsunkevich 3rd workshop quantum systems minsk june 9 - 13 1999 p. 104 v.v. al pzhetf 85 429 2007 | 0.348555 | 2,318 | 1,279 | , Saving $0.1 in GPT-4. |
172,556 | we present decompositions of the rotation curves of distant spiral galaxies into contributions due to their bulges , disks , and putative dark haloes . in order to set constraints on the ambiguities of the decompositons we interpret the morphology of the spiral structures quantitatively in the framework of density wave theory .
galaxy models constrained in such a way show that the distant galaxies , which are much younger than nearby galaxies , are indeed also imbedded in dark haloes as expected from contemporary theories of the cosmogony of galaxies . | vogt et al . ( 1996 ; hereafter referred to as vfp ) have determined recently by spectroscopy with the keck telescope optical rotation curves of a sample of distant field galaxies .
they present also quantitative photometry of the surface brightness of the galaxies using images taken with hst .
these data allow first insight into the dynamics of distant spiral galaxies , which are much younger than nearby galaxies .
contemporary theories of the cosmogony of galaxies predict that these galaxies will be imbedded in dark haloes like nearby galaxies , because the dark haloes are thought to be the sites of galaxy formation .
the data by vfp provide the first chance to search directly for evidence of such dark haloes around distant galaxies .
quillen & sarajedini ( 1998 ) have pointed out that the morphology of the disks of that galaxies , especially their spiral structure , can be used to constrain the dynamical properties of the disks .
they concentrated on estimating the mass to light ratios and the velocity dispersions of the galactic disks . in this study
we wish to demonstrate how the morphological appearance of the spiral structure of the disks may be used to constrain the otherwise ambiguous decomposition of the rotation curves of the galaxies .
two galaxies in the sample of vfp , vfpj074 - 2237 at a redshift of z = 0.15 and vfpj0305 - 00115 at a redshift of z = 0.48 , have clearly evident , prominent spiral structures .
there is a further interesting galaxy , vfpj064 - 4442 at a redshift of z = 0.88 , which shows indications of spiral structure .
however , the signal to noise level is too low to resolve the structures well enough for a quantitative analysis . in sections 2 and 3
we construct dynamical models for the two medium redshifted galaxies and discuss implications of the evidence for the presence of dark matter in the galaxies in the final section .
in the case of vfpj0305 - 00115 we adopt the decomposition of the surface brightness distribution of the galaxy into bulge and disk components , respectively , given by forbes et al .
the disk is fitted by the surface brightness profile of an exponential disk , @xmath0 with an extrapolated central surface brightness of 20.9 mag / arcsec@xmath1 in the i band and , adopting a scale conversion factor of 5.25 kpc / arcsec , a radial scale length of @xmath2 = 5.1 kpc .
the bulge has been fitted by forbes et al .
( 1996 ) by a de vaucouleurs profile with an effective radius of @xmath3 = 0.8 kpc and a surface brightness of 20.5 mag / arcsec@xmath1 in the i band at radius @xmath3 . for reasons of easier handling of the dynamical models
we have used instead of a de vaucouleurs law the surface brightness profile of a bulge model with a density distribution of the form @xmath4 the surface brightness profile follows a similar law with the exponent lowered by 1/2 .
we have fitted such a surface brightness profile to the de vaucouleurs law over the distance range @xmath5 = 0.1 to 0.6 arcsec , where the surface brightness of the galaxy is dominated by the bulge ( forbes et al .
1996 ) , and find that the de vaucouleurs law can be fitted with an accuracy better than 0.05 mag / arcsec@xmath1 .
we determine in this way a core radius of @xmath6 = 2.8 kpc and a central surface brightnes of 20.4 mag / arcsec@xmath1 .
the photometric parameters of vfpj074 - 2237 have been only partially published up to now .
we have therefore retrieved its i band images from the hst archive ( prop .
5109 ) and have fitted the two dimensional surface brightness distribution of a highly inclined ( i = 80@xmath7 ) exponential disk and a bulge with a surface brightness profile according to equation ( 2 ) to the data using the code of mllenhoff ( 1998 ) .
although the fit is hampered somewhat by the very prominent spiral structure , we find a radial disk scale length of @xmath2 = 3.4 kpc , if a scale conversion factor of 2.41 kpc / arcsec is assumed , which is in excellent agreement with the value given by vfp .
the surface brightness of the bulge is low .
the central surface brightness of the disk is brighter by 3.2 mag / arcsec@xmath1 than the central surface brightness of the bulge .
thus we neglect the contribution by the bulge in the following .
due to the comparatively large width of the slit of the spectrograph vfp have not observed directly the rotation curves of the galaxies .
but they use a simple model of the velocity fields of the disks in which the circular velocity is assumed to rise linearly with radius up to one radial disk scale length and then to remain flat .
folded with the surface brightness distribution and averaged over the area of the slit such models can be excellently fitted to the observed data .
we adopt model rotation curves of the form @xmath8 where @xmath9 and @xmath10 denote the contributions due to the bulge and disk , respectively .
the bulge contribution is given according to equation ( 2 ) by @xmath11 where @xmath12 denotes the constant of gravitation .
the rotation curve of an infinitesimally thin exponential disk is given by @xmath13 where @xmath14 denotes now the central face - on surface density of the disk .
@xmath15 is an abbreviation for @xmath16 and @xmath17 and @xmath18 are bessel functions ( cf . binney & tremaine 1987 ) .
the model rotation curves have been treated in the same way as by vfp .
the velocity fields and the emission - line surface brightness were projected onto the sky adopting the inclination angles determined by vfp . as suggested by vfp , the emission - line surface brightness profiles were approximated by exponential disks with radial scale lengths 1.5 times that measured from the hst images .
the models were then convolved with gaussians in order to model the blurring of the velocity fields by seeing , which vfp estimate as 1 and 0.8 arcsec ( fwhm ) in the cases of vfpj074 - 2237 and vfpj0305 - 00115 , respectively .
finally the models were masked according to the slit positions indicated in fig . 1 of vfp
. fits of model rotation curves obtained in this way to the observed radial velocities are shown in figs . 1 and 2 and
the resulting parameters are summarized in table 1 .
vfp estimate that the uncertainties of the radial scale lengths determined from the hst images are about 15% .
we find that in the case of vfpj035 - 00115 the radial velocities within 1 arcsec from the center of the galaxy can be fitted better , if we use instead of the value given by forbes et al .
( 1996 ) a radial scale length reduced by 15% to 4.3 kpc , which we adopt for our dynamical models .
.dynamical parameters [ cols="^,^,^,^,^,^ " , ] within radius @xmath5 = 10 kpc .
we have chosen both galaxies because of their clearly discernible spiral structure . in order to be able to develop spiral structure galactic disks
must be dynamically cool enough , i.e. the toomre stability parameter @xmath19 ( cf .
binney & tremaine 1987 ) must lie in the range ( quillen & sarajedini 1998 ) @xmath20 where @xmath21 , @xmath22 , and @xmath23 denote the epicyclic frequency and the radial velocity dispersion of the stars , respectively .
furthermore , both galaxies are not grand design spirals .
thus their spiral arms are almost certainly formed during ` swing
amplification ' events ( toomre 1981 ) .
this mechanism is most effective , if the circumferential wave length of the density waves is twice the critical wave length , @xmath24 the expected number of spiral arms is then @xmath25 the multiplicity of spiral arms has been discussed previously using similar arguments by athanassoula ( 1988 ) , athanassoula et al .
( 1987 ) , or fuchs et al .
( 1996 ) . as shown in the lower panels of figs . 1 and 2 the predicted number of spiral arms is less than two , which is in clear contradiction to the morphological appearance of the galaxies .
both have bisymmetric spiral arms in the inner parts of the disks and additional filaments in the outer parts ( cf .
fig . 1 of vfp ) .
in the case of a single exponential disk the amplitude of the rotation curve cancels out of equation ( 7 ) , and thus the determination of @xmath26 .
the only remaining uncertainty is then due to the uncertainty of the radial scale length @xmath2 .
this is illustrated for vfpj074 - 2237 in the lower panel of fig . 1 by dotted lines .
since it is generally expected that distant galaxies are imbedded in dark haloes like nearby galaxies , we have also considered an additional dark halo component in the decomposition of the rotation curves .
the dark haloes are modelled by quasi
isothermal spheres , @xmath27 which leads to a further term , @xmath28 in equation ( 3 ) .
unfortunately , the rotation curves span radially only two or three disk scale lengths .
as is well known from nearby galaxies , the disk and dark halo parameters are not well constrained in such cases ( van der kruit 1995 ) .
we have experimented with a variety of possible decompositions of the rotation curves and find a tendency that in near ` maximum ' disk decompositions the central densities of the dark haloes is low and their core radii are large and reverse in ` medium ' disk decompositions . from these
we have selected models in which the expected number of spiral arms is in accordance with the observed morphology of the galaxies . in figs .
3 and 4 models are illustrated with core radii of the dark haloes twice the radial disk scale lengths , which provide fits to the observed data of the same quality as the single disk or disk bulge models shown in figs . 1 and 2 .
the central densities are listed in table 1 .
the disks contribute at the peaks of the disk rotation curves 76% and 70% to the composite rotation curves of vfpj074 - 2237 and vfpj0305 - 00115 , respectively .
similar decompositions of the rotation curves of nearby galaxies have been suggested by bottema ( 1998 ) .
we conclude that the interpretation of the morphology of the distant galaxies gives circumstantial but significant evidence for the presence of dark haloes .
the galaxies are , however , in the parts observed by vfp not dominated by dark matter as can be seen from column ( 5 ) of table 1 .
this is quite similar to those nearby galaxies which have been studied only with optical rotation curves ( broeils 1992 ) . using the rest frame luminosities given by vfp we have determined the mass to light ratios listed in the last column of table 1 .
the maximum disk mass to light ratios lie at the upper end of the range determined by broeils ( 1992 ) and broeils & courteau ( 1997 ) by maximum disk decompositions of rotation curves of bright nearby spiral galaxies . because of the dynamical implications explained in the previous section , we argue in favour of the lower mass to light ratios given in table 1 . following quillen & sarajedini ( 1998 ) we discuss finally constraints set by the toomre stability parameter . in fig . 5 the radial variation of the ratio @xmath29 is shown , which has been calculated according to equation ( 6 ) for both galaxies using the ` medium ' disk parameters given in table 1 .
according to density wave theory the stability parameter must lie in the range @xmath30 ( toomre 1981 ) .
thus we predict for the disk of vfpj074 - 2237 at the radius @xmath31 a radial velocity dispersion of the stars in the range @xmath23 = 54 to 108 km / s , and similarly for vfpj0305 - 00115
@xmath23 = 42 to 84 km / s .
we note that these values fit nicely to velocity dispersions observed in the disks of nearby galaxies .
bottema ( 1993 ) finds in nearby galaxies that on the average @xmath23 = -17@xmath32 - 279 km / s at @xmath31 , which would imply 87 km / s for vfpj074 - 2237 and 80 km / s for vfpj0305 - 00115 , respectively , if the rest frame luminosities given by vfp are used .
however , it remains at present unclear how the local velocity dispersion
magnitude relation can be extended to distant galaxies .
it is generally believed that redshifted galaxies undergo some luminosity evolution .
vfp find , for instance , that the tully fisher relation defined by the galaxies of their sample is shifted relative to the local tully fisher relation by @xmath33 mag in the sense that the redshifted galaxies are intrinsically brighter .
if the velocity dispersion magnitude relation is affected in the same way , the velocity dispersions predicted from this relation would be lower by 10 km / s , but still fully consistent with the velocity dispersions derived from stability arguments .
if the ` maximum ' disk parameters are inserted into equation ( 6 ) , the predicted velocity dispersions increase by 30% to 40% and become unrealistically large as was previously noted by quillen & sarajedini ( 1998 ) , who assumed ` maximum ' disks . in the case of vfpj074 - 2237 ,
for instance , the predicted velocity dispersion of the disk stars would be of the order of the expected velocity dispersion of halo stars , @xmath34 = 141 km / s .
quillen & sarajedini ( 1998 ) have also pointed to the fact that the gaseous disks of the galaxies can not be too massive , because they would otherwise be dynamically unstable , @xmath35 .
such gas disks would trigger very violent dynamical reactions both of the gaseous and the stellar disks ( fuchs & von linden 1998 ) .
the disks would heat up on a very short time scale and the galaxies would change their morphology from well ordered spiral structure to a highly flocculent appearance . for vfpj074 - 2237
we find , again at the radius @xmath36 , a value of the stability parameter of the gas disk of @xmath37 , where @xmath38 denotes the fraction of the total surface density of the disk in the form of interstellar gas . if we assume a velocity dispersion of the gas of @xmath39 km / s , the gas fraction is restricted to values @xmath40 , although this may increase in the outer parts of the disk .
we find for vfpj0305 - 00115 a similar low value of the gas fraction of @xmath41 at the radius @xmath31 . | vogt et al . ( 1996 vfp ) determined spectroscopy keck telescope optical rotation curves of distant field galaxies present quantitative photometry surface brightness images hst data allow insight into dynamics of distant spiral galaxies younger than nearby theories predict galaxies imbedded in dark haloes galaxy formation data vfp provide first chance to search for evidence dark haloes around distant galaxies quillen & sarajedini ( 1998 ) morphology of disks spiral structure constrain dynamical properties concentrated mass to light ratios velocity dispersions disks study demonstrate morphological appearance spiral structure constrain decomposition rotation curves two galaxies in vfp vfpj074 - 2237 0.15 and vfpj0305 - 00115 0.48 have spiral structures galaxy vfpj064 - 4442 z = 0.88 shows indications of spiral structure signal to noise level too low to structures for quantitative analysis in sections 2 and 3 construct dynamical models for two redshifted galaxies discuss implications evidence dark matter in galaxiesvfpj0305 - 00115 adopt decomposition surface brightness galaxy into bulge disk components forbes et al disk fitted surface brightness @xmath0 central surface brightness 20.9 mag / arcsec@xmath1 i band scale conversion factor 5.25 kpc / arcsec radial scale length @xmath2 = 5.1 kpc bulge fitted forbes et de vaucouleurs profile effective radius @xmath3 = 0.8 kpc surface brightness 20.5 mag / arcsec@xmath1 i band @xmath3 used surface brightness profile bulge model density distribution @xmath4 exponent lowered 1/2 fitted brightness de vaucouleurs law distance range @xmath5 = 0.1 to 0.6 arcsec surface dominated bulge de vaucouleurs law accuracy better than 0.05 mag / arcsec@xmath1 core radius @xmath6 = 2.8 kpc central surface brightnes 20.4 mag / arcsec@xmath1 photometric parameters vfpj074 - 2237 partially published retrieved i band images hst archivefitted two dimensional surface brightness distribution inclined i = 80@xmath7 ) exponential disk bulge surface brightness profile equation ( 2 ) data code mllenhoff ( 1998 ) fit hampered by spiral structure radial disk scale length @xmath2 = 3.4 kpc scale conversion factor 2.41 kpc / arcsec assumed with vfp surface brightness bulge low central surface brightness disk brighter 3.2 mag / arcsec@xmath1 neglect contribution bulge large width slit spectrograph vfp not observed rotation curves galaxies model velocity fields circular velocity rise linearly with radius one radial disk scale length remain flat folded surface brightness distribution averaged over area slit models fitted to observed data model rotation curves form @xmath8 @xmath9 @xmath10 contributions bulge disk bulge contribution by @xmath11 @xmath12 constant gravitation rotation curve thin exponential disk by @xmath13 @xmath14 central face - surface density disk @xmath15 abbreviation @xmath16 @xmath17 @xmath18 bessel functions binney & tremaine 1987 model rotation curves treated by vfpvelocity fields emission - line surface brightness projected sky inclination angles determined by vfp emission - line surface brightness profiles approximated by exponential disks with radial scale lengths 1.5 times hst images models convolved with gaussians model blurring velocity fields as 1 0.8 arcsec in vfpj074 - 2237 vfpj0305 - 00115 models masked slit positions in . 1 model rotation curves to radial velocities shown in figs . 1 and 2 parameters summarized in table 1 uncertainties of radial scale lengths from hst images about 15% of vfpj035 - 00115 radial velocities within 1 arcsec from center galaxy fitted better radial scale length reduced by 15% to 4.3 kpc for dynamical models parameters within radius @xmath5 = 10 kpc chosen galaxies spiral structure galactic disks must be dynamically cool toomre stability parameter @xmath19 must in range ( ) @xmath20 @xmath21 @xmath23 denote epicyclic frequency radial velocity dispersion of starsgalaxies not spirals spiral arms formed during swing amplification events toomre 1981 mechanism effective if circumferential wave length density waves twice critical wave length expected number spiral arms @xmath25 multiplicity spiral arms discussed by athanassoula 1988 1987 fuchs et al 1996 figs 1 2 predicted number spiral arms less than two contradiction to appearance galaxies both bisymmetric spiral arms inner disks additional filaments outer parts fig . 1 single exponential disk amplitude rotation curve cancels out equation ( 7 ) determination @xmath26 uncertainty due to radial scale length @xmath2 illustrated for vfpj074 - 2237 in fig . 1 dotted lines distant galaxies imbedded in dark haloes considered additional dark halo component in decomposition rotation curves dark haloes modelled by quasi isothermal spheres @xmath27 to further term @xmath28 equation 3 rotation curves span two or three disk scale lengths disk dark halo parameters not constrained van der kruit 1995 )experimented with decompositions rotation curves near maximum disk decompositions central densities dark haloes low core radii large reverse in medium disk decompositions selected models expected spiral arms with observed morphology galaxies figs . 3 4 models core radii dark haloes twice radial disk scale lengths data as single disk bulge models 1 2 central densities listed in table 1 disks contribute 76% 70% to rotation curves of vfpj074 - 2237 vfpj0305 - 00115 similar decompositions suggested by bottema ( 1998 ) interpretation morphology distant galaxies gives significant evidence for presence dark haloes galaxies not dominated by dark matter column ( 5 ) table 1 similar to nearby galaxies studied with optical rotation curves ( broeils 1992 ) using rest frame luminosities determined mass to light ratios last column table 1 maximum disk mass to light ratios upper end of range determined by broeils ( 1992 ) 1997 disk decompositions nearby spiral galaxies argue lower mass to light ratios table 1 quillen & sarajedini 1998 discuss constraints toomre stability parameter fig . 5 radial variation ratio @xmath29 calculated equation 6 ) galaxies medium disk parameters table 1 density wave theory stability parameter in range @xmath30 ( toomre 1981 ) predict disk vfpj074 - 2237 radius @xmath31 radial velocity dispersion @xmath23 = 54 to 108 km / s vfpj0305 - 00115 = 42 to 84 km / s values fit velocity dispersions nearby galaxies bottema 1993 ) average @xmath23 = -17@xmath32 - 279 km / s at @xmath31 87 km / s for vfpj074 - 2237 80 km / s vfpj0305 - 00115 luminosities unclear local velocity dispersion magnitude relation to distant galaxies redshifted galaxies undergo luminosity evolution tully fisher relation shifted @xmath33 mag redshifted galaxies brighter velocity dispersion relation affected velocity dispersions lower by 10 km / s consistent with stability argumentsmaximum ' disk parameters inserted into equation ( 6 ) predicted velocity dispersions increase 30% to 40% unrealistically large noted by quillen & sarajedini 1998 ) assumed maximum disks vfpj074 - 2237 predicted velocity dispersion disk stars expected halo stars @xmath34 = 141 km / s gaseous disks galaxies massive dynamically unstable gas disks trigger violent dynamical reactions disks heat up short galaxies change morphology from spiral to flocculent vfpj074 - 2237 radius @xmath36 value stability parameter gas disk @xmath37 @xmath38 denotes fraction total surface density disk interstellar gas assume velocity dispersion gas @xmath39 km / s gas fraction restricted to values @xmath40 may increase in outer parts disk vfpj0305 - 00115 similar low value gas fraction of @xmath41 at radius @xmath31 | 0.508656 | 3,371 | 1,748 | , Saving $0.1 in GPT-4. |
172,557 | sticky particle calculations indicate that a coherent structure , a dispersion ring , forms when a cloud on a low angular momentum orbit passes close to the dynamical center of a potential containing a point mass . the cloud is tidally stretched and differentially wrapped , and dissipation in shocks
organizes the gas into a precessing off - set elliptical ring which can persist for many rotation periods .
the morphology and kinematics of the circumnuclear disk ( cnd ) between 2 and 5 pc and the northern arm in the inner 1 pc are well - represented by such structures . in the case of the northern arm , strong shocks which arise during the formation of the dispersion ring
can lead to star formation even in the near tidal field of a massive black hole . | to what extent can the gas structures in the inner few parsecs of the galaxy be understood in terms of gas flow in a gravitational field ?
i am referring to the well - studied circumnuclear disk ( cnd ) and the ionized gas filaments within the central cavity of the cnd ( morris & serabyn 1996 , mezger et al .
the morphology and kinematics of the ionized gas filaments have been modeled by motion along keplerian orbits appropriately projected on the plane of the sky ( serabyn et al .
1988 , herbst et al .
1993 , roberts et al .
1996 ) ; the success of such models strongly suggests that the motion is primarily orbital and that other possible mechanisms ( e.g. , stellar winds , magnetic fields , supernova explosions ) do not significantly influence the overall , systematic pattern of flow .
but the material is , afterall , gaseous , and how well can gas motion be approximated by orbital motion ?
it is obvious that the hydrodynamic equation of motion written in lagrangian form is the equation of motion of a particle when the pressure gradient and viscous stress terms are omitted .
this means that , in a gravitational field , if pressure forces are negligible ( including thermal , turbulent , viscous , and magnetic ) , then gas elements move on orbits .
moreover , for steady state inviscid gas flow in a gravitational field the gas streamlines are non - intersecting periodic orbits .
of course , not all orbits can be streamlines because orbits may loop and there can not be two values of the fluid velocity at one point .
1a shows a typical orbit in a gravitational field resulting from a point mass embedded in an approximate isothermal sphere .
this mass distribution is chosen to mimic that implied by stellar kinematics in the inner few parsecs of the galaxy , as described by eckart et al . and ghez et al . in this volume
( the details are given by sanders 1998 , paper 1 ) .
the orbit is typical of that in a general axisymmetric potential , but the hard core , the point mass , causes an abrupt bending of the orbit at closest approach ( strong scattering ) .
now one might say that such an orbit could not possibly be a gas stream line because of the loops .
however , it is possible to find a rotating frame in which the orbit appears as in fig .
1b ; this is a possible gas streamline .
it was the proposal of lindblad ( 1956 , in connection with the problem of spiral structure ) that a gas cloud on such an orbit would disperse to form such a structure which would precess at a fixed angular velocity , hence the term `` dispersion ring '' . in this case
, the precession would be counter to the sense of particle motion with an angular velocity of -26 km s@xmath0pc@xmath0 .
one could find a set of such orbits covering a range of energy , all of which precess at about the same rate .
such a configuration is shown in fig .
for these orbits the maximum distance to the center varies between 1.7 and 2.2 pc and the tangential velocity at this point varies between 0.18 and 0.27 times the circular velocity .
it is evident that these `` streamlines '' crowd at the point of closest approach to the point mass and this would cause a density enhancement there ( in spite of the higher velocities ) .
it is actually impossible to maintain this structure forever because the outermost orbits precess ( or rather , regress ) a bit faster than the inner most orbits ( remember , nearer the center the potential is closer to keplerian ) .
so after several orbital periods we might expect the configuration to appear as it does in fig . 1d . here
we see that the orbits have crowded on the leading edge which would give the appearance of a one - arm spiral .
in fact , the orbits have begun to cross which means that dissipative forces ( shocks ) will intervene and the orbits can no longer represent streamlines .
this will cause a loss of energy and the gas will settle , on some timescale , to a circular ring at a radius appropriate to the specific angular momentum .
of course i can create a structure like this artificially by loading gas on such streamlines , and it would persist for much longer than a characteristic orbital period . but
how might such a structure arise naturally ?
in particular , how might it arise in the inner few parsecs of the galaxy ? let us consider the fate of a gas cloud launched on a low angular momentum orbit an orbit which will carry the cloud near the central point mass .
we will look at two cases : 1 ) a clumpy cloud initially between five and ten parsecs from the center on an orbit which will carry it to within one or two parsec of the center ( initial tangential velocity , @xmath1 , is 0.4 of the circular velocity , @xmath2 ) .
2 ) a small cloud in a very low angular momentum orbit ; i.e. , initially between two and three parsecs on an orbit which takes it to within 0.1 to 0.2 pc of the center ( @xmath3 ) . the first case may be relevant to the circumnuclear disk ( cnd ) and the second to the northern arm .
i have done these calculations by means of a sticky particle code ( paper 1 ) in which the motion of 4000 particles is computed in the gravitational potential described above .
the effects of dissipation are included by allowing particles to interact : two particles exert a force on one another proportional to their velocity difference , but only if they are approaching .
the procedure is similar to sph codes but ordinary gas pressure forces are neglected ; this mimics a bulk viscosity which is only effective if the flow is converging .
similar schemes have been used in simulations of accretion disks ( e.g. , syer & clark 1992 ) ; the rationale is that dissipation in strong shocks is the only important gas dynamical effect if the flow is highly supersonic ( as it is ) . in the first case ( the `` cnd '' cloud ) , the time evolution is described in paper 1 .
after several rotation periods , the material from the disrupted cloud has formed an offset asymmetric ring with an extended arm .
the entire structure is precessing at a mean rate of about -12 km s@xmath0pc@xmath0 ( counter to the sense of rotation ) .
gradually , on a timescale of two to three million years the structure circularizes and the cavity shrinks .
the reason for this circularization over a timescale of about 10 rotation periods , is differential precession . over the rather large range in radius covered by the cloud , the outer parts precess more slowly than the inner parts leading to crossing of streamlines and strong dissipation in shocks
non - the - less , the structure , as it appears 0.85 to 1 million years after the initial passage , does bear a strong resemblance to the cnd , both in morphology and kinematics .
this is shown in fig . 2 as a particle plot with proper motion vectors projected onto the plane of the sky .
note the asymmetric central cavity ; because the streamlines crowd on the side nearest the point mass , the highest gas density is observed there ( north - western side ) . on the opposite side
the ring is quite tenuous just as observed in the actual cnd ( gsten et al .
1987 ) the dispersion ring model is not entirely relevant to this model for the cnd ; there is just too much differential precession over the width of the ring .
however , the structure does persist considerably longer than a characteristic rotation period ( @xmath4 years at r = 3.5 pc ) .
the important point is that the tidal stretching and differential wrapping of an initially clumpy cloud is consistent with the observed kinematics and morphology of the cnd .
the dispersion ring model maybe more relevant to the ionized filaments within the central cavity of the cnd . in fig .
3 we see the results of the second calculation : that of a small cloud , initially 2.0 to 2.8 pc from the center , on a very low angular momentum orbit ( @xmath3 ) which carries it within 0.2 pc of the center .
the cloud is initially tidally stretched into a very long filament which repeatedly collides with itself . by an epoch of @xmath5 years
, a clear dispersion ring is formed .
this coherent and relatively long - lived structure precesses at an angular speed of -26 km s@xmath0pc@xmath0 .
it is longer - lived than the cnd model in terms of orbit times because there is less differential precession due to the smaller initial size of the cloud . in the eighth frame of fig .
3 ( t = @xmath6 years ) , the cloud is well - described by the dispersion orbits shown in fig .
note in particular the much higher density of gas on the side where the material is approaching the center due to the differential precession of streamlines , just as in fig .
this could explain why the northern arm is not observed to be a complete ring .
when this structure as it appears in the eighth frame is appropriately projected onto the plane of the sky ( for this projection the orbital plane almost coincides with that of the cnd cloud ) , the morphology and distribution of radial velocity again bears a strong resemblance to that observed for the northern arm ( gezari et al .
1996 , herbst et al .
1993 , roberts & goss 1993 ) . in fig . 4 we see the morphology and the projection of the velocity vectors of on the plane of the sky .
the sense of proper motion agrees with that recently observed by yusef - sadeh et al .
( 1998 ) and by zhao & goss ( 1998 ) .
while the dispersion ring is forming , the tidally stretched cloud collides with itself near the point mass ( fig . 3 , fourth and fifth frames ) .
the collision velocities exceed 100 km / s . assuming highly efficient radiation of the thermal energy , which is likely in the molecular gas
, the resulting strong shocks will lead to significant compression of the gas and high gas densities ; indeed the gas densities might well exceed the roche limit ( @xmath7 to @xmath8 particles @xmath9 ) in the tidal field of a @xmath10 m@xmath11 point mass at a distance of 0.1 pc ( phinney 1989 ) .
such a mechanism might very well be the explanation for the young stars observed within a few tenths of a parsec of sgr a@xmath12 , the putative massive black hole at the galactic center ( allen et al .
1990 , eckart et al .
1993 , krabbe et al .
1995 ) .
the sticky particle algorithm applied here allows one to determine the local value of the compression at the location of a particle ( @xmath13 ) .
this may then be used as a criterion for star formation . if the compression exceeds some arbitrary threshold ( in this case 2000 km s@xmath0pc@xmath0 ) , that particular particle is re - tagged as a star ; thereafter , there are no `` viscous '' interactions with other particles , and the particle s motion is determined only by gravity .
the results of such a calculation are shown in fig .
6 where we see both the gas and star distribution after roughly one and two precession periods of the dispersion ring .
we see that the gaseous dispersion ring resembling the northern arm can easily persist for two precession periods or roughly 10 to 20 characteristic orbital periods ; there is no need for this structure to be a highly transient manifestation of a tidally disrupting cloud on the first passage by the black hole .
basically , the dispersion ring appears as an `` attractor '' in the phase space of the system a well - known phenomenon in dissipative systems .
the stars , on the other hand , without any such mechanism for self - organization , slowly diffuse throughout the available phase space .
we may conclude that the tidal disruption of a small cloud in a potential containing a point mass will lead to a long - lived gas structure a dispersion ring which precesses counter to the sense of gas rotation .
such objects resemble , morphologically and kinematically , the gaseous structures seen in the inner few parsecs of the galaxy the cnd and , within the central cavity of the cnd , the northern arm . while forming a dispersion ring , a low angular momentum cloud ( passing near the central point mass ) , is stretched into a long filament which collides with itself several times .
the resulting strong shocks lead to high compression and can be the sites of star - formation , even in the near tidal field of the black hole .
this may explain the presence of massive stars less than several million years old within 0.1 pc of sgr a@xmath12 . of course
, i have not dealt with the problem of initial conditions .
how are clouds launched on such orbits to begin with ? we know from a number of observations ( morris & serabyn 1996 ) that the interstellar medium in the inner 200 pc of the galaxy is highly inhomogeneous and very turbulent most of the gas is found in massive molecular clouds and the random velocities of these clouds are a considerable fraction of the circular velocity .
the decay of supersonic turbulence occurs through cloud - cloud collisions so occasionally , through this process , a low angular momentum cloud will be created
. bursts of star formation or the occasional flaring of the black hole are possible mechanisms for maintaining the turbulence .
such a scenario might have general relevance to accretion onto massive black holes in active and normal galactic nuclei .
accretion may proceed via a series of such tidal disruptions of clouds on low angular momentum orbits .
if this were true , we would expect accretion to be highly episodic but also highly inefficient with most gas disappearing into star formation .
krabbe , a. , genzel , r. , eckart , a. , najarro , f. , lutz , d. , cameron , m. , kroker , h. , tacconi - garman , l.e . ,
thatte , n. , weitzel , l. , drapatz , s. , geballe , t. , sternberg , a. , kudritzki , r. 1995 , apj , 447 , l95 | gas structures in inner parsecs galaxy understood gas flow in gravitational field ? referring to circumnuclear disk cnd ) ionized gas filaments central cavity morris serabyn 1996 mezger et al morphology kinematics gas filaments modeled by motion keplerian orbits projected on plane sky serabyn 1988 herbst 1993 roberts 1996 success models suggests motion primarily orbital other mechanisms stellar winds magnetic fields supernova explosions not influence pattern flow material gaseous gas motion approximated by orbital motion ? hydrodynamic equation of motion lagrangian form is particle when pressure gradient viscous stress omitted in gravitational field if pressure forces negligible gas elements move on orbits for steady state gas flow gas streamlines are non - intersecting periodic orbits not all orbits streamlines may loop two values fluid velocity point. 1a shows typical orbit in gravitational field from point mass in isothermal sphere mass distribution stellar kinematics in inner parsecs galaxy described by eckart et al . ghez et al . details by sanders 1998 , paper 1orbit typical general axisymmetric potential hard core point mass causes abrupt bending at closest approach ( strong scattering ) orbit gas stream line loops possible find rotating frame orbit in fig . 1b possible gas streamline proposal of lindblad ( 1956 spiral structure gas cloud on orbit disperse form structure precess fixed angular velocity term `` dispersion ring '' precession counter to particle motion angular velocity of -26 km s@xmath0pc set orbits covering range of energy precess same rate configuration shown in fig . maximum distance to center varies 1.7 and 2.2 pc tangential velocity varies 0.18 and 0.27 times circular velocity `` streamlines '' crowd at closest approach to point mass cause density enhancement higher velocities impossible to maintain structure forever outermost orbits precess regress faster than inner orbits nearer center potential closer to keplerian after several orbital periods configuration appear fig . 1d orbits crowded on leading edge appearance of one - arm spiral orbits cross dissipative forces ( shocks ) intervene orbits no longer represent streamlinesloss of energy gas settle to circular ring radius appropriate to specific angular momentum create structure artificially loading gas on streamlines longer than characteristic orbital period how structure arise naturally ? in inner parsecs galaxy ? consider fate of gas cloud launched low angular momentum orbit near central point mass two cases 1 clumpy cloud between five ten parsecs from center within one or two parsec center initial tangential velocity 0.4 of circular velocity 2 small cloud in low angular momentum orbit between two three parsecs within 0.1 to 0.2 pc of center @xmath3 ) first case relevant to circumnuclear disk ) second to northern arm calculations sticky particle code 1 motion of 4000 particles computed in gravitational potential effects of dissipation included particles interact exert force proportional to velocity difference only if approaching procedure similar to sph codes gas pressure forces neglected mimics bulk viscosity effective if flow converging similar schemes used in simulations of accretion disks dissipation in strong shocks only important gas dynamical effect if flow highly supersonic first case `` cnd '' cloud time evolution described in paper 1 rotation periods material from disrupted cloud formed asymmetric ring extended arm structure precessing mean -12 km s@xmath0pc counter rotation two to three million years structure circularizes cavity shrinks circularization 10 rotation periods differential precession large range radius cloud outer parts precess slowly leading to crossing of streamlines strong dissipation in shocks structure 0.85 to 1 million years after initial passage to cnd in morphology kinematics shown in fig . 2 particle plot motion vectors sky asymmetric central cavity streamlines crowd side nearest point mass highest gas density opposite side ring tenuous cnd dispersion ring model not relevant to for cnd too much differential precession over width ring structure longer than characteristic rotation period ( @xmath4 years at r = 3.5 pc ) tidal stretching differential wrapping of initially clumpy cloud consistent with kinematics morphology cnd dispersion ring model relevant to ionized filaments within central cavity cnd fig . 3 results of second calculation small cloud initially 2.0 to 2.8 pc from center on low angular momentum orbit @xmath3 within 0.2 pc of centercloud initially tidally stretched into long filament collides @xmath5 years clear dispersion ring formed coherent long - lived structure precesses angular speed -26 km s@xmath0pc longer - lived than cnd model less differential precession smaller initial size cloud eighth frame fig . 3 t = @xmath6 years cloud described by dispersion orbits higher density gas on side material approaching center due to differential precession streamlines northern arm not complete ring structure projected onto plane sky orbital plane coincides with cnd cloud morphology distribution of radial velocity to northern arm gezari 1996 herbst 1993 roberts & goss 1993 fig . 4 morphology projection of velocity vectors on plane sky motion agrees with yusef - sadeh et al . 1998 zhao & goss ( 1998 ) dispersion ring forming tidally stretched cloud collides near point mass fig . 3 fourth fifth frames collision velocities exceed 100 km / sassuming efficient radiation thermal energy likely in molecular gas strong shocks lead to compression gas high densities densities might exceed roche limit @xmath7 to @xmath8 particles @xmath9 ) in tidal field of @xmath10 m@xmath11 point mass at distance 0.1 pc ( phinney 1989 ) mechanism for young stars within parsec of sgr a@xmath12 putative massive black hole at galactic center ( allen 1990 eckart 1993 krabbe 1995 sticky particle algorithm allows local value compression at location particle ( @xmath13 ) criterion for star formation if compression exceeds threshold 2000 km s ) particle re - tagged as star no viscous interactions with particles particle motion determined by gravity results shown in fig . 6 gas star distribution after one two precession periods dispersion ring gaseous dispersion ring can persist for two precession periods 10 to 20 orbital periods no need for transient manifestation of tidally disrupting cloud on first passage by black hole dispersion ring as attractor in phase space stars diffuse throughout phase spaceconclude tidal disruption of small cloud point mass to long - lived gas structure dispersion ring precesses counter to gas rotation objects resemble kinematically gaseous structures inner parsecs galaxy cnd northern arm forming dispersion ring low angular momentum cloud near central point mass stretched into long filament collides several times strong shocks lead to high compression sites star - formation near tidal field black hole explain presence massive stars less than million years old within 0.1 pc of sgr a@xmath12 problem initial conditions clouds launched on orbits ? interstellar medium in inner 200 pc galaxy inhomogeneous turbulent most gas in massive molecular clouds random velocities fraction of circular velocity decay of supersonic turbulence occurs through cloud - cloud collisions occasionally low angular momentum cloud created bursts star formation occasional flaring black hole possible maintaining turbulence scenario relevance to accretion onto massive black holes in active galactic nuclei accretion proceed via tidal disruptions clouds on low angular momentum orbits expect accretion episodic inefficient most gas disappearing into star formation krabbelutz d cameron m kroker h tacconi - garman thatte n weitzel drapatz s geballe t sternberg kudritzki 1995 apj 447 l95 | 0.50881 | 3,096 | 1,540 | , Saving $0.1 in GPT-4. |
172,559 | we report an initial study of temperature and emission measure distributions along four steady loops observed with the transition region and coronal explorer ( trace ) at the limb of the sun .
the temperature diagnostic is the filter ratio of the extreme - ultraviolet 171 and 195 passbands .
the emission measure diagnostic is the count rate in the 171 passband .
we find essentially no temperature variation along the loops .
we compare the observed loop structure with theoretical isothermal and nonisothermal static loop structure . | the transition region and coronal explorer ( trace ) is producing a wealth of high - quality , high - cadence , high - resolution data for the solar corona in the extreme ultraviolet ( @xcite ; @xcite ; @xcite ) that allow us to probe the spatial and temporal structure of the corona in unprecedented detail .
the detailed properties of the corona are central to solving the coronal heating puzzle .
coronal loops are the most basic coronal structure , as evidenced by yohkoh and most recently by trace . theoretical studies of coronal structure and heating have thus focused on understanding loops ( @xcite ; @xcite ; @xcite ; @xcite ; @xcite ; @xcite ) .
previous and current euv studies have found isothermal , hydrostatic loop structure ( @xcite ; aschwanden et al .
1999a , 1999b ) , while broadband x - ray analysis and theoretical calculations have suggested that coronal loops have temperature maxima at their tops ( @xcite ; @xcite ; @xcite ) . here
we report a first look at temperature and emission - measure structure along the axes of coronal loops observed with trace ( fig .
1 ) . the temperature diagnostic we use is the 171 /195
filter ratio ( fig .
the emission measure ( em ) diagnostic is the 171 passband count rate ( dn / s / pixel , dn@xmath0data number ) ( fig .
2b ) , as calculated using the chianti atomic database ( @xcite ) .
the data consist of observations in the 171 ( fe ix ) and 195 (fe xii ) trace filters of four loop systems observed at the limb of the sun ( fig .
the instrument resolution is 10 .
we attempted to choose relatively isolated loops that extend above the limb of the sun in order to minimize non - loop background flux and projection effects .
since we focus here on steady loop structures , the loops selected for measurement showed little morphological variation during the selected @xmath1 hour intervals ( the loops were usually observed at high cadence for considerably longer times , up to six hours , but we restrict the time interval in an attempt to minimize effects of morphological evolution and of rotation onto and off of the limb ) .
the data set for each loop thus consists of approximately one hour of high - cadence observations , each @xmath2 seconds long . to investigate the variation of temperature along the loop
, we then selected four subimages of each loop representing ( 1 ) an area near the base of the loop ( roughly 1/5 of the distance to the loop top ) , ( 2 ) an area approximately 1/3 of the distance to the loop top , ( 3 ) an area approximately 2/3 of the distance to the loop top , and ( 4 ) an area roughly at the loop top . rather than consider the entire loop length , we consider the half of each loop that shows the least overlap with adjacent structures .
the subimage selection attempted to contain an adequate number of pixels from the loop of interest to spatially average , while excluding pixels from the background and/or adjacent coronal structure .
each subimage contains a few hundred to a few thousand pixels .
precise loop length determinations would require analysis of possible projection effects ; however , approximate loop lengths can be inferred from figure 1 .
rough estimates of the loop semilengths are @xmath3 cm for loops ( a ) , ( b ) , and ( d ) and @xmath4 cm for loop ( c ) . the data were first inspected to remove rejection - quality images .
the temperature determination uses the 171/195 filter ratio ( fig .
2a ) , so a sequence of 171 - 195 image pairs was extracted from each data set under the somewhat arbitrary constraint that each pair of images was obtained no more than two minutes apart .
the resulting data set for each loop typically contains about 50 image pairs .
the resulting intensity ratios were then coadded over the subimage and over the time sequence to produce a single intensity ratio , with associated error , for each data set .
the 171- passband counts were similarly coadded to produce a single count rate per pixel , with associated error , for each data set .
two types of errors result from this analysis .
first , there are errors due to noise in the data , which we consider to be based on poisson statistics of data with approximately 100 photons per data number .
second , there is an error associated with the width of the data distribution for each subimage ; the distributions are approximately gaussian , and we take the corresponding error for each subimage to be one standard deviation of the data distribution for that subimage . for both the filter ratio and passband count diagnostics , the noise error and distribution error for each data set are on the order of fractions of a percent ; we thus consider the errors to be negligible for the purposes of this study .
we first note some cautions / limitations regarding this analysis . first , in using the filter ratios to determine temperatures , we implicitly assume that all the material through which we look ( i.e. , integrated along the line of sight ) at each position along the loop is at the same density and temperature .
for this reason , we restrict ourselves to loop systems on the limb and measure relatively isolated loops .
second , analysis of the density structure along loops is conceptually difficult because of the intricate loop substructure evident in the images ( fig .
the 171/195 filter ratios and 171- count rates for each loop as a function of fractional distance along the loop are given in table 1 .
as inspection of figure 2a indicates , the temperature as a function of the 171/195 filter ratio is multivalued in the coronal temperature range @xmath5 = @xmath6 , so a definitive determination of the loop temperature is not possible based on these data alone ( however , we note that the temperatures of maximum formation of the 171 and 195 lines are @xmath5 = 6.0 and 6.2 , respectively , so it is tempting to conclude that the loop temperatures are around @xmath7 )
. we note , however , that it is unlikely that the temperature profiles change along the loops , since transition from , e.g. , @xmath7 to @xmath8 would result in observation of considerably lower intensity ratios at intermediate points along the loop than are observed .
we thus conclude that there is no significant temperature variation along the loops we consider .
furthermore , occam s razor suggests that all the loops share the same temperature .
theoretical loop models that include energy considerations predict a steep temperature rise in the transition region and a small , but measurable , temperature rise to a maximum at the loop top in the coronal part of the loop ( see , e.g. , rosner et al .
1978 ; @xcite ) .
in contrast , our observations show no significant temperature variation .
figure 3 shows the temperatures and emission measures for the observed loops and for three model loops : ( 1 ) an isothermal , hydrostatic loop with @xmath9 k , @xmath3 cm , a base emission measure of @xmath10 @xmath11 , and uniform line - of - sight depth along the loop ; ( 2 ) loop ( 1 ) , but with a line - of - sight depth that increases gradually along the loop by a factor of 4 ; and ( 3 ) a static , steady - state , nonisothermal loop ( cf .
@xcite ) that has @xmath3 cm , base pressure chosen such that the loop - top temperature agrees with that of the observed loops , and uniform line - of - sight depth of @xmath12 cm ; for model loop ( 3 ) , the base proton number density is @xmath13 @xmath14 and the base temperature is @xmath15 k. figure 3a shows the near - constant observed loop temperatures and the slight rise in the temperature structure of model loop ( 3 ) .
figure 3b indicates that the observed emission - measure structure agrees better in its shape with the nonisothermal model ( 3 ) and in its magnitude with the isothermal models ( 1 ) and ( 2 ) .
if the observations accurately reflect the temperature and emission - measure structure in the loop , it may be that physical process(es ) not included in our assumptions and model calculations exist in the observed loops .
for example , the calculation for model loop ( 3 ) assumes a uniform volumetric heating rate , which may not describe actual loop heating .
furthermore , flows may introduce denser material into the loops , and mixing may homogenize the overall structure ; alternatively , the hydrostatic pressure balance may be strongly affected by wave interactions with the background fluid ( @xcite ) .
the energetic requirements of the loops we have examined may range from @xmath16 erg s@xmath17 @xmath18 , corresponding to line - of - sight depths of @xmath19 cm ; `` standard '' values quoted in the literature are typically @xmath20 erg s@xmath17 @xmath18 ( cf .
@xcite ; @xcite ) .
smaller line - of - sight depths may be possible if the filling factor is small , as in the case of filamentary emission ; such a configuration would correspond to a higher , localized ( filamentary ) energy input at the base , consistent with localized heating events such as microflares .
we do not measure any filter ratios consistent with transition - region temperatures of @xmath21 k ; hence we conclude that the `` footpoint '' regions we choose lie above the transition region , a reasonable conclusion given that the transition region occupies roughly 3 pixels per image , and is likely to be obscured by absorbing material along the line of sight ( daw , deluca , & golub 1995 )
. an earlier study of loop temperature distributions using yohkoh x - ray data ( @xcite ) reports loop temperatures that increase from the footpoints to maxima at the loop tops by factors of @xmath22 .
the loop temperature profiles we find vary by factors of at most 1.05 .
the temperatures they measured are higher by a factor of @xmath23 than the temperatures we report here .
the lack of temperature variation in the euv loops considered here ( see also @xcite ; aschwanden et al .
1999a , 1999b ) invites speculation that there is a class of such isothermal loops distinct from loops with a temperature maximum at the apex . whether the difference is due to some fundamental physical difference among loops , to a difference in the x - ray and euv properties of loops , or to some other effect warrants further investigation .
the authors thank daniel brown , vinay kashyap , rebecca mcmullen , and clare parnell for assistance and helpful discussions .
the paper benefited from helpful comments by the referee , carole jordan .
this work was supported by a trace subgrant from lockheed martin to the university of chicago and by contract nas5 - 38099 from nasa to lmatc .
a & 04 jul 98 1800 - 2000h & 1.03 & 0.88 & 0.75 & 0.81 & & 10.01 & 6.22 & 3.92 & 3.12 b & 26 jul 98 2200 - 2300h & 0.85 & 0.70 & 0.85 & 0.78 & & 4.68 & 2.87 & 2.51 & 1.93 c & 18 aug 98 1000 - 1100h & 0.83 & 0.90 & 0.96 & 1.09 & & 11.39 & 9.74 & 9.32 & 9.18 d & 20 aug 98 0800 - 0900h & 0.90 & 0.89 & 0.84 & 0.86 & & 10.20 & 7.50 & 5.84 & 6.35 | transition region coronal explorer trace ) producing high - quality cadence - resolution data for solar corona in extreme ultraviolet spatial temporal structure corona in detail detailed properties corona central to solving coronal heating puzzle coronal loops basic coronal structure evidenced by yohkoh trace theoretical studies of coronal structure heating focused on understanding loops previous current euv studies found isothermal hydrostatic loop structure broadband x - ray analysis theoretical calculations suggested coronal loops have temperature maxima at tops report first look at temperature emission - measure structure along axes coronal loops observed with trace fig . 1 temperature diagnostic is 171 /195 filter ratio emission measure diagnostic 171 passband count rate calculated using chianti atomic database data consist observations in 171 195 (fe ) trace filters of four loop systems observed at limb of sun instrument resolution is 10 attempted isolated loops above limb sun minimize non - loop background flux projection effectsfocus on steady loop structures loops selected for measurement showed little morphological variation during @xmath1 hour intervals loops usually observed at high cadence longer up to six hours restrict time interval to minimize morphological evolution rotation data set for each loop consists one hour high - cadence observations each @xmath2 seconds long investigate variation temperature selected four subimages representing area near base 1/5 top 2 1/3 to top 3 2/3 top 4 at loop top half loop least overlap with adjacent structures subimage selection pixels from loop excluding pixels from background adjacent coronal structure each subimage contains few hundred to few thousand pixels precise loop length determinations require analysis projection effects approximate loop lengths inferred from figure 1 estimates loop semilengths are @xmath3 cm for loops b d @xmath4 cm for loop c data inspected to remove rejection - quality images temperature determination uses 171/195 filter ratio sequence of 171 - 195 image pairs extracted from each data set obtained no two minutes apart resulting data set for each loop contains 50 image pairsresulting intensity ratios coadded over subimage time sequence single intensity ratio associated error for each data set 171- passband counts coadded single count rate per pixel associated error for each data set two types errors result from analysis errors due to noise data based on poisson statistics data 100 photons per data number error associated with width data distribution for each subimage distributions approximately gaussian error one standard deviation of data distribution for filter ratio passband count diagnostics noise error distribution error for each data set fractions of a percent errors negligible for study cautions / limitations analysis using filter ratios temperatures assume material at each position loop same density temperature restrict to loop systems on limb measure isolated loops analysis of density structure along loops difficult intricate loop substructure in images 171/195 filter ratios 171- count rates for each loop function of fractional distance loop given in table 1 figure 2a temperature 171/195 filter ratio multivalued in coronal temperature range @xmath5 = @xmath6 definitive determination loop temperature possible temperatures maximum formation 171 and 195 lines are @xmath5 = 6.0 and 6.2 loop temperatures around @xmath7 unlikely temperature profiles change loops transition from @xmath7 to @xmath8 lower intensity ratios intermediate points no significant temperature variation loops occam s razor suggests loops share same temperature theoretical loop models predict steep temperature rise in transition region small temperature rise maximum at loop top coronal part rosner et al . 1978 observations show no significant temperature variation figure 3 shows temperatures emission measures for observed loops three model loops 1 isothermal hydrostatic loop with @xmath9 k , @xmath3 cm base emission measure of @xmath10 @xmath11 uniform line - of - sight depth 2 ) loop 1 ) depth increases by factor of 4 3 ) static steady - state nonisothermal loop@xcite @xmath3 cm base pressure loop - top temperature observed loops uniform line - of - sight depth @xmath12 cm model loop 3 ) base proton number density @xmath13 @xmath14 base temperature @xmath15 k figure 3a shows near - constant loop temperatures slight rise temperature structure model loop 3 figure 3b emission - measure structure agrees nonisothermal model 3 ) magnitude isothermal models 1 ) 2 ) observations reflect temperature emission structure physical process(es not exist loops calculation loop 3 assumes uniform volumetric heating rate not describe actual loop heating flows introduce denser material mixing homogenize structure hydrostatic pressure balance affected by wave interactions background fluid energetic requirements loops range @xmath16 erg s@xmath17 @xmath18 line - of - sight depths @xmath19 cm standard values @xmath20 erg s@xmath17 @xmath18 smaller line - of - sight depths if filling factor small filamentary emission higher localized filamentary energy input base consistent localized heating eventsfilter ratios with transition - region temperatures @xmath21 k footpoint regions above transition region 3 pixels per image likely obscured by absorbing material ( 1995 earlier study loop temperature x - ray reports temperatures footpoints to maxima tops by factors @xmath22 temperature profiles vary by factors 1.05 temperatures higher by factor @xmath23 than lack of temperature variation in euv loops invites speculation isothermal loops distinct from temperature maximum apex difference physical difference x - ray euv properties warrants investigation authors thank daniel brown vinay kashyap rebecca mcmullen clare parnell for assistance benefited from comments referee carole jordan supported by trace subgrant from lockheed martin to university of chicago contract nas5 - 38099 from nasa to lmatc 04 jul 98 1800 - 2000h 1.03 0.88 0.75 0.81 10.01 6.22 3.92 3.12 26 jul 98 2200 - 2300h 0.85 0.70 0.78 4.68 2.87 2.51 1.93 18 aug 98 1000 - 1100h 0.83 0.90 0.96 1.09 11.39 9.74 9.32 9.18 20 aug 98 0800 - 0900h 0.0.89.84.86 10.20 7.50 5.84 6.35 | 0.438265 | 2,576 | 1,324 | , Saving $0.1 in GPT-4. |
172,572 | we extend our recently advanced model on collisional energy loss of heavy quarks in a quark gluon plasma ( qgp ) by including radiative energy loss .
we discuss the approach and present calculations for pbpb collisions at @xmath0 .
the transverse momentum spectra , raa , and the elliptic flow @xmath1 of heavy quarks have been obtained using the model of kolb and heinz for the hydrodynamical expansion of the plasma . | there are many pieces of evidence that in ultrarelativistic heavy ion collisions a plasma of quarks and gluons ( qgp ) is formed .
such a state of matter , in which unbound gluons and quarks are in local thermal equilibrium , has been predicted by lattice gauge calculation , the numerical solution of the lagrangian of quantum chromodynamics ( qcd ) on a lattice . in heavy ion reactions such
a state can be only created for a very short time ( of the order of @xmath2 ) .
then the system , which expands with almost the speed of light , forms hadrons which are finally observed in the detector .
the problem is now to conclude from the observed hadrons on the existence and the properties of such a qgp .
this is all but easy .
it turned out that the multiplicity of light hadrons is very well described by statistical models .
this means that at the end of the plasma expansion , when hadrons are formed , the system is in thermal equilibrium and therefore light hadrons do not carry information on the early stage of the expansion .
therefore only few observables can be used to study the interior of the plasma .
they include the high @xmath3 hadrons which originate from jets a as well as the @xmath3 and @xmath1 distribution of heavy mesons which contain either a c or a b quark because neither jets nor heavy quarks come to an equilibrium with the plasma .
heavy quarks are produced in hard binary initial collisions between the incoming protons .
their production cross sections are known from pp collisions and can as well be calculated in pqcd calculations .
therefore the initial transverse momentum distribution of the heavy quarks is known . comparing this distribution with
that measured in heavy ion collisions allow to define @xmath4 , where @xmath5 is the number of the initial binary collisions between projectile and target .
the deviation of @xmath6 from one measures the interaction of the heavy quark with the plasma because the hadron cross sections of heavy mesons are small .
the heavy quark does not come to thermal equilibrium with the qgp therefore @xmath6 contains the information on the interaction of the heavy quark while it traverses the plasma .
in addition , the distribution of heavy quarks at the moment of their creation is isotropic in azimuthal direction , therefore the elliptic flow @xmath7 , where @xmath8 ( @xmath9 ) is the azimuthal angle of the emitted particle ( reaction plane ) is 0 .
the observed finite @xmath1 value of the observed heavy meson can only originate from interactions between light qgp constituents and the heavy quarks . the simultaneous description of @xmath6 and @xmath1 and their centrality dependence , presently the only observables for which data exist ,
give then the possibilities to understand the interactions inside the qgp .
unfortunately the experimental results depend not only on the elementary interaction but also on the description of the expansion of the qgp @xcite .
therefore the ultimate aim is to control the expansion by results on the light meson sector .
this has not been achieved yet for the lhc and therefore it is difficult to asses the influence of the expansion on the observables .
we use here the approach from kolb and heinz which has reasonably well described the midrapidity light mesons at rhic @xcite .
we adjust only the charged particle multiplicity to the value measured at lhc . the @xmath6 of 0.2 values observed for large @xmath3 heavy mesons
are much smaller than originally expected .
early theoretical approaches based on perturbative qcd ( pqcd ) calculation gave much larger values and it has been doubted , whether pqcd is the right tool to describe this interaction .
this early calculation , however , used ad hoc assumptions on the coupling constant @xmath10 and the infrared regulator @xmath11 . with a standard choice @xmath11 and
@xmath10 an artificial k factor , an overall multiplication factor of the elastic cross section of around 10 @xcite had to be introduced to match the experimental data .
a while ago we advanced an approach for the collisional energy loss of heavy quarks in the qgp @xcite in which a ) @xmath11 has been fixed by the demand that more realistic calculations using the hard thermal loop approach give the same energy loss as our born type pqcd calculation and b ) the coupling constant is running and fixed by the sum rule advanced by dokshitzer and later used by peshier .
both these improvements increased the cross section especially for small momentum transfers and reduced therefore the necessary k factor to 2 . here
we include in addition the radiative energy loss @xcite .
our approach extended by including radiative energy loss has been well described the heavy quark data at rhic .
therefore it is worthwhile to calculate what we expect for lhc energies if we modify teh model only in a minimal way by adjusting the initial condition do @xmath12 , as observed at rhic . to include radiation we have to consider the following 5 matrix elements , displayed in fig .
[ dia ] , which contributes to radiation .
the commutation relation t^bt^a = t^at^b - if_abct^c[tm]allows us to regroup the 5 matrix elements into 3 combinations , each of them being independently gauge invariant : im^qed_h.q . &
= & c_a i(m_1+m_2 ) + im^qed_l.q . &
= & c_a i(m_3+m_4 ) + im^qcd&= & c_c i(m_1+m_3+m_5 ) . h.q .
( l.q . ) mark the emission of the gluon from the heavy ( light quark ) line .
@xmath13 , @xmath14 and @xmath15 are the color algebra matrix elements .
the matrix elements labeled as qed are the bremsstrahlung diagrams already observed in quantum electrodynamics ( qed ) , whereas that labeled qcd is the genuine diagram of quantum chromodynamics ( qcd ) .
the qcd diagram is the main objet of interest here because it dominates the energy loss of heavy quarks .
we evaluate the matrix elements in scalar qcd ( see ref.@xcite ) .
they are given by im_1^sqcd & = & c_a(ig)^3 d_[p_3-p_b ] ( - ^ ) + im_5^sqcd&=&c_c(ig)^3 d^[p_3-p_b]d^[p_1-p_a]^ + & & @xmath16 is obtained by replacing @xmath17 and @xmath18 in @xmath19 . using light cone gauge and keeping only the leading term in @xmath20 we find that the square of the matrix element factorizes |m|^2 = @xmath21 being the matrix element squared for the elastic cross section in a coulomb - like interaction between the heavy quark and a light quark ( gluon ) .
@xmath22 describes the distribution function of the produced gluons . to discuss the physics we adopt the following light cone vectorsp_a&=&\{,,0,0 } + p_b&=&\{0,,0,0 } + k&=&\{x,0 , } + p_1&=&p_a+q - k=\{p_a^+(1-x)- , , - } + p_3&= & p_b - q = \{,p_b^ , - } + [ dat1 ] [ dat2 ]
the scalar product is defined as @xmath23 and @xmath24 . in this coordinate system x
is given by @xmath25 and represents the relative longitudinal momentum fraction of the gluon with respect to the incoming heavy quark .
in this coordinate system @xmath26 has a very simple form : |m_sqcd|^2= g^2 d^qcd 4(1-x)^2 |m_elast|^2(-)^2 [ qcdem ] with the color factor @xmath27 .
the first term in the bracket describes the emission from the incoming heavy quark line , the second term the emission from the gluon .
this shows that in light cone gauge and in this coordinate system in leading order of @xmath20 the matrix element for the emission from the light quark do not contribute . in the case of massless quarks
we recover the squared matrix element of gunion and bertsch ( gb ) of ref.@xcite .
having the matrix elements we can calculate the cross section of the elastic and radiative collisions of the heavy quarks with the plasma particles . at rhic we found that the agreement is best when we multiply all cross section with a constant k factor of 0.6 .
a k factor of one is also compatible with the data but at the limits of the error bars .
these cross sections are embedded in the plasma expansion as described in refs .
@xcite . fig .
[ pt ] displays the @xmath3 dependence of @xmath6 at midrapidity for different centrality bins and for c and b quarks separately .
charm quarks , being lighter , suffer a larger energy loss than bottom quarks and are therefore pushed more toward low @xmath3 . below a centrality of 40% @xmath6 does not change substantially . at small momenta
we see an enhancement .
there the energy loss accumulates the heavy quarks . for large @xmath3 , shown in the bottom part of fig .
[ pt ] , radiative collisions act differently than elastic collisions .
if we employ only elastic collisions ( model e , with a k factor of 2 ) we see an increase of @xmath6 with @xmath28 whereas for elastic and radiative collisions ( with a k - factor of 0.6 ) @xmath6 remains almost flat . if we include the landau pomeranchuck migdal effect which suppresses radiation we would expect a moderate increase of @xmath6 with increasing pt . for comparison
we display as well the calculation for the rhic data which matched the experimental results .
3 shows the comparison of our calculations with @xmath6 alice data @xcite . on the left hand side we display @xmath6 as a function of @xmath3 of [ 0 - 20% ] centrality .
the calculations follow closely the experimental data . on the right hand side
we see @xmath6 for mesons with @xmath29 as a function for the centrality . also here
we see a good agreement between theory and experiment fig .
4 show the comparison of our calculations with recent @xmath1 alice data @xcite .
we see that at low @xmath3 @xmath1 for b - mesons is substantially smaller than for d - mesons .
this is again the consequence of the smaller mass of the c - quarks which can more easily absorb the @xmath1 of the light plasma particles with whom they collide during the expansion .
we see that the prediction of our model ( the data have been presented for the first time at this conference when the calculations have been already performed ) agrees with the experimental value in between the error bars .
the right hand side highlights the difference of @xmath1 between b and c quarks at intermediate @xmath3 .
this difference is inherent in the model and may therefore serve as a verification if perturbative qcd is the right theory to describe the data . whereas the @xmath1 of d - mesons is slightly higher than that of the c - quarks due to the hadronisation , the heavy b - meson has practically the same @xmath1 as the b - quark before hadronisation . in conclusions
we have shown that pqcd like models which include a running coupling constant as well as a infrared regulator of the gluon propagator in the elastic cross section which is based on hard thermal loop calculations reproduce the lhc data as they reproduced the rhic data .
the model predicts different @xmath1 values for d- and b - mesons as well as an increase of @xmath6 in central collisions with @xmath3 for @xmath3 larger than 15 gev .
the model can therefore be verified by future experimental data .
the results show that collisional as well as radiative energy loss is necessary to describe the data .
both contribute to @xmath6 in a comparable way . in this analysis we used the hydrodynamical model of heinz and kolb .
it remains to be seen how other models for the expansion of the plasma change the numerical values of @xmath6 and @xmath1 .
studies of different expansion scenarios as well as of the influence of the landau pomernschuk migdal effect are under way .
11 p. b. gossiaux , s. vogel , h. van hees , j. aichelin , r. rapp , m. he and m. bluhm , arxiv:1102.1114 [ hep - ph ] .
p. f. kolb and u. w. heinz , arxiv : nucl - th/0305084 .
published in qurak gluon plasma , world scientific g. d. moore and d. teaney , phys .
c * 71 * 064904 ( 2005 ) .
b. gossiaux , j. aichelin , t. gousset and v. guiho , j. phys .
g * 37 * , 094019 ( 2010 ) [ arxiv:1001.4166 [ hep - ph ] ] .
j. aichelin , p.b .
gossiaux and t. gousset , to be published e. meggiolaro , phys .
d * 53 * ( 1996 ) 3835 [ arxiv : hep - th/9506043 ] . | evidence heavy ion collisions plasma of quarks gluons ( qgp formed state gluons quarks local thermal equilibrium predicted by lattice gauge calculation lagrangian quantum chromodynamics in heavy ion reactions state created short time @xmath2 ) system expands with speed light forms hadrons observed in detector problem conclude from observed hadrons existence properties of qgp multiplicity of light hadrons well described by statistical models end plasma expansion system in thermal equilibrium light hadrons carry information early stage expansion few observables study interior plasma include high @xmath3 hadrons from jets a @xmath3 @xmath1 distribution of heavy mesons c or b quark jets heavy quarks with plasma heavy quarks produced in initial collisions between protons production cross sections known from pp collisions calculated in pqcd calculations initial transverse momentum distribution of heavy quarks known comparing distribution with heavy ion collisions @xmath4 @xmath5 is number initial binary collisions between projectile target deviation of @xmath6 from one measures interaction heavy quark with plasma hadron cross sections smallheavy quark thermal equilibrium with qgp @xmath6 contains information interaction plasma distribution of heavy quarks at creation isotropic in azimuthal direction elliptic flow @xmath7 azimuthal angle of emitted particle is 0 observed finite @xmath1 value of heavy meson from interactions between light qgp constituents heavy quarks simultaneous description of @xmath6 and @xmath1 centrality dependence understand interactions inside qgp experimental results depend on interaction expansion qgp @xcite aim to control expansion by results light meson sector for lhc difficult to asses influence expansion on observables approach from kolb and heinz described midrapidity light mesons at @xcite adjust charged particle multiplicity to value at lhc @xmath6 of 0.2 values for large @xmath3 heavy mesons smaller than expected early theoretical approaches perturbative qcd gave larger values doubted pqcd calculation used ad hoc assumptions on coupling constant @xmath10 infrared regulator @xmath11 standard artificial k factor multiplication factor elastic cross section of around 10 @xcite introduced to match experimental dataadvanced approach for collisional energy loss heavy quarks in qgp @xcite @xmath11 fixed by realistic calculations hard thermal loop approach same energy loss pqcd calculation coupling constant fixed by sum rule by dokshitzer peshier improvements increased cross section small momentum transfers reduced k factor to 2 include radiative energy loss @xcite approach described heavy quark data at rhic worthwhile calculate lhc energies modify model adjusting initial condition @xmath12 include radiation consider 5 matrix elements fig . dia contributes to radiation commutation relation t^bt^a = t^at^b - if_abct^c[tm regroup 5 matrix elements into 3 combinations independently gauge invariant : im^qed_h.q. c_a(m_1+m_2 +^qed_l.q_3_4 mark emission of gluon from heavy light quark line @xmath13 @xmath14 @xmath15 are color algebra matrix elements matrix elements labeled as qed are bremsstrahlung diagrams in quantum electrodynamics labeled qcd genuine diagram quantum chromodynamicsqcd diagram dominates energy loss heavy quarks evaluate matrix elements scalar qcd given by im_1^sqcd c_a(ig)^3 d_[p_3-p_b im_5^sqcd&_c(ig)^3 d^[p_3-p_b[p_1-p_a]^ @xmath16 replacing @xmath17 @xmath18 in @xmath19 light cone gauge leading term @xmath20 matrix element factorizes |m|^2 = @xmath21 elastic cross section coulomb interaction heavy quark light quark @xmath22 describes distribution function gluons light cone vectorsp_a&={ p_b& k p_1_a+q k={p_a^+(1-x)- p_3& p_b - q = {,p_b^ scalar product defined as @xmath23 @xmath24 coordinate system x given @xmath25 represents longitudinal momentum fraction gluon heavy quark @xmath26 simple form |m_sqcd|^2= g^2 d^qcd 4(1-x)^2 |m_elast|^2(-)^2 [ qcdem color factor @xmath27first term emission heavy quark line second gluon light cone gauge coordinate system leading order @xmath20 matrix element emission light quark contribute massless quarks recover squared matrix element of gunion bertsch ref.@xcite matrix elements calculate elastic radiative collisions heavy quarks with plasma particles agreement multiply cross section with constant k factor 0.6 k factor one compatible data limits error bars cross sections embedded in plasma expansion fig . displays @xmath3 dependence of @xmath6 at midrapidity different centrality bins c b quarks charm quarks lighter suffer larger energy loss pushed toward low @xmath3 below centrality 40% @xmath6 change small momenta enhancement energy loss accumulates heavy quarks large @xmath3 radiative collisions act differently than elastic collisions elastic collisions k factor 2 ) increase of @xmath6 with @xmath28 elastic radiative collisions k - factor 0.6 @xmath6 remains almost flat landau pomeranchuck migdal effect suppresses radiation moderate increase of @xmath6 with increasing pt calculation rhic data experimental results3 comparison calculations with @xmath6 alice data @xcite left side @xmath6 function of @xmath3 0 - 20% centrality calculations follow experimental data right side @xmath6 @xmath29 function for centrality good agreement between theory and experiment fig. 4 comparison calculations with @xmath1 alice data @xcite at low @xmath3 @xmath1 for b - mesons smaller than d - mesons consequence smaller mass c - quarks @xmath1 light plasma particles prediction model agrees with experimental value between error bars right side difference of @xmath1 between b and c quarks at intermediate @xmath3 difference inherent in model if perturbative qcd @xmath1 of d - mesons higher than c - quarks due to hadronisation heavy b - meson same @xmath1 as before hadronisation pqcd models running coupling constant infrared regulator gluon reproduce lhc data rhic model predicts different @xmath1 values for d- and b - mesons increase of @xmath6 in central collisions with @xmath3 for @xmath3 larger than 15 gev model can be verified by future dataresults show collisional radiative energy loss necessary data both contribute @xmath6 used hydrodynamical model heinz kolb models expansion change values @xmath6 @xmath1 studies expansion scenarios influence landau pomernschuk migdal effect under way gossiaux vogel van hees j aichelin rapp bluhm arxiv:1102.1114 hep - ph kolb heinz arxiv nucl - th/0305084 published qurak gluon plasma scientific moore teaney phys . 71 * 064904 2005 ) gossiaux j aichelin t gousset v guiho . 37 094019 2010 arxiv:1001.4166 hep - ph aichelin gossiaux gousset meggiolaro phys . d * 53 * 1996 ) 3835 arxiv hep - th/9506043 | 0.439937 | 2,981 | 1,546 | , Saving $0.1 in GPT-4. |
172,585 | precision radial velocity measurements of the @xmath0 cephei ( hr8974 ) binary system suggest the existence of a planetary companion with a minimum mass of 1.7 jupiter - mass on an elliptical orbit with a @xmath12.14 au semimajor axis and 0.12 eccentricity @xcite .
i present in this paper a summary of the results of an extensive numerical study of the orbital stability of this three - body system for different values of the semimajor axis and orbital eccentricity of the binary , and also the orbital inclination of the planet .
numerical integrations indicate that the system is stable for the planet s orbital inclination ranging from 0 to 60 degrees , and for the binary s orbital eccentricity less than 0.5 .
the results also indicate that for large values of the inclination , the system may be locked in a kozai resonance .
address = department of terrestrial magnetism and nasa astrobiology institute , + carnegie institution of washington , 5241 broad branch road , washington , dc 20015 | the existence of planets in binary star systems is no longer a mere idea .
approximately 35% of extrasolar planets discovered till 2002 exist in multiple star systems @xcite .
these systems are mostly wide binaries with separations between 500 and 750 au , and with planets revolving around one of the stars . at such large distances ,
the perturbative effect of one star on the formation and dynamical evolution of planets around the other star is entirely negligible .
a recently discovered jupiter - like planet around the primary of the @xmath0 cephei binary system is , however , an exception to this rule .
gamma cephei is a close spectroscopic binary composed of a 1.59 solar - mass k1 iv subgiant and a 0.4 solar - mass red m dwarf @xcite .
the semimajor axis of this system has been reported to have a lower value of 18.5 au @xcite and an upper value of 21 au @xcite .
precision radial velocity measurements suggest that a planet with a minimum mass of 1.7 jupiter - mass revolves around the primary of this system on an elliptical orbit with an eccentricity of 0.12 @xmath2 0.05 and a semimajor axis of approximately 2.14 au .
being the first discovered s - type binary - planetary system dvorak ( 1988 ) , a binary - planetary system is called s - type when the planet revolves around one of the stars , and p - type when the planet revolves around the entire binary . ] , it is quite valuable to investigate whether this system is dynamically stable , and for what values of its orbital parameters its stability will remain . in this paper
i present a summary of the results of an extensive numerical study of the dynamical stability of this system for different values of the orbital parameters of the binary and also the orbital inclination of the planet .
a more comprehensive study of the dynamics of this system are to be published elsewhere .
an important quantity in determining the stability of a planet s orbit in a binary system is its semimajor axis . @xcite and
@xcite have presented an empirical formula for the maximum value of the semimajor axis of a stable planetary orbit in s - type binary - planetary systems . the value of the _ critical semimajor axis _
, @xmath3 is given by @xmath4 where @xmath5 is the semimajor axis of the binary , and @xmath6 and @xmath7 represent the mass - ratio and orbital eccentricity of the binary , respectively . in the definition of the mass - ratio @xmath8 ,
@xmath9 and @xmath10 are the masses of the primary and secondary stars . to study to what extent equation ( 1 )
can be applied to the orbital stability of @xmath0 cephei , this system was numerically integrated using a conventional bulirsch - stoer integrator .
numerical integrations were carried out for values of @xmath7 ranging from 0.25 to 0.65 with steps of 0.05 . when considered coplanar , the system was stable for all the values of @xmath11 at all times . however , for the value of the binary eccentricity larger than 0.5 , the system became unstable in less than 1000 years .
figure 1 shows the semimajor axes and eccentricities of the system for two cases of @xmath12 and 0.45 .
the stability of the system was also studied for different values of the orbital inclination of the planet . for each above - mentioned value of the binary eccentricity ,
the initial inclination of the orbit of the planet with respect to the plane of the binary was chosen from the values of 1 , 5 , 10 , 20 , 40 , and 60 degrees . for values of @xmath11 ,
the system was stable for all inclinations less than 60 degrees .
figure 3 shows the results of sample runs for the values of the planet s orbital inclination equal to 5 , 10 , and 20 degrees .
also , as expected , in some cases of large inclinations and for eccentric binaries , the planet was locked in a kozai resonance ( fig .
3 ) .
hatzes , a. p. , cochran , w. d. , endl , m. , mcarthur , b. , paulson , d. b. , walker , g. a. h. , campbell , b. , and yang , s. , to appear in _ astrophys . j. _ ,
* 599 * , 13831394 ( 2003 ) .
kortenkamp , s. j. , wetherill , g. w. , and inaba , s. , _ science _ , * 293 * , 11271129 ( 2001 ) .
fuhrmann , k. , _
astron.nachr._ , in press ( 2004 ) .
griffin , r. f. , carquillat , j. m , and ginestet , n. , _ the observatory _
, * 122 * , 90109 ( 2002 ) .
rabl , g. , and dvorak , r. , _ astron .
_ , * 191 * , 385391 ( 1988 ) .
holman , m. j. , and wiegert , p. a. , _ astron . j. _ , * 117 * , 621628 ( 1999 ) . | existence planets in binary star systems 35% extrasolar planets discovered till 2002 exist in multiple star systems systems wide binaries separations between 500 and 750 au planets revolving around one large distances perturbative effect one star on formation evolution planets negligible discovered jupiter - like planet around primary cephei binary system exception gamma cephei close spectroscopic binary 1.59 solar - mass k1 iv subgiant 0.4 solar - mass red m dwarf semimajor axis lower value 18.5 au @xcite upper 21 au @xcite suggest planet with minimum mass 1.7 jupiter - mass revolves around primary elliptical orbit with eccentricity 0.12 @xmath2 0.05 semimajor axis 2.14 au first discovered s - type binary - planetary system s - type when revolves around one p - type around entire binary valuable to investigate system dynamically stable values orbital parameters paper summary of results numerical study of dynamical stability for different values orbital parameters orbital inclination comprehensive study be published important quantity stability planet s orbit in binary is semimajor axis@xcite presented formula for maximum value semimajor axis stable planetary orbit in s - type binary - planetary systems value critical semimajor axis @xmath3 given by @xmath4 @xmath5 semimajor axis binary represent mass - ratio orbital eccentricity binary mass - @xmath8 are masses primary secondary stars equation 1 ) orbital stability of @xmath0 cephei system numerically integrated using bulirsch - stoer integrator integrations for values @xmath7 0.25 to 0.65 with steps 0.05 system stable for all values @xmath11 binary eccentricity larger than 0.5 unstable in less than 1000 years figure 1 shows semimajor axes eccentricities for @xmath12 and 0.45 stability studied for values orbital inclination planet initial inclination chosen from values 1 5 10 20 40 60 degrees for values @xmath11 system stable for inclinations less than 60 degrees figure 3 shows results sample runs for s orbital inclination equal to 5 10 20 degrees large inclinations eccentric binaries planet locked in kozai resonance fig 3hatzes cochran endl mcarthur paulson walker campbell yang s. astrophys . j * 599 * , 13831394 ( 2003 ) kortenkamp s wetherill inaba science * 293 * 11271129 ( 2001 ) fuhrmann astron.nachr. press ( 2004 ) griffin. f carquillat ginestet n observatory * 122 * , 90109 ( 2002 ) rabl g dvorak astron . * 191 * , 385391 ( 1988 ) holman m. j wiegert p astron . j. * 117 * , 621628 ( 1999 ) | 0.186453 | 1,179 | 615 | , Saving $0.0 in GPT-4. |
172,587 | we present slow - light photonic crystal waveguide designs that provide a @xmath08.6 improvement of the local density of optical states at a fully chiral point over previous designs . | chirality of light in ( nano-)photonic structures is proving to be a valuable resource @xcite . in quantum optics , chirality couples the spin direction of electrons to the travel direction of light .
this chiral light - matter interaction is at its most useful when the chirality reaches 100% at a singular position known as a c - point .
a quantum dot ( qd ) placed at a c - point can display a spin - dependent unidirectional - emission @xcite an attractive property for quantum optics , as it allows spin - encoded static qubits to be converted to path - encoded flying qubits .
photonic crystal waveguides ( phcwgs ) present several unique benefits to realising chirality - direction coupling .
firstly , the longitudinal component of the waveguide modes is large , meaning that c - points with 100% chirality are common , and moreover tend to occur in the high - index part of the waveguide , where a quantum dot could be placed . secondly phcwgs support slow - light .
extending the benefits of slow - light to the interaction of a quantum dot at a c - point is attractive .
slow - light enhances the density of optical states allowing extremely bright sources and high collection efficiencies to be realised @xcite . in principle
, there is no upper limit to the light - matter interaction enhancement . at the bandedge
, the phcwg has stopped modes with group velocity @xmath1 and an infinite density of optical states ( the van hove singularity @xcite ) .
only the practicality of fabricating a perfect waveguide without defects prevents the use of these bandedge modes .
as shown by our recent work , the case of an emitter placed at a c - point requires additional consideration .
time - reversal symmetry dictates that all chiral components of the waveguide mode must vanish in the stopped light at the bandedge , and therefore no c - points can be supported .
modes in the slow - light regime resemble the bandedge mode , and thus contain less chirality .
this forces a compromise between strong light matter interactions ( for which slow light is desirable , typically found near the bandedge ) and making those interactions chiral ( for which we want powerful circularly polarised fields , which become scarce near the bandedge ) .
we found that the optimum local density of optical states ( ldos ) at a c - point is found in modes with modest group velocities of @xmath2 for the standard phcwg design ( the so - called w1 waveguide ) @xcite .
only a limited number of alternative nano - photonic designs for quantum dots have so - far been considered @xcite . in this paper
we present alternative phcwg designs that possess larger ldos at the c - points .
our search for these designs begins with the archetypical w1 waveguide of one row of missing holes from an hexagonal lattice of holes with radius @xmath3 in a gaas dielectric membrane .
we form new designs by displacing each hole in the first row of holes closest to the waveguide a distance @xmath4 towards the waveguide core , and the second row of holes a distance @xmath5 ( fig.1a ) . in this way
the dispersion @xcite and electric field profile @xcite of the phcwg can be modified .
modifying the hole positions is preferred to the radii as they are more accurately realized in electron - beam lithography @xcite . and
@xmath5 control the displacements of the innermost holes .
@xmath6 marks the origin of the in - plane coordinate system @xmath7 .
( b ) largest ldos at a c - point as a function of @xmath8 , normalized to the largest ldos at a c - point in a w1 .
the dotted line is a contour along which this ratio is unity .
* g * on the colour bar indicates the value for the glide waveguide described in ref .
] figure 1b presents the main results , showing the enhancement of the ldos at c - points where they occur in a single - mode waveguide .
the vast majority of designs show little or no enhancement over the standard w1 ( i.e. the ratio of ldos at the c - points is below or close to one ) , but there is a small region of the search space that show significant enhancements . of these ,
the best design identified has 8.61 times the c - point ldos of a w1 for @xmath9 at a c - point at frequency @xmath10 and position @xmath11 from the origin shown in fig.1a
. finite difference time domain ( fdtd ) simulations confirming the unidirectional emission from the best identified c - points in the optimized and w1 waveguides are shown in fig.2a @xcite .
figure 2b shows the calculated power radiated in the forwards , backwards and sideways directions . the @xmath12 enhancement in ldos is well replicated in these calculations .
emission into the backwards direction is suppressed by a factor of @xmath13 in the w1 and @xmath14 in the optimized design .
the lower directionality in the optimized waveguide is due to differences in the bandwidth over which the phcwgs show strong directional behaviour at these dipole locations .
the ldos is a function of position and frequency and is proportional to the product @xmath15 , where @xmath16 is the group index and @xmath17 is the electric field intensity .
we are interested in positions of unit directionality , where the directionality is defined as the difference between power emitted by a spin transition ( modelled as a circular point - dipole ) into the forwards and backwards waveguide modes , normalized by the total power emitted into the waveguide . for a single - mode waveguide the directionality
is simply given by the degree of chirality @xmath18 .
@xmath19 is typically not possible if the waveguide is multi - mode ( it requires the extraordinary coincidence of c - points at the same position in all modes at the same frequency ) and so multi - mode frequency regions are ignored . for each choice of @xmath8
we search for c - points with @xmath19 , and calculate the relative ldos ( @xmath15 ) at each using a frequency domain eigensolver @xcite . in each design
@xmath8 , the c - point with the highest ldos is compared to the c - point with the highest ldos in the w1 design @xmath20 .
our calculations use the effective index method @xcite , which allows 2d simulations to approximate 3d slab structures .
we treat values of @xmath21 as @xmath22 in the ldos calculation , serving the dual purpose of focusing the search on experimentally achievable values @xcite and filtering computational errors at the bandedge where @xmath23 and @xmath24 .
the best designs presented here exploit slow light far from the bandedge by flattening the dispersion .
there is an element of `` brinkmanship '' to this , as flattening the dispersion towards an inflection - like curve maximizes the ldos , but overshooting creates a multimode region that ruins the performance .
this abrupt drop is visible in fig.1b on the lower side of the bright region .
this motivates a minor digression . in principle
a perfect inflection point in the dispersion appears able to support uni - directionality with an infinite density of states .
however even infinitesimal perturbations ( for example , from disorder ) can break the inflection point into a local maximum and local minimum pair with a small separation .
this local maximum / minimum pair results in a multi - mode region with a slow - light mode allowing ( strong ) emission in both directions .
although such abruptness may at first glance seem un - physical , it is a consequence of us considering only modes with real @xmath25 ( propagating modes ) , equivalent to considering an infinitely long phcwg .
evanescent modes in a finite phcwg always allow some light to tunnel from the dipole out of the waveguide in the wrong direction .
near an inflection point there exist weakly evanescent modes ( with small imaginary @xmath25 ) that can tunnel a long distance @xcite .
these weakly evanescent modes smooth out this transition in finite - length phcwgs . in real - world samples ,
qds are typically strain - grown in random locations @xcite ( although positioning methods are being developed @xcite ) .
furthermore , the size and shape dispersion means that the resonant frequencies of the qds are randomly distributed around the desired one .
experiments then typically proceed by testing a large number of samples , until a suitable one is found . in the above ,
we have calculated the performance of the phcwg for an ideally placed qd pitched at the ideal frequency , but we are also interested in the yield : how many samples can we expect to test before finding a good qd positioned at or near a c - point . to answer this question we have also calculated the probability that a qd placed at a random location in the gaas with a random frequency ( selected uniformly from the bandwidth of the fundamental mode ) will have @xmath26 .
our calculations neglect positions with negligible ldos and assume @xmath27 at multimode frequencies .
fig.3 shows the result of this calculation .
the optimized waveguide identified above ( white cross , fig.3 ) has a poor yield ( @xmath28% ) .
however by consideration of fig .
1b and fig.3 together phcwgs with a desired compromise of yield and performance can be chosen .
for example in the region @xmath29 both yield and performance are high . in conclusion
we have identified modified phcwg designs that promise significant increases in chiral performance , with a @xmath08.6 enhancement of the ldos . as
the ldos is a measure of the light - matter interaction strength , and is directly proportional to the emission rate and efficiency [ 16 ] , our optimized design will allow fabrication of waveguides almost one order of magnitude brighter than using the standard w1 design . in the final stages of this work
we became aware of related work suggesting a modified glide - plane waveguide design for strong chiral interactions @xcite .
our calculations suggest this design is excellent with @xmath30 times ldos enhancement at the best c - point compared to a w1 ( _ cf _ fig.1 ) and a @xmath31% yield ( _ cf _ fig.3 ) .
f. j. rodrguez - fortuo , d. puerto , a. griol , l. bellieres , j. mart and a. martnez , `` universal method for the synthesis of arbitrary polarization states radiated by a nanoantenna '' , laser photon .
8 , 3 ( 2014 ) ; doi:10.1002/lpor.201300184 a. b. young , a. c.t .
thijssen , d. m. beggs , p. androvitsaneas , l. kuipers , j. g. rarity , s. hughes and r. oulton , `` polarization engineering in photonic crystal waveguides for spin - photon entanglers '' , phys .
115 , 153901 ( 2015 ) ; doi:10.1103/physrevlett.115.153901 m. arcari , i. sllner , a. javadi , s. lindskov hansen , s. mahmoodian , j. liu , h. thyrrestrup , e. h. lee , j. d. song , s. stobbe and p. lodahl , `` near - unity coupling efficiency of a quantum emitter to a photonic crystal waveguide '' , phys .
113 , 093603 ( 2014 ) ; doi:10.1103/physrevlett.113.093603 b. lang , d. m. beggs and r. oulton , `` time - reversal constraint limits unidirectional photon emission in slow - light photonic crystals '' , phil .
a 374 2075 ( 2016 ) ; doi:10.1098/rsta.2015.0263 i. sllner , s. mahmoodian , s. lindskov hansen , l. midolo , a. javadi , g. kiransk , t. pregnolato , h. el - ella , e. hye lee , j. dong song , s. stobbe and p. lodahl , `` deterministic photon
emitter coupling in chiral photonic circuits '' , nature nanotechnology 10 , 775778 ( 2015 ) ; doi:10.1038/nnano.2015.159 r. j. coles , d. m. price , j. e. dixon , b. royall , e. clarke , p. kok , m. s. skolnick , a. m. fox and m. n. makhonin , `` chirality of nanophotonic waveguide with embedded quantum emitter for unidirectional spin transfer '' , nature communications 7 , 11183 ( 2016 ) ; doi:10.1038/ncomms11183 j. li , t. p. white , l. ofaolain , a. gomez - iglesias and t. f. krauss , `` systematic design of flat band slow light in photonic crystal waveguides '' , opt .
express 16 , 6227 - 6232 ( 2008 ) ; doi:10.1364/oe.16.006227 l. ofaolain , s. a. schulz , d. m. beggs , t. p. white , m. spasenovic , l. kuipers , f. morichetti , a. melloni , s. mazoyer , j. p. hugonin , p. lalanne and t. f. krauss , `` loss engineered slow light waveguides '' , opt .
express 18 , 27627 - 27638 ( 2010 ) ; doi:10.1364/oe.18.027627 s. a. schulz , l. ofaolain , d. m. beggs , t. p. white , a. melloni and t. f. krauss , `` dispersion engineered slow light in photonic crystals : a comparison '' , 12 104004 , journal of optics ( 2010 ) ; doi:10.1088/2040 - 8978/12/10/104004 a. f. oskooi . ,
d. roundy , m. ibanescu , p. b. mihai , j. d. joannopoulos and s. g. johnson , `` meep : a flexible free - software package for electromagnetic simulations by the fdtd method '' , computer physics communications 181 , 687 - 702 ( 2010 ) .
white , l. c. botten , c. martijn de sterke , k. b. dossou and r. c. mcphedran , `` efficient slow - light coupling in a photonic crystal waveguide without transition region '' , opt .
33 , 2644 - 2646 ( 2008 ) doi : 10.1364/ol.33.002644 d. leonard , m. krishnamurthy , c. m. reaves , s. p. denbaars and p. m. petroff , `` direct formation of quantum - sized dots from uniform coherent islands of ingaas on gaas surfaces '' , applied physics letters 63 , 3203 ( 1993 ) ; doi:10.1063/1.110199 c. schneider , m. strau , t. snner , a. huggenberger , d. wiener , s. reitzenstein , m. kamp , s. hfling and a. forchel , `` lithographic alignment to site - controlled quantum dots for device integration '' , applied physics letters 92 , 183101 ( 2008 ) ; doi:10.1063/1.2920189 | chirality light in nano)photonic structures valuable resource in quantum optics chirality couples spin direction electrons to travel direction light light interaction useful when chirality reaches 100% at c - point quantum dot at c - point spin - dependent unidirectional - emission allows spin - encoded static qubits to path - encoded flying qubits photonic crystal waveguides present benefits chirality - direction coupling longitudinal component large c - points with 100% chirality common in high - index part waveguide quantum dot support slow - light benefits to interaction quantum dot at c - point enhances density optical states bright sources high collection efficiencies no upper limit to light - matter interaction enhancement at phcwg has stopped modes with group velocity infinite density of optical states perfect waveguide prevents use of bandedge modes emitter at c - point requires consideration time - reversal symmetry dictates chiral components must vanish in stopped light at bandedge no c - points supported modes in slow - light regime resemble bandedge mode contain less chiralitycompromise between strong light matter interactions slow light desirable near bandedge chiral powerful circularly polarised fields scarce near bandedge optimum local density optical states at c - point modest group velocities @xmath2 standard phcwg design w1 waveguide limited alternative nano - photonic designs for quantum dots considered alternative designs larger ldos at c - points search begins with archetypical w1 waveguide missing holes hexagonal lattice radius @xmath3 gaas dielectric membrane form new designs displacing first row closest to waveguide distance @xmath4 towards core second row distance @xmath5 dispersion electric field profile phcwg modified modifying hole positions preferred radii electron - beam lithography @xmath5 control displacements innermost holes @xmath6 origin of in - plane coordinate system @xmath7 largest ldos at c - point function of @xmath8 normalized to largest ldos c - point in w1 dotted line contour ratio unity colour bar indicates value glide waveguide figure 1b presents main results enhancement ldos at c - points single - mode waveguidemajority designs show little enhancement over standard w1 ratio ldos c - points below one small region significant enhancements best design has 8.61 times c - point ldos w1 for @xmath9 at frequency @xmath10 @xmath11 from origin fig.1a finite difference simulations unidirectional emission from c - points in optimized w1 waveguides in fig.2a figure 2b shows calculated power radiated in forwards backwards sideways directions @xmath12 enhancement in ldos replicated emission backwards direction suppressed by factor @xmath13 in w1 @xmath14 optimized design lower directionality in optimized waveguide due to differences bandwidth behaviour ldos function of position frequency proportional to product @xmath15 @xmath16 group index @xmath17 electric field intensity unit directionality difference between power emitted by spin transition into forwards backwards waveguide modes normalized by total power emitted single - mode waveguide directionality given by degree chirality @xmath18 @xmath19 not possible if waveguide multi - mode c - points same multi - mode frequency regions ignoredchoice @xmath8 search c - points with @xmath19 calculate relative ldos @xmath15 ) each using frequency domain eigensolver @xcite design @xmath8 c - point highest ldos compared to highest ldos w1 design @xmath20 calculations use index method @xcite allows 2d simulations approximate 3d slab structures treat values @xmath21 as @xmath22 ldos calculation focusing search on achievable values filtering computational errors at bandedge @xmath23 and @xmath24 best designs exploit slow light flattening dispersion flattening dispersion inflection maximizes ldos overshooting creates multimode region ruins performance abrupt drop visible in fig.1b lower side bright region motivates minor digression perfect inflection point uni - directionality infinite density states infinitesimal perturbations break inflection point into local maximum minimum pair results multi - mode region slow - light mode strong emission both directions abruptness consequence considering modes with real @xmath25 infinitely long phcwg evanescent modes finite phcwg allow light tunnel from dipole waveguide wrong directionnear inflection point weakly evanescent modes small @xmath25 tunnel long distance @xcite smooth transition in finite - length phcwgs real - world samples qds strain - grown in random locations @xcite positioning methods developed size shape dispersion resonant frequencies randomly distributed around desired one experiments proceed testing large number samples until suitable found calculated performance phcwg for ideally placed qd ideal frequency interested in yield : how many samples before finding good qd c - point calculated probability qd at random location random frequency have @xmath26 calculations neglect positions negligible ldos assume @xmath27 at multimode frequencies fig.3 shows result calculation optimized waveguide has poor yield ( @xmath28% ) phcwgs with desired compromise of yield performance can be chosen in region @xmath29 both yield performance high identified modified phcwg designs promise significant increases in chiral performance @xmath08.6 enhancement of ldos ldos light - matter interaction strength proportional to emission rate efficiency optimized design fabrication waveguides brighter than standard w1 designfinal stages work work modified glide - plane waveguide design chiral interactions calculations suggest design excellent @xmath30 times ldos enhancement best c - point compared w1 fig.1 @xmath31% yield.3 rodrguez - fortuo puerto griol bellieres mart martnez method synthesis arbitrary polarization states nanoantenna laser photon . 8 3 2014 doi:10.1002/lpor.201300184 young thijssen beggs kuipers rarity hughes oulton polarization engineering photonic crystal waveguides spin - photon entanglers . 115 153901 2015 arcari sllner javadi lindskov hansen mahmoodian liu thyrrestrup lee song stobbe lodahl near - unity coupling efficiency quantum emitter photonic crystal waveguide phys . 113 093603 2014 lang beggs oulton time - reversal constraint limits unidirectional photon emission slow - light photonic crystals phil 374 2075 2016 doi:10.1098/rsta.2015.0263sllner mahmoodian lindskov hansen midolo javadi kiransk pregnolato el - ella hye lee dong song stobbe lodahl deterministic photon emitter coupling chiral photonic circuits nature nanotechnology 10 775778 2015.1038/nnano.2015.159 j coles. price dixon. royall clarke. kok skolnick makhonin nanophotonic waveguide quantum emitter unidirectional spin transfer nature communications 7 11183 2016.1038/ncomms11183 j. li. white. ofaolain gomez - iglesias krauss systematic design flat band slow light photonic crystal waveguides opt . express 16 6227 - 6232 2008.1364/oe.16.006227 ofaolain. beggs white spasenovic kuipers morichetti melloni mazoyer hugonin lalanne. krauss loss engineered slow light waveguides opt . express 18 27627 - 27638 2010.1364/oe.18.027627 schulz ofaolain beggs white mellonikrauss dispersion slow light photonic crystals comparison 104004 journal optics 2010.1088/2040 oskooi roundy ibanescu mihai joannopoulos johnson meep free software electromagnetic simulations fdtd method computer physics communications 181 687 - 702 2010 white botten sterke dossou mcphedran efficient slow - light coupling photonic crystal waveguide transition opt . 33 2644 - 2646 2008 10.1364/ol.002644 leonard krishnamurthy reaves denbaars petroff formation quantum - sized dots islands ingaas gaas surfaces applied letters 63 3203 1993.1063/1.110199 schneider strau snner huggenberger wiener reitzenstein kamp hfling forchel lithographic alignment site - controlled quantum dots device integration applied physics letters 92 183101 2008 doi:10.1063/1.2920189 | 0.508694 | 3,482 | 1,779 | , Saving $0.1 in GPT-4. |
172,592 | we present soft x - ray results from observations with _ chandra _ ( _ hetgs _ ) of the seyfert
i agn ngc 4593 and mrk 509 .
we discuss the photoionized outflows associated with seyfert i agn in terms of their absorption spectral signatures and discuss their kinematics , column density and ionization state .
we discuss the link between uv and x - ray absorbers in mrk 509 ( which was simultaneously observed with _
chandra _ and _ hst_-stis ) .
we also briefly discuss the possibility of absorption due to neutral fe embedded in the warm absorber of ngc 4593 versus an interpretation of the data in terms of soft x - ray relativistic emission lines .
we conclude with a summary of what is being learnt about warm absorbers in type i agn from high resolution spectroscopy .
# 1_#1 _ # 1_#1 _ = # 1 1.25 in .125 in .25 in | the _ chandra _ high energy transmission grating spectrometer ( _ hetgs _ ) currently provides the best spectral resolution available in the 0.510 kev band .
the corresponding velocity resolution goes from @xmath0 fwhm at the o vii resonance line , to @xmath1 fwhm at 6.4 kev .
there is now a sizable sample of _ hetgs _ observations of type i agn , and we discuss here some new results from mrk 509 and ngc 4593 .
we do not discuss observations with the low energy grating ( _ letgs _ ) , nor do we discuss the few observations of nls1 , or type ii seyfert galaxies .
some of the key issues we address here are the range in properties of the photoionized outflow and the connection between the uv and x - ray absorbers .
detailed summaries and comparisons of the results of grating observations of photoionized outflows in different type i agn can be found in yaqoob , george , & turner ( 2001 ) and references to individual objects therein . here , we only have space to highlight a few facts which are emerging .
firstly , grating observations confirm earlier observations with ccds , that there are highly ionized , outflowing warm absorbers in many type i agn .
figure 1 shows the signature of warm absorption in ngc 4593 ; a flux deficit relative to a combined _ chandra _ / _ rxte _ best - fit hard x - ray power law extrapolated to soft x - ray energies .
secondly , there is much evidence of more than one kinematic component . even with the highest signal - to - noise data ( ngc 3783 , kaspi et al .
2002 ) , the two kinematic components apparent may themselves be composed of multiple , unresolved components ( as is the case for the uv absorbers which can be observed with much higher velocity resolution ) .
the centroids of the absorption lines are offset ( usually blueshifted ) from systemic velocity typically by @xmath2 to a few hundred @xmath3 . in one case ( ngc 4051 ; collinge et al .
2001 ) , a blueshift as high as @xmath4 is observed .
the absorption lines are often unresolved , and the profiles may be subject to uncertainties due to blending , so their true fwhms are largely unknown , but we can say that they are @xmath5 in general . the column densities are typically as high as a few @xmath6 .
the ionization states are such that we commonly observe the @xmath7 lines of h - like o , ne , and mg ( sometimes @xmath8 as well ) , and the first one or two resonance lines ( to @xmath9 ) of he - like o , ne , and mg . the same for si and s is observed in some cases .
many strong transitions due to various ionization stages of fe are also common .
figure 2 shows the medium energy grating ( meg ) data for ngc 4593 with the wavelengths of the lyman series and he - like triplets of the most abundant elements superimposed .
h - like and he - like ions of o , ne , mg , si are clearly dominant in figure 2 and several of the absorption features are marginally resolved ( e.g. o viii ly@xmath10 ( @xmath11 ) ) . also in figure 2 are several transitions and blends of transitions due to highly ionized fe xx - xxv , as well as some unidentified features .
despite the likely existence of multiple regions with different ionization states , given the signal - to - noise of the data , it is sometimes possible to model the x - ray spectrum with a simple , single - zone photoionized absorber .
the best - fit photoionization model for mrk 509 indicates that a single zone warm absorber with column density @xmath12 and ionization parameter @xmath13 ergs cm @xmath14 is adequate to explain the _ chandra _ data ( yaqoob et al .
2002 ) . in the case of ngc 4593 , we find also that a single zone warm absorber with @xmath15 and @xmath16 ergs cm @xmath14 is adequate to explain the bulk of the data ( mckernan et al .
2003 ) , part from some unidentified features and some line equivalent widths which are somewhat underpredicted .
figure 3 shows the best - fitting photoionization model ( using the xstar code ) superimposed on the ngc 4593 meg data between 0.482.0 kev .
the agreement between the model equivalent width and the individual absorption features in figure 3 appears to vary considerably .
however , the equivalent widths of the lines in the actual xstar spectra are calculated for a turbulent velocity width which is less than the thermal width . also
, the xstar model is subject to the limitations of a finite internal energy resolution . a more rigorous analysis , using the column densities from the xstar model , and the curve - of - growth , shows good agreement between the model and the identified absorption features ( see mckernan et al .
[ 2003 ] for details ) .
the curve - of - growth analyses , consistent with the measured equivalent widths of absorption features in mrk 509 and ngc 4593 respectively , indicate that the turbulent velocity widths for the x - ray absorber in mrk 509 of @xmath17 km @xmath14 and of @xmath18 km @xmath14 in the case of ngc 4593 .
mrk 509 and ngc 4593 are some of the first type i agn that appear to be adequately modeled by a single - zone warm absorber , unlike sources such as mcg 63015 which seem to require a multi - zone warm absorber ( lee et al .
2001 ) .
the observation of mrk 509 was performed simultaneously with _
hst_-stis in order to establish the elusive connection between the x - ray and uv absorbers .
details of the _ hst_-stis observation are given in kraemer et al .
figure 4 shows velocity - resolved absorption profiles for some of the strongest absorption features in the mrk 509 meg data with uv kinematic components ( vertical lines ) and best - fit photoionization model ( horizontal line ) superimposed .
it is clear from figure 4 that both the uv and x - ray systems share the same velocity space .
we found from photoionization modeling that the uv components have lower column densities and ionization parameters than the x - ray absorber .
thus we can imagine that the uv absorbers are embedded in the x - ray gas .
a similar picture is emerging from the handful of other agn which have been studied simultaneously in the uv and x - ray band ( e.g. ngc 3783 ; gabel et al .
2003 ) .
variability information is required to establish the distance , covering factor , and density of the x - ray absorber , and even then it is very difficult .
much monitoring data is required before any trends can be found .
narrow x - ray emission lines appear to be much rarer than absorption lines , and are often weak when present .
it is possible to constrain density and temperature from he - like emission triplets , but it has not yet been established whether the emitter and the absorber are one and the same entity . the case for _ broad _ soft x - ray emission lines in two agn ( mcg 63015 and mrk 766 ) ( e.g. from a relativistic accretion disk ) has been made principally based on _ xmm _ data ( e.g. branduardi - raymont et al .
it is still controversial whether the apparent emission lines can be explained instead by absorption due to neutral fe locked up in dust ( e.g. see lee et al . 2001 ) . with the _ chandra _ gratings we can only test for broadened o viii @xmath7 , not for c vi and n vii @xmath7 .
empirically we can look for more candidate objects by searching for a characteristic jump in the spectrum at 0.7 kev .
this jump is either the sharp blue wing of a relativistic emission line , or an fe l edge ( at 0.707 kev ) .
we have found only one other candidate agn ( ngc 4593 ) and this can be seen in figure 1 and figure 3 .
we find that an fe l edge is a better fit statistically than a relativistically broadened o ly@xmath10 emission line .
moreover if the energy of the jump coincides in three agn with the fe l edge this would imply that a relativistic disk line would have to be observed at the same inclination angle to within @xmath19 .
lee et al .
( 2001 ) propose that strong absorption in mcg 63015 due to neutral fe may result from dust grains embedded in the warm absorber .
a neutral dust hypothesis suggests that absorption features due to neutral o , si , mg should also be present in the data . an absence of such strong features might indicate that there is an overabundance of fe along the line - of - sight . more detailed analysis and discussion of this edge - like feature
is presented in mckernan et al .
grating observations of warm absorbers in type i agn are revealing complex systems .
the x - ray warm absorbers are highly ionized and flowing outwards relatively slowly ( usually a few hundred km @xmath14 at most ) .
they appear to have multiple unresolved kinematic components which are co - spatial with one or more of the uv absorbers .
the uv absorbers have lower column densities and ionization parameters .
model - fitting shows the turbulent velocity widths are @xmath20 km @xmath14 for the x - ray absorbers . however , we there may be unresolved components in the x - ray absorption lines .
the location and density of the absorbing gas is still unknown .
clear , narrow emission features have been detected in a few cases ( e.g. ngc 3783 , kaspi et al .
2001 ; ngc 5548 , kaastra et al .
2002 ) and the density of the emitter is less than @xmath21 from he - like triplet diagnostics . also , we do not yet know whether the absorption and emission regions are the same .
it is also unclear whether broad , relativistic emission lines or neutral fe probably bound up in dust can explain an edge - like feature around 0.707 kev in three agn .
a simple test to distinguish the two theories would be to see if the rest - frame energy of the edge - like feature were the same in a larger agn sample .
the authors gratefully acknowledge support from cxo grants go1 - 2101x , g01 - 2102x ( t.y . , b.m . ) , and nasa grants ncc-5447 , nag5 - 10769 ( t.y . ) .
the authors are grateful to the _ chandra _ and _ hst _ instrument and operations teams for making these observations possible .
we thank our collaborators , i.m .
george , t.j .
turner , s. b. kraemer , d. m.crenshaw , and j. r. gabel .
we also thank tim kallman for much advice on xstar .
yaqoob , t. , george , i. m. , & turner , t. j. 2001 , in asp conf .
262 , high energy universe at sharp focus : chandra science , ed .
e. schlegel , & s. vrtilek ( san francisco : asp ) , 203 ( astro - ph/0111428 ) | _ chandra _ high energy transmission grating spectrometer provides best spectral resolution in 0.510 kev band velocity resolution from @xmath0 fwhm to @xmath1 fwhm at 6.4 kev sizable sample of hetgs observations of type i agn discuss new results from mrk 509 ngc 4593 discuss observations low energy grating observations nls1 type ii seyfert galaxies key issues are range in properties photoionized outflow connection between uv and x - ray absorbers detailed summaries comparisons outflows type i agn in yaqoob , george turner ( 2001 ) highlight few facts grating observations confirm highly ionized outflowing warm absorbers in many type i agn figure 1 shows signature warm absorption in ngc 4593 ; flux deficit x - ray power law soft x - ray energies evidence of more than one kinematic component highest signal - to - noise data kinematic components may be of multiple unresolved components uv absorbers centroids of absorption lines offset from systemic velocity by @xmath2 to @xmath3 .case ngc 4051 collinge 2001 blueshift high @xmath4 observed absorption lines unresolved profiles uncertainties blending true fwhms unknown @xmath5 column densities high @xmath6 ionization states @xmath7 lines of h - like o ne mg sometimes @xmath8 resonance lines @xmath9 he - like o ne mg same si s observed strong transitions due ionization stages fe common figure 2 shows medium energy grating data ngc 4593 wavelengths lyman series he - like triplets abundant elements superimposed h - like he - like ions of o ne mg si dominant absorption features marginally resolved o viii ly@xmath10 @xmath11 transitions blends due highly ionized fe xx - xxv unidentified features multiple regions different ionization states model x - ray spectrum with single - zone photoionized absorber best - fit photoionization model mrk 509 single zone warm absorber column density @xmath12 ionization parameter @xmath13 @xmath14 explain chandra data yaqoob et al . 2002 )ngc 4593 single zone warm absorber @xmath15 @xmath16 ergs @xmath14 bulk data mckernan et al 2003 ) unidentified features line equivalent widths underpredicted figure 3 shows photoionization model xstar code ngc 4593 meg data 0.482.0 kev agreement model equivalent width absorption features equivalent widths xstar spectra calculated turbulent velocity width less than thermal width xstar model finite internal energy resolution rigorous analysis column densities curve - of - growth shows agreement model absorption features mckernan et al 2003 curve - of - growth analyses equivalent widths absorption mrk 509 ngc 4593 turbulent velocity widths x - ray absorber mrk 509 @xmath17 km @xmath14 @xmath18 km @xmath14 ngc 4593 mrk 509 ngc 4593 first type i agn modeled by single - zone warm absorber mcg 63015 multi - zone warm absorber lee et al 2001 ) observation mrk 509 with _ hst_-stis connection x - ray uv absorbers details kraemer et al .figure 4 shows velocity - resolved absorption profiles strongest features mrk 509 meg data with uv kinematic components photoionization model uv x - ray systems share same velocity space uv components have lower column densities ionization parameters than x - ray absorber uv absorbers embedded in x - ray gas similar picture from other agn studied in uv x - ray band ngc 3783 ; gabel et al . 2003 ) variability information required establish distance covering factor density of x - ray absorber difficult monitoring data required trends narrow x - ray emission lines rarer than absorption lines often weak when present to constrain density temperature from - emission triplets emitter absorber entity case for soft x - ray emission lines in two agn ( mcg 63015 mrk 766 ) based on xmm data controversial emission lines explained by absorption due to neutral fe in dust chandra gratings test for broadened o viii @xmath7 not c vi n vii @xmath7 for more candidate objects characteristic jump in spectrum at 0.7 kev .jump blue wing relativistic emission line or fe l edge 0.707 kev found candidate agn ngc 4593 ) seen in figure 1 3 fe l edge better fit than relativistically broadened ly@xmath10 emission line energy jump coincides with fe l edge relativistic disk line same inclination angle @xmath19 lee et al 2001 propose strong absorption in mcg 63015 neutral fe from dust grains warm absorber neutral dust hypothesis suggests absorption features neutral o , si mg absence features overabundance of fe line - of - sight detailed analysis mckernan et al warm absorbers type i complex systems x - ray absorbers highly ionized flowing slowly hundred km @xmath14 multiple unresolved kinematic components co - spatial with uv absorbers lower column densities ionization parameters turbulent velocity widths @xmath20 km @xmath14 for x - ray absorbers unresolved components in x - ray absorption lines location density absorbing gas unknown narrow emission features detected in few cases ngc 3783 ngc 55482002 density emitter less than @xmath21 from - triplet diagnostics absorption emission regions same unclear broad relativistic emission lines neutral fe dust explain edge - like feature 0.707 kev in three agn test theories rest - frame energy edge - feature same in larger agn sample authors acknowledge support cxo grants go1 - 2101x g01 - 2102x nasa grants-5447 - 10769 grateful to chandra hst _ instrument operations teams observations thank collaborators george t turner kraemer d m.crenshaw j r. gabel tim kallman advice on xstar yaqoob george turner 2001 asp conf . 262 high energy universe sharp focus chandra science schlegel vrtilek san francisco asp 203 ( astro - ph/0111428 ) | 0.360651 | 2,587 | 1,301 | , Saving $0.1 in GPT-4. |
172,602 | the decays of @xmath0 into @xmath1 , @xmath2 and @xmath3 have been studied with the cleo - c detector using a sample of 24.5 million @xmath0 events obtained from @xmath4 annihilations at @xmath5 = 3686 mev .
the data show evidence for the excitation of several @xmath6 resonances in @xmath7 and @xmath8 channels in @xmath2 and @xmath3 decays , and @xmath9 states in @xmath1 decay . branching fractions for decays of @xmath0 to @xmath1 , @xmath10 and @xmath3
have been determined .
no evidence for @xmath11 threshold enhancements was found in the reactions @xmath12 , where x = @xmath13,@xmath14,@xmath15 .
we do , however , find confirming evidence for a @xmath11 threshold enhancement in @xmath16 as previously reported by bes .
e@xmath17e@xmath18e@xmath17e@xmath18 f@xmath19(1525)f@xmath19(1525 ) | there is long - standing interest in 6-quark dibaryons and 3 quark - 3 antiquark `` baryonium '' states which are permitted in qcd , and may possibly exist
. of particular interest is a possible bound state of a proton and an antiproton .
the @xmath11 state , sometimes called `` protonium '' , was searched for in many experiments , but no credible evidence was found @xcite .
interest was revived in 2002 by two reports by the belle collaboration of threshold enhancements in @xmath20 in the decays @xmath21 @xcite and @xmath22 @xcite .
these reports were followed by a bes report of threshold enhancement in the decay @xmath16
subsequently , there have been reports of threshold enhancements and studies by belle in @xmath23 , @xmath24 , and @xmath25 @xcite ; by babar in @xmath26 @xcite ; and @xmath27 @xcite ; and most recently by belle in @xmath26 and @xmath23 @xcite .
many theoretical explanations , cusp effects , final state interactions , quark fragmentation , and real bound states of quarks and gluons , have been suggested for these threshold enhancements @xcite .
if the enhancement reported by bes in the decay @xmath16 @xcite is due to a threshold resonance , it is reasonable to expect that evidence for it may be found also in @xmath28 .
further insight into its nature may be provided by the study of the reactions @xmath29 and @xmath3 .
in this paper we report on studies of these reactions observed in the cleo - c detector in a data sample of 24.5 million @xmath0 events obtained by @xmath4 annihilations at @xmath303.686 gev at the cornell electron storage ring , cesr .
in addition , we use 20.7 pb@xmath31 of off - resonance data taken at @xmath32 gev .
the cleo - c detector , described in detail elsewhere @xcite , has a solid angle coverage of 93@xmath33 for charged and neutral particles .
the charged particle tracking and identification system operates in a 1.0 t solenoidal magnetic field , and consists of an inner drift chamber , a central drift chamber , and a ring - imaging cherenkov ( rich ) detector .
it has a momentum resolution of @xmath340.6@xmath33 at momenta of @xmath341 gev/@xmath35 .
the csi elecromagnetic calorimeter has a photon energy resolution of @xmath342.2@xmath33 for @xmath36 gev and @xmath345@xmath33 at 100 mev .
photons and charged particles with @xmath37 were accepted in the detector , where @xmath38 is the polar angle with respect to the incoming positron beam .
for the modes involving the direct decays of the @xmath0 , exactly two oppositely charged tracks were required in candidate events .
a photon candidate was defined as a shower which does not match a track within 100 mrad , is not in one of the few cells of the electromagnetic calorimeter known to be noisy , has the transverse distribution of energy consistent with an electromagnetic shower , and has an energy more than 30 mev . for @xmath1 the number of showers
was required to be @xmath39 , and it was required that the most energetic shower ( the signal photon candidate ) does not make a @xmath14 or @xmath15 with any other shower with a pull mass @xmath40 . for @xmath2 and @xmath3 the number of showers was required to be @xmath41 .
to identify charged tracks as protons and antiprotons , the energy loss in the drift chambers ( @xmath42 ) and rich information was used . for tracks of momentum less than 0.9 gev/@xmath35 , only @xmath42 information is used . to utilize @xmath42 information , for each particle hypothesis , @xmath43 or @xmath44
, we calculate @xmath45/\sigma_{x}$ ] , where @xmath46 is the measured value of @xmath42 , @xmath47 is the predicted value for hypothesis @xmath48 , and @xmath49 is the standard deviation of the measurements for hypothesis @xmath48 .
we cut on both the deviation of the measured @xmath42 from a given particle hypothesis , @xmath50 , and the difference in @xmath51 between two particle hypotheses , @xmath52 . for higher momentum tracks , we use a combined log - likelihood variable . for example , to differentiate between proton and pion we construct @xmath53 where @xmath54 are the log - likelihoods obtained from the rich subdetector .
we use rich information if the track has @xmath55 and the track has valid rich information for at least one hypothesis ( pion or proton ) , and at least three photons consistent with that hypothesis were recorded in the rich .
we consider three different momentum regions for charged tracks . *
* p @xmath56 0.9 gev/@xmath57 : * in this momentum region only @xmath42 information for the tracks is available , and it is required that it be within @xmath58 of the proton hypothesis , and must be more `` proton - like '' than `` pion - like '' or `` kaon - like '' , _
i.e. _ @xmath59 , @xmath60 , and @xmath61 . *
* 0.9 gev/@xmath57 @xmath56 p @xmath56 1.15 gev/@xmath57 : * in this momentum region , although we are above the threshold for a proton to emit cherenkov radiation in the rich , the probability that it will do so is still low . therefore , if rich information is available , we require that the track be more `` proton - like '' in the combined log - likelihood variable , _
i.e. _ , @xmath62 .
if rich information is not available , we again require that @xmath59 , and additionally require a @xmath63 difference between the proton hypothesis and the pion and kaon hypotheses , _
i.e. _ , @xmath64 , and @xmath65 , in order to reduce the number of other particles which pass these cuts . *
* p @xmath66 1.15 gev/@xmath57 : * in this momentum region , @xmath42 alone no longer provides useful information for proton identification .
we require that rich information be available , and that @xmath62 .
we require one of the charged tracks to be identified as a proton or antiproton and assume the other track to be its antiparticle as required by baryon conservation , and we require the proton and antiproton to come from a common vertex , with kinematic fit yielding @xmath67 . finally , in order to select the events for the channels of interest : * for selection of @xmath68 events we require @xmath69 for the four - momentum conservation constrained fit to @xmath70 , @xmath44 and the signal photon candidate . * for selection of @xmath71 events , we first require that only one @xmath14(@xmath15 ) be made by any two photons and the pull mass
be within 3@xmath72 .
then we require @xmath73 for the four - momentum conservation constrained fit to @xmath70 , @xmath44 , and @xmath74 .
we remove the events corresponding to @xmath75 by rejecting candidates for which @xmath76 mev/@xmath77 .
figure 1 shows the distribution of @xmath78 before and after the selection of @xmath14 and @xmath15 described above . * for selection of @xmath79 , @xmath16 events
the additional event selection requirements are described in sec .
the values of the @xmath80 cuts for the fits were selected based on the comparison of the data and the phase space distributions for the individual decays obtained from monte carlo ( mc ) simulations . in @xmath81 .
the unshaded histogram shows the @xmath78 distribution before the selection of @xmath14 and @xmath15 , and the shaded histogram shows it after the @xmath14 and @xmath15 selection described in the text.,width=307 ]
in order to verify the event selection criteria and determine efficiencies , 50,000 phase space mc events were generated for each decay channel analyzed .
as an example , for @xmath68 events with @xmath822.85 gev/@xmath77 the contribution of each step of event selection is presented in table i. the overall phase space efficiency is @xmath83 .
the corresponding efficiency for @xmath84 is @xmath85 , and for @xmath86 it is @xmath83 .
we gratefully acknowledge the effort of the cesr staff in providing us with excellent luminosity and running conditions .
d. cronin - hennessy thanks the a.p . sloan foundation .
this work was supported by the national science foundation , the u.s .
department of energy , the natural sciences and engineering research council of canada , and the u.k . science and technology facilities council . r. a. briere _
( cleo - c / cesr - c taskforces @xmath87 cleo - c collaboration ) , cornell university lepp report no .
clns 01/1742 ( 2001 ) unpublished ; y. kubota _ et al .
methods phys .
res . , sect . * a 320 * , 66 ( 1992 ) ; d. peterson _ et al .
methods phys .
res . , sect .
a * 478 * , 142 ( 2002 ) ; m. artuso _
et al . _ ,
methods phys .
res . , sect .
a * 554 * , 147 ( 2005 ) . | interest in 6-quark dibaryons 3 - 3 antiquark baryonium states permitted in qcd exist interest is possible bound state of proton antiproton @xmath11 state protonium searched for no evidence found interest revived 2002 by reports belle collaboration threshold enhancements in @xmath20 followed by bes report threshold enhancement in decay @xmath16 reports of threshold enhancements studies by belle in @xmath23 babar @xmath26 belle in theoretical explanations cusp effects final state interactions quark fragmentation real bound states of quarks gluons suggested for threshold enhancements if enhancement by bes in decay due to threshold resonance evidence in @xmath28 insight study of reactions @xmath29 @xmath3 report on studies of reactions in cleo - c detector sample 24.5 million @xmath0 events @xmath4 annihilations at @xmath303.686 gev cornell electron storage ring 20.7 pb@xmath31 of off - resonance data at @xmath32 gevcleo - c detector coverage 93@xmath33 for charged neutral particles particle tracking identification system operates in 1.0 t solenoidal magnetic field inner drift central drift chamber ring - imaging cherenkov detector momentum resolution @xmath340.6@xmath33 @xmath341 gev/@xmath35 csi elecromagnetic calorimeter photon energy resolution @xmath342.2@xmath33 @xmath36 gev @xmath345@xmath33 at 100 mev photons charged particles with @xmath37 accepted @xmath38 polar angle incoming positron beam two oppositely charged tracks required photon candidate shower track within 100 mrad not noisy transverse distribution energy consistent energy more than 30 mev @xmath1 number showers @xmath39 most energetic shower make @xmath14 or @xmath15 with shower pull mass @xmath40 @xmath2 @xmath3 showers @xmath41 charged tracks antiprotons energy loss drift chambers @xmath42 ) rich information used for tracks momentum less than 0.9 gev/@xmath35 only @xmath42 information usedutilize @xmath42 information each particle hypothesis calculate @xmath45/\sigma_{x}$ @xmath46 measured value @xmath42 @xmath47 predicted value hypothesis @xmath48 standard deviation measurements cut on deviation measured @xmath42 from particle hypothesis difference @xmath51 between two particle hypotheses higher momentum tracks use combined log - likelihood variable differentiate proton pion construct @xmath53 @xmath54 log - likelihoods from rich subdetector use rich information if track has @xmath55 valid rich information one hypothesis pion or proton three photons consistent hypothesis recorded in rich consider three momentum regions for charged tracks @xmath56 0.9 gev/@xmath57 momentum region @xmath42 information available required within @xmath58 of proton hypothesis more proton - like than pion kaon - like @xmath59 0.9 gev/@xmath57 @xmath56 1.15 gev/ region above threshold proton emit cherenkov radiation rich probability low if rich information available require track more proton - like '' in combined log - likelihood variable@xmath62 if rich information require @xmath59 @xmath63 difference between proton hypothesis pion kaon hypotheses @xmath64 @xmath65 reduce particles cuts @xmath66 1.15 gev/@xmath57 momentum region @xmath42 information for proton identification require rich information @xmath62 one charged tracks proton or antiproton other antiparticle baryon conservation proton antiproton from common vertex kinematic fit yielding @xmath67 select events for channels selection @xmath68 require @xmath69 four - momentum conservation @xmath70 @xmath44 signal photon candidate selection @xmath71 require one @xmath14(@xmath15 ) made by two photons pull mass within 3@xmath72 require @xmath73 for - momentum conservation @xmath70 @xmath44 @xmath74 remove events @xmath75 rejecting candidates @xmath76/@xmath77 figure 1 distribution of @xmath78 before after selection @xmath14 @xmath15 selection @xmath79 @xmath16 events additional event selection requirements described values @xmath80 cuts for fits selected based data phase space distributions decays from monte carlo mc ) simulations@xmath81 unshaded histogram shows @xmath78 distribution before @xmath14 shaded after selection verify event selection criteria determine efficiencies 50,000 phase space mc events generated each decay channel @xmath68 events with @xmath822.85 gev/@xmath77 contribution each step event selection table i overall phase space efficiency @xmath83 @xmath84 @xmath85 @xmath86 @xmath83 acknowledge cesr staff excellent luminosity running conditions cronin - hennessy thanks a.p. sloan foundation work supported by national science foundation u.s . department of energy natural sciences engineering research council canada u.k . science technology facilities council a briere cleo - c cesr - c taskforces @xmath87 cornell university lepp report clns 01/1742 ( 2001 ) kubota methods phys . res. 320 66 ( 1992 ) peterson 478 142 ( 2002 ) artuso methods phys. 554 147 ( 2005 ) | 0.316584 | 2,156 | 1,129 | , Saving $0.1 in GPT-4. |
172,603 | we analyze hadro - chemical freeze - out in central pb+pb collisions at cern sps energies , employing the hybrid version of urqmd which models hadronization by the cooper - frye mechanism , and matches to a final hadron - resonance cascade .
we fit the results both before and after the cascade stage using the statistical hadronization model , to assess the effect of the cascade phase .
we observe a strong effect on antibaryon yields except anti-@xmath0 , resulting in a shift in @xmath1 and @xmath2 .
we discuss the implications for the freeze - out curve .
hadron production in relativistic a+a collisions is supposed , since bevalac times @xcite , to proceed via two separate freeze - out stages .
the first , `` hadro - chemical '' freeze - out fixes the hadronic yields per species , and their ratios , which are conserved throughout the subsequent hadron - resonance cascade expansion . at its end
, `` kinetic freeze - out '' delivers the eventually observed bulk properties such as @xmath3 spectra , hbt correlations , collective flow properties , etc .. most remarkably , the hadronic yield distributions over species is understood to resemble a grand canonical statistical gibbs equilibrium ensemble @xcite , from ags up to rhic / lhc energies .
its two most relevant parameters , temperature @xmath1 and baryochemical potential @xmath2 , thus capture a snapshot of the system dynamical evolution , taken at the instant of hadro - chemical freeze - out . in relativistic a+a collisions the thus determined @xmath1 increases monotonically with @xmath4 , saturating at about 170 mev ( the a+a hagedorn temperature ) while @xmath2 approaches zero
. systematic statistical model ( sm ) analysis reveals the `` freeze - out curve '' @xcite in the @xmath5 plane , in which we usually also represent the conjectured plot of the phase diagram of qcd matter .
such a plot is given in figure [ fig:1 ] .
it shows two principal lines , firstly a parton - hadron coexistence boundary line , inferred from lattice qcd @xcite at low @xmath2 , and from chiral restoration theory @xcite at high @xmath2 . and , second , the sm freeze - out curve .
remarkably , the lines merge toward @xmath6 mev , @xmath7 .
the freeze - out curve locates the qcd hadronization transition temperature @xmath8 : hadronization thus coincides with hadronic freeze - out , here .
equally remarkable , however , the two lines disentangle with increasing @xmath2 , becoming spaced by about 30 mev temperature difference toward @xmath9 mev which corresponds to @xmath10 gev in a+a collisions .
what are we freezing out from , here ?
a phase transition like the parton - hadron transition at small @xmath2 would offer conditions that establish a grand canonical species equilibrium @xcite .
recent ideas concerning a further qcd phase at high @xmath2 , of quarkyonic matter @xcite , come to mind . indicated in figure [ fig:1 ] is a scenario in which the freeze - out curve is identified , tentatively , with a hypothetical quarkyonic matter phase boundary . before embarking on this idea
a different possible situation needs to be addressed .
taking for granted that the hadron - resonance phase is indeed created at the coexistence curve it might be conceivable that an expansive hadron / resonance evolution stage , setting in at @xmath8 and @xmath11 , cools down the population maintaining chemical equilibrium until chemical freeze - out occurs by mere dilution ( the inelastic mean free path becoming longer than the system size ) , at lower @xmath1 , higher @xmath2 , thus defining the freeze - out curve .
in this note we test the latter scenario .
we employ the framework of the microscopic transport model urqmd .
its recent hybrid version @xcite features a 3 + 1 hydrodynamic expansion during the high density stage , terminated by the cooper - frye hadronization mechanism once the energy density of flow cells falls below a `` critical '' energy density .
this criterion resembles hadronization at the coexistence line of figure [ fig:1 ] .
the hadron / resonance population can be examined , either , by terminating the evolution at this stage , emitting into vacuum , and fitting the yield distribution by the grand canonical statistical model @xcite . alternatively ,
the urqmd hadron / resonance cascade expansion stage is attached , as an `` afterburner '' .
the outcome is again fitted by the sm .
will the afterburner cool the system in equilibrium , to start from @xmath8 and arrive at @xmath1 on the freeze - out curve ?
figure [ fig:2 ] shows the effect of the final urqmd cascade stage , in a plot of hadron multiplicities directly after the hydro stage , vs. the multiplicities at the end of the cascade .
we illustrate these conditions for central pb+pb collisions at the sps energies @xmath12 and @xmath13 gev .
we see the bulk hadrons unaffected by the afterburner , including the @xmath14 , @xmath0 and @xmath15 . whereas the other antibaryons , @xmath16 , @xmath17 and @xmath18 , are significantly and selectively suppressed .
figure [ fig:3 ] illustrates the fits to the hybrid urqmd results by the statistical model , choosing the @xmath13 gev case as an example .
the afterburner stage indeed shifts ( @xmath19 ) considerably , from ( 162 , 250 ) to ( 153 , 261 ) .
however , note the dramatic decrease of fit quality , from 4.4 to 21.5 in @xmath20 .
the effect of the afterburner is , thus , not an in - equilibrium cooling but rather a distortion of the hadron yield distribution , away from equilibrium - as we could guess from figure [ fig:2 ] already .
the idea arises to exclude @xmath16 , @xmath17 and @xmath18 from the sm fit .
figure [ fig:4 ] shows an example , again at @xmath13 gev .
no cooling occurs .
the fit to the afterburner output ( which features a tolerable @xmath20 ) now ignores the far off - diagonal @xmath16 , @xmath17 and @xmath18 entries .
we conclude that the hadron / resonance cascade as modelled in the microscopic dynamics of urqmd can not transport an initially established hadrochemical equilibrium from the phase coexistence line of figure [ fig:1 ] , down to the freeze - out line .
however , it distorts the hadron yield distribution which leads to a downward shift of the freezeout parameters derived from sm analysis , albeit at the cost of rather unsatisfactory @xmath20 . turning to sm analysis of real sps data , we note , first , that the @xmath20 values obtained from a parallel sm analysis of the na49 data @xcite , which are exhibited in figure [ fig:1 ] ,
were also found to be rather high .
the idea thus arises to suppose effects in the data , similar to some extent to our urqmd findings .
figure [ fig:5 ] thus shows a prediction of the sm to the na49 data at @xmath13 gev where @xmath16 , @xmath17 and @xmath18 are excluded from the fit . very much reminiscent of figure [ fig:4 ] ( right ) , the sm fit here moves up from @xmath21 mev ( figure [ fig:1 ] ) to above 170 mev , at reasonable @xmath20 : far above the conventional freeze - out curve at this energy .
we shall thus revisit the freeze - out curve at @xmath2 from about 280 to 430 mev , obtained , hitherto , from an `` unfiltered '' application of the statistical model . at the much higher rhic energies , with @xmath2 approaching zero
, we may expect a smaller such effect of the cascade stage because of the approximate baryon - antibaryon symmetry . | 0.000818 | 0 | 0 | , Saving $0.0 in GPT-4. | ||
172,606 | we present the results from the tevatron on the direct searches for standard model higgs boson produced in @xmath0 collisions at a center of mass energy of 1.96 tev , using the data corresponding to the integrated luminosity of 10fb@xmath1 .
the searches are performed in the higgs boson mass range from 100 to 200 gev / c@xmath2 .
the dominant production channels , @xmath3 and @xmath4 , are combined with all the secondary channels and significant analysis improvements have been implemented to maximize the search sensitivity .
we observe a significant excess of data events compared to background predictions with the local significance of 3.0 standard deviations .
the global significance for such an excess anywhere in the full mass range investigated is approximately 2.5 standard deviations .
address = university of virginia , charlottesville , virginia 22904 , usa | the higgs boson is a crucial element of the standard model ( sm ) of elementary particles and interactions . within the sm ,
vector boson masses arise from the spontaneous breaking of electroweak symmetry due to the existence of the higgs particle .
the winter results from the lhc and the tevatron experiments have excluded wide regions of the possible higgs mass ranges .
the most interesting region to search for the higgs is the mass range between 115 and 127 gev/@xmath5 where the both the atlas and the cms experiments have found some excesses @xcite . the tevatron experiments can contribute to the understanding of this region by analyzing the data collected through the years of 2001 - 2011 .
the sm higgs boson @xmath6 is predicted to be produced in association with a @xmath7 or @xmath8 boson at the fermilab tevatron @xmath9 collider and its dominant decay mode is predicted to be into a bottom - antibottom quark pair ( @xmath10 ) , if its mass @xmath11 is less than 135 gev/@xmath5 ( low higgs mass region ) .
the searches use the complete tevatron data sample of @xmath9 collisions at a center of mass energy of 1.96 tev collected by the cdf and d0 detectors at the fermilab tevatron , with an integrated luminosity of 9.45 fb@xmath1 9.7 fb@xmath1 .
the cdf and d0 detectors are multipurpose solenoidal spectrometers surrounded by hermetic calorimeters and muon detectors and are designed to study the products of 1.96 tev proton - antiproton collisions @xcite .
the online event selections ( triggers ) rely on fast reconstruction of combinations of high-@xmath12 lepton candidates , jets , and @xmath13 .
event selections are similar in the cdf and d0 analyses , consisting typically of a preselection based on event topology and kinematics , and a subsequent selection using @xmath14-tagging .
each channel is divided into exclusive sub - channels according to various lepton , jet multiplicity , and @xmath14-tagging characterization criteria aimed at grouping events with similar signal - to - background ratio and so optimize the overall sensitivity . due to the importance of @xmath14-tagging
, both collaborations have developed multivariate approaches to maximize the performance of the @xmath14-tagging algorithms .
a boosted decision tree algorithm is used in the d0 analysis , which builds and improves upon the previous neural network @xmath14-tagger @xcite , giving an identification efficiency of @xmath15 for @xmath14 jets with a mis - identification rate of @xmath16 .
the cdf @xmath14-tagging algorithm has been recently augmented with an mva @xcite , providing a @xmath14-tagging efficiency of @xmath17% and a mis - identification rate of @xmath18% . in @xmath3 final states ,
the single most sensitive observable to distinguish between the higgs signal and various types of background is the invariant mass of dijet system , @xmath19 , which approximately accounts for 75% of analysis sensitivity . in all low mass higgs searches at tevatron ,
we include additional variables through the multivariate analysis techniques .
dedicated studies have been performed to improve the search sensitivity through the improvements in dijet mass resolution , lepton identification algorithm , @xmath14-tagging , multijet background suppression and modeling , final discriminant optimization .
the detailed information on low mass higgs channels is present in ref .
@xcite to validate our background modeling and search methods , we perform a search for sm diboson production in the same final states used for the sm @xmath3 searches .
the data sample , reconstruction , process modeling , uncertainties , and sub - channel divisions are identical to those of the sm higgs boson search .
the measured cross section for @xmath20 and @xmath21 production is @xcite .
this is consistent with sm prediction of @xmath22 pb @xcite and corresponds to a significance of standard deviations above the background - only hypothesis . even though @xmath3 final states are the most sensitive channels at the tevatron below 135 gev / c@xmath23 , in the final combination we consider all the complimentary channels to improve the higgs search sensitivity .
the complete list of channels that goes into the higgs tevatron combination is given in ref .
one of the channels that needs to be mentioned is @xmath4 .
being the most sensitive channel for the high mass higgs region , it has significant contribution to the low mass region as well . for the @xmath4 analyses ,
signal events are characterized by large @xmath13 and two opposite - signed , isolated leptons .
the presence of neutrinos in the final state prevents the accurate reconstruction of the candidate higgs boson mass .
the most sensitive variable for higgs signal is the opening angle , @xmath24 , between the outgoing leptons .
both cdf and d0 include additional event properties and their correlations through multi variate algorithms .
cdf uses neural network outputs , including likelihoods constructed from calculated matrix element probabilities and d0 uses boosted decision trees outputs .
in the tevatron combination , we combine all the major low mass higgs channels with the complimentary final state searches from cdf and d0 . in this section
we report the results presented at cipanp conference , which are based on analyses presented for the winter conferences and described in more detailes in ref .
@xcite . to determine the estimates of the interest like the upper limits on sm higgs production at 95% c.l . and to gain confidence that the final result does not depend on the details of the statistical formulation , we perform two types of combinations : bayesian approach where the nuisance parameters are integrated out to determine posterior probabilities ; and modified frequentist approach where the minimum of the likelihood is used to determine the nuisance parameters . both approaches yield limits on the higgs boson production rate that agree within 10% at each value of @xmath11 , and within 1% on average .
systematic uncertainties enter on the predicted number of signal and background events as well as on the distribution of the discriminants in each analysis ( `` shape uncertainties '' ) . the 95% c.l .
limits on higgs production are shown in fig .
[ fig : tevall ] , along with the significance of the excess in the data over the background prediction , assuming a signal is truly absent .
the regions of higgs boson masses excluded at the 95% c.l .
are @xmath25 gev/@xmath26 and @xmath27 gev/@xmath26 .
the expected exclusion regions are @xmath28 gev/@xmath26 and @xmath29 gev/@xmath26 .
there is an excess of data events with respect to the background estimation in the mass range 115<@xmath11<135 gev/@xmath5 .
the observed @xmath30-value as a function of @xmath11 exhibits a broad minimum , and the maximum local significance corresponds to 2.7 standard deviations at @xmath31 gev/@xmath5 . correcting for the look - elsewhere effect ( lee ) , which accounts for the possibility of a background fluctuation affecting the local @xmath30-value anywhere in the search region , yields a global significance of 2.2 standard deviations . final tevatron combination for the winter conferences : ( left ) the observed 95% credibility level upper limits on sm higgs boson production as a function of higgs boson mass .
the dashed line indicates the median expected value in the absence of a signals .
( right ) the @xmath30-value as a function of @xmath11 under the background - only hypothesis .
the associated dark and light - shaded bands indicate the 1 s.d . and
2 s.d . fluctuations of possible experimental outcomes.,title="fig : " ] final tevatron combination for the winter conferences : ( left ) the observed 95% credibility level upper limits on sm higgs boson production as a function of higgs boson mass .
the dashed line indicates the median expected value in the absence of a signals .
( right ) the @xmath30-value as a function of @xmath11 under the background - only hypothesis . the associated dark and light - shaded bands indicate the 1 s.d . and 2 s.d .
fluctuations of possible experimental outcomes.,title="fig : " ]
we have recently updated and combined the results in @xmath3 final states at cdf and d0 @xcite .
an observation of this process would support the sm prediction that the mechanism for electroweak symmetry breaking , which gives mass to the weak vector bosons , is also the source of fermionic mass in the quark sector .
the broad observed excess in the low mass range , shown on fig .
[ fig : tevbb ] , results in a minimum @xmath30-value of 3.3 standard deviations away from the background - only hypothesis at a higgs mass of @xmath11 = 135 gev / c@xmath23 .
the global @xmath30-value is 3.1 standard deviation .
we interpret this result as evidence for the presence of a particle that is produced in association with a @xmath7 or @xmath8 boson and decays to a bottom - antibottom quark pair .
the excess seen in the data is most significant in the mass range between 120 and 135 gev/@xmath5 , and is consistent with production of the sm higgs boson .
the updated tevatron combination @xcite across all channels on cdf and d0 yields the local(global ) significance for such an excess of 2.5(3.0 ) standard deviations .
updated tevatron combination for @xmath3 channels : ( left ) the observed 95% credibility level upper limits on sm higgs boson production as a function of higgs boson mass .
the dashed line indicates the median expected value in the absence of a signals .
( right ) the @xmath30-value as a function of @xmath11 under the background - only hypothesis .
the associated dark and light - shaded bands indicate the 1 s.d . and 2 s.d .
fluctuations of possible experimental outcomes.,title="fig : " ] updated tevatron combination for @xmath3 channels : ( left ) the observed 95% credibility level upper limits on sm higgs boson production as a function of higgs boson mass .
the dashed line indicates the median expected value in the absence of a signals .
( right ) the @xmath30-value as a function of @xmath11 under the background - only hypothesis .
the associated dark and light - shaded bands indicate the 1 s.d . and 2 s.d .
fluctuations of possible experimental outcomes.,title="fig : " ]
we combine all available cdf and d0 results on sm higgs boson searches .
a broad excess is observed in data with respect to the background estimation , corresponding to a 2.5 standard deviations .
considering only the @xmath3 final state searches yields an excess , corresponding to a 3.1 standard deviations .
the excess is observed to be consistent with sm higgs boson production .
atlas collaboration , `` combined search for the standard model higgs boson using up to 4.9 fb@xmath1 of pp collision data at @xmath32 = 7 tev with the atlas detector at the lhc '' , phys .
b * 710 * , 49 ( 2012 ) the cdf and d0 collaborations and the tevnph working group , `` combined cdf and d0 measurement of @xmath20 and @xmath21 production in @xmath14-tagged channels with up to 9.5 fb-1 of data '' arxiv:1203.3782v1 ( 2012 ) .
j. m. campbell and r. k. ellis , phys .
d * 60 * , 113006 ( 1999 ) .
we used mcfm v6.0 .
cross sections are computed using a choice of scale @xmath33 , where @xmath34 is the vector boson , and the mstw2008 pdf set .
the cdf and d0 collaborations and the tevnph working group , `` combined cdf and upper limits on standard model higgs boson production with up to 10.0 fb@xmath1 of data , '' , fermilab - conf-12 - 065-e , cdf note 10806 , d0 note 6303 , arxiv:1203.3774v1 ( 2012 ) ; the cdf and d0 collaborations and the tevnph working group , `` updated combination of cdf and searches for standard model higgs boson production with up to 10.0 fb@xmath1 of data '' , fermilab - conf-12 - 318-e ; cdf note 10884 ; d0 note 6348 arxiv:1207.0449v2 ( 2012 ) ; | higgs boson crucial standard model elementary particles interactions boson masses arise from breaking electroweak symmetry higgs particle winter results lhc tevatron excluded higgs mass ranges interesting region between 115 and 127 gev/@xmath5 atlas cms experiments found excesses tevatron experiments data 2001 - 2011 higgs boson @xmath6 produced with @xmath7 or @xmath8 boson at fermilab tevatron @xmath9 collider dominant decay mode bottom - antibottom quark pair mass less than 135 gev/@xmath5 low higgs mass region searches use complete tevatron data @xmath9 collisions mass energy 1.96 tev cdf d0 detectors integrated luminosity 9.45 fb@xmath1 9.7 fb@xmath1 cdf d0 detectors multipurpose solenoidal spectrometers hermetic calorimeters muon detectors study 1.96 tev proton - antiproton collisions online event selections rely reconstruction high-@xmath12 lepton candidates @xmath13 event selections similar d0 analyses preselection event topology kinematics subsequent selection using @xmath14-taggingchannel divided into sub - channels lepton jet multiplicity @xmath14-tagging criteria events signal background sensitivity collaborations developed multivariate approaches performance boosted decision tree algorithm used in d0 analysis previous-tagger identification efficiency @xmath15 mis - rate @xmath16 cdf @xmath14-tagging algorithm augmented with mva @xcite-tagging efficiency @xmath17% mis - identification rate @xmath18% @xmath3 final states sensitive observable higgs signal invariant mass of dijet system @xmath19 75% analysis sensitivity low mass higgs searches tevatron include additional variables multivariate analysis techniques studies search sensitivity dijet mass resolution lepton identification algorithm @xmath14-tagging multijet background suppression modeling discriminant optimization detailed information on low mass higgs channels in ref @xcite search for sm diboson production in final states @xmath3 searches data sample reconstruction process modeling uncertainties sub - channel divisions identical to sm higgs boson search measured cross section for @xmath20 @xmath21 production is @xcite consistent with sm prediction @xmath22 @xcite standard deviations above background - hypothesis @xmath3 final states sensitive tevatron below 135 gev / c@xmath23 final combination consider complimentary channels improve higgs search sensitivity complete list channels higgs tevatron combination ref . @xmath4 most sensitive high mass higgs region low mass region @xmath4 analyses signal events large @xmath13 two opposite - signed isolated leptons presence neutrinos final state prevents reconstruction higgs boson mass sensitive variable higgs signal opening angle @xmath24 between outgoing leptons cdf d0 include event properties correlations multi variate algorithms cdf uses neural network outputs d0 boosted decision trees outputs tevatron combination combine major low mass higgs channels with final state searches from cdf and d0 report results at cipanp conference based on analyses winter conferences ref . @xcite determine estimates upper limits sm higgs production at 95% c.l . final result statistical formulation perform combinations bayesian approach nuisance parameters modified frequentist approach minimum likelihood nuisance parametersapproaches yield limits higgs boson production rate within 10% at each value @xmath11 1% average uncertainties enter signal background events distribution discriminants 95% c.l . limits higgs production shown in fig . excess data over background prediction assuming signal absent regions higgs boson masses excluded at 95% c.l are @xmath25 @xmath27/ expected exclusion regions @xmath28/ @xmath29 gev/ excess data events in mass range 115<@xmath11<135 gev/@xmath5 observed @xmath30-value function @xmath11 broad minimum maximum local significance 2.7 standard deviations at @xmath31 gev/@xmath5 correcting look - elsewhere effect background fluctuation affecting @xmath30-value yields global significance 2.2 standard deviations final combination winter conferences 95% credibility level upper limits higgs boson production mass dashed line median expected value absence @xmath30-value function of @xmath11 under background - only hypothesis dark light - shaded bands indicate fluctuations possible experimental outcomesfinal tevatron combination winter conferences left 95% credibility level upper limits higgs boson production higgs boson mass dashed line median expected value absence signals @xmath30-value function @xmath11 background - only hypothesis dark light - shaded bands indicate 1 2 s.d fluctuations experimental outcomes updated combined results @xmath3 final states cdf d0 @xcite prediction mechanism electroweak symmetry breaking source fermionic mass quark sector excess low mass range fig minimum @xmath30-value 3.3 standard deviations background - only hypothesis higgs mass @xmath11 = 135 gev / c@xmath23 global @xmath30-value 3.1 standard deviation presence particle produced @xmath7 or @xmath8 boson decays bottom antibottom quark pair excess significant mass range 120 135 gev/@xmath5 consistent production sm higgs boson updated tevatron combination channels cdf d0 yields local significance excess 2.5(3.0 ) standard deviations updated tevatron combination @xmath3 channels 95% credibility level upper limits sm higgs boson production higgs boson mass dashed line median expected value absence signals@xmath30-value function @xmath11 background - only hypothesis dark light - shaded bands indicate 1 2 fluctuations experimental outcomes updated tevatron combination @xmath3 channels 95% credibility level upper limits sm higgs boson production mass dashed line median expected value @xmath30-value function @xmath11 background - only hypothesis dark light - shaded bands indicate 1 2 fluctuations experimental outcomes combine cdf d0 results sm higgs boson searches excess observed background estimation 2.5 standard deviations @xmath3 final state searches excess 3.1 standard deviations excess consistent sm higgs boson production atlas collaboration combined search standard model higgs boson 4.9 fb@xmath1 collision data @xmath32 = 7 tev atlas detector 2012 collaborations tevnph working group combined cdf d0 measurement @xmath20 @xmath21 production @xmath14-tagged channels 9.5 fb-1 data arxiv:1203.3782v1 2012 j m. campbell r k. ellis phys 1999 used mcfm v6.0sections computed scale @xmath33 vector boson mstw2008 pdf set cdf d0 tevnph group combined cdf limits higgs boson production 10.0 fb@xmath1 data fermilab - conf-12 - 065-e cdf note 10806 d0 note 6303 arxiv:1203.3774v1 cdf searches higgs boson production 10.0 fb@xmath1 data fermilab conf-12 - 318-e cdf note 10884 d0 note 6348 arxiv:1207.0449v2 | 0.436806 | 2,853 | 1,495 | , Saving $0.1 in GPT-4. |
172,609 | we re - analyze dijet production at hadron colliders ( the tevatron at fermilab and the large hadron collider , lhc , at cern ) , to determine the potential limits on planck mass in add type extra dimensional gravity scenarios .
we try a variety of experimental observables in order to maximize the exclusion limits ; we find that the @xmath0 , @xmath1 and @xmath2 distributions give the highest search limits , and these observables provide comparable reaches . | conventional wisdom tells us that gravity is the weakest , by far , of the four fundamental forces of the universe .
however , the possibility of large extra dimensions @xcite where gravity becomes strong at scales of order a tev , may lead to a complete revision of conventional wisdom .
this possibility has spawned a great deal of research , both phenomenological and experimental , into the discovery or exclusion of extra dimensional gravity scenarios .
the first such scenario @xcite , commonly known as add extra dimensional gravity , suggests that extra spatial dimensions ( the bulk ) beyond the usual 3 ( the wall ) exist in which gravity operates . for distances larger than the extra dimension length scale ,
the effective planck mass is large , @xmath3 , while for distances smaller than the extra dimension length scale , the true planck mass is small , @xmath4 .
the attractiveness of add and other extra dimensional gravity scenarios is that they solve the hierarchy and naturalness problems by moving the scale of gravity to something near the electroweak scale .
the phenomenology of the add model has been studied extensively ; the feynman rules are given in ref .
@xcite . among the many processes studied to date , atwood , bar - shalom and soni @xcite recently studied the effect of graviton tower exchange to dijet production at hadron colliders . unlike a direct graviton production process ,
where the graviton produced appears as a missing @xmath5 signature , dijet production is sensitive to virtual graviton exchange in the @xmath6 , @xmath7 and/or @xmath8 channels ( depending on the subprocess ) .
virtual graviton exchange can modify various experimental observables to be significantly different than standard model ( sm ) predictions , and add scenarios can be discovered or excluded based on measured deviations from sm predictions .
similar analyses are possible under other extra dimensional gravity scenarios , such as randall - sundrum @xcite , but those analyses are beyond the scope of this study .
@xcite , equations for all the necessary parton level subprocesses are given .
the authors of ref .
@xcite reported exclusion limits at the tevatron and lhc based on deviations from the sm @xmath2 distribution , where @xmath2 is the usual product of parton momentum fractions @xmath9 but can also be expressed in terms of experimental observables @xmath10 ( the jet - jet invariant mass ) and @xmath6 ( the square of the center of mass energy ) .
based on recent compositeness searches by the cdf and d0 @xcite collaborations , we felt that alternate experimental observables could improve the search reach here .
one favorite observable is transverse momentum ; @xmath0 and @xmath1 are natural choices .
psuedorapidity , @xmath11 is another commonly used observable .
related to @xmath12 is @xmath13 in addition , a ratio of @xmath10 distribution with @xmath14 to @xmath10 distribution with @xmath15 was found to be useful in compositeness searches . in order to simulate detector acceptance , we count jets only when @xmath16 and @xmath17 . furthermore , we assume an integrated luminosity of @xmath18 for the tevatron and @xmath19 for the lhc . with these acceptance cuts and integrated luminosities ,
the event rates are large , leading to a high level of sensitivity to deviations from the sm predictions .
as will be clear below , this analysis will not depend strongly on the value of the @xmath0 cut ; the strongest deviation from sm occurs at @xmath0 significantly higher than @xmath20 . for our analysis , cteq5 m
@xcite distributions are used . for all observables ,
a @xmath21 analysis was performed , where @xmath22 where @xmath23 is the event number in a specific bin , and only statistical errors were considered , so that the uncertainty in @xmath23 , @xmath24 , equals @xmath25 .
@xmath26 corresponds to a 95% c.l .
deviation from the sm .
we chose the number of bins to be 50 for the tevatron and 100 for the lhc ; this corresponds to @xmath0 bin sizes of @xmath27 and @xmath28 , respectively .
a comparison of the @xmath0 distribution , @xmath29 , is shown in figure [ fig1 ] , for both the tevatron and the lhc ; the sm ( solid line ) is compared with extra dimensional gravity predictions for the number of extra dimensions @xmath30 of 3 and 4 , as indicated on the figures .
the extra dimensional gravity points include statistical uncertainty only , and the horizontal dashed line indicates 1 event / bin .
the other extra dimensional gravity parameter , the planck mass @xmath31 , is chosen to be @xmath32 for the tevatron and @xmath33 for the lhc .
there is a large excess of events at high @xmath0 , and it is clear that the exclusion limits possible far exceed the values of @xmath31 chosen to produce figure [ fig1 ] .
the search / exclusion limits possible at the tevatron are @xmath34 ( @xmath35 ) for @xmath36 ( 4 ) , while the limits at the lhc are @xmath37 ( @xmath38 ) .
similar limits are possible using @xmath1 and @xmath2 distribution ; the limits for these observables are only a few 10s of @xmath39 lower .
the other observables mentioned above ( @xmath40 , @xmath12 , @xmath10 , _ etc .
_ ) provide limits that are significantly lower than those from the @xmath0 distribution .
the authors of ref .
@xcite chose one of the best possible observables on which to base their analysis .
the exclusion limits reported here are slightly higher than those in ref .
@xcite , even for the @xmath2 distribution .
this is almost certainly due to our use of a finer binning of observables in the distributions . just as
a distribution will give a higher @xmath21 than a total cross section , a more finely binned distribution will give a higher @xmath21 than a coarser binning , assuming sufficient event numbers .
the binning used here for the @xmath0 distribution is rather coarse , so our results are , in a sense , conservative .
due to the extremely high event rate , dijet production at hadron colliders is a favorite for searches for physics beyond the standard model . as shown originally by the authors of ref .
@xcite , dijet production at the tevatron and the lhc is very sensitive to virtual graviton exchange effects , as provided by extra dimensional gravity scenarios . in this re - analysis
, we studied a number of observables related to dijet production , and found that the @xmath0 distribution was more sensitive to virtual graviton effects than the @xmath2 distribution proposed by the authors of ref .
@xcite , but only slightly more sensitive .
a more thorough analysis , including a more realistic detector simulation and systematic effects , is required , but the more careful analysis will not change the fact that dijet production at hadron colliders will be an important probe of extra dimensional gravity models .
the author thank tom rizzo and greg landsburg for many helpful conversations and communications .
this research was supported in part by the commonwealth college and the eberly college of science of penn state university . n. arkani - hamed , s. dimopoulos and g. dvali , phys .
b429 * , 263 ( 1998 ) and phys . rev .
* d59 * , 086004 ( 1999 ) ; i. antoniadis , n. arkani - hamed , s. dimopoulos and g. dvali , phys . lett . *
b436 * , 257 ( 1998 ) . | conventional wisdom gravity weakest of four forces universe possibility of large extra dimensions @xcite gravity strong at scales may revision conventional wisdom spawned research discovery extra dimensional gravity scenarios first scenario add extra dimensional gravity suggests extra spatial dimensions beyond usual 3 wall gravity operates distances larger than dimension length scale effective planck mass large @xmath3 distances smaller true planck mass small @xmath4 add extra dimensional gravity scenarios solve hierarchy naturalness problems moving scale gravity near electroweak scale phenomenology add model studied extensively feynman rules given in ref . @xcite atwood bar - shalom soni studied effect graviton tower exchange to dijet production at hadron colliders direct graviton production dijet production sensitive to virtual graviton exchange in @xmath6 @xmath7 @xmath8 channels virtual graviton exchange modify experimental observables standard predictions add scenarios can discovered or excluded based on deviations from sm predictions similar analyses possible under other extra dimensional gravity scenarios randall - sundrum @xcite beyond scope study@xcite equations parton level subprocesses authors reported exclusion limits at tevatron lhc deviations from @xmath2 distribution @xmath2 product parton momentum fractions @xmath9 expressed experimental observables @xmath10 invariant mass @xmath6 center mass energy compositeness searches alternate experimental observables improve search reach favorite observable transverse momentum @xmath0 @xmath1 natural choices psuedorapidity @xmath11 used observable related to @xmath12 @xmath13 ratio of @xmath10 distribution with @xmath14 to @xmath15 useful compositeness searches simulate detector acceptance count jets @xmath16 @xmath17 assume integrated luminosity of @xmath18 for tevatron @xmath19 for lhc event rates large high sensitivity to deviations from sm predictions analysis on @xmath0 cut strongest deviation from sm at @xmath0 higher than @xmath20 cteq5 m @xcite distributions used @xmath21 analysis performed @xmath22 @xmath23 event number specific bin statistical errors considered uncertainty in @xmath23 @xmath24 equals @xmath25@xmath26 95% c.l deviation from sm chose bins 50 tevatron 100 lhc corresponds @xmath0 bin sizes @xmath27 @xmath28 comparison @xmath0 distribution @xmath29 shown in figure fig1 tevatron lhc sm compared with extra dimensional gravity predictions for extra dimensions @xmath30 3 4 extra dimensional gravity points include statistical uncertainty horizontal dashed line indicates 1 event / bin other extra dimensional gravity parameter planck mass @xmath31 @xmath32 tevatron @xmath33 lhc large excess of events at high @xmath0 exclusion limits exceed values @xmath31 search / exclusion limits at tevatron @xmath34 ( @xmath35 ) @xmath36 lhc @xmath37 ( @xmath38 ) similar limits @xmath1 @xmath2 distribution limits few 10s of @xmath39 lower other observables @xmath40 @xmath12 @xmath10 provide limits lower than @xmath0 distribution authors of ref . @xcite chose best observables exclusion limits slightly higher than ref @xcite @xmath2 distribution due to finer binning observablesdistribution higher @xmath21 total cross section finely binned distribution higher @xmath21 coarser binning assuming sufficient event numbers binning @xmath0 distribution coarse results conservative high event rate dijet production at hadron colliders favorite for searches physics beyond standard model dijet production tevatron lhc sensitive to virtual graviton exchange effects extra gravity re - analysis studied observables dijet production @xmath0 distribution more sensitive to virtual graviton effects @xmath2 distribution slightly more sensitive thorough analysis realistic detector simulation systematic effects required dijet production at hadron colliders important extra dimensional gravity models tom rizzo greg landsburg conversations communications research supported by commonwealth college eberly college of science penn state university. arkani - hamed s dimopoulos g. dvali phys . b429 * , 263 ( 1998 ) rev d59 *, 086004 ( 1999 ) antoniadis phys . lett. b436 * , 257 ( 1998 ) | 0.269108 | 1,700 | 894 | , Saving $0.0 in GPT-4. |
172,615 | bibliometric studies have become increasingly important in evaluating individual scientists , specific facilities , and entire observatories . in this context , the eso library has developed and maintains two tools : fuse , a full - text search tool , and the telescope bibliography ( telbib ) , a content management system that is used to classify and annotate eso - related scientific papers .
the new public telbib interface provides faceted searches and filtering , autosuggest support for author , bibcode and program i d searches , hit highlighting as well as recommendations for other papers of possible interest .
it is available at + http://telbib.eso.org . | telescope bibliographies are important tools to measure scientific output .
typically , they contain all ( or all refereed ) papers using observational data from specific facilities that were published in the scholarly literature .
telescope bibliography databases are therefore the ideal source to derive various kinds of reports and statistics . for instance , management and governing bodies of observatories
may be interested in publication and citation statistics to evaluate the performance of observatories and telescopes .
instrument scientists often need reports regarding the scientific impact of specific instruments and research programs .
such reports can also provide guidelines for future telescopes and instruments .
for the astronomy community at large , it is important that telescope bibliographies interconnect resources : publications are linked to the observing programs that generated the data and to the actual data in the archive , and in turn scientists will be able to go from the archival data directly to all publications that use these data . in this context , the eso library has developed and maintains two tools : ( 1 ) fuse is a full - text search tool that semi - automatically scans defined sets of journal articles for organizational keyword sets , while providing highlighted results in context ; ( 2 ) the telescope bibliography ( telbib ) is used to classify eso - related papers , store additional metadata , and generate statistics and reports .
both tools rely heavily on the nasa ads abstract service for bibliographic metadata . in this paper
, we describe how fuse and telbib link publications and observations and explain the main features of the new public telbib interface .
fuse and telbib form part of a workflow that links published literature with data located in the eso archive .
the result is an information system that answers predominantly two questions : * which eso facilities generated the data used in the scientific literature ? * which publications used data provided by specific eso facilities ? in the following ,
essential components of fuse and telbib are explained ( see fig .
1 ) . in order for fuse to work ,
it is necessary to have access to the electronic versions of all scientific journals that shall be monitored .
fuse provides search methods for these journals that allow to retrieve the full - texts of articles ( typically in pdf format ) from the publishers websites .
fuse is a php / mysql tool created by the eso library .
it converts pdfs into text files and scans them for user - defined keyword sets .
if any keywords are detected in the text files , they are highlighted and shown in context on the results page .
after fuse identifies possible candidates for the eso telescope bibliography , these papers are inspected visually in detail .
records that shall be added to telbib are imported into the database through the librarians interface ( telbib back - end , implemented with php / sybase ) .
bibliographic information ( authors , title , publication details ) along with further information like current number of citations , author - assigned keywords , and author affiliations are imported from the ads abstract service .
the eso librarians extensively tag and annotate each telbib record .
such tags include standardized descriptions of telescopes , instruments , surveys , and other information .
most importantly , all eso program ids that provided data are assigned to the telbib record of the paper .
the program ids assigned to telbib records provide links to the corresponding data in the eso archive . in this way
, readers of scientific papers who are interested in the data used in the publication can easily find the observing programs that were used in the research .
the data can be requested after the usual one year proprietary period .
program ids in the eso archive provide links back to telbib , listing all scientific papers that use specific observing programs . of course telbib can also be queried directly through the public user interface .
more information on the telbib front - end is given in the following section .
for many years , the public interface of the eso telescope bibliography had not changed its look and feel .
now , telbib s front - end has undergone a complete makeover .
it has been created and will be further developed by the eso librarians . a state - of - the - art interface has been implemented .
using apache solr together with php , telbib now provides new features and sophisticated search functionalities .
the new system will be rolled out in the final quarter of 2011 .
it will be accessible at www.eso.org/libraries/telbib.html .
the telbib front - end interface provides a variety of options to query the database .
these include searches by bibliographic information ( authors , title words , author - assigned keywords , publication year , etc . ) as well as by observing facilities ( instruments , telescopes ) and program ids .
the main search screen shows a list of the top 5 journals and instruments , indicating the number of records in telbib for each journal and using data from these instruments , respectively .
in addition , the most recent five years are displayed along with the number of papers per year .
a spellchecker is available for certain search fields ( for instance author names , title words ) . in case search terms entered in these fields
do not lead to any hit , the system will provide hints towards search terms that will turn up results ( `` did you mean ... ? '' ) .
in addition , queries for authors , bibcode , and program ids are supported by an autosuggest feature that offers search terms which exist in the index after at least two characters have been entered .
the results page lists papers that fulfill the query parameters in six columns , showing the publication year , first author , instruments , program ids , and the bibcode of each paper .
titles are linked to the detailed view of records , program ids lead to the eso observing schedule and ultimately to the archive from where the data can be requested , and bibcodes are connected with the full - texts at ads . in order to limit search results ,
faceted filtering is available in the `` refine search '' area on the left - hand side .
facets exist for publication years , journals , and instruments .
for the latter two filters , the top 5 among these results are shown , together with the five most recent years .
the lists can be expanded by clicking on the `` more ... '' button . the detailed record view ( fig .
2 ) shows all eso observing facilities that were used in the paper as well as additional tags like survey names .
search terms are highlighted for easy identification .
instruments , telescopes , and observing sites are hyperlinked and will retrieve other papers that use the same facilities . for program ids , two links are offered .
clicking on the program i d itself will evoke a new search for all papers that use the given program . selecting `` access to data '' takes users to the observing schedule and from there to the archive where the respective data can be requested if the proprietary period has ended . at the bottom of the page , users will find recommendations for other papers that may be of interest .
this section is entitled `` also of interest ? '' and offers access to other papers with similar content than the one currently displayed .
we are very grateful to chris erdmann , now at the harvard - smithsonian cfa , who created the first versions of fuse and telbib .
both programs make extensive use of nasa s astrophysics data system .
many thanks to all of them . | telescope bibliographies measure scientific output contain all refereed papers using observational data from specific facilities published databases ideal reports statistics management bodies observatories may interested in publication citation statistics performance instrument scientists need reports scientific impact of instruments research programs reports provide guidelines for future telescopes instruments telescope bibliographies interconnect resources publications linked to observing programs data in archive scientists go from archival data to all publications eso library developed maintains two tools fuse full - text search tool scans journal articles for organizational keyword sets highlighted results telescope bibliography ( telbib ) classify eso - related papers metadata generate statistics reports tools rely on nasa ads abstract service for bibliographic metadata paper fuse and telbib link publications observations new public telbib interface fuse telbib links published literature with data eso archive result is information system answers two questions which eso facilities generated data used literature which publications used data by specific eso facilities ? essential components of fuse and telbib explained see fig . 1 ) for fuse to work necessary access to electronic versions of all scientific journals monitoredfuse provides search methods for journals full - texts articles typically in pdf format from publishers websites fuse is php / mysql tool created by eso library converts pdfs into text files scans for user - defined keyword sets if keywords detected highlighted shown on results page after fuse identifies candidates for eso telescope bibliography papers inspected visually records added to telbib imported into database through librarians interface bibliographic information authors title publication details current citations author - assigned keywords author affiliations imported from ads abstract service eso librarians tag annotate each telbib record tags include descriptions of telescopes instruments surveys eso program ids data assigned to telbib record paper provide links to corresponding data in eso archive readers find observing programs data can requested after one year proprietary period program ids in eso archive provide links to telbib scientific papers programs telbib queried through public user interface more information on telbib front - in following section public interface of eso telescope bibliography changed undergone makeover created developed by eso librarians state - of - the - art interface implementedusing apache solr php telbib provides new features sophisticated search functionalities new system rolled out final quarter 2011 accessible at www.eso.org/libraries/telbib.html telbib interface provides options to query database include searches by bibliographic information authors title words author keywords publication year observing facilities ( instruments program ids main search screen shows top 5 journals instruments number of records in telbib for each journal data from instruments most recent five years displayed number of papers per year spellchecker available for certain search fields author names title words search terms hit system hints towards search terms results queries for authors bibcode program ids supported by autosuggest feature results page lists papers query parameters in six columns showing publication year first author instruments program ids bibcode each titles linked to detailed view of records program ids to eso observing schedule archive bibcodes connected with full - texts at ads limit search results faceted filtering available in refine search '' area left facets exist for publication years journals instruments for latter top 5 results shown five most recent yearslists expanded clicking more ... '' button detailed record view fig . 2 shows eso observing facilities used in paper additional tags survey names search terms highlighted identification instruments telescopes observing sites hyperlinked retrieve other papers same program ids two links offered clicking program d new search for papers selecting access to data takes to observing schedule archive data requested if proprietary period ended bottom page recommendations for other papers interest section entitled `` also of interest ? '' offers access to papers similar content grateful to chris erdmann harvard - smithsonian cfa created first versions fuse telbib both programs nasa s astrophysics data system thanks | 0.269674 | 1,499 | 710 | , Saving $0.0 in GPT-4. |
172,618 | we show that the star counts in the spheroid of the milky way are not symmetric about the @xmath0 , @xmath1 plane .
the minimum counts are found towards @xmath2 .
the galactic longitude of maximum star counts depends on the magnitude and color selection of the halo stars .
we interpret this as evidence that the spheroid population is triaxial with a major axis oriented @xmath3 from the line of sight from the sun to the galactic center , and approximately perpendicular to the galactic bar .
large local star concentrations from tidal debris and possible tidal debris are also observed .
a full understanding of the galactic spheroid population awaits position information and three dimensional space velocities for a representative set of stars in every substructure .
tangential velocities for many stars will be provided by current and planned astrometry missions , but no planned mission will measure stars faint enough to unravel the more distant parts of the spheroid , which contain the majority of the spatial substructure .
this paper uses data from the sloan digital sky survey ( sdss ) public data release dr3 . | while the milky way galaxy gives us a much better view of the individual component stars than any other galaxy , it is difficult to view our galaxy as an assembled whole .
new surveys such as 2mass and sdss @xcite , are allowing us to start assembling the global picture one star at a time .
other surveys that are in progress such as rave , gaia , pan - starrs , ukidss / vista , and sdss ii / segue will extend our view of the stars not only in positional information but also in kinematic information for a large number of galactic stars .
sdss color - magnitude hess diagrams such as figure 11 of @xcite show two populations with distinct turnoffs ( see fig .
1 ) . the brighter population has a turnoff at @xmath4 and is associated with the thick disk .
the fainter population has a turnoff at @xmath5 , and is associated with the spheroid .
1 shows the color - magnitude selection boxes for thick disk , spheroid , and faint spheroid data samples selected from sdss - dr3 .
2 shows the number counts of spheroid stars as a function of position in the galaxy from sdss dr3 .
where there are no counts , we have no data .
note that the number counts do not appear to be symmetric about the galactic center .
3 shows this numerically , by plotting star counts along several lines of constant galactic latitude .
there are more spheroid stars in quadrant iv than in quadrant i , and the minimum is at @xmath2 rather than @xmath1 , as we would have expected .
4 shows that the spheroid number counts are not significantly asymmetric about the galactic equator .
5 shows the star counts for the thick disk selection for all of dr3 , while fig .
6 shows quantitatively that the thick disk is symmetric about @xmath6 .
fig . 7 is a cartoon , looking down on the galactic plane , depicting the star counts that would be observed at a constant height above or below the galactic plane for a sample triaxial spheroid .
this type of model can explain a minimum in quadrant ii , and a maximum in quadrant iv for samples of stars close to the sun .
it predicts that the maximum would switch to quadrant i for stars more distant than the distance from the sun to the galactic center .
8 shows the star counts for a more distant sample of spheroid stars , and fig .
9 shows star counts through this figure at constant galactic latitude .
there is some evidence that the peak star counts shifts to quadrant i for this more distant sample , though the presence of the sagittarius stream makes the interpretation problematic .
the spheroid population may be triaxial with a major axis oriented @xmath3 from the line of sight from the sun to the galactic center .
this is approximately perpendicular to the galactic bar .
this is surprising since one typically expects bars to have an angular pattern speed larger than could be sustained in the spheroid , but the possible connection should be examined .
significant substructure is observed in the spheroid population with main sequence turnoffs at apparent magnitudes of @xmath7 and fainter .
even the gaia mission will not reach faint enough or distant enough to study the part of the spheroid where we see the most substructure .
thus , the need for newer and better astrometry will be required for the indefinite future . | milky way galaxy better view stars difficult view assembled whole new surveys 2mass sdss @xcite assembling global picture one star at a time surveys rave gaia pan - starrs ukidss / vista sdss ii / segue extend view positional kinematic information for galactic stars sdss color - magnitude diagrams figure 11 show populations distinct turnoffs brighter population at @xmath4 associated with thick disk fainter population at @xmath5 associated with spheroid. 1 shows color - magnitude selection boxes for thick disk spheroid faint spheroid data sdss - dr3 2 shows number counts spheroid stars position no counts no data number counts not symmetric about galactic center 3 star counts constant galactic latitude more spheroid stars in quadrant iv than quadrant i minimum at @xmath2 @xmath1 4 shows spheroid number counts not significantly asymmetric galactic equator 5 shows star counts for thick disk selection dr3 fig 6 thick disk symmetric about @xmath67 cartoon galactic plane depicting star counts constant height for triaxial spheroid model minimum quadrant ii maximum quadrant iv for stars close to sun predicts maximum to quadrant i for stars distant sun center 8 shows star counts for distant sample spheroid stars fig . 9 shows star counts at constant galactic latitude evidence peak star counts shifts to quadrant i for distant sample sagittarius stream makes interpretation problematic spheroid population triaxial major axis oriented @xmath3 from sun to galactic center perpendicular to galactic bar surprising bars angular pattern speed larger spheroid possible connection should examined significant substructure observed spheroid population main sequence turnoffs at magnitudes @xmath7 and fainter gaia mission reach faint distant study most substructure need for newer better astrometry required indefinite future | 0.134728 | 742 | 370 | , Saving $0.0 in GPT-4. |
172,625 | ab initio multi - reference configuration interaction calculations are performed for the si(100 ) surface using a cluster approach . the convergence with respect to the cluster size is checked and the final results are taken from a @xmath0 cluster which models two dimers and six bulk layers .
we find for the ideal as well as for the p(@xmath1 ) reconstruction a singlet ground state consisting of several configurations .
the energy gain due to forming the symmetric dimer in the p(@xmath1 ) structure is 1.75 ev , the bond length of the dimer is 2.35 which is very close to the bulk value . in contradiction to the lda results and in agreement with previous correlation calculations we do not find an asymmetric p(@xmath1 ) structure . | the si(100 ) surface is one of the best examined , both experimentally @xcite and theoretically@xcite , semiconductor surfaces due to its great technological importance for semiconductor devices .
leed experiments@xcite , x - ray diffraction measurements@xcite , scanning tunneling microscopy ( stm)@xcite and surface core - level photoelectron diffraction experiments@xcite find down to temperatures of 90k that on the si(100 ) surface alternating buckled dimers in p(2@xmath22 ) or c(4@xmath22 ) structure are formed .
these experimental findings are in agreement with those of various density functional calculations ( dft ) applying the local density approximation ( lda ) to a slab model of the surface@xcite . applying the lda to cluster models of this surface@xcite the energy difference between the buckled reconstruction and a reconstruction forming symmetric dimers is very small , so they can not draw a concluding result on the ground state structure .
earlier work done with semi - empirical quantum chemical methods@xcite favours the asymmetric reconstruction as a closed - shell hartree - fock treatment@xcite does .
including electronic correlations at the generalized valence bond level@xcite or within a configuration interaction ( ci ) approach@xcite yields a symmetrically dimerized ground state similar to the findings of unrestricted hartree - fock calculations@xcite .
+ the wide spread density functional methods rely on the ground - state density and do not provide a many - body wave function . the electronic correlations are included implicitly only via the exchange - correlation functional . regarding the process forming a dimer on the surface
the question arises whether dft can cope with bond breaking and bond formation . in the ideal si(100 ) surface each surface atom has two singly occupied @xmath3 hybrids ( see fig.[structure ] a ) . in a simple - minded picture
the surface energy is lowered by reducing the number of singly occupied orbitals .
a bond is formed between two surface atoms yielding the ( 1@xmath22 ) dimer structure .
the nature of the bond can have two limiting cases : if a double - bond is generated between the two si atoms ( see fig.[structure ] b ) , this would lead to a closed - shell structure of the surface . or ,
a single - bond is generated leaving on each surface atom a singly occupied orbital ( see fig.[structure ] c ) .
the true electronic structure of the surface can only be solved within a multi - determinant approach , which can describe all configurations between the two limiting cases .
a second advantage of this approach is that the ideal and reconstructed surface are described at the same level of accuracy because we apply no restrictions on the wave function as single - reference approaches do .
up to now the multi - reference methods were applied to adsorption and diffusion processes of hydrogen on si(100)@xcite .
the most sophisticated correlation method applied to the reconstruction itself is by jing and whitten@xcite who made a two - determinant ansatz at the mcscf level and perform a ci calculation using this reference .
+ we want to present a multi - reference self - consistent field ( mcscf ) calculation for the ideal and reconstructed si(100 ) surface to cope with the difficult bond structure . to deal with the dynamical correlations we supplement it with a multi - reference configuration interaction ( mrci ) calculation .
in addition we perform lda and gradient corrected ( gga ) density functional calculations for a direct comparison . + the paper is organized as follows : in sec.ii we present the multi - reference methods and provide the technical details .
the resulting wave function is discussed in sec.iii . in sec.iv
we present the reconstruction energy , the geometry of the symmetric dimer and the question of dimer buckling .
conclusion follows in sec.v .
only closed - shell systems or high - spin open - shell system can be described within a single - determinant approach such as hartree - fock or single - reference configuration interaction ( ci ) methods to include correlations . in all other cases
the suitable method is a multi - configuration self - consistent field ( mcscf ) approach .
the wave function is written as @xmath4 where @xmath5 is a determinant built up from molecular orbitals and @xmath6 are the so - called ci - coefficients .
the difference to a single - reference ci approach is that not only the ci - coefficients are optimized but also the coefficients of the orthonormal orbitals building up the @xmath5 .
therefore the number of determinants involved in the mcscf should be small compared with conventional ci . in the case of the si(100 ) surface we select all possible determinants combining the four singly occupied @xmath3 hybrids to a singlet .
in addition we reoptimize the closed - shell orbitals of the first layer to account for the influence of the reconstruction on the bulk .
the electronic correlations treated by a mcscf ansatz are often called static correlations . + to describe the dynamical correlations we apply on top of the mcscf a multi - reference configuration interaction ( mrci ) with single and double excitations .
@xmath7 where @xmath8 and @xmath9 numbers the occupied orbitals and @xmath10 and @xmath11 the unoccupied ones .
the coefficients @xmath12 and @xmath13 are determined variationally in the mrci procedure .
we restrict the dynamically correlated space to the surface orbitals .
+ we perform all calculations with the quantum - chemical program package molpro94@xcite , only for the dft - calculations we use the latest version molpro96@xcite .
the smallest possible cluster with one dimer is @xmath14 , the bulk - like bonds are saturated with 12 hydrogens . to test the influence of the bulk layers we perform calculations on @xmath15 and @xmath16 , where the number of bulk layers increases .
si distance in the bulk is taken from experiment ( 2.352 ) , the distance to the saturating hydrogen atoms is chosen equal to the one in @xmath17 ( 1.480 ) . in test calculations the geometry of the symmetric reconstruction
is chosen such that all bonds have the bond length of the bulk . to test the interaction of the dimers we consider a @xmath18 cluster which contains two parallel dimers and @xmath19 which has two dimers in line .
additionally we used a @xmath20 cluster with three parallel dimers .
the final results are obtained from @xmath0 , which simulates six bulk layers and two dimers .
all clusters are shown in fig .
[ cluster ] .
+ we apply a 4-valence - electron scalar - relativistic energy - consistent pseudopotential for si@xcite with the corresponding valence basis set@xcite .
it is supplemented by various sets of polarization functions , which are optimized by performing correlated calculations for the free atom .
for hydrogen we apply a minimal basis consisting of the fully contracted 1@xmath21 functions of dunning@xcite .
for the ideal surface we perform a high - spin ( @xmath22 ) single - determinant hartree - fock calculation to generate the starting orbitals for the mcscf calculation in which the four singly occupied orbitals in the active space are combined to a singlet ground - state . in addition
the closed - shell orbitals of the first bulk layer are reoptimized .
one way to discuss the resulting orbitals is to calculate the natural orbitals which diagonalize the density matrix ( see table [ orbital ] ) .
we find three quite close - lying orbitals two of which have binding and one has antibinding character .
even the second antibinding one has a mean occupation of half an electron . .[orbital]the
mean occupation number of the natural orbitals and their binding character is shown both for the ideal and reconstructed surface . [ cols="^,^,^",options="header " , ] the dynamical correlations reduce the dimer bond length by about 2% . compared with the dimer bond - length of the asymmetric dimer from different experiments ( bullock et al.@xcite 2.25 ; jedrecy et al.@xcite 2.32 ; aono et al.@xcite 2.4@xmath230.1 ; holland et al.@xcite 2.47 ; yang et al.@xcite 2.54 ; felici et al.@xcite 2.67 ) we agree quite well with the second and third measurement .
lda - slab calculations ( see table [ lattsym ] ) yield a dimer bond length quite below the bulk value . in this section
we want to arise the question of the dimer buckling . up to now
we allowed only for the symmetric reconstruction which maintains the local c@xmath24-symmetry .
we test the buckling by lowering the symmetry in the @xmath25 cluster with the @xmath261d$ ] basis .
we allow for a buckling angle @xmath27 and a displacement of the dimer parallel to the surface ( see fig .
[ asym ] ) .
the dimer bond length is fixed to the value obtained in the optimization of the symmetric case . in the mcscf and mrci treatment
the symmetric dimer has the lowest energy contrary to the dft calculations where we find a buckling of 9@xmath28 in lda and of 8@xmath28 in gga .
the energy gain is very small , i.e. , 0.031 ev in lda and 0.014 ev in gga . from this
we can conclude that the used approximations to dft overestimate the electronic contribution to the buckling due to an overestimation of the closed - shell structure .
+ the experimentally observed buckling could be driven by relaxation of the bulk atoms .
although the @xmath25 cluster is quite small to resolve relaxations we performed some test calculations within this model .
we allow for the first bulk layer atoms to relax in all directions , whereas we regard for the second bulk layer only a relaxation perpendicular to the surface ( see fig .
[ asym ] ) . on the mcscf level ,
where all orbitals are reoptimized we do not find any buckling although there is a significant relaxation of the first bulk layer atoms in the dimer direction of about 0.08 and of the second bulk layer atoms perpendicular to the surface of about 0.09 .
the other relaxations are smaller by about one order of magnitude . from this
we can conclude that in our cluster model the bulk relaxations do not drive the asymmetric buckling . + to account for the dimer interaction we regard the @xmath18 cluster with two dimers .
we model the asymmetric p(1@xmath22 ) structure as well as the p(2@xmath22 ) structure with alternating buckled dimers . for fixed buckling angle the p(2@xmath22 ) structure
is lower in energy than the asymmetric p(1@xmath22 ) structure , e.g. , for an angle of 2@xmath28 by 0.018 ev per dimer and for an angle of 10@xmath28 by 0.060 ev .
but still the symmetric dimer is lowest in energy , also if we allow for the relaxations we determined in the @xmath25 cluster .
this shows that the interaction of two dimers is not enough to stabilize a buckled structure .
this is in contradiction to the lda cluster results from yang et al.@xcite who find a stable p(2@xmath22 ) structure in the @xmath18 cluster .
+ our finding of a symmetric ground state is in agreement with all previous correlation calculations , which show that the proper treatment of the electronic correlations stabilize the symmetric reconstruction . we can exclude an asymmetric p(1@xmath22 ) structure , which lda slab calculations@xcite find about 0.1ev more stable than the symmetric one . as we can only calculate the interaction of two dimers
, there is the possibility that the interaction of many dimers can yield a buckled ground state .
but regarding the stm experiment of badt et al.@xcite , who find a buckled c(2@xmath24 ) structure at 90k , they claim that the buckling can be induced by a defect or a step at the surface .
the defect - free surface is difficult to prepare , so the question of buckling of the si(100 ) surface is experimentally still not solved .
+ to address the question of metallicity of the symmetric reconstructed si(100 ) surface , which is found in various dft calculations and discussed in detail in ref .
[ ] , in a many - body description as applied here there can exist a gap due to electronic correlations in the symmetric reconstruction , too .
but in principle the question of metallicity can not be solved in a cluster approach .
we have performed mcscf calculations for the ideal and reconstructed si(100 ) surface . in both cases
the many - body ground state is a singlet , but it can only be described by several determinants . on the reconstructed surface a dimer is formed .
the bond structure is a mixture between a double - bond and a single - bond with two singly occupied orbitals . to account for
the dynamical correlations we apply on top of the mcscf result a mrci calculation .
determining the reconstruction energy we find good agreement with various lda slab calculations .
the dimer bond length agrees better with experiment than the lda one .
the asymmetric reconstruction is overestimated in the lda while our fully correlated treatment finds the symmetric dimer more stable regarding the electronic structure of one dimer and relaxations of the bulk atoms .
the buckling observed in experiment can be due to a small concentration of defects on the si(100 ) surface .
it is possible that an alternating buckled structure is induced by defects and persist down to low temperatures due to dimer interactions .
i gratefully acknowlegde the valuable scientific discussions with and suggestions of prof .
h. stoll , stuttgart , and prof .
p. fulde , dresden .
i also thank dr m. dolg and f. schautz for the support concerning the multi - reference calculations .
is a package of _ ab initio _ programs written by h .- j .
werner and p.j .
knowles , with contributions from h .- j .
werner , and p.j .
knowles , j. chem .
phys . * 82 * , 5053 ( 1985 ) ; p.j .
knowles , and h .- j .
werner , chem .
phys . lett . *
115 * , 259 ( 1985 ) ; h .- j .
werner , and p.j .
knowles , j. chem .
89 * , 5803 ( 1988 ) ; p.j .
knowles , and h .- j .
werner , chem .
. lett . * 145 * , 514 ( 1988 ) . | si(100 ) surface best examined semiconductor surfaces technological importance for devices leed experiments x - ray diffraction measurements scanning tunneling microscopy core - level photoelectron diffraction experiments find 90k surface buckled dimers in p(2 or c(4 formed findings with density functional calculations applying local density approximation to slab model surface cluster models energy difference between buckled reconstruction and forming symmetric dimers small concluding result on ground state structure work favours asymmetric reconstruction electronic correlations at generalized valence bond level configuration interaction approach yields symmetrically dimerized ground state similar unrestricted hartree - fock calculations wide spread density functional methods rely on ground - state density provide many - body wave function electronic correlations included via exchange - correlation functional process forming dimer question arises dft with bond breaking bond formation ideal si(100 ) surface each atom has two singly occupied @xmath3 hybrids fig a surface energy lowered by reducing singly occupied orbitalsbond formed between two surface atoms ( 1@xmath22 ) dimer structure bond two limiting cases double - bond between to closed - shell structure single - bond surface atom singly occupied orbital c true electronic structure surface solved within multi - determinant approach all configurations between two limiting cases advantage ideal reconstructed surface described accuracy no restrictions on wave function single - reference multi - reference methods applied to adsorption diffusion processes hydrogen on si(100)@xcite correlation method by jing and whitten@xcite two - determinant ansatz at mcscf level ci calculation present multi - reference self - consistent field ) calculation for ideal reconstructed si(100 ) surface difficult bond structure supplement with multi - reference configuration interaction ) calculation lda gradient corrected ( gga ) density functional calculations for comparison paper organized sec.ii multi - reference methods technical details wave function discussed in sec.iii sec.iv reconstruction energy geometry of symmetric dimer question of dimer buckling conclusion in sec.v closed - shell systems or high - spin open - shell system described within single - determinant approach fock interactionmethod multi - configuration self - consistent field approach wave function written as @xmath4 @xmath5 determinant from molecular orbitals @xmath6 ci - coefficients single - reference ci ci - coefficients optimized orthonormal orbitals @xmath5 number determinants small conventional ci si(100 ) surface select determinants four @xmath3 hybrids to singlet reoptimize closed - shell orbitals first layer influence reconstruction on bulk electronic correlations static correlations dynamical correlations apply multi - reference configuration interaction mrci ) single double excitations @xmath7 occupied orbitals unoccupied coefficients @xmath12 @xmath13 determined variationally mrci restrict dynamically correlated space to surface orbitals perform calculations with quantum - chemical program package molpro94@xcite - calculations latest version molpro96@xcite smallest cluster dimer is @xmath14 bulk - like bonds saturated with 12 hydrogens test influence bulk layers calculations on @xmath15 @xmath16 bulk layers increases distance bulk from experiment ( 2.352 ) distance to saturating hydrogen atoms equal to @xmath17 ( 1.480 )test calculations geometry symmetric reconstruction chosen bonds have bond length bulk test interaction dimers @xmath18 cluster two parallel dimers @xmath19 two dimers line @xmath20 cluster three parallel dimers final results from @xmath0 simulates six bulk layers two dimers clusters shown in fig . apply 4-valence - electron scalar - relativistic energy - consistent pseudopotential for si@xcite valence basis set@xcite supplemented by polarization functions optimized correlated calculations free atom hydrogen minimal basis fully contracted 1@xmath21 functions of dunning@xcite ideal surface high - spin ( @xmath22 ) single - determinant hartree - fock calculation starting orbitals for mcscf calculation four occupied orbitals combined singlet ground - state closed - shell orbitals first bulk layer reoptimized orbitals calculate natural orbitals density matrix three close - lying orbitals two binding one antibinding character second antibinding mean occupation half electron mean occupation number natural orbitals binding character shown for ideal reconstructed surface dynamical correlations reduce dimer bond length 2% compared asymmetric@xcite 2.32 aono 2.4@xmath230.1 holland 2.47 yang 2.54 felici 2.67 agree with second third measurement lda - slab calculations yield dimer bond length below bulk value question dimer buckling allowed symmetric reconstruction maintains local c@xmath24-symmetry test buckling lowering symmetry @xmath25 cluster @xmath261d$ basis allow buckling angle @xmath27 displacement dimer parallel to surface fig . asym dimer bond length fixed to value optimization symmetric case mcscf mrci treatment symmetric dimer lowest energy dft calculations buckling of 9@xmath28 in lda 8@xmath28 in gga energy gain small 0.031 ev in lda 0.014 ev in gga approximations overestimate electronic contribution to buckling overestimation closed - shell structure buckling driven by relaxation bulk atoms @xmath25 cluster small relaxations performed test calculations allow first bulk layer atoms relax all directions second bulk layer relaxation perpendicular to surface fig .mcscf level orbitals reoptimized buckling significant relaxation first bulk layer atoms dimer direction 0.08 second bulk perpendicular surface 0.09 other relaxations smaller one order magnitude cluster model bulk relaxations drive asymmetric buckling dimer interaction @xmath18 cluster two dimers model asymmetric p(1@xmath22 ) structure p(2@xmath22 ) structure alternating buckled dimers fixed buckling angle p(2@xmath22 ) structure lower energy asymmetric p(1 angle 2@xmath28 0.018 ev per dimer angle 10@xmath28 0.060 ev symmetric dimer lowest energy relaxations @xmath25 cluster interaction two dimers not enough stabilize buckled structure contradiction lda cluster results yang et al. stable p(2@xmath22 ) structure @xmath18 cluster symmetric ground state agreement previous correlation calculations proper electronic correlations stabilize symmetric reconstruction exclude asymmetric p(1@xmath22 ) structure lda slab calculations 0.1ev more stable symmetric calculate interaction two dimers possibility many yield buckled ground state stm experiment badt et al.@xcite find buckled c(2@xmath24 ) structure at 90k claim induced by defect surface defect - free surface difficult prepare buckling si(100 ) surface not solved address metallicity symmetric reconstructed si(100 ) surface found in dft calculations discussed many - body description gap due to electronic correlations symmetric reconstruction metallicity solved in cluster approach performed mcscf calculations for ideal reconstructed si(100 ) surface many - body ground state singlet described by several determinants reconstructed surface dimer formed bond structure double - bond single - bond two singly occupied orbitals dynamical correlations apply mrci calculation reconstruction energy agreement with lda slab calculations dimer bond length agrees better with experiment asymmetric reconstruction overestimated in lda correlated treatment symmetric dimer stable electronic structure relaxations bulk atoms buckling due to small concentration defects on si(100 ) surface possible alternating buckled structure induced by defects low temperatures due dimer interactions scientific discussions prof . h. stoll prof p. fulde thank dr m. dolg f. schautz for support multi - reference calculationspackage of programs by h j werner p.j knowles contributions from werner j. chem . . 82 * , 5053 ( 1985 ) werner chem . phys . lett . 115 * , 259 ( 1985 ) j. chem . 89 * , 5803 ( 1988 ) ; chem . . lett . 145 * , 514 ( 1988 ) | 0.50969 | 3,194 | 1,583 | , Saving $0.1 in GPT-4. |
172,626 | calculations of form factors in different forms of relativistic kinematics are presented .
they involve the instant , front and point forms . in the two first cases ,
different kinematical conditions are considered while in the latter case , both a dirac - inspired approach and a hyperplane - based one are incorporated in our study .
numerical results are presented for the pion form factors with emphasis on both the low and high @xmath0 range .
a new argument is presented , explaining why some approaches do considerably much better than other ones when only a single - particle current is considered . | the knowledge of hadron form factors , especially for the nucleon and the pion ones , represents an important source of information about the structure of the systems under consideration . by varying the momentum transfer ,
large as well as small distances can be explored , allowing one to learn about hadronic physics in the perturbative and non - perturbative regimes of qcd and its modelization . involving large momentum transfers
, the above study supposes that a reliable implementation of relativity is made .
this is mandatory if some information about the hadronic structure is to be looked for from experiments .
there are many ways to implement relativity in the description of properties of a few - body system .
the most ambitious one is based on field theory but , at present , its use for the nucleon form factor is hardly conceivable .
a quite different approach involves relativistic quantum mechanics ( rqm ) , which contrary to the previous one , assumes a fixed number of degrees of freedom . less fundamental , this one is however more adapted when a modelization of hadrons from constituent particles is used , as most often done . following dirac,@xcite many approaches along these lines have been proposed depending on the symmetry properties of the hypersurface on which physics is described .
this reflects in the construction of the poincar group generators , which drop accordingly into dynamical and kinematical operators .
when calculating properties such as form factors , all approaches should converge to a unique answer but , of course , some may be more convenient in that the bulk contribution is produced by a one - body current .
in other ones , large contributions from two- or many body - currents may be required , possibly obscuring conclusions about the physics .
this requires that independent studies be performed to establish the respective advantage of various approaches by comparing their predictions .
those studies that will be presented here have largely been motivated by the successful description of the nucleon form factors in the `` point - form '' approach@xcite while a standard front - form one@xcite is failing in the same conditions .
adding to this puzzling situation , it is noticed that accounting for the well known physics underlying the vector - meson - dominance phenomenology , ignored in the former case , would reduce the discrepancy in the latter one .
for the present purpose however , we will consider a system simpler than the nucleon , namely the pion .
apart from the fact that there is an evident logics in considering systems with increasing complexity , the smallness of the pion mass in comparison with the sum of the constituent masses turns out to considerably enhance the differences between various approaches .
this can contribute to sharpen the conclusions .
the plan of the paper is as follows . in the second section ,
we precise the ingredients entering the calculation of form factors in different kinematics of relativitic quantum mechanics ( rqm ) : instant , front and point forms . for each approach different cases , described in the text ,
are considered .
results for both the charge and scalar pion form factors are presented and discussed in the third section .
some attention is given to their asymptotic behavior .
the fourth section is devoted to the conclusion where the role of the space - time translation invariance is evoked . due to
limited space , we skip many details and refer to published works for them.@xcite
in order to calculate form factors of a given system , two ingredients are needed : the relation between the momenta of its constituents and the total momentum , which characterizes each rqm approach ( see kinematics in fig .
[ fig1 ] ) , and a solution of a mass operator , which can be chosen as independent of the approach .
they are successively discussed in the following .
for the two - body system of interest here , the relation between the momenta of its constituents and the total momentum takes a unique form .
this one reads : @xmath1 where the 4-vector , @xmath2 , is representative of the symmetry properties ( if any ) evidenced by the hypersurface which physics is described on .
accordingly , the poincar group generators , @xmath3 and @xmath4 drop into dynamical or kinematical ones.@xcite this character together with the 4-vector @xmath2 are precised below : + - instant form : @xmath5 ; + dynamical : @xmath6 kinematical : @xmath7 , + - front form : @xmath8 + where @xmath9 is a unit vector with a fixed direction , generally chosen opposite to the z - axis orientation ( @xmath10 ) ; + dynamical : @xmath11 kinematical : @xmath12 , + - dirac s inspired point form : @xmath13@xcite + where @xmath14 is a unit vector that points to any direction , consistently with the absence of a particular 3-direction on a hyperboloid ( @xmath10 ) ; + dynamical : @xmath15 kinematical : @xmath16 .
+ an `` instant - form '' approach `` which displays the symmetry properties inherently present in the point - form '' one has been proposed.@xcite the poincar group generators , @xmath17 and @xmath18 , have respectively a dynamical and a kinematical character , as for the dirac s point form .
however , as noticed by sokolov,@xcite it implies physics described on an hyperplane perpendicular to the velocity of the system under consideration ( hypersurface @xmath19 ) .
it therefore differs from the dirac s one .
this `` point form '' , which has been referred to in many recent applications,@xcite evidences specific features .
contrary to the other approaches mentioned above , the 4-vector , @xmath2 , depends on the properties of the system ( @xmath20 ) .
this approach is also on a different footing with other respects.@xcite for the mass operator , we refer to an equation used in our previous works@xcite with appropriate changes due to the 1/2-spin of the constituents.@xcite for our purpose , which is mainly to compare different approaches between themselves rather than to experiment , we include in the interaction a confining potential with string tension , @xmath21gev / fm and a gluon exchange one with strength @xmath22 .
this last contribution is of relevance to test the ability of rqm approaches in reproducing the expected qcd asymptotic behavior of form factors . as been noticed,@xcite this behavior
is closely related to the most singular part of the interaction at short distances .
the quark and pion masses are taken as @xmath23gev and @xmath24gev .
expressions of the single - particle contribution to form factors in the spinless case have been given elsewhere ( see for instance ref .
they can be expressed as an integral over the spectator - particle momentum .
interestingly , they take a unique form in most cases , which allows one to discard major biases in the comparison of different approaches .
their derivation supposes to express the momenta of the constituents , @xmath25 and @xmath26 in fig .
[ fig1 ] in terms of the total momentum , @xmath27 , the internal variable appearing in the mass operator , @xmath28 , and the 4-vector , @xmath2 .
the relation of @xmath29 s to the @xmath28 variable assumes a lorentz - type transformation while fulfilling eq .
( [ eq1 ] ) .
it is nothing but the bakamjian - thomas one in a particular case.@xcite
the pion has two form factors : the charge one , @xmath30 , for which measurements are available@xcite and a scalar one , @xmath31 , which , in absence of an appropriate probe , is unknown but can be nevertheless useful for a comparison of different approaches .
the low and high @xmath0 behaviors of @xmath30 , in relation with the charge radius or the asymptotic behavior , are of special interest . moreover , as the instant- and front - form form factors are not lorentz invariant , they can be considered for various kinematical configurations . besides the standard ones ( respectively breit frame and @xmath32 )
, we consider both of them for a parallel kinematics and @xmath33 , where they coincide .
we also consider results in two point - form approaches , which contrary to the other forms , are lorentz invariant . results for @xmath30 are presented in fig .
they clearly fall into two sets : the standard instant- and front - form form factors that are relatively close to experiment and the other ones that are far apart . looking in detail at these last ones
, it is found that they roughly depend on the momentum transfer @xmath34 through the quantity @xmath35 , hence a charge radius scaling like the inverse of the pion mass , which explains the rapid fall off of the corresponding form factors at low @xmath0 ( a rapid fall off is also found in truncated field - theory calculations@xcite ) . at higher @xmath0
, it sounds that the @xmath36 asymptotic behavior is reached .
actually , examination of the charge form factor at much higher @xmath0 indicates that the behavior is @xmath37 ( see fig .
[ ff2 ] ) .
the consideration of the scalar form factor , @xmath31 , is especially useful here . as fig .
[ ff2 ] shows , this form factor has the qcd - expected @xmath36 asymptotic behavior , indicating that there is nothing wrong with the solution of the mass operator we used . in order to get the right power - law behavior for the charge form factor
, we considered the contribution of two - body currents ( pair - type term ) .
this one , determined so that to reproduce the full born amplitude,@xcite has been calculated in the instant form . as fig .
[ ff2 ] shows , it provides the right @xmath36 asymptotic behavior .
moreover , the coefficient has the expected expression ( up to a numerical factor ) .
the examination of the pion charge form factor calculated from a single - particle current in different rqm approaches shows unambiguously that results fall into `` good '' and `` bad '' ones .
the conclusion is not to be affected by refining the physical description as the discrepancy in the last case reaches huge factors .
it fully confirms the conclusions achieved in the spinless case whose physical description is simpler.@xcite the qcd asymptotic behavior is obtained from two - body currents .
lorentz invariance is often advertised as a validity criterion of some approach .
this view is not however supported by present point - form results , which explicitly evidence the above invariance property .
moreover , the violation of lorentz invariance , as measured from the rather small discrepancy between the standard instant- and front - form results , does not seem to be necessarily large .
another criterion has therefore to be found . in a field - theory approach ,
the 4-momentum is conserved at the vertex representing the interaction of constituents with the external probe .
this can not be generally fulfilled in rqm approaches at the operator level ( unless many - body currents are considered ) .
one can however require that the property be verified at the level of the matrix element .
considering this weaker argument , it allows one to account for the observed discrimination of results into `` good '' and `` bad '' ones . as the 4-momentum conservation stems from poincar space - time translation invariance , fulfilling this property could be the relevant criterion .
the above invariance may also be the important symmetry whose violation is suggested by the peculiar behavior of some form factors in the limit of a zero - mass system.@xcite poincar space - time translation invariance implies relations such as:@xcite @xmath38=-i\;\partial^{\mu}\,j^{\nu}(x),\ ] ] which can be used for a quantitative check . considering a single - particle current , it is found that the equality is satisfied at the matrix - element level for the standard instant- and front - form results .
it is violated in all the other cases . skipping details
, one finds that the l.h.s . and
r.h.s respectively involve the quantities @xmath34 and @xmath39 .
the extra factor at the r.h.s .
, @xmath40 , which is the same as the one explaining the discrepancy between the `` good '' and `` bad '' form factors in fig .
[ ff1 ] , provides a measure of the violation of poincar space - time translation invariance . to get rid of it ,
interaction currents should be considered .
schematically , their effect could combine with the kinetic energy term , @xmath41 , at the numerator of the above factor so that the overall factor be 1 ( using @xmath42).@xcite coming back to the motivation of the present work , it is noticed that the success of the point - form description of the nucleon form factors is mostly due to a factor similar to the above one . as a more complete calculation
is expected to remove this factor , a situation similar to the standard front - form calculation should be recovered .
we believe it is doubly fortunate .
the description of the nucleon form factor could now incorporate the well known vector - meson dominance phenomenology .
the difficulty to reconcile the point - form descriptions of the nucleon and pion form factors , respectively good@xcite and bad,@xcite vanishes .
while lorentz invariance has often been advocated in calculating form factors , poincar space - time translation invariance could be a more relevant property .
we are very grateful to a. amghar , t. melde , s. noguera and l. theul for discussions or comments at various steps of the present work . | knowledge of hadron form factors especially nucleon pion ones important source information structure systems varying momentum transfer large small distances explored hadronic physics in perturbative non - perturbative regimes qcd modelization large momentum transfers study supposes reliable implementation relativity mandatory information hadronic structure from experiments many ways to implement relativity in properties few - body system ambitious based on field theory use for nucleon form factor hardly conceivable different approach involves relativistic quantum mechanics assumes fixed degrees freedom less fundamental more adapted when modelization hadrons from constituent particles used following dirac,@xcite approaches proposed depending on symmetry properties hypersurface reflects in construction poincar group generators into dynamical kinematical operators calculating properties form factors all approaches converge to unique answer some convenient bulk contribution one - body current large contributions from two- many body - currents required obscuring conclusions requires independent studies to establish advantage approaches predictions studies presented motivated by successful description nucleon form factors in point - form approach@xcite standard front - form one@xcite failing in same conditionspuzzling situation noticed accounting for physics underlying vector - meson - dominance phenomenology ignored former reduce discrepancy latter present purpose consider system simpler than nucleon pion evident logics considering systems increasing complexity smallness of pion mass with constituent masses differences between approaches sharpen conclusions plan paper second section precise ingredients calculation of form factors in different kinematics relativitic quantum mechanics instant front point forms each approach different cases considered results for charge and scalar pion form factors presented discussed third section attention to asymptotic behavior fourth section devoted conclusion role space - time translation invariance evoked limited space skip details refer to published works calculate form factors system two ingredients needed : relation between momenta constituents and total momentum characterizes each rqm approach fig solution of mass operator chosen independent of approach discussed two - body system interest relation between momenta constituents total momentum takes unique form reads @xmath1 4-vector , @xmath2 representative of symmetry properties evidenced by hypersurface physics describedpoincar group generators @xmath3 @xmath4 drop into dynamical kinematical character 4-vector @xmath2 precised instant form : @xmath5 dynamical : @xmath6 kinematical : @xmath7 front form : @xmath8 @xmath9 unit vector fixed direction opposite z - axis orientation @xmath10 ) dynamical @xmath11 kinematical : @xmath12 dirac s inspired point form : @xmath13 @xmath14 unit vector points any direction 3-direction hyperboloid ( @xmath10 ) dynamical : @xmath15 kinematical : @xmath16 instant - form approach symmetry properties proposed poincar group generators @xmath17 @xmath18 have dynamical kinematical character dirac s point form implies physics hyperplane perpendicular to velocity system hypersurface @xmath19 differs from dirac s one point form evidences specific features 4-vector @xmath2 depends on properties system ( @xmath20 ) approach different footing mass operator refer to equation previous works changes due to 1/2-spin constituentscompare approaches include confining potential with string tension @xmath21gev / fm gluon exchange with strength @xmath22 contribution rqm approaches qcd asymptotic behavior of form factors behavior related to singular part interaction at short distances quark pion masses taken as @xmath23gev @xmath24gev single - particle contribution to form factors in spinless case expressed as integral over spectator - particle momentum take unique form discard biases in comparison derivation express momenta of constituents @xmath25 @xmath26 in fig . total momentum @xmath27 internal variable mass operator @xmath28 4-vector @xmath2 relation of @xmath29 s to @xmath28 variable assumes lorentz - type transformation fulfilling eq bakamjian - thomas one case pion has two form factors charge one @xmath30 measurements available scalar one @xmath31 unknown useful for comparison approaches low high @xmath0 behaviors of @xmath30 with charge radius asymptotic behavior of special interestinstant- front - form form factors not lorentz invariant considered for various kinematical configurations standard consider both for parallel kinematics and @xmath33 consider results in two point - form approaches lorentz invariant results for @xmath30 presented in fig . fall into two sets standard instant- and front - form form factors close to experiment and other far apart depend on momentum transfer @xmath34 through quantity @xmath35 charge radius scaling inverse of pion mass rapid fall off of form factors at low @xmath0 truncated field - theory calculations at higher @xmath0 @xmath36 asymptotic behavior reached charge form factor at higher @xmath0 indicates behavior is @xmath37 fig . ff2 ] consideration of scalar form factor @xmath31 useful has qcd - expected @xmath36 asymptotic behavior nothing wrong with solution of mass operator right power - law behavior for considered contribution of two - body currents full born amplitude@xcite calculated in instant form provides right @xmath36 asymptotic behavior coefficient has expected expression to numerical factor ) .examination pion charge form factor from single - particle current in rqm approaches shows results good bad conclusion not affected by refining physical description discrepancy last case reaches huge factors confirms conclusions spinless case simpler qcd asymptotic behavior from two - body currents lorentz invariance validity criterion not supported by point - form results evidence invariance violation of lorentz invariance small discrepancy instant- front - form results not large another criterion found field - theory approach 4-momentum conserved at vertex interaction constituents with external probe not fulfilled in rqm approaches operator level unless many - body currents require property at matrix element allows for discrimination results into good bad 4-momentum conservation stems from poincar space - time translation invariance fulfilling could relevant criterion invariance important symmetry violation suggested by peculiar behavior form factors in zero - mass system poincar space - time translation invariance implies relations used for quantitative check single - particle current equality satisfied at matrix - element level for standard instant- and front - form resultsviolated cases skipping details l.h.s r.h.s involve quantities @xmath34 @xmath39 extra factor at r.h.s @xmath40 same as explaining discrepancy between good bad form factors in fig . ff1 measure violation poincar space - time translation invariance interaction currents considered effect combine with kinetic energy term @xmath41 factor overall factor 1 using @xmath42). motivation success of point - form description nucleon form factors due to factor similar complete calculation remove factor situation similar standard front - form calculation recovered description nucleon form factor could incorporate vector - meson dominance phenomenology difficulty to reconcile point - form descriptions nucleon pion form factors vanishes lorentz invariance advocated poincar space - time translation invariance could relevant grateful to a. amghar t. melde s. noguera l. theul for discussions comments steps present work | 0.45891 | 2,912 | 1,461 | , Saving $0.1 in GPT-4. |
172,639 | given a non circular spacial closed curve whose total torsion is an integer multiple of @xmath0 , we construct a germ of a smooth surface that contains it as a hyperbolic principal cycle . | let @xmath1 be a @xmath2 immersion of a smooth , compact and oriented , two dimensional manifold @xmath3 into space @xmath4 endowed with the canonical inner product @xmath5 .
it will be assumed that @xmath6 .
the _ fundamental forms _ of @xmath7 at a point @xmath8 of @xmath9 are the symmetric bilinear forms on @xmath10 defined as follows @xcite , @xcite : @xmath11 here , @xmath12 is the positive normal of the immersion @xmath13 . the first fundamental form in a local chart @xmath14 is defined by @xmath15 , where @xmath16 , @xmath17 and @xmath18
. the second fundamental form relative to the unitary normal vector @xmath19 is given by @xmath20 , where @xmath21 } { \sqrt { eg -f^2 } } , \ ; f=\frac { \det [ \alpha_u,\alpha_v,\alpha_{uv}]}{\sqrt{eg - f^2}},\ ; g=\frac { \det [ \alpha_u,\alpha_v,\alpha_{vv}]}{\sqrt { eg - f^2 } } .$}\ ] ] in a local chart @xmath14 the principal directions of an immersion @xmath13 are defined by the implicit differential equation @xmath22 the _ umbilic set _ of @xmath13 , denoted by @xmath23 , consists on the points where the three coefficients of equation ( [ eq : p ] ) vanish simultaneously .
the regular integral curves of equation are called _ principal curvature lines_. this means curves @xmath24 , differentiable on an interval , say @xmath25 , with non vanishing tangent vector there , such that , for every @xmath26 , it holds that @xmath27 and @xmath28 . when the surface @xmath3 is oriented , the principal curvature lines on @xmath29 can be assembled in two one dimensional orthogonal foliations which will be denoted by @xmath30 and @xmath31 .
along the first ( resp .
second ) , the normal curvature @xmath32 attains its minimum @xmath33 , denominated the _ minimal principal curvature at _
@xmath8 , ( resp .
maximum @xmath34 , denominated the _
maximal principal curvature at _
@xmath8 ) .
the triple @xmath35 is called the _ principal configuration _ of the immersion @xmath13 , @xcite , @xcite . for a survey about the qualitative theory of principal curvature lines
. a closed principal curvature line , also called a _ principal cycle _ , is called _ hyperbolic _ if the first derivative of the poincar return map associated to it is different from one . in @xcite and
@xcite it was proved that a regular closed line of curvature on a surface has as total torsion a multiple of @xmath0 . in this paper
we consider the following inverse problem .
[ p:1 ] given a simple closed frenet curve , that is a smooth regular curve of @xmath36 with non zero curvature , is there an oriented embedded surface that contains it as a hyperbolic principal cycle ?
it will be shown that this problem has a positive answer in the case that the curve is a frenet , non circular , curve such that its total torsion is an integer multiple of @xmath0 .
the interest of hyperbolic principal cycles is that the asymptotic behavior of the principal foliation around them is determined .
the first examples of hyperbolic principal cycles on surfaces were considered by gutierrez and sotomayor in @xcite , where their genericity and structural stability were also established .
let @xmath37 \to \mathbb r^3 $ ] be a smooth _ simple , closed , regular curve _ in @xmath38 with positive curvature @xmath39 and of length @xmath40 , i.e. , a frenet curve .
let also @xmath41)$ ] .
consider the frenet frame @xmath42 along @xmath43 satisfying the equations @xmath44 here @xmath45 is the curvature and @xmath46 is the torsion of @xmath43 .
consider the parametrized surface of class @xmath47 , defined by the equation @xmath48 v \\ + & \left [ \cos \theta(s ) b(s)- \sin\theta(s ) n(s ) \right ] \left [ \frac 12 a(s ) v^2 + \frac 16 b(s)v^3+v^4c(s , v ) \right]\\ = & c(s)+v ( n\wedge t)(s)+ \left [ \frac 12 a(s ) v^2 + \frac 16 b(s)v^3+v^4c(s , v ) \right ] n(s).\endaligned\ ] ] for an illustration see fig .
[ fig:1 ] and @xcite , @xcite . near a curve @xmath43 .
[ fig:1 ] ] here , @xmath49 , @xmath50 , @xmath51 , @xmath52 , @xmath53 , @xmath54 , are smooth @xmath55periodic functions with respect to @xmath56 and @xmath57 is small .
[ prop : lc ] the curve @xmath43 is the union of principal curvature lines of @xmath13 if and only if @xmath58 moreover , for any solution @xmath59 of equation the parametric surface defined by equation is a regular , oriented and embedded surface in a neighborhood of @xmath43 .
the umbilic set @xmath60 is defined by the equation @xmath61 we have that @xmath62 . by rodrigues formula
it follows that @xmath43 is a principal curvature line ( union of maximal and minimal principal lines ) if and only if @xmath63 . here
@xmath64 is a principal curvature ( maximal or minimal ) .
differentiating @xmath65 leads to @xmath66[\cos\theta(s ) n(s)+\sin\theta(s ) b(s)].\ ] ] therefore @xmath43 is a principal line ( union of maximal and minimal principal lines and umbilic points ) if and only if @xmath67 . by the definition of @xmath13 it follows that @xmath68 and @xmath69 are
linearly independent and so by the local form of immersions it follows that @xmath13 is locally a regular surface in a neighborhood of @xmath43 .
since the total torsion is an integer multiple of @xmath0 and @xmath67 it follows that for any initial condition @xmath70 equation defines an oriented and embedded surface containing @xmath43 and having it as the union of principal lines and umbilic points . supposing that @xmath67 it follows that the coefficients of the first and second fundamental forms of @xmath13 are given by @xmath71 v^2 + o ( v^3 ) , \\
f(s , v)= & \frac 12a^\prime ( s ) a(s ) v^3 + o(v^4),\\ g(s , v)= & 1+a(s)^2 v^2+o(v^3),\\ e(s , v)= & -k(s)\sin\theta(s)+ k(s)\cos\theta(s)(\sin \theta(s)- a(s ) ) v+ o(v^2),\\ f(s , v)= & a^\prime(s ) v+o(v^2),\\ g(s , v)= & a(s)+b(s ) v+ o(v^2 ) .
\endaligned\ ] ] by equations and it follows that the coefficients of the differential equation of principal curvature lines are given by @xmath72 v+o(v^2),\\ n(s , v)= & ( ef - fe)(s , v)= a^\prime(s ) v+ o(v^2 ) .
\endaligned\ ] ] the umbilic points along @xmath43 are given by the solutions of @xmath73 which corresponds to the equality between the principal curvatures @xmath74 and @xmath75 .
[ rm:3 ] the one parameter family of surfaces @xmath76\times ( -\epsilon,\epsilon))\setminus \mathbf{c}$ ] defined by equations and is a foliation of a neighborhood of @xmath43 after @xmath43 is removed . for all @xmath77
the curve @xmath43 is a principal cycle of @xmath78 .
this follows from the theorem of existence and uniqueness of ordinary differential equations and smooth dependence with initial conditions of @xmath78 and boundary conditions given by equation .
in this section it will be given a solution to the problem formulated in the introduction .
let @xmath78 be the surface defined by equation and associated to the cauchy problem given by equation .
[ th : lp ] consider the oriented parametric surface @xmath78 of class @xmath79 , defined by equations and such that @xmath80 . then @xmath43 is a hyperbolic principal cycle of @xmath78 if and only if @xmath81 the coefficient @xmath82 is called the characteristic exponent of the poincar map associated to @xmath43 .
the principal curvatures are given by @xmath83 the first return map @xmath84 defined by @xmath85 , with @xmath86 , satisfies the variational equation @xmath87 by equation it follows that @xmath88 integration of the above equation leads to the result .
[ r:1 ] the criterium of hyperbolicity of a principal cycle was established by gutierrez and sotomayor in @xcite , @xcite .
they proved that a principal cycle @xmath43 is hyperbolic if and only if @xmath89 here @xmath90 and @xmath91 are respectively the _ arithmetic mean _ and the _ gauss _ curvatures of the surface .
[ prop : d2 ] consider the family of oriented parametric surfaces @xmath78 defined by equations and such that @xmath92 for all @xmath77
. then the following holds @xmath93 ^ 2}ds.\ ] ] direct differentation of equation .
[ th : lp2 ] let @xmath43 be a smooth curve , that is a closed frenet curve of length @xmath55 in @xmath38 such that @xmath46 is not identically zero and @xmath94 . then there exists a germ of an oriented surface of class @xmath95 , @xmath6 , containing @xmath43 and having it as a hyperbolic principal cycle .
consider the parametric surface defined by equation . by proposition [ prop :
lc ] , @xmath43 is a principal cycle when @xmath96 @xmath97 .
taking @xmath98 it follows that @xmath99 and so @xmath100 . so @xmath43 is a closed principal line of the parametric surface @xmath13 . by theorem
[ th : lp ] it follows that @xmath43 is hyperbolic if and only if @xmath101^\prime } { k(s ) } ds\ne 0.\ ] ] by assumption the function @xmath102 is not constant . in fact ,
@xmath103 and as @xmath46 is not identically equal to zero it follows that @xmath104 is not constant .
if @xmath105 it follows that @xmath43 is hyperbolic and this ends the proof . in the case when @xmath106 is not constant and @xmath107^\prime}{k(s ) } ds=0 $ ] , consider the deformation of @xmath13 given by @xmath108 , \ ; a(s)=[k(s)\sin\theta(s)]^\prime.\ ] ] then @xmath43 is a principal cycle of @xmath109 and the principal curvatures are given by @xmath110^\prime = ( 1- \sin\theta(s))k(s ) + \epsilon [ k(s)\sin\theta(s)]^\prime . \endaligned\ ] ] therefore by theorem [ th : lp ] and remark [ r:1 ] it follows that @xmath111^\prime } { k(s ) + \epsilon [ k(s)\sin\theta(s)]^\prime } ds.\ ] ] differentiating the above equation with respect to @xmath112 and evaluating in @xmath113 it follows that @xmath114^\prime}{k(s ) } \right]^2 ds\ne 0.\ ] ] this ends the proof .
when the curve @xmath43 is such that @xmath115 there are no ruled surfaces as given by equation containing @xmath43 and having it as a closed principal curvature line .
in this situation we have always umbilic points along @xmath43 .
in fact , in this case @xmath116 and @xmath117 implies that @xmath118 always vanishes .
these points , at which @xmath119 also vanishes , happen to be the umbilic points
. see proposition [ prop : lc ] .
[ cor:1 ] let @xmath43 be a closed planar or spherical frenet curve of length @xmath55 in @xmath38 . then there exists a germ of an oriented surface containing @xmath43 and having it as a hyperbolic principal cycle if and only if @xmath43 is not a circle . in the case of a planar curve ,
let @xmath120 with curvature @xmath39 and consider the frenet frame @xmath121 , @xmath122 associated to @xmath43 . any parametrized surface
@xmath13 containing @xmath43 as a principal curvature line has the normal vector equal to @xmath123 . therefore , @xmath124.\ ] ] by rodrigues formula @xmath125 if and only if @xmath126 .
one principal curvature is equal to @xmath127 . by the criterium of hyperbolicity of a principal cycle , see remark [ r:1 ] and theorem [ th : lp ] , the principal curvatures can not be constant along a principal cycle .
a construction of the germ of surface containing @xmath43 as a hyperbolic principal cycle can be done as in proposition [ prop : lc ] and theorem [ th : lp2 ] . in the case of spherical curves
, any closed curve has total torsion equal to zero and the proof follows the same steps of the planar case .
this ends the proof .
the study of principal lines goes back to the works of monge , see @xcite , darboux @xcite and many others .
in particular , the local behavior of principal lines near umbilic points is a classical subject of research , see @xcite for a survey . the structural stability theory and dynamics of principal curvature lines on surfaces
was initiated by gutierrez and sotomayor @xcite , @xcite and also has been the subject of recent investigation @xcite .
the presence of umbilic points on such surface depends on function @xmath129 as well as on @xmath130 and @xmath131 , which in turn depends on @xmath46 .
in fact @xmath132 , depending on a free parameter @xmath77 . in this paper
it has been shown that a non circular closed frenet curve @xmath43 in @xmath38 can be a principal line of a germ of surface provided its total torsion is @xmath133 . in theorem
[ th : lp2 ] the germ of the surface has been constructed in such a way that @xmath43 is a hyperbolic principal line . as it is well known that the total torsion of a closed curve can be any real number ,
the results of this paper show that closed principal lines ( principal cycles ) are special curves of @xmath38 .
this completes the results established in @xcite and @xcite . and
j. sotomayor , lines of curvature and umbilic points on surfaces , @xmath135 brazilian math .
colloquium , rio de janeiro , impa , 1991 .
reprinted as structurally configurations of lines of curvature and umbilic points on surfaces , lima , monografias del imca , ( 1998 ) . | @xmath1 @xmath2 immersion smooth compact oriented two dimensional manifold @xmath3 space @xmath4 canonical inner product @xmath5 assumed @xmath6 fundamental forms @xmath7 point @xmath8 @xmath9 symmetric bilinear forms @xmath10 defined @xcite @xmath11 @xmath12 positive normal immersion @xmath13 first fundamental form local chart @xmath14 defined @xmath15 @xmath16 @xmath17 @xmath18 second fundamental form unitary normal vector @xmath19 @xmath20 @xmath21 \sqrt eg -f^2 }=\frac\alpha_u f^2 local chart @xmath14 principal directions immersion @xmath13 defined implicit differential equation @xmath22 umbilic set @xmath13 denoted @xmath23 points three coefficients equation p vanish simultaneously regular integral curves equation principal curvature lines curves @xmath24 differentiable interval @xmath25 non vanishing tangent vector @xmath26 holds @xmath27 @xmath28surface @xmath3 oriented principal curvature lines @xmath29 assembled in two dimensional orthogonal foliations denoted by @xmath30 and @xmath31 normal curvature @xmath32 attains minimum @xmath33 minimal curvature @xmath8 maximum @xmath34 maximal curvature @xmath8 triple @xmath35 principal configuration of immersion @xmath13 @xcite survey qualitative theory principal curvature lines closed principal curvature line principal cycle hyperbolic if first derivative of poincar return map different regular closed line curvature surface total torsion multiple of @xmath0 inverse problem simple closed frenet curve smooth regular curve of @xmath36 non zero curvature oriented surface contains hyperbolic principal cycle ? positive answer curve frenet non circular total torsion integer multiple of @xmath0 interest hyperbolic principal cycles asymptotic behavior of principal foliation first examples of hyperbolic principal cycles surfaces by gutierrez and sotomayor in @xcite genericity structural stability established @xmath37 smooth simple closed regular curve in @xmath38 with positive curvature @xmath39 length @xmath40frenet curve @xmath41) frenet frame @xmath42 @xmath43 equations @xmath44 @xmath45 curvature @xmath46 torsion @xmath43 parametrized surface class @xmath47 defined equation @xmath48 \theta(s ) b(s)\sin\theta(s ) n(s )\frac 12 a(s ) v^2 +\frac 16 b(s)v^3+v^4c(s c(s)+v t)(s)\frac 12 a(s ) v^2 + 16 b(s)v^3+v^4c(s illustration fig . @xcite curve @xmath43 @xmath49 @xmath50 @xmath54 smooth @xmath55periodic functions @xmath56 @xmath57 small curve @xmath43 union principal curvature lines @xmath13 if @xmath58 solution @xmath59 equation parametric surface defined equation regular oriented embedded surface neighborhood @xmath43 umbilic set @xmath60 defined by equation @xmath61 rodrigues formula @xmath43 principal curvature line union maximal minimal principal lines if @xmath63 @xmath64 principal curvature maximal minimal differentiating @xmath65 leads @xmath66\theta(s+\theta(s @xmath43 principal line union maximal minimal lines umbilic points @xmath67 definition @xmath13 @xmath68 @xmath69 independent @xmath13 regular surface neighborhood @xmath43 total torsion integer multiple @xmath0 @xmath67 @xmath70 equation defines oriented surface @xmath43 union principal lines umbilic points @xmath67 coefficients first second forms @xmath13 given @xmath71 v^2 + o ( v^3 ) f(s v)= 12a^\prime a(s ) v^3 + o(v^4)(s v) 1+a(s)^2 v^2+o(v^3)\sin\theta(s)+\theta v+ o(v^2) f(s v)= a^\prime(s ) v+o(v^2) v a(s)+b(s ) v+ o(v^2 )by equations coefficients differential equation principal curvature lines by @xmath72 v+o(v^2)= -(s v+ o(v^2 umbilic points along @xmath43 by solutions @xmath73 equality between principal curvatures @xmath74 and @xmath75 parameter family surfaces @xmath76 defined by equations foliation of neighborhood @xmath43 after removed @xmath77 curve @xmath43 principal cycle of @xmath78 from theorem of existence differential equations dependence with initial conditions @xmath78 boundary conditions equation solution to problem @xmath78 surface defined by equation associated to cauchy problem equation oriented parametric surface @xmath78 class @xmath79 defined by equations @xmath43 hyperbolic principal cycle of @xmath78 if coefficient @xmath82 characteristic exponent of poincar map @xmath43 principal curvatures by @xmath83 first return map @xmath84 defined @xmath85 @xmath86 satisfies variational equation @xmath87 @xmath88 integration equation leads to resultcriterium of hyperbolicity of principal cycle established by gutierrez sotomayor in @xcite proved principal cycle @xmath43 hyperbolic if @xmath89 are arithmetic mean gauss curvatures of surface consider family of oriented parametric surfaces @xmath78 defined by equations @xmath92 @xmath77 holds @xmath93 differentation of equation @xmath43 be smooth curve closed frenet curve of length @xmath55 @xmath38 @xmath46 not identically zero @xmath94 germ oriented surface @xmath95 @xmath6 containing @xmath43 hyperbolic principal cycle consider parametric surface defined by equation @xmath43 is principal cycle when @xmath96 @xmath97 @xmath98 @xmath99 @xmath43 is closed principal line of parametric surface @xmath13 @xmath43 hyperbolic if @xmath101 function @xmath102 not constant @xmath103 @xmath46 not identically equal to zero @xmath104 not constant if @xmath105 @xmath43 hyperbolic ends proof@xmath106 constant @xmath107^\prime}{k(s ) } ds=0 deformation @xmath13 @xmath108 a(s)=[k(s)\sin\theta(s)]^\prime @xmath43 principal cycle @xmath109 curvatures @xmath110^\prime = ( 1- \sin\theta(s))k(s ) + \epsilon [ k(s)\sin\theta(s)]^\prime theorem lp remark r:1 @xmath111^\prime { k(s ) + \epsilon [ k(s)\sin\theta(s)]^\prime ds. differentiating equation @xmath112 @xmath113 @xmath114^\prime}{k(s ) } \right]^2 ds\ne 0. ends proof curve @xmath43 @xmath115 no ruled surfaces @xmath43 closed principal curvature line umbilic points along @xmath43 @xmath116 @xmath117 @xmath118 vanishes @xmath119 vanishes umbilic points proposition lc @xmath43 closed planar spherical frenet curve @xmath55 @xmath38 oriented surface @xmath43 hyperbolic principal cycle @xmath43 not circleplanar curve @xmath120 curvature @xmath39 frenet frame @xmath121 @xmath122 @xmath43 parametrized surface @xmath13 containing @xmath43 principal curvature line normal vector equal to @xmath123 @xmath124 rodrigues formula @xmath125 @xmath126 principal curvature equal to @xmath127 criterium hyperbolicity principal cycle theorem lp principal curvatures constant principal cycle construction germ surface @xmath43 hyperbolic principal cycle proposition [ prop : lc ] theorem th : lp2 ] spherical curves closed curve total torsion equal to zero proof follows steps planar case ends proof study principal lines monge darboux local behavior principal lines near umbilic points classical research @xcite structural stability theory dynamics of principal curvature lines surfaces gutierrez sotomayor recent investigation presence umbilic points surface depends on function @xmath129 @xmath130 @xmath131 depends @xmath46 @xmath132 free parameter @xmath77 non circular closed frenet curve @xmath43 in @xmath38 principal line germ surface total torsion is @xmath133 theorem th : lp2 germ surface constructed @xmath43 hyperbolic principal line total torsion closed curve results show closed principal lines special curves @xmath38 completes results @xcite j. sotomayor lines curvature umbilic points surfaces @xmath135 brazilian math colloquium rio de janeiro impa 1991 reprinted structurally configurations lines curvature umbilic points surfaces lima monografias imca 1998 | 0.564714 | 3,546 | 1,930 | , Saving $0.1 in GPT-4. |
172,640 | we report on the progress of our search for serendipitous distant x - ray galaxy clusters in the rosat pspc pointed observations archive .
the initial aim of our work is to measure the x - ray luminosity function of clusters down to @xmath0 erg @xmath1 s@xmath2 and so test the claims of cluster evolution at moderate redshifts .
we have r band images and spectroscopy for 45 extended sources detected in 50 of the 100 deepest southern fields .
a preliminary analysis suggests we cover a range of distances , from nearby clusters to possible distant clusters , @xmath3 . | one of the major goals of cosmology is to probe the evolution of structure with lookback time .
galaxy clusters play a key role in this ambition because : * their formation by gravitational collapse is understood well enough to allow comparisons of observations with theoretical predictions of density evolution .
* they can be observed out to cosmologically significant distances ( @xmath3 ) and so provide an important probe of the conditions in dense environments at early times .
optically selected distant cluster catalogues ( e.g. gunn et al .
1986 ; couch et al .
1990 ) are plagued by selection effects such as cluster mis - identification due to line of sight projection effects ( frenk et al .
x - ray cluster selection greatly reduces such effects and produces cleaner , statistically better defined samples ( henry 1992 ) . two recent surveys measured the x - ray luminosity function ( xlf ) and found that there are fewer x - ray bright clusters at @xmath4 than locally ( edge et al . 1990 ; henry et al .
this result , if true , is of major consequence to our understanding of cluster evolution ( e.g. kaiser 1991 ) .
unfortunately the conclusions are tentative because the surveys become seriously incomplete at the redshifts where the evolution is seen .
the increased spatial resolution and sensitivity of the rosat pspc detector compared to previous x - ray imaging satellites and its low background rate mean that we can measure the cluster xlf at fainter fluxes .
we can therefore test both the claims of cluster evolution and measure the shape of the local xlf .
several groups are working towards this goal ( e.g. rixos , rdcs & warps ) , each using different cluster selection methods .
as yet , there is no agreed method for detecting clusters in x - ray imaging data and so it is important for independent surveys to investigate different selection algorithms .
a comparison of these surveys is given in table [ tbl : surveys ] .
@xmath5 flux limits are for the 0.5 - 2.0 kev band .
areal coverage as given in rosati 1995 , castander et al .
1995 and jones et al . 1995 .
to combat the severe contamination expected from stars and agn at our survey depths ( stocke et al .
1991 ) , our primary selection criterion is source extension . as clusters have significantly harder spectra than the general population of x - ray sources ( ebeling 1993 ) we use source hardness as a secondary selection criterion .
the analysis is restricted to the 0.5 - 2.0 kev band , to reduce the contamination from soft sources , and to the central region of the pspc detector , where the psf does not change significantly with off - axis angle .
we are concentrating on the 100 deepest pointings which satisfy : * t @xmath6 10ks * @xmath7 * @xmath8 analysis begins with screening out periods of bad aspect error or high particle background .
we then compute a global estimate for the background and search for sources using the cash statistic ( cash 1979 ) .
sources are tested for extent by comparing the photon distribution to the psf , taking care to model both the positional and spectral dependence of the psf .
monte carlo simulations show that we can reliably use source extent as a discriminant within the central region ( @xmath9 ) and that we expect to be 90% complete out to @xmath10 .
all sources which have an extended profile are selected for optical imaging and spectroscopy , during which hardness ratios are used to help identify the x - ray source .
we have analysed 50 rosat fields and our initial observing run , using efosc on the eso 3.6 m , produced r band images and spectroscopy for the extended sources in these fields .
these sources can be characterised as : * pairs of stars with small projected separation . * nearby clusters with @xmath11 .
* imaging suggests a cluster , but spectroscopic confirmation was not possible .
we estimate , from the brightest galaxy magnitudes , @xmath12 . *
sources with no obvious identification even after imaging to @xmath13 .
we show , in fig [ fig : cluster ] , one of our distant cluster candidates .
spectroscopy of the central galaxies suggest @xmath14 .
fitting the x - ray spectrum by a raymond - smith plasma code , with t=6 kev and half solar metallicity , gives l@xmath15 erg s@xmath2 ( 0.5 - 2.0kev ) .
the initial goal of this work is to measure the cluster xlf .
we have time allocated to complete the identification and spectroscopy of our remaining fields .
time has been applied for to secure identification and redshifs of our unconfirmed cluster candidates .
as we suspect our unidentified sources may well be distant clusters , we have applied for k band imaging .
this will allow us to identify clusters and we can use the k-@xmath16 diagram ( collins & mann 1995 ) to estimate cluster redshifts with sufficient accuracy for construction of the cluster xlf .
our collaboration is also using a wavelet - based detection algorithm to search for clusters in the deepest northern rosat pointings . optical follow up of these extended sources
has begun on the arc 3.5 m telescope at apache point
. we will therefore be able to use our two well defined catalogues to directly compare selection techniques and assess our completeness .
future work will investigate the relationship between the hot intracluster gas and the optical properties of clusters and to study the butcher - oemler effect ( butcher & oemler 1984 ) .
our sample , combined with other distant cluster catalogues currently being compiled ( e.g. rixos , rdcs and warps ) , will make an excellent target list for axaf and the upcoming 8 m class of ground based telescopes . butcher h. , oemler a. , 1984 , apj 285 , 426 cash w. , 1979 , apj 228 , 939 castander f.j .
, bower r.g . ,
ellis r.s . , et al , 1995 , nature 377 , 39 collins c.a .
, mann r.g . , 1995 , in preparation couch w. , ellis r.s . , malin d.f . ,
maclaren i. , 1991 , mnras 249 , 606 ebeling h. 1993 , phd thesis , mpe report 250 edge a.c . , stewart g.c .
, fabian a.c . ,
arnaud k.a . , 1990 ,
mnras 245 , 559 frenk c.s .
, white s.d.m .
, efstathiou g. , davis m. , 1990 , apj 351 , 10 gioia i.m .
luppino g.a . , 1994 ,
apjs 94 , 583 gunn j.e . , hoessel j.g . , oke j.b
apj 306 , 30 henry j.p . , 1992 , in : clusters and superclusters of galaxies , ed fabian a.c . , nato asi series , p. 311
henry j.p . , gioia i.m . , maccacaro t. , et al . , 1992 , apj 386 , 408 jones l.r . , scharf c.a . , ebeling h. , et al , 1995 , preprint ( astro - ph/9509061 ) rosati p. , 1995
, preprint ( astro - ph/9509056 ) stocke j.t .
, morris s.l . , gioia i.m . , et al . , 1991 , apjs 76 , 813 | major goals cosmology probe evolution of structure with lookback time galaxy clusters key formation by gravitational collapse comparisons with predictions density evolution observed to cosmologically significant distances provide important probe of conditions in dense environments at early times optically selected distant cluster catalogues plagued by selection effects cluster mis - identification line projection effects x - ray cluster selection reduces effects produces cleaner better defined samples recent surveys x - ray luminosity function found fewer x - ray bright clusters at @xmath4 than locally result to understanding cluster evolution conclusions tentative surveys incomplete at redshifts evolution seen increased spatial resolution sensitivity of rosat pspc detector low background rate measure cluster xlf at fainter fluxes test claims cluster evolution measure shape of local xlf groups working towards goal rixos rdcs warps using different cluster selection methods no agreed method for detecting clusters in x - ray imaging data important for independent surveys to investigate different selection algorithms comparison of surveys in table @xmath5 flux limits for 0.5 - 2.0 kev band areal coverage in rosati 1995 castander 1995 jones et al . combat contamination from stars agn survey depths stocke 1991 primary selection criterion source extension clusters harder spectra x - ray sources 1993 source hardness secondary selection criterion analysis restricted 0.5 - 2.0 kev band reduce contamination sources central region pspc detector psf change with off - axis angle concentrating on 100 deepest pointings @xmath6 10ks @xmath7 @xmath8 analysis screening bad aspect error high particle background compute global estimate background search for sources using cash statistic 1979 sources tested for extent photon distribution to psf positional spectral dependence psf simulations show source extent discriminant central region expect 90% complete to @xmath10 sources extended profile selected for optical imaging spectroscopy hardness ratios identify x - ray source analysed 50 rosat fields efosc 3.6 m produced r band images spectroscopy for extended sources sources characterised as pairs of stars small separation nearby clusters with @xmath11 imaging suggests cluster spectroscopic confirmation estimate brightest galaxy magnitudes @xmath12 sources no identification to @xmath13 fig distant cluster candidatesspectroscopy central galaxies suggest @xmath14 x - ray spectrum raymond - smith plasma code t=6 kev half solar metallicity gives l@xmath15 erg s@xmath2 ( 0.5 - 2.0kev ) initial goal measure cluster xlf time allocated identification spectroscopy remaining fields time applied secure identification redshifs unconfirmed cluster candidates suspect unidentified sources distant clusters applied k band imaging identify clusters use k-@xmath16 diagram estimate cluster redshifts construction cluster xlf collaboration wavelet - based detection algorithm search clusters deepest northern rosat pointings optical follow up extended sources begun arc 3.5 m telescope apache point use catalogues compare selection techniques assess completeness future work investigate relationship hot intracluster gas optical properties clusters study butcher - oemler effect sample distant cluster catalogues excellent target list axaf upcoming 8 m class ground based telescopes butcher oemler 1984 apj 285 426 cash 1979 228 939 castander bower ellis r 1995 nature 377 39 collins mann r 1995 ellismalin d maclaren 1991 mnras 249 606 ebeling 1993 phd thesis report 250 edge stewart fabian arnaud k 1990 mnras 245 559 frenk white s efstathiou davis m 1990 apj 351 10 gioia luppino g 1994 apjs 94 583 gunn j hoessel j oke j apj 306 30 henry j.p 1992 clusters superclusters galaxies fabian a p. 311 henry j gioia maccacaro t 1992 apj 386 408 jones l scharf ebeling h 1995 preprint astro - ph/9509061 rosati 1995/9509056 stocke j morris s gioia i 1991 apjs 76, 813 | 0.270305 | 1,694 | 854 | , Saving $0.1 in GPT-4. |
172,642 | we explore possible applications of the lattice - boltzmann method for the simulation of geophysical flows . this fluid solver , while successful in other fields , is still rarely used for geotechnical applications .
we show how the standard method can be modified to represent free - surface realization of mudflows , debris flows , and in general any plastic flow , through the implementation of a bingham constitutive model . the chapter is completed by an example of a full - scale simulation of a plastic fluid flowing down an inclined channel and depositing on a flat surface .
an application is given , where the fluid interacts with a vertical obstacle in the channel .
mudflow , debris flow , non - newtonian , bingham , lattice - boltzmann | geophysical flows are dangerous natural hazards occurring mostly in mountainous terrain . the most apparent phenomena of this category are debris flows , which originate when heavy rainfall mobilizes a large amount of debris @xcite .
the resulting mixture comprises water , cohesive sediments , organic matter , silt , sand and in many cases also stones of different sizes the resulting rheological behavior is known to have a wide variability@xcite , which makes numerical studies an essential tool to support experimental investigations @xcite .
full - scale simulations of geophysical flows are very scarce , since they require a framework that efficiently manages complicated boundary conditions , as well as a powerful and flexible fluid solver .
moreover , the non - newtonian nature of the material , and in some cases its multiple phases , pose more challenges .
traditional solvers are known to have troubles in tackling this problem , and nowadays alternative solution are sought by the community . the lattice boltzmann method ( lbm )
@xcite is becoming increasingly popular and is today considered a valid alternative for categories of flows where traditional solvers exhibit disadvantages , like multiphase fluids , flows through porous media @xcite , irregular geometries @xcite , and free - surface realizations @xcite .
after reviewing the most commonly used rheological model for flowing geomaterials in sec .
[ rheology ] , we offer an essential overview of the method in sec .
[ lbm ] , together with a simple but effective formulation for the simulation of geophysical flows . in sec .
[ simulation ] and [ obstacle ] examples are given .
the rheology of geophysical flow materials is a debated issue in the field , due to the extreme variability in natural material parameters and the presence of multiple phases , complicating the classification .
most models therefore adopt simplified solutions based on single - phase descriptions .
this can either be a frictional material @xcite or a viscoplastic fluid @xcite .
the former is used for rock and snow avalanches , while the latter is preferred for mudflows and viscous debris flows @xcite . for certain categories of geophysical flows , however , a single - phase approach is insufficient to capture the physics of the phenomena .
debris flows are a typical example of this , because granular and viscous behavior interact , giving rise to unexpected structures and a localization of rheological properties @xcite .
a continuum - continuum coupling for granular and fluid phase is possible , but is incapable of capturing the localization of flow properties , which is widely recognized to be a key feature of debris flows .
a discrete - continuum approach would of course be able to provide a detailed description , but development of this sort of coupling has been slowed by its demanding computational cost .
this is currently challenged , however , by the maturity reached by alternative solvers like smoothed particle hydrodynamics , the material point method , or lbm , which are more flexible in managing complex boundary conditions than traditional tools like finite differences and finite volumes . in such methods ,
the granular phase is treated by a separate solver and , for this reason , the fluid model can focus on the nature of the material .
this is the reason behind our choice to adopt lbm with a purely viscoplastic rheological law , an approach that can offer : * an efficient framework for the simulation of geophysical flows of plastic nature , where the complexity of the boundary does not influence the performance . * a convenient environment for the coupling with a discrete method .
this option opens future chances for full realizations of multiphase flows @xcite .
regarding the specific rheological law , we adopt the bingham model , which is widely used to describe plastic fluids due to its conceptual simplicity .
it reads : @xmath0 where @xmath1 and @xmath2 denote yield stress and plastic viscosity .
an analogous way to write the law is through an analogy with newtonian flow .
one defines a parameter , the apparent viscosity @xmath3 , which proportionally relates stress and rate of strain and is treated as a variable . in the case of a bingham fluid , @xmath3 takes the form @xmath4 where the apparent viscosity @xmath3 ( from now on , for simplicity , called viscosity @xmath5 ) , diverges when @xmath6 , which will require special care in the solver .
we are now ready to introduce lbm in the next section , and to incorporate this constitutive law in sec .
lbm has lately emerged as an attractive alternative to traditional fluid solvers , mainly due to its high - level performance and the predisposition to parallelization .
lbm is also suitable to the solution of problems involving complex boundary conditions @xcite .
it is beyond the scope of this chapter to give a complete description of the method .
the reader can refer to refs .
@xcite for a comprehensive review .
we will focus on the aspects of the formulation that need to be modified in order to successfully reproduce debris flows . in lbm , the fluid is described using a distribution function @xmath7 and a set of discrete velocities @xmath8 .
density @xmath9 and velocity @xmath10 of the fluid are computed as the first two moments of the distribution function @xmath11 the evolution of @xmath7 is governed by the lattice - boltzmann equation @xmath12 where @xmath13 is the operator that represents the effects of inter - particle collisions in the fluid .
a common way to approximate the otherwise complex expression of @xmath13 is the bhatnagar - gross - krook operator @xcite , which relaxes the distribution function to a thermodynamic equilibrium @xmath14 .
it can be written as @xmath15 and features a constant , the relaxation time @xmath16 , which is related to the kinematic viscosity of the fluid @xmath5 as @xmath17 with this formulation , and with the setting of a coherent lattice @xcite , lbm can produce realizations of fluid dynamics in analogy to the navier - stokes equations .
the method is accurate in the limit of small mach number , practically @xmath18 with @xmath19 denoting the lattice speed of sound .
we will now describe two additions to the model necessary for the simulation of geophysical flows : a non - newtonian rheology and a free - surface treatment
. imposed by the method
. therefore , also the viscosity @xmath20 is limited.,scaledwidth=60.0% ] the lbm described in the previous section yields , after the chapman - enskog expansion @xcite , the navier - stokes equation for newtonian fluids .
a simple way to upgrade the method to more general formulations is offered by a local treatment of the relaxation time @xmath16 @xcite .
any rheological law that can be approximated as @xmath21 with @xmath22 , is suitable for this approach .
the relaxation time can in fact be directly related to the viscosity through equation [ mu ] , obtaining ad hoc formulations for different rheological laws .
the bingham fluid , for example , can be written as @xmath23 this type of formulation requires the computation of the shear rate tensor , which can be done easily in lbm directly form the distribution functions @xmath24 and the magnitude can be extracted as @xmath25 the limitation of this approach lies in the range of values given to the relaxation time @xmath16 by equation [ bingham ] .
accuracy in lbm is guaranteed as long as @xmath26 .
reasonable values for these limits are @xmath27 and @xmath28
. therefore , also the viscosity @xmath5 , which is linearly linked to the relaxation time , is subjected to the same restrictions : @xmath29 .
the following considerations are thus necessary : * the fluid that reaches the maximum allowed value of @xmath5 is considered to be in a plastic state .
however , with the proposed scheme , the fluid never stops its motion , but rather flows at a much slower rate .
the ratio between @xmath30 and @xmath31 determines the effectiveness of this approach . with the proposed limit values for @xmath16 , @xmath32 . * the best approximation of a bingham fluid is obtained when @xmath33 , because the lower limitation on @xmath5 has no effect .
however , an eventual transition to turbulent regime can happen when simulating diluted flows , and therefore the value of @xmath31 must be raised to avoid instabilities . in case @xmath34 , the approximation of the bingham constitutive model becomes less accurate . in order to simulate geophysical flows on realistic geometries , we need to include the boundary conditions given by the channel bed and the interface of the flow with air . while the former can be implemented as a standard no - slip boundary condition , as in ref .
@xcite , the latter is a less common practice in lbm .
the free - surface is represented through a classification of the lattice nodes in three categories : liquid , interface and gas nodes .
the governing parameter is the liquid fraction @xmath35 : @xmath36 the liquid fraction of a node evolves according to the streaming of the distribution function given by equation [ newfunctions ] as @xmath37 where @xmath38 and @xmath39 represent the distribution function streaming respectively in and out of the node , and @xmath40 is a parameter that depends on whether the distributions are exchanged with a fluid node or another interface node .
this method conserves mass exactly , and ensures a smooth evolution of the surface .
further details are found in ref .
the full - scale simulation of a plastic geophysical flow is shown in this section . mimicking the real geometry of a small valley ,
the simulation features a cylindrical channel inclined at @xmath41 with respect to the horizontal , and a flat deposition area at its bottom ( fig .
[ geometry ] ) .
the total volume of the flowing material is @xmath42 and is fixed , i.e. neither entrainment nor deposition are modeled . while very big events can be of the order of @xmath43 , the size of the most frequent type of geophysical flows lies in the range of @xmath44 , which is big enough to endanger humans and infrastructures .
therefore our simulation proposes a realistic scenario , even though not a particularly dangerous one .
the fluid has density @xmath45 and follows a bingham - like rheological law , like the one proposed in sec .
yield stress and kinematic plastic viscosity are respectively @xmath46 and @xmath47 , relating the simulated system to a very dense mudflow or to a debris flow whose granular phase has been homogenized into the fluid , therefore increasing the bulk viscosity @xcite . fig .
[ flowvisualization ] shows how the fluid free surface evolves in time .
the fluid is quickly sheared by the effect of gravity and moves until an equilibrium is reached in the deposition area , where the viscosity increases .
this technique can be used to estimate the deposition area of the material after an event , and to support the design of hazard maps on real terrain .
[ characteristics ] shows the evolution of the maximum velocity in the fluid and of the plasticization level of the material , which are the useful parameters to determine the status of the flow .
the color contour shows the velocity at the free surface ( a ) and in the longitudinal section ( b ) . ] ] .
[ forceimage ] to show the possibilities to use lbm to design protection structures , we repeat the simulation of the previous section , this time featuring an obstacle .
lbm can in fact be used to calculate the hydrodynamic interactions on solid objects , computing all momentum transfers between the distribution function and the solid boundaries .
the procedure , which is found in ref .
@xcite , does not change significantly the overall efficiency of the method.we add a retaining wall , fixed at the bottom of the channel and of size @xmath48 , as in fig .
[ geometry ] .
the shape of the free surface after the impact is shown in fig .
[ obstacleimage ] , with insight into the longitudinal cross section of the flow .
the force on the wall can be estimated with a hydrodynamic formula @xcite as @xmath49 where @xmath50 is the area of the obstacle impacted by the flow .
the value of the coefficient @xmath51 is given by the comparison with experiments and varies , according to different authors , from @xmath52 to @xmath53 .
in the simulation , when the flow hits the wall , the depth is @xmath54 and the front speed is @xmath55 , which leads to an estimated force of @xmath56 .
[ forceimage ] shows the hydrodynamic force as calculated by the solver , highlighting the importance of the dynamic load due to the initial impact .
the maximum values match the prediction of the hydrodynamic formula .
in this chapter we showed how a model based on lbm can be used to simulate geophysical flows and provide a new tool for the rational design of mitigation and protection structures .
the model inherits the advantages of the local solution mechanism of lbm , and extends the standard solver with the addition of a bingham fluid formulation and of the free - surface technique .
the resulting framework can be used to simulate homogeneous plastic flows , and provides an optimal environment for the coupling with discrete method , thus opening future chances for the full simulation of multiphase geophysical flows .
the research leading to these results has received funding from the european union ( fp7/2007 - 2013 ) under grant agreement n. 289911 .
we acknowledge financial support from the european research council ( erc ) advanced grant 319968-flowccs .
the authors are grateful for the support of the european research network mumolade ( multiscale modelling of landslides and debris flows ) .
vec , o. , skoek , j. , stang , h. , geiker , m.r . ,
roussel , n. : free surface flow of a suspension of rigid particles in a non - newtonian fluid : a lattice boltzmann approach .
j. nonnewton .
fluid mech . * 179 - 180 * , 3242 ( 2012 ) . | geophysical flows are dangerous natural hazards mostly in mountainous terrain apparent phenomena are debris flows originate when heavy rainfall mobilizes debris resulting mixture comprises water sediments organic matter silt sand stones resulting rheological behavior wide variability makes numerical studies essential experimental investigations full - scale simulations of flows scarce require framework complicated boundary conditions powerful flexible fluid solver non - newtonian nature of material multiple phases pose more challenges traditional solvers troubles alternative solution sought lattice boltzmann method popular valid alternative for flows traditional solvers disadvantages like multiphase fluids porous media irregular geometries free - surface realizations after reviewing used rheological model for flowing geomaterials overview of method simple effective formulation for simulation of geophysical flows examples given rheology of geophysical flow materials debated issue due to extreme variability in natural material parameters multiple phases complicating classification most models adopt simplified solutions based on single - phase descriptions this can either be frictional material or viscoplastic fluidformer used for rock snow avalanches latter preferred for mudflows viscous debris flows for certain categories geophysical flows single - phase approach insufficient capture physics debris flows typical example granular viscous behavior interact unexpected structures localization of rheological properties continuum - continuum coupling for granular fluid phase possible incapable localization flow properties key feature of debris flows discrete - continuum approach detailed description development slowed by computational cost challenged by maturity alternative solvers like smoothed particle hydrodynamics material point method lbm more flexible managing complex boundary conditions granular phase treated by separate solver fluid model focus on nature material reason choice to adopt lbm with purely viscoplastic rheological law efficient framework for simulation of geophysical flows plastic nature performance convenient environment for coupling with discrete method option opens future chances for full realizations of multiphase flows specific rheological law adopt bingham model used describe plastic fluids reads @xmath0 @xmath1 @xmath2 denote yield stress plastic viscosity analogous law with newtonian flow defines parameter apparent viscosity @xmath3 relates stress rate strain treated variable bingham fluid @xmath3 form @xmath4 viscosity viscosity @xmath5 diverges @xmath6 special care solver ready introduce lbm next section incorporate constitutive law sec . lbm attractive alternative to traditional fluid solvers high - level performance predisposition parallelization suitable complex boundary conditions @xcite beyond chapter complete description method refer to refs . @xcite comprehensive review focus aspects formulation reproduce debris flows lbm fluid described distribution function @xmath7 discrete velocities @xmath8 density @xmath9 velocity @xmath10 computed as first two moments distribution function @xmath11 evolution @xmath7 governed by lattice - boltzmann equation @xmath12 @xmath13 represents effects inter - particle collisions approximate complex expression @xmath13 bhatnagar - gross - krook operator @xcite relaxes distribution function to thermodynamic equilibrium @xmath14written as @xmath15 constant relaxation time @xmath16 related to kinematic viscosity fluid @xmath5 @xmath17 coherent lattice @xcite lbm fluid dynamics navier - stokes equations method accurate in small mach number @xmath18 @xmath19 lattice speed of sound two additions non - newtonian rheology free - surface treatment viscosity @xmath20 limited=60.0% lbm yields navier - stokes equation for newtonian fluids upgrade method to general formulations local treatment of relaxation time @xmath16 @xcite rheological law approximated as @xmath21 with @xmath22 suitable relaxation time related to viscosity through equation [ mu ] ad hoc formulations for rheological laws bingham fluid written as @xmath23 requires computation shear rate tensor lbm distribution functions @xmath24 magnitude extracted as @xmath25 limitation in range of values relaxation time @xmath16 by equation bingham accuracy in lbm guaranteed @xmath26 reasonable values limits are @xmath27 and @xmath28viscosity @xmath5 linked to relaxation time subjected to same restrictions : @xmath29 considerations necessary fluid maximum value @xmath5 plastic state proposed scheme fluid never stops motion flows slower rate ratio between @xmath30 and @xmath31 determines effectiveness proposed limit values for @xmath16 @xmath32 best approximation of bingham fluid when @xmath33 lower limitation on @xmath5 no effect transition to turbulent regime diluted flows value @xmath31 must raised avoid instabilities @xmath34 approximation bingham less accurate simulate geophysical flows on geometries include boundary conditions channel bed interface flow with air former no - slip boundary latter less common in lbm free - surface represented classification lattice nodes in three categories liquid interface gas nodes governing parameter liquid fraction @xmath35 : @xmath36 liquid fraction evolves according to streaming distribution function @xmath37 @xmath38 and @xmath39 represent distribution function streaming node @xmath40 depends on distributions with fluid or interface node method conserves mass ensures smooth evolution surface details in ref .full - scale simulation of plastic geophysical flow shown section mimicking real geometry small valley simulation features cylindrical channel inclined at @xmath41 flat deposition area bottom fig . geometry total volume flowing material is @xmath42 fixed neither entrainment nor deposition modeled big events @xmath43 most frequent geophysical flows @xmath44 endanger humans infrastructures simulation proposes realistic scenario not dangerous fluid has density @xmath45 follows bingham - like rheological law yield stress kinematic plastic viscosity @xmath46 and @xmath47 relating system to dense mudflow or debris flow granular phase homogenized into fluid increasing bulk viscosity fig . flowvisualization ] shows fluid free surface evolves fluid quickly sheared by gravity moves until equilibrium in deposition area viscosity increases technique estimate deposition area after event design hazard maps on real terrain characteristics ] shows evolution maximum velocity fluid plasticization level material parameters determine status flow color contour shows velocity at free surface longitudinal section forceimage possibilities use lbm design protection structures simulation previous featuring obstacle lbm hydrodynamic interactions on solid objects computing momentum transfers between distribution function solid boundaries procedure found in ref . @xcite change efficiency add retaining wall bottom channel size @xmath48 fig . geometry shape free surface after impact shown in fig . obstacleimage longitudinal cross section flow force on wall estimated with hydrodynamic formula as @xmath49 @xmath50 area obstacle impacted by flow value coefficient @xmath51 varies from @xmath52 to @xmath53 simulation flow hits wall depth is @xmath54 front speed @xmath55 estimated force @xmath56 forceimage shows hydrodynamic force calculated solver importance dynamic load due initial impact maximum values match prediction hydrodynamic formula model based on lbm simulate geophysical flows new tool for design mitigation protection structures model inherits advantages local solution mechanism lbm extends standard solver bingham fluid formulation free - surface technique framework simulate homogeneous plastic flows optimal environment for coupling with discrete method future full simulation of multiphase geophysical flows research received funding from european union 2013 under grant agreement n. 289911acknowledge financial support european research council grant 319968-flowccs authors grateful support european research network mumolade modelling landslides debris flows skoek stang geiker roussel free surface flow rigid particles non - newtonian fluid lattice boltzmann approach nonnewton fluid mech 179 - 180 3242 2012 ) | 0.508803 | 2,981 | 1,485 | , Saving $0.1 in GPT-4. |
172,650 | electromagnetic modes with parabolic - cylindrical symmetry and their dynamical variables are studied both in the classical and quantum realm . as a result ,
a new dynamical constant for the electromagnetic field is identified and linked to the symmetry operator which supports it . | the dynamical variables of the electromagnetic ( em ) field define its mechanical identity and are essential for understanding the effects of the field on charged particles . as a consequence , finding the natural dynamical variables of the em field and their relations to mode properties has been directly linked to the development of classical and quantum em theory .
historically , the photon concept emerged from suggesting a definite relationship between the energy ( linear momentum ) of a photon and the frequency @xmath0 ( wave vector @xmath1 ) of plane waves .
similarly , the relationship between the angular momentum of em waves and their polarization is very important for understanding , e. g. , atomic processes mediated by photons .
photons associated to em modes with non cartesian symmetries are characterized by sets of dynamical constants different from those of plane waves .
an example corresponds to circular - cylindrical em waves known as bessel modes @xcite or their paraxial analogue , i. e. , laguerre - gaussian beams @xcite .
bessel photons carry a well defined orbital angular momentum @xcite proportional to the winding number @xmath2 of their vortices @xcite .
another example corresponds to mathieu modes which exhibit elliptical - cylindrical symmetry .
mathieu photons carry constant values for the balanced composition of the orbital angular momentum with respect to the foci of the elliptical coordinate system @xcite .
the purpose of this paper is to analyze the mechanical properties of the em modes for the last coordinate system with translational symmetry along an axis known to have separable analytical solutions , i. e. , the parabolic - cylindrical coordinate system .
the solutions of the corresponding wave equation can be expressed in terms of weber functions , giving this name to the em modes .
we show that a balanced composition of a component of the lineal momentum with a component of the angular momentum is a natural dynamical variable for these modes .
weber photons carry a well defined value of this variable .
weber beams of zero - order have already been experimentally generated by means of a thin annular slit modulated by the proper angular spectra @xcite .
this setup was conceived as a variation of that originally used by durnin et al.@xcite for generating bessel beams .
higher order weber beams can also be produced by holograms encoded on plates @xcite or in spatial light modulators @xcite .
* parabolic - cylindrical coordinates .
* the parabolic - cylindrical coordinate system @xmath3 is defined by the transformations @xcite @xmath4 where @xmath5 , @xmath6 and @xmath7 are the well known cartesian coordinates , and @xmath8 and @xmath9 .
surfaces of constant @xmath10 form half confocal parabolic cylinders that open towards the negative @xmath5 axis , while the surfaces of constant @xmath11 form confocal parabolic cylinders that open in the opposite direction .
the foci of all these parabolic cylinders are located at @xmath5=0 and @xmath6=0 for each @xmath7 value .
the scaling factors associated to @xmath10 and @xmath11 are @xmath12 . in the following
, the notation @xmath13 represents the unitary vector related to a given coordinate @xmath5 , the shorthand notation @xmath14 is used for partial derivatives with respect to the variable @xmath5 , and @xmath15 with @xmath16 the velocity of light in vacuum .
the scalar wave equation has separable solutions invariant under axial propagation , @xmath17 in four coordinate systems : cartesian , circular- , elliptic- and parabolic - cylindrical coordinates . for parabolic - cylindrical symmetry helmholtz equation
reads @xmath18 \psi(u , v ) = 0 , \quad k_{\perp}^2 = k^2 - k_{z}^2 , \label{eq : helmholtz}\ ] ] where the real constants @xmath19 is the magnitude of the wave vector for a given frequency @xmath0 , @xmath20 its axial component and @xmath21 its perpendicular component .
if @xmath22 @xmath23 with @xmath24 the separation constant .
these equations are known as parabolic cylinder or weber differential equations .
solutions for this differential set can be expressed as frobenius series , parabolic cylinder functions , whittaker functions , hermite functions , and others @xcite . here , the solutions are expressed in terms of confluent hypergeometric functions of the first kind,@xmath25 : @xmath26 @xmath27 with @xmath28 , @xmath29 , @xmath30 ( @xmath31 ) for even ( odd ) parity functions : @xmath32 ( @xmath33 ) .
the normalization factors are taken as @xmath34 these expressions reduce directly to the frobenius series , presented in ref .
@xcite and used in ref .
@xcite to introduce parabolic optical wave fields in the paraxial regime .
in order to guarantee that these scalar fields vanish when the absolute values of the coordinate variables tend to infinity , @xmath35 must be real @xcite .
the set @xmath36 is complete and orthogonal .
each function @xmath37 satisfies the eigenvalue equations , @xmath38 the operator @xmath39 is directly identified as a generator of the balanced composition of a rotation around the z - axis and translations along the @xmath6-axis since @xmath40 where @xmath41 , and @xmath42 . for scalar fields and spacetime continuous symmetries ,
the generators of infinitesimal transformations turn out to be good realizations of the corresponding dynamical operator . in that sense
, @xmath43 can be related to the product of the z - component of the angular momentum and the y - component of the linear momentum .
then , the eigenvalue equation eq.([eq : a ] ) means that the scalar field @xmath44 carries a well defined value of that momenta product .
travelling scalar weber modes are defined by @xmath45 and these modes are orthonormal @xcite @xmath46
in coulomb gauge , any given solution for the vector electromagnetic field , @xmath47 , can be written as a superposition of modes related to a complete set of solutions for the scalar wave equation , @xmath48 , which are identified as hertz potentials @xcite .
for em fields in parabolic - cylindrical coordinates having a well defined behavior under @xmath49 @xmath50 with the vector operators given by the expressions @xmath51 the constants @xmath52 and @xmath53 are proportional to the amplitude of the transverse electric ( te ) and transverse magnetic ( tm ) em fields , as can be directly seen from their connection with the associated electric and magnetic fields , @xmath54 and @xmath55 yielding @xmath56 similar expressions can be written for the travelling em modes associated to eq .
( [ eq : trav ] ) .
the intensity and polarization structure of a em weber beam are illustrated in fig .
[ fig : fig1 ] .
the instantaneous electric field orientation has a nontrivial structure and , as a function of time , @xmath57 preserves its direction while its magnitude oscillates at each point .
given a symmetry generator noether theorem is usually applied to the field lagrangian density @xmath58 in order to find a dynamical constant for the electromagnetic field .
this theorem states that @xcite , if under an infinitesimal transformation of the space coordinates @xmath59 and the field @xmath60 the lagrangian is left invariant , then the current @xmath61 has a null divergence . as a consequence , @xmath62 defines the density of a dynamical variable whose integrated value over a volume can change only due to the flux of the current @xmath63 through the surface that delimits the volume .
since we are working with em modes that have a particular symmetry the subset of all possible transformations whose generators are directly identified from the eigenvalue equations ( [ eq : par]-[eq : a ] ) is particularly relevant . under an infinitesimal translation along the main direction of propagation @xmath64 or a time translation @xmath65 , the em field changes according to the expressions @xmath66 or @xmath67 , respectively .
this is reflected in the fact that the field momentum - like variable @xmath68 is independent of time if the integration is taken over the whole space .
similarly , the energy - like integral @xmath69\label{eq : energy}\ ] ] is also constant .
in fact , @xmath70 and @xmath71 are proportional to each other with @xmath72 the constant of proportionality .
notice that , in both cases , the dynamical constant can be inferred from the factor @xmath73 defined in eq .
( [ eq : intrinsec ] ) up to a term proportional to the divergence of a vector field , for instance @xmath74 @xmath73 contains just the transformation of the field @xmath75 . under an infinitesimal rotation around the @xmath7-axis with an angle @xmath76 , the electromagnetic field @xmath77 has a well defined transformation rule , @xmath78 , which is independent of the origin of space coordinates . if one considers the noether term @xmath79 , eq.([eq : intrinsec ] ) , an expression for the helicity is found : @xmath80 this is another dynamical constant for weber em modes as can be directly verified by substituting the general expression for the vectors @xmath81 and @xmath77 in terms of the hertz parabolic modes . as expected , it turns out that for a given mode @xmath82 , the helicity @xmath83 is different from zero only if the amplitudes @xmath84 and @xmath85 that define the polarization of a mode are complex .
the noether term @xmath86 , eq.([eq : extrinsec ] ) , defines the density of the @xmath7-component of the orbital angular momentum @xmath87 for weber modes , similarly to periodic plane waves @xcite , @xmath88 with the latter term becoming zero for @xmath89 .
explicitly , @xmath90 thus , a not null orbital angular momentum for a given weber mode @xmath91 in a volume @xmath92 can be due just to a flux of the vector field @xmath93 through the boundary surface .
let us consider @xmath94 as generator of a transformation for the vector field @xmath77 .
noether theorem as described above concerns first order differential operators as generators of continuous symmetries while @xmath95 contains second order operators .
nevertheless , the @xmath79 term associated to this transformation gives rise to @xmath96 the first resulting term in eq .
( [ eq : barb ] ) is proportional to the integrand that defines the energy , eq .
( [ eq : energy ] ) .
thus , for integrations over a finite volume @xmath97 , @xmath98 defines the flux of @xmath99 through the surface around the integration volume .
( [ eq : barb ] ) supports the identification of @xmath100 as the electromagnetic dynamical variable related to the generator @xmath39 . as for the discrete symmetry , using the properties of the scalar function @xmath101 under the reflection of @xmath10 and the expression of the em modes in terms of hertz potentials ,
it is straightforward to find the reflection properties of the electric field @xmath102 for each mode : @xmath103
standard quantization rules require a proper normalization of the em modes so that each travelling photon carries an energy @xmath104 .
the classical electric field amplitude is substituted by the electric field per photon times the creation operator for the given travelling mode , @xmath105 , @xmath106 .
the quantum energy and the momentum along @xmath7 operators take the form : @xmath107 in terms of the number operator : @xmath108 = \delta_{i , j}\delta_{\kappa,\kappa^\prime},\ ] ] allowing the identification of @xmath109 and @xmath110 with the photon momentum along @xmath7 and the photon energy respectively .
as for the helicity , @xmath111 a quantum analysis of the relation between polarization and helicity can be carried out in analogy with the study in ref .
@xcite for bessel fields . finally , in the quantum realm the field operator associated to @xmath94 is @xmath112 an overall factor @xmath113 was introduced so that the dynamical variable @xmath114 for a photon has units of linear momentum times angular momentum as expected for the quantum variable associated to @xmath115 .
the parabolic - cylindrical modes differ from other separable cylindrical modes by having @xmath116 as a symmetry operator .
we showed that the quantum numbers of the em modes @xmath117 are related to their linear momentum along @xmath7 , the energy , and the symmetrized product of the angular momentum along @xmath7 and the momentum along @xmath6 .
the helicity , a property intrinsic to the vector nature of the em field , was shown to be diagonal in the circular basis resulting from the complex superposition of te and tm modes .
the dynamical variable @xmath99 is gauge dependent although it can be written in a gauge independent looking form for monochromatic modes for which @xmath118 .
contrary to standard em dynamical variables which depend on products of @xmath81 and @xmath119 , @xmath120 depends on the products of @xmath81 , @xmath119 , and their derivatives .
since weber em modes form a complete set , @xmath121 will be a conserved quantity for any em wave @xmath77 whenever the flux of @xmath120 through asymptotic parabolic cylinder surfaces at infinity is null .
this flux can be evaluated writing the given em field @xmath77 as a superposition of weber modes and applying eq .
( [ eq : barb ] ) .
the mechanical effects of weber beams on cold atoms deserve a detailed study both quantum mechanically and semiclassically ( in complete analogy to that already done for mathieu beams @xcite ) . however , there are some qualitative features that can be expected without performing such an analysis . for instance , since under stationary conditions , cold noninteracting atoms in a red - detuned light beam have a higher probability of being located in the higher intensity regions of the beam , the corresponding squared atomic wave function mimics the intensity pattern of the light field .
thus , for a weber lattice , the atomic wave function is expected to have a geometrical structure similar to that of the scalar weber function , eq .
( [ eq : total ] ) .
this structure gives rise to the eigenvalue equations eqs .
( [ eq : par]-[eq : a ] ) .
thus , necessarily @xmath99 define a natural dynamical variable for the mechanical description of the @xmath122 cloud in a weber lattice . a careful analysis concerning
this idea is in progress . c. g. darwin , _ proc .
_ a*136 * , 36 ( 1932 ) ; j. humblet , _ physica _ * 10 * , 585 ( 1943 ) ; l. de broglie , _ mcanique ondulatoire du photon et thorie quantique des champs _ ( gauthier - villars , paris , 1949 ) | dynamical variables of electromagnetic field define mechanical identity essential for understanding effects on charged particles finding natural dynamical variables relations to mode properties linked to development classical quantum em theory photon concept emerged from relationship between energy momentum frequency of plane waves relationship between angular momentum of em waves polarization important for understanding atomic processes mediated by photons photons associated to em modes with non cartesian symmetries characterized by dynamical constants different from plane waves example circular - cylindrical em waves bessel modes photons carry orbital angular momentum proportional to winding number of vortices example mathieu modes elliptical - cylindrical symmetry photons carry constant values for balanced composition orbital angular momentum foci elliptical coordinate system purpose of paper to analyze mechanical properties of em modes for last coordinate system with translational symmetry along parabolic - cylindrical coordinate system solutions expressed in weber functions balanced composition of lineal momentum with angular momentum is natural dynamical variable for these modesweber photons carry defined value variable weber beams zero - order generated thin annular slit modulated angular spectra @xcite setup variation durnin et al. bessel beams higher order weber beams produced by holograms plates spatial light modulators parabolic - cylindrical coordinates system @xmath3 defined by transformations @xcite @xmath4 cartesian coordinates surfaces @xmath10 form half confocal parabolic cylinders open negative @xmath5 axis confocal cylinders opposite direction foci at @xmath5=0 @xmath6=0 @xmath7 value scaling factors @xmath10 @xmath11 are @xmath12 notation @xmath13 represents unitary vector related coordinate @xmath5 notation @xmath14 for partial derivatives velocity light in vacuum scalar wave equation has separable solutions under axial propagation @xmath17 four coordinate systems cartesian circular elliptic parabolic - cylindrical coordinatesparabolic - cylindrical symmetry helmholtz equation reads @xmath18 \psi(u v ) = 0 k^2 = k^2 - k{z}^2 real constants @xmath19 magnitude wave vector frequency @xmath0 axial @xmath21 perpendicular @xmath22 @xmath23 @xmath24 separation constant equations parabolic cylinder weber differential equations solutions expressed frobenius series parabolic cylinder functions whittaker functions hermite functions solutions expressed confluent hypergeometric functions@xmath25 @xmath26 @xmath27 @xmath28 even parity functions @xmath32 @xmath33 ) normalization factors @xmath34 expressions reduce frobenius series parabolic optical wave fields paraxial regime scalar fields vanish values coordinate variables tend infinity @xmath35 real set @xmath36 complete orthogonal function @xmath37 satisfies eigenvalue equations operator @xmath39 generator balanced composition rotation around z - axis translations @xmath6-axis @xmath40 @xmath41 @xmath42scalar fields spacetime symmetries generators infinitesimal transformations realizations dynamical operator @xmath43 related to z angular momentum y - linear momentum eigenvalue equation eq.([eq : a ] ) scalar field @xmath44 carries value momenta product travelling scalar weber modes defined by @xmath45 orthonormal @xcite @xmath46 coulomb gauge solution vector electromagnetic field @xmath47 superposition of modes solutions scalar wave equation @xmath48 identified hertz potentials @xcite em fields parabolic - cylindrical coordinates behavior under @xmath49 @xmath50 vector operators @xmath51 constants @xmath52 @xmath53 proportional to amplitude transverse electric magnetic fields @xmath54 @xmath55 @xmath56 similar expressions for travelling em modes eq intensity polarization structure em weber beam illustrated in fig . instantaneous electric field orientation nontrivial structure function time @xmath57 preserves direction magnitude oscillates symmetry generator noether theorem applied to field lagrangian density @xmath58 dynamical constant for electromagnetic fieldtheorem states @xcite under infinitesimal transformation of space coordinates @xmath59 field @xmath60 lagrangian invariant current @xmath61 has null divergence @xmath62 defines density of dynamical variable due to flux current @xmath63 through surface volume working with em modes symmetry subset of transformations identified from eigenvalue equations eq- relevant under infinitesimal translation propagation @xmath64 or time translation @xmath65 em field changes according to expressions @xmath66 or @xmath67 field momentum - variable @xmath68 independent of time if integration over whole space energy - like integral @xmath69 constant @xmath70 and @xmath71 proportional with @xmath72 constant of proportionality dynamical constant inferred from factor @xmath73 proportional to divergence vector field @xmath74 @xmath73 contains transformation of field @xmath75 under infinitesimal rotation around @xmath7-axis angle @xmath76 electromagnetic field @xmath77 has transformation rule independent of origin space coordinates noether term @xmath79 intrinsec expression helicity @xmath80 dynamical constant for weber modes verified substituting expression vectors @xmath81 @xmath77 in hertz parabolic modes mode @xmath82 helicity @xmath83 different from zero if amplitudes @xmath84 @xmath85 complex term @xmath86 defines density @xmath7-component orbital angular momentum @xmath87 for weber modes periodic plane waves @xmath88 latter term zero for @xmath89 @xmath90 not null orbital angular momentum weber mode @xmath91 volume @xmath92 due to flux vector field @xmath93 through boundary surface @xmath94 generator transformation for vector field @xmath77 noether theorem concerns first order differential operators continuous symmetries @xmath95 second order operators @xmath79 term transformation rise to @xmath96 first resulting term eq proportional to integrand energy integrations over finite volume @xmath97 @xmath98 defines flux of @xmath99 through surface integration volume @xmath100 as electromagnetic dynamical variable related to generator @xmath39discrete symmetry using properties scalar function @xmath101 reflection @xmath10 em modes hertz potentials reflection properties electric field @xmath102 each mode @xmath103 rules require normalization em modes each photon carries energy @xmath104 classical electric field amplitude substituted by electric field per photon times creation operator mode @xmath105 @xmath106 quantum energy momentum @xmath7 operators form @xmath107 number operator @xmath108 = \delta_{i j\delta_{\kappa identification @xmath109 @xmath110 with photon momentum @xmath7 energy helicity @xmath111 quantum analysis relation polarization helicity study @xcite bessel fields quantum field operator @xmath94 @xmath112 overall factor @xmath113 introduced dynamical variable @xmath114 photon units linear momentum times angular momentum quantum variable @xmath115 parabolic - cylindrical modes differ @xmath116 symmetry operator quantum numbers em modes @xmath117 related to linear momentum @xmath7 energy symmetrized product angular momentum @xmath7 momentum @xmath6 helicity em field diagonal circular complex superposition te tm modesdynamical variable @xmath99 gauge dependent written gauge independent for monochromatic modes @xmath118 contrary standard dynamical variables @xmath81 @xmath120 depends on @xmath81 @xmath119 derivatives weber em modes form complete set @xmath121 conserved for em wave @xmath77 flux @xmath120 through parabolic cylinder surfaces at infinity null flux evaluated writing em field @xmath77 superposition of weber modes applying eq . barb mechanical effects of weber beams on cold atoms deserve detailed study quantum mechanically semiclassically qualitative features expected without analysis cold noninteracting atoms in red - detuned light beam higher probability higher intensity regions squared atomic wave function mimics intensity pattern light field weber lattice atomic wave function geometrical structure similar to scalar weber function eq total structure eigenvalue equations eqs . par]-[eq : a ] @xmath99 define natural dynamical variable for mechanical description @xmath122 cloud in weber lattice analysis in progress. darwin *136 36 ( 1932 )humblet 585 1943 de broglie mcanique ondulatoire photon thorie quantique champs gauthier villars paris 1949 | 0.571207 | 3,305 | 1,709 | , Saving $0.1 in GPT-4. |
172,651 | in a transiting planetary system , the presence of a second planet will cause the time interval between transits to vary .
these transit timing variations ( ttv ) are particularly large near mean - motion resonances and can be used to infer the orbital elements of planets with masses that are too small to detect by any other means .
i present the results of a study of simulated data where i show the potential that this planet detection technique has to detect and characterize secondary planets in transiting systems .
these results have important ramifications for planetary transit searches since each transiting system presents an opportunity for additional discoveries through a ttv analysis .
i present such an analysis for 13 transits of the hd 209458 system that were observed with the hubble space telescope .
this analysis indicates that a putative companion in a low - order , mean - motion resonance can be no larger than the mass of the earth and constitutes , to date , the most sensitive probe for extrasolar planets that orbit main sequence stars . the presence or absence of small planets in low - order ,
mean - motion resonances has implications for theories of the formation and evolution of planetary systems .
since ttv is most sensitive in these regimes , it should prove a valuable tool not only for the detection of additional planets in transiting systems , but also as a way to determine the dominant mechanisms of planet formation and the evolution of planetary systems . | the core accretion model of planet formation often predicts the presence of small planet masses that become trapped in mean - motion resonance with a gas giant planet as the giant planet migrates inward @xcite .
the small sizes and masses of these putative trapped planets render them difficult to detect by conventional methods like radial velocity ( rv ) measurements and planetary transits .
however , recent work by @xcite and @xcite indicate that , in a known transiting system , the times of the planetary transits are a particularly sensitive probe for additional , resonant bodies .
if a second planet exists in a transiting system , then dynamical interactions within the system cause the time interval between transits to vary . for systems in mean - motion resonance , these transit timing variations ( ttv ) can be quite large ; often of order @xmath0 in where the @xmath1 and @xmath2 are the masses of the perturbing and transiting planets respectively and @xmath3 is the period of the transiting planet ( this amounts to nearly 15 minutes for an earth - mass perturber and a jupiter - mass transiting planet that is in a 3-day orbit ) . from this ttv signal
, one may infer the orbital elements and mass of the perturbing planet . the strong sensitivity of ttv to resonant systems should allow for the discovery of sub earth - mass planets in transiting systems , possibly using modest ( @xmath4 m ) ground - based telescopes .
indeed , the first ttv analysis was conducted for the tres-1 system where ground - based observations of 11 transits were able to probe for planets with masses smaller than the earth @xcite . here
we present portions of a similar study of hubble space telescope ( _ hst _ ) observations of 13 transits of the hd 209458 system @xcite .
we compare the sensitivity to mass of ground - based observations with space - based observations .
we also present the results of an analysis of 100 simulated systems where we attempt to infer the orbital elements of each system from a set of transit times .
we analyzed 13 transit times that were obtained from observations of hd 209458 using various instruments on _ hst_. the details of the photometric data reduction , the transit times , and the balance of our results appear in @xcite .
while those data give no evidence for additional planets , we use them to constrain the presence of secondary planets as a function of various orbital elements . of particular interest
are the constraints on planets in the 2:1 mean - motion resonances ( see figure [ zoom21 ] ) .
we find that a secondary planet in the exterior resonance can not be much more massive than the earth .
for the interior resonance , a second planet must be significantly less massive than the earth in order for the systems to be consistent with the data at the 3-@xmath5 level . , width=340 ] in addition , we simultaneously analyzed these transit data and 68 of the rv measurements reported by @xcite in effort to constrain the allowed mass of a second planet . here ,
we restrict our analysis to initially circular orbits .
figure [ massivegraph ] shows the results of this analysis and compares it with the theoretical predictions given in @xcite and @xcite .
we find that for many orbits , particularly those where the period ratio is larger than 2:1 , the rv technique is more sensitive than ttv .
it also illustrates the tremendous advantage that ttv has in probing resonant systems .
our ttv analysis can not exclude the putative secondary planet that was proposed by @xcite as an explanation for the apparently large radius of hd 209458b .
the proposed planet is relatively distant ( having a period of @xmath6 days ) and is not near a mean - motion resonance . consequently , it would induce a ttv signal with an amplitude less than one second .
rv measurements are better suited to test this hypothesis which we did not attempt .
, width=340 ]
the transit times for the tres-1 system that were published by @xcite have an average timing error of about 100 seconds .
the most precise of the times , derived from observations with the 1.2 m fred whipple telescope , had an uncertainty of 26 seconds .
in contrast , the average uncertainty for the _ hst _ observations of hd 209458 is 25 seconds with the best being 10 seconds .
this serves to illustrate the opportunities available to ground - based facilities .
if the timing precision of 26 seconds is reproducible , then a set of such observations could readily probe for resonant planets with masses smaller than the earth .
recent studies by @xcite indicate that @xmath7 second timing precision should be possible with ground - based telescopes .
this fact , and the relative ease of obtaining time on such telescopes compared with their space - based counterparts , shows that ground - based , follow - up observations of transiting systems identified by _ kepler _ and _ corot _ should prove invaluable .
those observations could address important issues in planet formation and evolution and may identify the smallest known extrasolar planets for the foreseeable future .
once a ttv signal is identified there remains the question of how difficult it is to infer the orbital elements of the perturbing planet .
we outline here our preliminary investigation of this issue . for this study we randomly generated 100 systems that are near the 2:1 mean - motion resonance where the perturbing planet is exterior to the transiting planet . the distributions from which we drew our orbital elements are uniform for the longitude of pericenter , time of pericenter passage , and period ratio ( within 5% of the resonance ) and logarithmically uniform in eccentricity and mass .
for the unknown planet , the eccentricities are between @xmath8 and 1 and the masses are between @xmath9 and @xmath10 where @xmath11 is the mass of the central star .
the mass of the known planet was fixed at @xmath10 and its eccentricities are between @xmath12 and @xmath13 .
we rejected any system where the hill spheres of the two planets could touch .
we chose resonant systems because that is the regime where the ttv technique is unique in its sensitivity and where it will likely prove most valuable .
we allow the perturbing planet masses to be so large ( large enough to be seen with rv measurements ) because it may be possible to conduct a ttv analysis of _ kepler _ and _ corot _ data before rv measurements are available . for each system
we generate a set of 120 consecutive transit times . to each time we add gaussian
, white timing noise with a dispersion equal to 5 seconds per day of the period of the transiting planet ( e.g. for a 3-day period transiting planet the timing error is 15 seconds ) .
from these transit times we analyze 5 subsets of data : ( 1 ) all 120 transit times , ( 2 ) 60 randomly selected times , ( 3 ) 30 random times , ( 4 ) 15 random times , and ( 5 ) 15 correlated times where , if a particular transit is selected then there is a 67% chance that a second transit is selected within 4 orbits and , if a second transit is selected , then there is a 50% chance that a third transit is selected within 4 orbits of the second transit .
this correlated selection should roughly approximate the effects of realistic programs which are constrained by observation conditions , seasonal variations , etc . though these criteria were not selected with any serious rigor . for our analysis
, we assumed that the orbital elements of the transiting planet are known and that the orbits of the two planets are coplanar .
we systematically step through the period ratio of the planets between the 3:2 and the 7:1 resonances and then marginalize over the eccentricity , longitude of pericenter , time of pericenter passage , and mass of the perturber at each point .
this marginalization is done by choosing 500 random values for the parameters at each value of the period ratio , generating hypothetical transit times for each system , calculating the @xmath14 between the actual transit times and the hypothetical transit times , and requiring the set of parameters with the lowest @xmath14 to represent the best - fit system for that value of the period ratio . for each system and each set of transit timing data
we consider the identification of the perturbing planet to be successful if one of the three lowest values of the @xmath14that is , the @xmath14 as a function of period ratio is within 5% of the actual period ratio
. often the remaining orbital elements are also correctly identified , but for our purposes we neglect this information since , once the period ratio is identified a more detailed analysis could be done to find the remaining parameters and their uncertainties .
our results are shown in figure [ results ] where we see that a significant fraction of the systems are correctly identified .
, width=340 ] these preliminary results likely represent a lower bound for the fraction of systems that can be identified from such data .
a more sophisticated search algorithm will certainly do better than the one that we use , which is chosen for simplicity and speed and whose scope is only to provide some basic insight into the challenges associated with inferring the parameters .
some common characteristics of the systems which we fail to identify are that the perturber masses are often small , the eccentricities are often large , and the period ratios that have the lowest @xmath14 are correspond to resonances other than the 2:1 resonance .
such resonances often have similar ttv signals over the time span of the data .
we mention one issue exposed by this experiment . for a ttv analysis of transit data
it is unlikely that a basic markov chain monte carlo ( mcmc ) algorithm will be appropriate .
this is because , for a system in resonance ( where ttv is most useful ) the @xmath14 often has many deep , narrow local minima that correspond to various resonances .
such minima are difficult for a markov chain to handle because , if the step size of the chain is too small it will become trapped in these local minima . yet
, if it is large enough to escape the local minima then it is often too large to properly resolve them .
thus , a multi - stage investigation will probably prove more fruitful where , for example , the local minima are first identified using a search similar to the one outlined above and then each minima is studied with mcmc such that the chain remains inside the selected minima .
the results presented in this article indicate that ttv should be a valuable tool for both discovering additional planets and for constraining the relative importance of different planet formation and evolution mechanisms .
a set of a few tens of high quality , ground - based transit observations can readily probe for earth - mass or smaller planets in several mean - motion resonances .
a similar number of transit observations with space - based telescopes should be able to identify mars - mass companions .
such discoveries could place constraints on the initial mass function of the planetesimals and would provide important guidance to theorists who model planet formation .
we showed that relatively simple search algorithms can correctly identify a large fraction of possible resonant systems .
thus , if small resonant bodies do exist in planetary systems we are confident that they can be found using the ttv technique . | accretion model predicts small planet masses trapped in - resonance with giant planet small sizes masses planets difficult to detect by radial velocity measurements planetary transits recent work by @xcite times planetary transits sensitive for additional resonant bodies if second planet dynamical interactions cause time interval between transits vary for systems mean - motion resonance transit timing variations can be large @xmath0 are masses of perturbing transiting planets period of transiting planet 15 minutes for earth - mass jupiter - mass planet 3-day orbit from ttv signal infer orbital elements mass of perturbing planet strong sensitivity of ttv to resonant systems discovery of sub earth - mass planets in systems using modest ground - telescopes first ttv analysis conducted for tres-1 system observations of 11 transits for planets with masses smaller than earth present similar study of hubble space telescope observations of 13 transits hd 209458 system compare sensitivity to mass of ground observations with space - based observations present results of analysis of 100 simulated systems orbital elements from transit timesanalyzed 13 transit times from hd 209458 instruments details photometric data reduction transit times balance results appear in @xcite data no evidence for additional planets constrain presence secondary planets orbital elements constraints on planets in 2:1 mean - motion resonances figure zoom21 secondary planet in exterior resonance more massive than earth interior resonance second planet must be less massive than earth for with data 3-@xmath5 level analyzed transit data 68 rv measurements @xcite constrain mass second planet analysis to circular orbits figure massivegraph shows results with theoretical predictions in @xcite for many orbits period ratio larger than 2:1 rv technique more sensitive than ttv advantage ttv in probing resonant systems ttv analysis exclude putative secondary planet proposed by @xcite large radius of hd 209458b planet distant period @xmath6 days not near mean - motion resonance induce ttv signal with amplitude less than one second rv measurements better test hypothesis transit times for tres-1 system published by @xcite have average timing error of about 100 secondsprecise times from 1.2 m fred whipple telescope uncertainty 26 seconds average uncertainty for observations hd 209458 25 seconds best 10 seconds opportunities ground - based facilities if timing precision 26 seconds reproducible observations could probe for resonant planets masses smaller than earth studies @xcite indicate @xmath7 second timing precision possible with ground - based telescopes ease obtaining time ground - based observations of transiting systems by _ kepler corot _ invaluable observations address planet formation evolution identify smallest extrasolar planets ttv signal identified infer orbital elements of perturbing planet preliminary investigation randomly generated 100 systems near 2:1 mean - motion resonance perturbing planet exterior to transiting planet distributions orbital elements uniform for longitude pericenter time of pericenter passage period ratio uniform in eccentricity mass unknown planet eccentricities between @xmath8 and 1 masses between @xmath9 and @xmath10 @xmath11 mass central star mass known planet at @xmath10 eccentricities between @xmath12 and @xmath13 rejected system where hill spheres planets touchchose resonant systems ttv technique unique sensitivity likely valuable allow perturbing planet masses large seen with rv measurements conduct ttv analysis of kepler corot _ data before rv measurements available each system generate 120 consecutive transit times add gaussian white timing noise dispersion equal to 5 seconds per day transiting planet 3-day period timing error 15 seconds analyze 5 subsets data all 120 transit times 60 randomly selected times 30 random times 4 15 random times 5 15 correlated times if transit selected 67% chance second transit selected within 4 orbits 50% chance third transit within 4 orbits correlated selection approximate effects realistic programs constrained by observation conditions seasonal variations criteria not selected with serious rigor assumed orbital elements transiting planet known orbits two planets coplanar step through period ratio planets between 3:2 and 7:1 resonances marginalize over eccentricity longitude pericenter time of pericenter passage mass of perturber each point marginalization by choosing 500 random values for parameters each value period ratio generating hypothetical transit times system calculating @xmath14 between times requiring parameters with lowest @xmath14 best - fit system for period ratioeach system transit timing data consider identification of perturbing planet successful if one three lowest values of @xmath14that period ratio within 5% of actual period ratio remaining orbital elements correctly identified neglect information once period ratio identified more detailed analysis could find remaining parameters uncertainties results shown in figure [ ] significant fraction of systems correctly identified preliminary results represent lower bound for fraction systems identified sophisticated search algorithm do better than chosen for simplicity speed basic insight into challenges inferring parameters common characteristics of systems fail to identify perturber masses small eccentricities large period ratios lowest @xmath14 correspond to resonances other than 2:1 resonance resonances have similar ttv signals over time span data issue for ttv analysis transit data unlikely basic markov chain monte carlo ) algorithm appropriate @xmath14 has many deep narrow local minima to various resonances minima difficult for markov chain to handle if step size chain too small trapped in local minima if large enough to escape local minima often too large to resolvemulti - stage investigation fruitful local minima identified search similar studied with mcmc chain remains inside selected minima results indicate ttv valuable tool discovering planets constraining importance planet formation evolution mechanisms few tens high quality ground - transit observations probe for earth - mass smaller planets mean - motion resonances similar transit observations space - telescopes identify mars - mass companions discoveries constraints initial mass function planetesimals provide guidance theorists planet formation simple search algorithms identify large fraction resonant systems if small resonant bodies exist in planetary systems confident found using ttv technique | 0.362981 | 2,402 | 1,187 | , Saving $0.1 in GPT-4. |
172,666 | we prove that the optimal assignment kernel , proposed recently as an attempt to embed labeled graphs and more generally tuples of basic data to a hilbert space , is in fact not always positive definite . | let @xmath0 be a set , and @xmath1 a symmetric function that satisfies , for any @xmath2 and any @xmath3 and @xmath4 : @xmath5 such a function is called a _ positive definite kernel _ on @xmath0 .
a famous result by @xcite states the equivalence between the definition of a positive kernel and the embedding of @xmath0 in a hilbert space , in the sense that @xmath6 is a positive definite kernel on @xmath0 if and only if there exists a hilbert space @xmath7 with inner product @xmath8 and a mapping @xmath9 such that , for any @xmath10 , it holds that : @xmath11 the construction of positive definite kernels on various sets @xmath0 has recently received a lot of attention in statistics and machine learning , because they allow the use of a variety of algorithms for pattern recognition , regression of outlier detection for sets of points in @xmath0 @xcite .
these algorithms , collectively referred to as _ kernel methods _ , can be thought of as multivariate linear methods that can be performed on the hilbert space implicitly defined by any positive definite kernel @xmath6 through ( [ eq : inp ] ) , because they only access data through inner products , hence through the kernel .
this `` kernel trick '' allows , for example , to perform supervised classification or regression on strings or graphs with state - of - the - art statistical methods as soon as a positive definite kernel for strings or graphs is defined .
unsurprisingly , this has triggered a lot of activity focused on the design of specific positive definite kernels for specific data , such as strings and graphs for applications in bioinformatics in natural language processing @xcite .
motivated by applications in computational chemistry , @xcite proposed recently a kernel for labeled graphs , and more generally for structured data that can be decomposed into subparts .
the kernel , called _ optimal assignment kernel _ , measures the similarity between two data points by performing an optimal matching between the subparts of both points .
it translates a natural notion of similarity between graphs , and can be efficiently computed with the hungarian algorithm .
however , we show below that it is in general not positive definite , which suggests that special care may be needed before using it with kernel methods .
it should be pointed out that not being positive definite is not necessarily a big issue for the use of this kernel in practice .
first , it may in fact be positive definite when restricted to a particular set of data used in a practical experiment .
second , other non positive definite kernels , such as the sigmoid kernel , have been shown to be very useful and efficient in combination with kernel methods .
third , practitioners of kernel methods have developed a variety of strategies to limit the possible dysfunction of kernel methods when non positive definite kernels are used , such as projecting the gram matrix of pairwise kernel values on the set of positive semidefinite matrices before processing it .
the good results reported on several chemoinformatics benchmark in @xcite indeed confirm the usefulness of the method .
hence our message in this note is certainly not to criticize the use of the optimal assignment kernel in the context of kernel methods .
instead we wish to warn that in some cases , negative eigenvalues may appear in the gram matrix and specific care may be needed , and simultaneously to contribute to the limitation of error propagation in the scientific litterature .
let us first define formally the optimal assignment kernel of @xcite .
we assume given a set @xmath12 , endowed with a positive definite kernel @xmath13 that takes only nonnegative values .
the objects we consider are tuples of elements in @xmath12 , i.e. , an object @xmath14 decomposes as @xmath15 , where @xmath16 is the length of the tuple @xmath14 , denoted @xmath17 , and @xmath18 .
we note @xmath0 the set of all tuples of elements in @xmath12 .
let @xmath19 be the symmetric group , i.e. , the set of permutations of @xmath16 elements .
we now recall the kernel on @xmath0 proposed in @xcite : the meaning of the statement `` not always '' in theorem [ thm1 ] is that there exist choices of @xmath12 and @xmath13 such that the optimal assignment kernel is positive definite , while there also exist choices for which it is not positive definite .
theorem [ thm1 ] contradicts theorem 2.3 in @xcite , which claims that the optimal assignment kernel is always positive definite .
the proof of theorem 2.3 in @xcite , however , contains the following error . using the notations of @xcite , the author define in the course of their proof the values @xmath23 and @xmath24 .
they show that @xmath25 , on the one hand , and that @xmath26 , on the other hand . from this
they conclude that @xmath27 , which is obvioulsy not a valid logical conclusion .
when @xmath29 , the tuples are simply repeats of the unique element , hence each element @xmath31 is uniquely defined by its length @xmath32 .
the optimal assignment kernel is then given by : @xmath33 the function @xmath34 is known to be positive definite on @xmath35 , therefore @xmath6 is a valid kernel on @xmath0 .
the function @xmath13 defined in lemma [ lem2 ] is the well - known gaussian radial basis function kernel , which is known to be positive definite and only takes nonnegative values , hence it satisfies all hypothesis needed in the definition of the optimal assignment kernel . in order to show that the latter is not positive definite
, we exhibit a set of points in @xmath0 that can not be embedded in a hilbert space through ( [ eq : inp ] ) . for this
let us start with four points that form a square in @xmath12 , e.g. , @xmath40 and @xmath41 ( figure [ fig : square ] ) . in the space @xmath0 of tuples ,
let us now consider the six @xmath44-tuples obtained by taking all pairs of distinct points : @xmath45 . using the definition of the optimal assignment kernel @xmath46 for @xmath47 , we easily obtain : @xmath48 if @xmath6 was positive definite , then these six @xmath44-tuples could be embedded to a hilbert space @xmath7 by a mapping @xmath9 satisfying ( [ eq : inp ] ) .
let us show that this is impossible .
let @xmath49 be the hilbert distance between two points @xmath21 after their embedding in @xmath7 .
it can be computed from the kernel values by the classical equality : @xmath50 we first observe that @xmath51 , and @xmath52 .
therefore , @xmath53 from which we conclude that @xmath54 form a half - square , with hypotenuse @xmath55 . a similar computation shows that @xmath56 is also a half - square with hypotenuse @xmath55 .
moreover , @xmath57 which shows that the four points @xmath58 are in fact coplanar and form a square .
the same computation when @xmath59 and @xmath60 are respectively replaced by @xmath61 and @xmath62 shows that the four points @xmath63 are also coplanar and also form a square .
hence all six points can be embedded in @xmath64 dimensions , and the points @xmath65 are themselves coplanar and must form a rectangle on the plane equidistant from @xmath66 and @xmath67 ( figure [ fig2 ] ) .
the edges of this rectangle have all the same length @xmath68 and is therefore a square , whose hypotenuse @xmath55 should have a length @xmath69 .
however a direct computation gives @xmath70 , which provides a contradiction since @xmath71 .
hence the six points can not be embedded into a hilbert space with @xmath6 as inner product , which shows that @xmath6 is not positive definite on @xmath0 .
h. frhlich , j. k. wegner , f. sieker , and a. zell .
optimal assignment kernels for attributed molecular graphs . in _ proceedings of the 22nd international conference on machine learning _ , pages 225 232 , new york , ny , usa , 2005 . acm press . | @xmath0 set @xmath1 symmetric function satisfies @xmath2 @xmath3 @xmath4 @xmath5 function positive definite kernel _ on @xmath0 result @xcite equivalence between definition positive kernel embedding @xmath0 in hilbert space @xmath6 positive definite kernel on @xmath0 if hilbert space @xmath7 with inner product @xmath8 mapping @xmath9 @xmath10 holds @xmath11 construction of positive definite kernels on sets @xmath0 attention in statistics machine learning algorithms for pattern recognition regression outlier detection for sets points @xmath0 @xcite algorithms kernel methods multivariate linear methods performed on hilbert space defined by positive definite kernel @xmath6 access data through inner products kernel kernel trick allows supervised classification regression on strings graphs with statistical methods positive definite kernel for strings graphs defined triggered activity design specific positive definite kernels for specific data strings graphs bioinformatics natural language processing @xcite computational chemistry @xcite proposed kernel for labeled graphs structured data decomposed into subpartskernel optimal assignment kernel _ measures similarity between two data points optimal matching subparts translates notion similarity between graphs computed with hungarian algorithm not positive definite special care needed before using with kernel methods not positive definite not big issue for practice may be positive definite when restricted to particular set data in practical experiment other non positive definite kernels sigmoid kernel useful efficient with kernel methods practitioners kernel developed strategies to limit dysfunction non positive definite projecting gram matrix of pairwise kernel values on positive semidefinite matrices before processing good results on chemoinformatics benchmark in @xcite confirm usefulness method not criticize use optimal assignment kernel kernel methods warn negative eigenvalues may appear in gram matrix specific care needed limitation of error propagation define optimal assignment kernel of @xcite assume set @xmath12 positive definite kernel @xmath13 takes only nonnegative values objects are tuples of elements in @xmath12 object @xmath14 decomposes as @xmath15 @xmath16 is length of tuple @xmath14 @xmath17 and @xmath18 note @xmath0 set tuples elements @xmath12 @xmath19 symmetric group set permutations @xmath16 elements recall kernel on @xmath0 proposed @xcite meaning statement `` not always '' theorem [ thm1 ] choices @xmath12 @xmath13 optimal assignment kernel positive definite choices not positive definite theorem contradicts theorem 2.3 @xcite claims optimal kernel always positive definite proof theorem 2.3 contains error notations author define values @xmath23 @xmath24 show @xmath25 @xmath26 conclude @xmath27 not valid @xmath29 tuples repeats of unique element each element @xmath31 uniquely defined by length @xmath32 optimal assignment kernel given by @xmath33 function @xmath34 positive definite on @xmath35 @xmath6 valid kernel on @xmath0 function @xmath13 lemma [ lem2 ] gaussian radial basis function kernel positive definite takes nonnegative values satisfies hypothesis definition optimal assignment kernel show latter not positive definite exhibit set points in @xmath0 not embedded in hilbert space throughstart four points square in @xmath12 @xmath40 figure square space @xmath0 tuples consider six @xmath44-tuples pairs distinct points @xmath45 definition optimal assignment kernel @xmath46 @xmath47 obtain @xmath48 if @xmath6 positive six @xmath44-tuples embedded hilbert space @xmath7 mapping @xmath9 show impossible @xmath49 hilbert distance between two points @xmath21 after embedding @xmath7 computed from kernel values classical equality @xmath50 observe @xmath51 @xmath52 @xmath53 @xmath54 form half - square hypotenuse @xmath55 computation @xmath56 half - square hypotenuse @xmath55 @xmath57 four points @xmath58 coplanar form square computation @xmath59 @xmath60 replaced @xmath61 @xmath62 four points @xmath63 coplanar form square all six points embedded in @xmath64 dimensions points @xmath65 coplanar form rectangle plane equidistant from @xmath66 and @xmath67 figure edges rectangle same length @xmath68 square hypotenuse @xmath55 length @xmath69 direct computation gives @xmath70 contradiction since @xmath71 six points embedded hilbert space @xmath6 @xmath6 not positive @xmath0 h. frhlich wegner sieker a zell optimal assignment kernels molecular graphs proceedings 22nd international conference machine learning pages 225 232 new york 2005 press | 0.315093 | 1,821 | 970 | , Saving $0.1 in GPT-4. |
172,674 | present estimations of proton - proton total cross sections at very high energies are obtained from cosmic rays ( @xmath0 ev ) by means of some approximations and the knowledge of the measured proton - air cross section at these energies . besides , total cross sections are measured with present day high energy colliders up to nearly @xmath1 tev in the center of mass ( @xmath2 ev in the laboratory ) . here
we use a phenomenological model based on the multiple - diffraction approach to succesfully describe data at accelerator energies
. then we estimate with it proton - proton total cross sections at cosmic ray energies . on the basis of a forecasting regression analysis
we determine confident error bands , analyzing the sensitivity of our predictions to the employed data for extrapolation . | recently a number of difficulties in uniting accelerator and cosmic ray values of hadronic cross - sections within the frame of the highest up - to - date data have been summarized @xcite .
such united picture appears to be highly important for at least , the interpretation of results of new cosmic ray experiments , as the hires @xcite and in designing proposals that are currently in progress , as the auger observatory @xcite , as well as in designing detectors for future accelerators , as the cern pp large hadron collider ( lhc ) .
although most of accelerator measurements of @xmath3 and @xmath4 at center of mass energy @xmath5 @xmath6 1.8 tev are quite consistent among them , this is unfortunately not the case for cosmic ray experiments at @xmath7 tev where some disagreements exist among different experiments .
this is also the case among different predictions from the extrapolation of accelerator data up to cosmic ray energies : whereas some works predict smaller values of @xmath4 than those of cosmic ray experiments ( e.g. @xcite ) other predictions agree at some specific energies with cosmic ray results ( e.g. @xcite ) .
dispersion of cosmic ray results are mainly associated to the strong model - dependence of the relation between the basic hadron - hadron cross - section and the hadronic cross - section in air .
the later determines the attenuation lenght of hadrons in the atmosphere , which is usually measured in different ways , and depends strongly on the rate ( @xmath8 ) of energy dissipation of the primary proton into the electromagnetic shower observed in the experiment : such a cascade is simulated by different monte carlo techniques implying additional discrepancies between different experiments .
furthermore , @xmath4 in cosmic ray experiments is determined from @xmath9 using a nucleon - nucleon scattering amplitude which is frequently in disagreement with most of accelerator data @xcite . on the other hand , we dispose of parameterizations ( purely theoretically , empirical or semi - empirical based ) that fit pretty well the accelerator data .
most of them agree that at the energy of the lhc ( 14 tev in the center of mass ) or higher ( extrapolations ) the rise in energy of @xmath4 will continue , though the predicted values differ from model to model .
we claim that both the cosmic ray and parameterization approaches must complement each other in order to draw the best description of the hadronic cross - section behavior at ultra high energies .
however , the present status is that due to the fact that interpolation of accelerator data is nicely obtained with most of parameterization models , it is expected that their extrapolation to higher energies be highly confident : as a matter of fact , parameterizations are usually based in a short number of fundamental parameters , in contrast with the difficulties found in deriving @xmath4 from cosmic ray results @xcite .
if extrapolation from parameterization models is correct this would imply that @xmath9 should be smaller , which would have important consequences for development of high energy cascades . with the aim of contributing to the understanding of this problem , in this paper we first briefly analyze in the first two sections the way estimations
are done for proton - proton total cross sections from accelerators as well as from cosmic rays .
we find serious discrepancies among both estimations . in the third section , on the basis of the multiple diffraction model applied to accelerator data , we predict @xmath10 total cross section values with smaller errors than with the standard techniques . we conclude with a discussion about the quality of present cosmic ray estimations .
since the first results of the intersecting storage rings(isr ) at cern arrived in the 70s , it is a well established fact that @xmath4 rises with energy ( @xcite ) .
the cern @xmath12 collider found this rising valid for @xmath3 as well @xcite .
later , the tevatron confirmed that for @xmath3 the rising still continues at 1.8 tev , even if there is a disagreement among the diferent experiment values as for the exact value ( @xcite ) .
a thoroughful discussion on these problems may be found in @xcite .
it remains now to estimate the amount of rising of the total cross section at those energies .
let us resume the standard technique used by accelerator experimentalists @xcite . using a semi - empirical parameterization based on regge theory and asymptotic theorems experimentalists
have succesively described their data from the isr to the @xmath12 energies .
it takes into account all the available data for @xmath4 , @xmath13 , @xmath3 and @xmath14 , where @xmath15 , is the real part of the ( @xmath16 ) forward elastic amplitude at @xmath17 .
the fits are performed using the once - subtracted dispersion relations : @xmath18\ ] ] where @xmath19 is the substraction constant .
the expression for @xmath20 is : @xmath21^{\gamma}\ ] ] where - ( + ) stands for @xmath10 ( @xmath22 ) scattering .
cross sections are measured in mb and energy in gev , e being the energy measured in the lab frame .
the scale factor @xmath23 have been arbitrarily chosen equal to 1 gev@xmath24 .
the most interesting piece is the one controling the high - energy behaviour , given by a @xmath25 term , in order to be compatible , asymptotically , with the froissart - martin bound @xcite .
the parameterization assumes @xmath4 and @xmath3 to be the same asymptotically .
this is justified from the very precise measurement of the @xmath26 parameter at 546 gev @xcite .
the eight free parameters are determined by a fit which minimizes the @xmath27 function @xmath28 the fit has proved its validity predicting from the isr data ( ranging from 23 to 63 gev in the center of mass ) , the @xmath3 value later found at the @xmath12 collider , one order of magnitude higher in energy ( 546 gev ) @xcite . with the same well - known technique and using the most recent results it is possible to get estimations for @xmath4 at the lhc and higher energies .
these estimations , together with our present experimental knowledge for both @xmath4 and @xmath3 are plotted in figure 1 .
we have also plotted the cosmic ray experimental data from akeno ( now agassa ) @xcite and the fly s eye experiment @xcite .
the curve is the result of the fit described in @xcite .
the increase in @xmath4 as the energy increases is clearly seen .
numerical predictions from this analysis are given in table 1 .
it should be remarked that at the lhc energies and beyond the fitting results display relatively high error values , equal or bigger than 8 mb .
we conclude that it is necessary to look for ways to reduce the errors and make the extrapolations more precise .
.@xmath3 data from high energy accelerators : fits values are from [ 5 ] .
[ cols="<,<,>",options="header " , ]
it has been shown in this work that highly confident predictions of high energy @xmath4 values are strongly dependent on the energy range covered by experimental data and the available number of those data values . in
particularly , we show that if we limit our study of determining @xmath4 at cosmic ray energies from extrapolation of accelerator data of @xmath29 gev , then results are compatible with most of cosmic ray experiments and other prediction models , because the predicted error band is so wide that covers their corresponding error bands ( fig .
however , as x the included data in our calculations extends to higher energies , that is , when all experimental available data is taken into account , the estimated values for @xmath4 obtained from extrapolation and those obtained from cosmic ray experiments are only compatible , within the error bars , with the akeno results ( fig .
it should be noted that our predictions are compatibles with other prediction studies @xcite .
taken all these convergences at face value , as indicating the most probable @xmath4 value , we conclude that if predictions from accelerator data are correct , hence , it should be of great help to normalize the corresponding values from cosmic ray experiments , as for instance by keeping the ( @xmath8 ) parameter as a free one , as it is done for instance in @xcite .
the @xmath8 value found will greatly help the tunning of the complicated monte carlo calculations used to evaluate the development of the showers induced by cosmic rays in the upper atmosphere . in summary , extrapolations from accelerator data should be used to constraint cosmic ray estimations .
engel r. , gaisser t.k .
, lipari p. , stanev t. , _ phys .
d _ * 58 * , 014019 ( 1998 ) .
see http://sunshine.chpc.utah.edu/research/cosmic/hires/ the pierre auger project design report . _ fermilab report _
donnachie , a and landshoff , p.v .
b _ * 296 * , 227 ( 1992 ) .
augier , c. et al _ phys .
b _ * 315 * , 503 ( 1993a ) . m.m.block , f. halzen and t. stanev , phys . rev .
lett . * 83 * , 4926 ( 1999 ) .
glauber , r.j .
, 1956 , _ lectures in theoretical physics _ ( reading : interscience , n.y . ) .
glauber r.j .
, matthiae g. , _ nucl .
b _ * 21 * , 135 ( 1970 ) . glauber , r.j . ,
velasco , j. _ phys .
b _ * 147 * , 380 ( 1984 ) .
martini , a.f . and menon , m.j .
d _ * 56 * , 4338 ( 1997 ) .
amaldi , u. et al _ phys .
b _ * 44 * , 11 ( 1973 ) .
amendolia , s.r .
et al _ phys .
b _ * 44 * , 119 ( 1973 ) .
amaldi , u. et al .
b _ * 66 * , 390 ( 1977 ) .
bozzo , m. et al _ phys .
b _ * 147 * , 392 ( 1984 ) .
amos , n. et al , _ phys .
lett . _ * 63 * , 2784 ( 1989 ) .
abe et al .
d _ * 50 * , 5550 ( 1994 ) .
matthiae , g. _ rep .
phys . _ * 57 * , 743 ( 1994 ) . ,
* 1999 * , on elastic and diffractive scattering , protvino , russia .
froissart , m. _ phys .
rev . _ * 123 * , 1053 ( 1961 ) ; martin , a. 1966 , nuovo cimento 42 , 930 ( 1966 ) . c. l. pryke , e - print archive : astro - ph/0003442 a. m. hillas , nucl .
b ( proc . supp . )
* 52b * , 29 ( 1997 ) .
r. s. fletcher et al .
d * 50 * , 5710 ( 1994 ) .
honda , m. et al _ phys .
lett . _ * 70 * , 525 ( 1993 ) .
baltrusatis , r.m .
et al _ phys .
lett . _ * 52 * , 1380 ( 1984 ) .
baltrusatis , r.m .
et al _ porc .
19th icrc _ ,
la jolla ( 1985 ) .
nikolaev , n.n .
d _ * 48 * , r1904 ( 1993 ) .
gaisser , t.k . ,
sukhatme , u.p . ,
yodh , g.b .
d _ * 36 * , 1350 ( 1987 ) .
augier , c. et al _ phys .
b _ * 316 * , 448 ( 1993b ) .
perez - peraza , j. , gallegos - cruz , a. , velasco , j. , sanchez - hertz , a. faus - golfe , a. and alvarez - madrigal , m. _ prediction of p - p total cross - sections with highly confident uncertainty band " , in aip proceedingg of the metepec , puebla _ , international workshop on observing ultra high energy cosmic rays from space and earth , august ( 2000 ) .
velasco , j. , perez - peraza , j. , gallegos - cruz , a. , alvarez - madrigal , m. , faus - golfe , a. and sanchez - hertz , a. _ proc .
26@xmath30 icrc , utah _ , * 1 * , 198 ( 1999 ) .
m.m.block , f. halzen and t. stanev , phys .
d * 62 * , 077501 ( 2000 ) . | difficulties uniting accelerator cosmic ray values hadronic cross - sections data summarized @xcite united picture important for interpretation new cosmic ray experiments designing proposals auger observatory designing detectors for future accelerators cern pp large hadron collider accelerator measurements of @xmath3 @xmath4 at center mass energy @xmath5 @xmath6 1.8 tev consistent not for cosmic ray experiments at @xmath7 tev disagreements exist among predictions from accelerator data cosmic ray energies some predict smaller values of @xmath4 ray other agree at specific energies with cosmic ray results dispersion of cosmic ray results associated to model - relation between basic hadron - hadron cross - section hadronic cross - section in air later determines attenuation lenght of hadrons in atmosphere depends on rate @xmath8 energy dissipation of primary proton into electromagnetic shower cascade simulated by techniques additional discrepancies between experiments @xmath4 in cosmic ray experiments determined from @xmath9 using nucleon - nucleon scattering amplitude frequently with accelerator data @xcite parameterizations that fit accelerator dataagree at energy lhc ( 14 tev or higher rise in energy of @xmath4 continue predicted values differ model to claim cosmic ray and parameterization approaches complement description hadronic cross - section behavior at ultra high energies status due interpolation accelerator data obtained with parameterization models expected extrapolation to higher energies confident parameterizations based in short fundamental parameters difficulties deriving @xmath4 from cosmic ray results @xcite if extrapolation parameterization correct @xmath9 be smaller important consequences for development high energy cascades paper analyze estimations for proton - proton total cross sections from accelerators cosmic rays find serious discrepancies estimations third section multiple diffraction model accelerator data predict @xmath10 total cross section values with smaller errors techniques conclude discussion quality of cosmic ray estimations first results intersecting storage rings at cern 70s @xmath4 rises with energy ( @xcite ) cern @xmath12 collider found rising valid for @xmath3 @xcite tevatron confirmed for @xmath3 rising continues at 1.8 tev disagreement values for exact value @xcite ) discussion in @xcite .estimate total cross section at energies resume standard technique accelerator experimentalists semi - empirical parameterization regge theory asymptotic theorems described data from isr to @xmath12 energies data for @xmath4 @xmath15 part of elastic amplitude at @xmath17 fits performed using once - subtracted dispersion relations @xmath18 @xmath19 substraction constant expression for @xmath20 @xmath21^{\gamma} - ( + ) for @xmath10 @xmath22 scattering cross sections measured in mb energy in gev scale factor @xmath23 equal to 1 gev@xmath24 controling high - energy behaviour @xmath25 term with froissart - martin bound @xcite parameterization assumes @xmath4 @xmath3 same asymptotically precise measurement @xmath26 parameter at 546 gev @xcite eight free parameters determined by fit minimizes @xmath27 function @xmath28 fit validity isr data 23 to 63 gev @xmath3 value at @xmath12 collider higher in energy ( 546 gevsame technique recent results estimations for @xmath4 at lhc higher energies estimations present experimental knowledge for @xmath4 @xmath3 plotted in figure 1 plotted cosmic ray data from akeno @xcite fly s eye experiment @xcite curve result of fit @xcite increase in @xmath4 as energy increases seen numerical predictions in table 1 lhc energies beyond fitting results display high error values equal or than 8 mb necessary to reduce errors make extrapolations more precise@xmath3 data from high energy accelerators fits values from [ 5 ] confident predictions of high energy @xmath4 values dependent on energy range experimental data available number limit study of determining @xmath4 at cosmic ray energies from extrapolation accelerator data @xmath29 gev results compatible with most cosmic ray experiments other prediction models predicted error band wide covers error bands data calculations extends to higher energies estimated values for @xmath4 extrapolation cosmic ray experiments only compatible error bars with akeno results predictions compatibles with other prediction studies @xcite convergences probable @xmath4 value predictions accelerator data correct normalize values cosmic ray experiments @xmath8 parameter free @xmath8 value monte carlo calculations showers cosmic rays extrapolations accelerator data constraint cosmic ray estimations engel r. gaisser t.k lipari p. stanev t. . * 58 *, 014019 ( 1998 ) http://sunshine.chpc.utah.edu/research/cosmic/hires/ pierre auger project design report fermilab report donnachie landshoff p.v 296 *, 227 ( 1992 ) augier , c. phys . 315 *, 503 ( 1993a ) m.m.block f. halzen stanev phys . 83 *, 4926 ( 1999 ) glauber r.j 1956 lectures theoretical interscience glauber r matthiae g. nucl 21 * 135 ( 1970 ) glauber velasco , j. phys . 147 * , 380 ( 1984 ) martini a.f menon m.j 56 * , 4338 ( 1997 ) amaldi , u. phys .44 * 11 ( 1973 ) amendolia phys. 44 119 ( 1973 ) amaldi 66 * 390 ( 1977 ) bozzo phys 147 * 392 ( 1984 ) amos n phys. 63 * 2784 ( 1989 ) abe 50 * 5550 ( 1994 ) matthiae 57 * , 743 ( 1994 ) 1999 elastic diffractive scattering protvino russia froissart phys. 123 * , 1053 ( 1961 ) martin 1966 cimento 42 , 930 ( 1966 ) pryke - print archive astro - ph/0003442 hillas nucl * 52b * , 29 ( 1997 ) fletcher al 50 * , 5710 ( 1994 ) honda . * 70 * 525 ( 1993 ) baltrusatis 52 * , 1380 ( 1984 ) 19th jolla ( 1985 ) nikolaev * 48 * r1904 ( 1993 ) gaisser sukhatme yodh 36 * , 1350 ( 1987 ) augier c. al phys316 448 1993b ) perez - peraza gallegos - cruz velasco sanchez - hertz faus - golfe alvarez - madrigal prediction p - cross - sections uncertainty metepec puebla international workshop high energy cosmic rays space earth august 2000 ) velasco perez - peraza gallegos - cruz alvarez - madrigal faus - golfe sanchez - hertz 26@xmath30 icrc utah 198 ( 1999 ) m.m.block halzen stanev phys 62 077501 ( 2000 ) | 0.443393 | 2,905 | 1,521 | , Saving $0.1 in GPT-4. |
172,675 | with reasonable assumptions and approximations , we compute the velocity of the meridional flow @xmath0 in the convective envelope by modified chandrasekhar s ( 1956 ) mhd equations .
the analytical solution of such a modified equation is found to be @xmath1 c_n^{3/2}(\mu)$ ] , where @xmath2 is non - dimensional radius , @xmath3 , @xmath4 is the co - latitude , @xmath5 are the gegenbaur polynomials of order 3/2 , @xmath6 and @xmath7 are the unknown constants . by taking a clue from the helioseismic inferences that meridional velocity increases from the surface towards base of the convective envelope , we neglect first part in the series solution and consider the second part @xmath7 only .
hence the required solution of the meridional velocity in the convective envelope is given as @xmath8 $ ] . in order to solve two unknown constants @xmath9 and @xmath10 uniquely , we match the observed surface meridional velocity at the two latitudes @xmath11 and @xmath12 with the meridional velocity obtained by the analytical solution .
the results show that meridional velocity flow from the surface appears to penetrates deep below base of the convective envelope and at outer part of the radiative zone .
with such a deep flow velocity below the convective envelope and a very high density stratification in the outer part of the radiative zone with likely existence of a strong ( @xmath13 @xmath14 g ) toroidal magnetic field structure , the velocity of transport of meridional flow is considerably reduced .
hence , it is very unlikely that the return flow will reach the surface ( with a period of solar cycle ) as required by some of the flux transport dynamo models . on the other hand ,
deep meridional flow is required for burning of lithium at outer part of the radiative zone supporting the observed lithium deficiency at the surface . | it is believed that meridional velocity flow may be transferring angular momentum and maintaining solar differential rotation in the convective envelope . in the early history of the stars , especially the sun ,
meridional flow might have been played a major role in bringing the lithium from the surface towards the outer part of the radiative core where it is easily burnt and supplemented the existing radiative energy flow .
this may be one of the reason for the observed lithium depletion over the surface of the sun . in case of the sun , the analysis from the tracers such as sunspots ( javaraiah 1999 and references there in ; wohl 2002 ) , magnetic field patterns ( snodgrass and dailey 1996 ; meunier 2005 and references there in ) , inferences from the doppler measurements ( hathaway _ et .
_ 1996 ; nesme - ribes _ et .
_ 1997 ) and , the inferences from the local helioseismology techniques ( giles _ et .
_ 1997 ; chou and dai 2001 ; gizon , duvall and larsen 2001 ; beck , gizon and duvall 2002 ; basu and antia 2002 ; basu and antia 2003 ; haber _ et .
_ 2004 ; gizon 2004 ; zhao and kosovichev 2004 ; antia and basu 2007 ; gizon and thompson 2007 ; kriger , roth and luhe 2007 ; shibahashi 2007 ) show that there exists a meridional velocity flow from the equator towards the pole . on the surface
the flow velocity increases from @xmath13 1 - 2 m / sec near the equator to @xmath13 20 - 50 m / sec near the higher latitudes . some of the inferences ( basu , antia and tripathy 1999 ; antia and basu 2007 ; gonzalez _ et .
_ 2006 ) from the local helioseismology show that meridional flow increases from surface towards base of the convective envelope .
unfortunately the helioseismic inferences of meridional flow yield the accurate results only few mega meters just below the surface .
the genesis of meridional circulation in a star was first proposed by bierman ( 1958 ) who discussed extensively in the iau symposium that pure rotation without meridional circulation is not possible stationary states of motion for the convection zones of stars .
recent studies ( rudiger 1989 ; kitchatinov and rudiger 2005 ; tassoul 2000 ; rempel 2005 ) emphasize the turbulent reynold stresses for maintaining the differential rotation and hence existence of the meridional flow . in order to reproduce proper solar butterfly diagrams and predict future solar cycles ( dikpati and gilman 2007
; choudhuri , chatterjee and jiang 2007 ) , the flux transport dynamo models require the meridional circulation that needs to penetrate ( nandy choudhuri 2002 ) below base of the convective envelope .
there are supporting ( rdiger , kitchatinov and arlt 2005 ) and nonsupporting ( gilamn and miesch 2004 ) models for the deep penetration of the meridional velocity flow below base of the convective envelope .
very recently svanda , zhao and kosovichev ( 2007 ) show that the mean longitudinally averaged meridional flow measurements by helioseismology may not be used directly in solar dynamo models for describing the magnetic flux transport , and that it is necessary to take into account the longitudinal structure of these flows .
aims of the present study are two fold : ( i ) with reasonable assumptions and approximations , solve modified chandrasekhar s mhd equation for meridional part of the velocity flow in the convective envelope and , ( ii ) examine whether meridional velocity flow penetrate deep below base of the convective envelope for the lithium burning and also as required by the flux transport dynamo models .
thus this study also supplements the information of the meridional flow velocity where local helioseismology can not infer reliably so deep below the surface .
as in our previous work ( hiremath & gokhale 1995 ; hiremath 1994 ) , we assume that , in the convective envelope , the fluid is incompressible and the large - scale magnetic fields and the fluid motions are symmetric about the rotation axis .
we also assume that the magnetic eddy diffusivity @xmath15 and the eddy diffusivity due to viscosity @xmath16 are constants with values represented by the appropriate averages . following chandrasekhar ( 1956 )
, the magnetic field @xmath17 and the velocity @xmath18 for the axisymmetric system can be expressed @xmath19 @xmath20 where @xmath21 , @xmath22 is the density , @xmath23 , @xmath24 , @xmath25 are the cylindrical polar coordinates , with their axes along the axis of solar rotation ; @xmath26 , @xmath27 , and @xmath28 are the corresponding unit vectors and ; @xmath29 , @xmath30 , @xmath31 , and @xmath0 are the scalar functions that are independent of @xmath32 . further we make the following assumptions and approximations .
steady parts of the poloidal magnetic field @xmath29 and poloidal component of the velocity field @xmath0 ( meridional velocity ) are very weak compared to the steady part of the rotation @xmath31 .
in fact such a steady part of poloidal magnetic field is found to be @xmath33 g from the observation ( stenflo 1993 ) and @xmath34 g from theoretical calculations ( hiremath and gokhale 1995 ) . thus , by taking average density of the sun , alfve@xmath35n velocity varies between @xmath13 1 - 0.01 cm @xmath36 which is very negligible compared to the dominant part of rotational velocity ( @xmath37 ) .
this leads us to safely assume that @xmath29 is approximately zero and for the sake of making this investigation simple we put @xmath38 in the following chandrasekhar s mhd equations .
similarly poloidal part of the velocity ( meridional circulation ) over the surface is found to be @xmath39 times the rotation velocity .
though we can not neglect the meridional velocity in mhd equations , it can not be equated with the dominant part of the angular velocity @xmath31 .
we also assume that strength of steady part of toroidal field @xmath30 is less than ( or at most comparable to ) that of the steady part of rotation .
the afore mentioned assumptions lead to decoupling of poloidal part of velocity equation and , thus we have the following modified chandrasekhar s ( 1956 ) mhd equations that take into account the eddy viscosity ( nakagawa and swarztrauber 1969 ) also @xmath40 - \varpi{{\partial \delta_5 u}\over{\partial t } } = 0 \ , , \ ] ] @xmath41 - \varpi { { \partial t}\over{\partial t } } = 0 \ , , \ ] ] @xmath42 - { \varpi^3}{{\partial \omega}\over{\partial t } } = 0 \ , , \ ] ] @xmath43 where @xmath44 = { { \partial f}\over{\partial z}}{{\partial g}\over{\partial \varpi } } - { { \partial f}\over{\partial \varpi}}{{\partial g}\over{\partial z } } \ , , \ ] ] and @xmath45 in the previous study ( hiremath 2001 ) , we used equations 4 - 6 to obtain the solution for the toroidal parts of magnetic field and velocity field structures in the convective envelope .
as the equation ( 3 ) for the meridional flow velocity @xmath0 is decoupled from rest of the equations , there are two unique solutions of this equation : either @xmath46 a trivial solution and , @xmath47 a non trivial solution .
nontrivial solution of the equation ( 3 ) is @xmath1 c_n^{3/2}(\mu)$ ] , where @xmath2 is non - dimensional radius , @xmath3 , @xmath4 is the co - latitude , @xmath5 are the gegenbaur polynomials of order 3/2 , @xmath6 and @xmath7 are the unknown constants to be determined from the boundary conditions . by taking a clue from the helioseismic inferences ( basu , antia and tripathy 1999 ; antia and basu 2007 ; gonzalez _ et .
_ 2006 ) that meridional velocity increases from the surface towards base of the convective envelope , we neglect first part in the series solution and consider the second part @xmath7 only .
for the sake of understanding and simplicity of the problem we consider antisymmetric components @xmath9 and @xmath10 modes only .
hence the required solution of the meridional velocity in the convective envelope is given as @xmath8 $ ] . in order to solve two unknown constants @xmath9 and
@xmath10 uniquely , we match the observed surface meridional velocity at the two latitudes @xmath11 and @xmath12 with the meridional velocity obtained by the analytical solution .
finally we get the meridional velocity @xmath0 from the determined two unknown constants and using above equation . in fig 1 . , we present the iso - meridional velocity flow in the one quadrant of the convective envelope .
the results show that : ( i ) unlike the close isomeridional contours that are required by the flux transport dynamo models , the present solution yields the isomeridional contours that are not closed in the convective envelope and appear to penetrate deep in the outer part of the radiative zone , ( ii ) on the surface , magnitude of meridional velocity is @xmath13 5 m / sec near the equator and reaches @xmath13 25 m / sec around @xmath48 latitude and , ( iii ) near base of the convective envelope , magnitude of meridional velocity is @xmath13 5 m / sec near the equator and reaches maximum of @xmath13 220 m / sec around @xmath48 latitude .
the first result that meridional flow penetrates deeply in the outer part of the radiative zone is also consistent with the result obtained by the recent study ( garaud and brummel 2007 ) .
let us consider the isomeridional contour that is close to the surface ( @xmath13 25 m / sec ) and appears to penetrates deep in the outer part of the radiative zone .
owing to very high density stratification in the outer part of the radiative zone and likely existence ( friedland and gruzinov 2004i ; rasba _ et .
_ 2007 ) of strong ( @xmath13 @xmath14 g ) toroidal magnetic field structure , the velocity of transport of meridional flow is considerably reduced ( rempel 2006 ) . the law of conservation of mass yields the relation @xmath49 , where @xmath50 and @xmath51 are meridional flow velocity and density stratification near the surface and , @xmath52 and @xmath53 are meridional flow velocity and density stratification in the outer ( @xmath54=0.5 ) part of the radiative zone . if we substitute @xmath55 m / sec and the respective density values in this relation , meridional flow velocity in the outer part of the radiative zone is found to be @xmath13 1 cm / sec .
if we assume that isomeridional velocity flows are circular loops , one can notice from fig 1 that half of the circular loop is in the convective envelope and rest half lies in the outer part of the radiative core .
thus travel time taken by the longest meridional circular loop that lies in the convective loop is found to be @xmath13 3 years and the travel time taken by the longest meridional circular loop that lies in the outer part of the radiative region is found to be 3000 years .
that means the meridional flow velocity that starts near the surface and after penetrating deep near base of the convective envelope return back to the surface after 3000 years .
this return time scale is nearly 100 times the return time scale as required by the flux transport dynamo models . _
hence it is very unlikely that the solar meridional circulation plays any major role in reproducing the proper butterfly diagrams and dictating the next solar cycle_. however , present study supports the idea that the observed surface lithium depletion can be explained if deep meridional circulation carries the lithium and penetrates deep in the outer part of the radiative core resulting in burning into helium . | believed meridional velocity flow may transferring angular momentum maintaining solar differential rotation in convective envelope in early history stars especially sun meridional flow might have major role in bringing lithium from surface towards outer part radiative core burnt supplemented radiative energy flow may reason for observed lithium depletion over surface sun sun analysis from tracers sunspots ( javaraiah 1999 wohl 2002 magnetic field patterns 1996 meunier 2005 inferences from doppler measurements hathaway 1996 nesme - ribes 1997 inferences from local helioseismology techniques giles 1997 chou dai 2001 2001 2002 2007 show meridional velocity flow from equator towards pole on surface flow velocity increases from 1 - 2 m / sec near equator to 20 - 50 m / sec near higher latitudes inferences ( basu antia tripathy 1999 2007 gonzalez 2006 ) from local helioseismology show meridional flow increases from surface towards base of convective envelope helioseismic inferences of meridional flow yield accurate results only few mega meters below surfacegenesis meridional circulation in star proposed by bierman 1958 ) discussed rotation without meridional circulation possible convection recent studies rudiger 1989 2005 tassoul 2000 rempel 2005 emphasize turbulent reynold stresses maintaining differential rotation meridional flow reproduce solar butterfly diagrams predict future solar cycles flux transport dynamo models require meridional circulation penetrate below convective envelope supporting 2005 nonsupporting gilamn miesch 2004 ) models for deep penetration meridional velocity flow below convective envelope svanda zhao kosovichev 2007 show longitudinally averaged meridional flow measurements helioseismology not used in solar dynamo models magnetic flux transport necessary to longitudinal structure aims present study solve chandrasekhar s mhd equation for meridional velocity flow in convective envelope examine meridional velocity flow deep below base convective envelope for lithium burning required flux transport dynamo models study supplements information meridional flow velocity where local helioseismology not infer deep below surfaceprevious work hiremath gokhale 1995 1994 assume convective envelope fluid incompressible large - scale magnetic fields fluid motions symmetric rotation axis magnetic eddy diffusivity @xmath15 diffusivity viscosity @xmath16 constants averages chandrasekhar 1956 ) magnetic field @xmath17 velocity @xmath18 axisymmetric system expressed @xmath19 @xmath20 @xmath21 density cylindrical polar coordinates axes axis solar rotation @xmath26 unit vectors @xmath29 @xmath0 scalar functions independent of @xmath32 assumptions approximations steady parts poloidal magnetic field @xmath29 velocity field @xmath0 meridional velocity weak compared steady rotation @xmath31 steady part field @xmath33 g observation stenflo 1993 ) @xmath34 g theoretical calculations hiremath gokhale 1995 ) average density sun@xmath35n velocity varies between @xmath13 1 - 0.01 cm @xmath36 negligible compared to dominant rotational velocity @xmath37 )assume @xmath29 zero put @xmath38 in chandrasekhar s mhd equations poloidal part velocity meridional circulation over surface @xmath39 times rotation velocity meridional velocity not equated with dominant angular velocity @xmath31 assume strength steady part toroidal field @xmath30 less than comparable steady part rotation assumptions lead decoupling poloidal part velocity equation modified chandrasekhar s 1956 ) mhd equations eddy viscosity 1969 ) @xmath40 - \varpi{{\partial \delta_5 u}\over t = 0 @xmath41 - \varpi \partial t} = 0 @xmath42 - { \varpi^3}{{\partial \omega}\partial t = 0 @xmath43 @xmath44 = \partial f}\over\partial z}}{{\partial g} \varpi -\partial f} \varpi}}{{ g} z @xmath45 previous study 2001 used equations 4 - 6 solution for toroidal parts magnetic field velocity field structures in convective envelopeequation ( 3 ) meridional flow velocity @xmath0 decoupled two unique solutions @xmath46 trivial @xmath47 non trivial nontrivial solution is @xmath1 c_n^{3/2}(\mu)$ ] @xmath2 non - dimensional radius @xmath3 @xmath4 co - latitude @xmath5 gegenbaur polynomials 3/2 @xmath6 @xmath7 unknown constants boundary conditions helioseismic inferences meridional velocity increases surface towards base convective envelope neglect first part consider second part @xmath7 only consider antisymmetric components @xmath9 @xmath10 modes only required solution meridional velocity as @xmath8 $ ] solve two unknown constants @xmath9 and @xmath10 match surface meridional velocity latitudes @xmath11 @xmath12 with velocity analytical solution get meridional velocity @xmath0 from determined two unknown constants equation fig 1 . iso - meridional velocity flow in one quadrant convective enveloperesults show unlike close isomeridional contours flux transport dynamo models present solution yields contours not closed in convective envelope penetrate deep outer radiative zone on surface meridional velocity is @xmath13 5 m / sec near equator reaches 25 m / sec around @xmath48 latitude near base convective envelope meridional velocity 5 m / sec near equator maximum 220 m / sec around @xmath48 latitude meridional flow penetrates deeply in outer radiative zone consistent with recent study 2007 consider isomeridional contour close to surface @xmath13 25 m / sec penetrates deep in outer radiative zone high density stratification outer strong toroidal magnetic field structure velocity transport meridional flow reduced 2006 law of conservation of mass yields relation @xmath49 @xmath50 are meridional flow velocity density stratification near surface @xmath52 meridional flow velocity density in outer part radiative zone substitute @xmath55 m / sec density values meridional flow velocity in outer radiative zone @xmath13 1 cm / sec assume isomeridional velocity flows are circular loops fig 1 half in convective envelope rest half in outer radiative core travel time longest meridional circular loop in convective loop 3 years longest meridional outer radiative region 3000 years meridional flow velocity starts near surface near base convective envelope to surface after 3000 years return time scale 100 times flux transport dynamo models unlikely solar meridional circulation role in reproducing butterfly diagrams dictating next solar cycle present study supports observed surface lithium depletion explained if deep meridional circulation carries lithium penetrates outer part radiative core burning into helium | 0.436998 | 2,840 | 1,482 | , Saving $0.1 in GPT-4. |
172,678 | we present new constraints on the spectral index @xmath0 of tensor fluctuations from the recent data obtained by the bicep2 experiment .
we found that the bicep2 data alone slightly prefers a positive , `` blue '' , spectral index with @xmath1 at @xmath2 c.l .. however , when a tt prior on the tensor amplitude coming from temperature anisotropy measurements is assumed we get @xmath3 at @xmath2 c.l .
, ruling out a scale invariant @xmath4 spectrum at more than three standard deviations .
these results are at odds with current bounds on the tensor spectral index coming from pulsar timing , big bang nucleosynthesis , and direct measurements from the ligo experiment . considering only the possibility of a `` red '' , @xmath5 spectral index we obtain the lower limit @xmath6 at @xmath2 c.l .
( @xmath7 when a tt prior is included ) . | the recent detection of b - mode polarization made by the bicep2 experiment @xcite clearly represents one of the major discovery in cosmology in the past twenty years .
while the bicep2 result clearly needs to be confirmed by future experiments , it is timely and important to fully analyze the bicep2 data and to identify all possible inconsistencies at the theoretical level . in this brief note
we focus our attention on the spectral index of tensor fluctuations @xmath0 .
indeed , a crucial prediction of inflation is the production of a stochastic background of gravity waves ( @xcite ) with a slightly tilted spectrum , @xmath8 where @xmath9 denotes a slow roll parameter from inflation ( @xmath10 is the hubble rate during the inflationary stage ) . in standard inflation @xmath11
is strictly positive @xcite and in the usual parameter estimation routines , the tensor spectral index is assumed to be `` red '' , or negligible .
however , in recent years , a set of inflationary models has been elaborated where the spectral index of tensor modes could be positive , @xmath12 , i.e. `` blue '' .
a first attempt to compare these models with observational data has been made in @xcite .
the main theoretical problem for the production of a blue spectrum of gravitational waves ( bgw ) is that the stress - energy tensor must violate the so - called null energy condition ( nec ) . in a spatially flat frw metric ,
a violation of nec indeed corresponds to the inequality @xmath13 and is ultimately the reason for the red tensor spectrum in standard inflation .
models that violates nec have been already presented .
for example , in the so - called super - inflation models @xcite where inflation is driven by a component violating the nec a bgw spectrum is expected .
models based on string gas cosmology as in @xcite , where scalar metric perturbations are thought to originate from initial string thermodynamic fluctuations @xcite , also can explain a bgw background .
a bgw spectrum is also a generic prediction of a class of four - dimensional models with a bouncing phase of the universe @xcite . to induce the bounce ,
the stress - energy tensor must violate the null energy condition ( nec ) .
g - inflation @xcite , has a galileon - like nonlinear derivative interaction in the lagrangian with the resultant equations of motion being of second order . in this model ,
violation of the null energy condition can occur and the spectral index of tensor modes can be blue .
bgw may also be present in scalar - tensor theories and @xmath14 gravity theories .
it is therefore timely to investigate the constraints on the tensor spectral index @xmath0 from the bicep2 data .
strangely enough , no constraint on this parameter has been presented by the bicep2 collaboration while , as we discuss in the next section , we found that the bicep2 data could provide interesting results on this parameter .
our analysis method is based on the boltzmann camb code @xcite and a monte carlo markov chain ( mcmc ) analysis based on the mcmc package ` cosmomc ` @xcite ( version december 2013 ) .
we have implemented in the mcmc package the likelihood code provided by the bicep2 team ( we just use bb data ) . and considered as free parameters the ratio of the tensor to scalar amplitude @xmath15 at @xmath16 , defined as @xmath17 , and the tensor spectral index @xmath0 .
we prefer to use the pivot scale at @xmath18 since the bicep2 data is most sensitive to multipole @xmath19 and using the approximate formula @xmath20 .
all the remaining parameters have been kept fixed at the planck+wp best fit values for the lcdm+r scenario ( see @xcite ) . moreover , since the tensor amplitude should also be consistent with the upper limits on @xmath15 coming from measurements of the temperature power spectrum , we have assumed a prior of @xmath21 at @xmath22 c.l .
( see @xcite ) .
we refer to this prior as the `` tt '' prior .
note that the tt prior is taken at much larger scales , @xmath23 than those sampled by the bicep2 experiments .
as we show in the next section this prior is extremely important for the constraints on @xmath0 .
[ cols="^,^ " , ] the results of our analysis are reported in table i and figure 1 . we consider four cases : @xmath0 free , @xmath0 free but with the tt prior , @xmath0 assumed to be negative ( @xmath5 ) and @xmath0 assumed to be negative plus the tt prior .
we can derive the following conclusions : * the bicep2 data alone slightly prefers a positive spectral index .
the case @xmath4 is consistent with the data in between two standard deviations .
* when a tt prior of @xmath21 at @xmath22 c.l .. is assumed , the bicep2 data strongly prefers a blue spectral index with @xmath24 excluded at more than three standard deviations .
* if we restrict the analysis to negative @xmath0 we obtain a lower limit of @xmath25 at @xmath2 c.l .
( @xmath7 in case of the tt prior ) .
in this brief note we have presented new constraints on the spectral index @xmath0 of tensor fluctuations from the recent data obtained by the bicep2 experiment .
we found that the bicep2 data alone slightly prefers a positive , `` blue '' , spectral index with @xmath1 at @xmath2 c.l .. however , when a tt prior on the tensor amplitude coming from temperature anisotropy measurements is assumed we get @xmath3 at @xmath2 c.l . , ruling out a scale invariant @xmath4 spectrum at more than three standard deviations .
considering only the possibility of a `` red '' , @xmath5 spectral index we obtain the lower limit @xmath6 at @xmath2 c.l .
( @xmath7 when a tt prior is included ) .
these results are at odds with current upper limits on the tensor spectral index coming from observations of pulsar timing , big bang nucleosynthesis , and from direct upper limits from the ligo experiment ( see e.g. @xcite ) . considering @xmath26 and using the method adopted in @xcite we found the current upper limits on @xmath0 : @xmath27 , @xmath28 and @xmath29 at @xmath2 c.l . from pulsar timing , ligo and bbn respectively .
the ligo and bbn limits are in strong tension with the bicep2+cmb value .
therefore a positive spectral index does not provide an acceptable solution to the tension between the bicep2 data and current upper limits on @xmath15 from temperature anisotropies .
this indicates either the need of including extra parameters ( as the running of the scalar spectral index @xcite or extra neutrino species @xcite ) to relax current bounds on @xmath30 from temperature anisotropies or the presence of unresolved systematics in current cmb data . during the submission of this paper other works appeared discussing the possibility of a bgw from bicep2 ( see @xcite ) but without presenting numerical constraints on @xmath0 and an independent analysis of the bicep2 data .
we also like to point out the discussion on the ` cosmocoffee.info ` website where results similar to ours have been presented by antony lewis .
we like to thank antony lewis for the use of the numerical codes cosmomc and camb . l. f. abbott and m. b. wise , nucl .
b * 244 * , 541 ( 1984 ) ; a. a. starobinsky , the jetp lett . *
30 * , 682 ( 1979 ) [ pisma zh .
fiz . * 30 * , 719 ( 1979 ) ] .
v. a. rubakov , m. v. sazhin and a. v. veryaskin , unification phys .
b * 115 * , 189 ( 1982 ) .
r. fabbri and m. d. pollock , phys .
b * 125 * , 445 ( 1983 ) .
d. h. lyth and a. riotto , phys .
rept . * 314 * , 1 ( 1999 ) [ arxiv : hep - ph/9807278 ] .
r. camerini , r. durrer , a. melchiorri and a. riotto , phys . rev .
d * 77 * , 101301 ( 2008 ) [ arxiv:0802.1442 [ astro - ph ] ] ; e. di valentino , a. melchiorri and l. pagano , int .
j. mod .
d * 20 * ( 2011 ) 1183 .
p. creminelli , m. a. luty , a. nicolis and l. senatore , jhep * 0612 * , 080 ( 2006 ) [ arxiv : hep - th/0606090 ] ; e. i. buchbinder , j. khoury and b. a. ovrut , phys . rev .
d * 76 * , 123503 ( 2007 ) [ arxiv : hep - th/0702154 ] ; e. i. buchbinder , j. khoury and b. a. ovrut , jhep * 0711 * , 076 ( 2007 ) [ arxiv:0706.3903 [ hep - th ] ] ; creminelli and l. senatore , jcap * 0711 * , 010 ( 2007 ) [ arxiv : hep - th/0702165 ] .
p. a. r. ade _ et al .
_ [ planck collaboration ] , arxiv:1303.5076 [ astro-ph.co ] . p. a. r. ade _ et al . _
[ planck collaboration ] , arxiv:1303.5082 [ astro-ph.co ] .
a. stewart and r. brandenberger , jcap * 0808 * ( 2008 ) 012 [ arxiv:0711.4602 [ astro - ph ] ] .
e. giusarma , e. di valentino , m. lattanzi , a. melchiorri and o. mena , arxiv:1403.4852 [ astro-ph.co ] .
r. h. brandenberger , a. nayeri and s. p. patil , arxiv:1403.4927 [ astro-ph.co ] ; j. -o . gong , arxiv:1403.5163 [ astro-ph.co ] . | recent detection of b - mode polarization by bicep2 experiment @xcite represents major discovery in cosmology past twenty years result needs future to analyze data identify inconsistencies theoretical level focus attention on spectral index of tensor fluctuations @xmath0 crucial prediction of inflation is stochastic background gravity waves with tilted spectrum @xmath8 @xmath9 slow roll parameter inflation @xmath10 hubble rate during inflationary stage in standard inflation @xmath11 is positive @xcite tensor spectral index assumed red inflationary models elaborated where spectral index could be positive , @xmath12 blue first attempt to models with observational data in @xcite theoretical problem for blue spectrum of gravitational waves stress - energy tensor must violate null energy condition ) violation of nec corresponds to inequality @xmath13 reason for red tensor spectrum in standard inflation models nec presented super - inflation models driven by component violating nec bgw spectrum expected models string gas cosmology scalar metric perturbations from initial string thermodynamic fluctuations can explain bgw backgroundbgw spectrum prediction four - dimensional models bouncing phase universe @xcite bounce stress - energy tensor violate null energy condition g - inflation @xcite galileon - like nonlinear derivative interaction lagrangian equations motion second order violation null energy condition spectral index tensor modes blue bgw present in scalar - tensor theories @xmath14 gravity theories investigate constraints tensor spectral index @xmath0 bicep2 data no constraint parameter presented bicep2 collaboration data could provide interesting results analysis method based boltzmann camb code @xcite monte carlo markov chain mcmc ) analysis mcmc package cosmomc @xcite december 2013 implemented likelihood code bicep2 team data considered free parameters ratio tensor to scalar amplitude @xmath15 @xmath16 tensor spectral index @xmath0 prefer pivot scale at @xmath18 bicep2 data sensitive multipole @xmath19 approximate formula @xmath20 remaining parameters fixed at planck+wp best fit values for lcdm+r scenario tensor amplitude consistent with upper limits @xmath15 temperature power spectrum assumed prior @xmath21 at @xmath22see @xcite tt '' prior larger scales @xmath23 than bicep2 experiments important for constraints on @xmath0 results analysis in table i figure 1 four cases @xmath0 free tt prior negative negative plus tt prior conclusions bicep2 data prefers positive spectral index case @xmath4 consistent with data between two standard deviations tt prior @xmath21 @xmath22 assumed bicep2 data prefers blue spectral index @xmath24 excluded at more than three standard deviations restrict analysis to negative @xmath0 lower limit of @xmath25 at @xmath2 c.l @xmath7 tt prior presented new constraints on spectral index @xmath0 of tensor fluctuations from data bicep2 experiment bicep2 data prefers positive spectral index @xmath1 at @xmath2 c.l tt prior from temperature anisotropy assumed get @xmath3 at @xmath2 c.l ruling out scale invariant @xmath4 spectrum at more than three standard deviations possibility red @xmath5 spectral index lower limit @xmath6 at @xmath2 c.l @xmath7 when tt prior includedresults odds with limits tensor spectral index from pulsar timing big bang nucleosynthesis ligo experiment @xmath26 current upper limits on at @xmath2 c from pulsar timing ligo bbn ligo bbn limits tension with bicep2+cmb value positive spectral index solution to tension between bicep2 data limits on @xmath15 from temperature anisotropies indicates need extra parameters scalar spectral index neutrino species to relax bounds @xmath30 from temperature anisotropies or unresolved systematics in cmb data works bgw from bicep2 without numerical constraints on @xmath0 independent analysis bicep2 data discussion on cosmocoffee.info website results similar presented by antony lewis antony lewis for numerical codes cosmomc camb l f. abbott m b. wise nucl . * 244 * , 541 ( 1984 ) starobinsky 30 * , 682 ( 1979 ) fiz 30 * , 719 ( 1979 ) rubakov sazhin veryaskin unification phys 115 * , 189 ( 1982 )fabbri pollock phys . 125 445 ( 1983 ) lyth riotto phys rept 314 1999 ) hep - ph/9807278 r camerini durrer. melchiorri riotto phys . rev. 77 101301 2008 ) arxiv:0802.1442 astro - ph e. di valentino. melchiorri l. pagano j mod 20 2011 ) 1183 creminelli luty nicolis l senatore jhep 0612 080 ( 2006 ) hep - th/0606090 j khoury ovrut phys . rev 76 123503 ( 2007 ) hep - th/0702154 khoury ovrut jhep 0711 076 ( 2007 ) arxiv:0706.3903 hep - creminelli l senatore jcap 0711 010 ( 2007 ) hep - th/0702165 ade planck collaboration arxiv:1303.5076 astro-ph.co arxiv:1303.5082 astro-ph a stewart brandenberger jcap 0808 2008 ) 012 arxiv:0711.4602 astro - ph e. giusarma di valentino lattanzi. melchiorri o. mena arxiv:1403.4852 astro-ph.h brandenberger nayeri s p. patil arxiv:1403.4927 astro-ph.co gong arxiv:1403.5163 astro-ph.co | 0.361604 | 2,423 | 1,229 | , Saving $0.1 in GPT-4. |
172,685 | understanding the phonon scattering by topological defects in graphene is of particular interest for the thermal management in graphene - based devices .
we present a study at quantifying the roles of different mechanisms governing defect phonon scattering by comparing the effects of ten different defect structures using molecular dynamics .
our results show that the phonon scattering is mainly influenced by mass density difference with general trends governed by the defect formation energy , with typical softening behaviors in the phonon density of state .
the phonon scattering cross - section is found to be far larger than that geometrically occupied by the defects .
we also show that the lattice thermal conductivity can be reduced by a factor up to @xmath0 in presence of grain boundaries formed by these defects . | accurate heat flow manipulation is of fundamental challenge for many graphene - based devices including electronic devices and nanoelectromechanical systems ( nems).@xcite recent experiments showed the existence of topological defects@xcite exhibit significant influence on thermal transport properties of graphene.@xcite , and thus offer possibility to control graphene thermal conductivity by nanostructuring.@xcite for instance , haskins _
proposed control of graphene thermal and electronic transport by introducing vacancy and stone - wales ( sw ) defects in graphene nanoribbons ( gnrs).@xcite ng _ et al . _ reported that the presence of the sw defects can decrease graphene thermal conductivity by more than 50%.@xcite results of tan and co - workers showed that the sw defect effect on thermal conduction in armchair - oriented graphene gnrs is stronger than that in zigzag - oriented gnrs.@xcite hao _ et al .
_ further studied the dependence of thermal conductivity upon the sw defect concentration.@xcite although the above results are revealing , most of recent studies were restored to one or two types of typical lattice defects such as the sw ones , a comprehensive comparison between different types of defect is absent , thus , the understanding on fundamental mechanisms governing phonon scattering by graphene topological defects remains fragmented . on the other hand ,
the structures of graphene lattice defects may depart considerably from one to others.@xcite for instance , experimentalists have shown evidence for c-8 rings in graphene.@xcite also , the existence of thermally stable point vacancies in graphene has been reported by a high - resolution transmission electron microscopy study.@xcite the existing conditions for these defects are not clear up to date despite of their potential importance for graphene electronic and thermal transport properties .
with the above motivations , it is crucial to understand the condition for existing different types of lattice defects and the correlation between the defect physical properties and graphene thermal conductivity .
here we search for possible atomistic configurations of lattice defects synthesized from different annealing processes , and calculate their influence on the graphene lattice thermal conductivity using molecular dynamics . in our simulations ,
defects are inserted into gnrs by either removing atoms or rotating neighboring c - c bonds in the honeycomb lattice , as shown in fig.[fig:1 ] .
molecular dynamics ( md ) are then performed to find the stable atomistic configurations of the defective gnrs.@xcite we use free boundary condition in three orthogonal directions .
the system is relaxed at different temperatures for @xmath1 ns with zero pressure using nose - hoover thermostat , before a stabilized configuration can be recorded .
the inter - atomic potential used in our md is the adaptive intermolecular reactive empirical bond - order hydrocarbon ( airebo ) model , in which the total inter - atomic energy is a collection of that of individual bonds.@xcite many - body effects are explicitly included by introducing a bond - order function , in which the influences of the bond angle , bond conjugation and atomic dihedral angle are taken into account .
this approach showed accuracy in describing interactions between @xmath2 carbon atoms in our previous studies.@xcite the lattice thermal conductivity of defective gnrs is calculated by non - equilibrium molecular dynamics ( nemd ) , in which a temperature difference is imposed between the two fixed edges of a suspended gnr .
the temperature gradient @xmath3 , as well as the heat current @xmath4 are recorded in analogous to the typical experimental setup for measuring the thermal conductivity , which is defined by the fourier s law , @xmath5 , where @xmath6 and @xmath7 stand respectively for the length and width of thermal conduction part , and a value of @xmath8 nm is assigned to @xmath9 as the inter - planar spacing of graphite stacking .
our nemd simulations consist of three steps : a berendsen thermostat is used to help the system reaching equilibrium at room temperature in the first simulation phase ; the temperatures in the heat source and sink are then controlled to reach the settled values ( @xmath10 and @xmath11 k respectively ) ; the gnr center progressively reaches a steady state in @xmath12 simulation steps .
the measured quantities are averaged over the third step of further @xmath12 steps .
it is noted that we do not fix the ribbon in the direction normal to the graphene plane for getting closer to a real graphene , the ribbon geometry is thus not perfectly flat but with distortion to the third dimension .
one to five randomly placed defects per gnr are considered in the calculation with zigzag edge geometry along the direction of heat flow .
snapshots of lattice defects formed by point vacancies ( a)-(g ) or bond rotations ( h)-(j ) at room temperature .
atomistic configurations are obtained by annealing from @xmath13k ( subscript 1 ) or @xmath14k ( subscript 2).,width=377 ] since graphene grows through very high temperature in its typical synthesis process , we simulate several different structures of defective graphene at @xmath13k and @xmath14k , before cooling down to the room temperature .
the ribbon width is set to be large enough ( @xmath15 nm ) in order to reduce the edge effects .
our results show that most point vacancies are relatively stable at about @xmath13k [ fig.[fig:1 ] ( a ) , ( c ) , ( d ) , ( e ) , ( f ) and ( g ) ] , while reform to other more stable structures at above @xmath14k .
this is consistent with the high - resolution transmission electronic microscopy observation reported by hashimoto and co - worker.@xcite figs.[fig:1 ] ( h - j ) also shows that the well - known stone - wales defects are indeed the most energetically favorable structures formed by the bond rotation , in agreement with that previously suggested by meyer and coworkers.@xcite furthermore , the a 5 - 8 - 5 carbon rings defect structures formed through the reconstruction of di - vacancy [ fig.[fig:1 ] ( b ) , ( c ) and(d ) ] is also consistent with those previously reported.@xcite we notice that this structure exhibits significant distortion to the direction normal to the graphene plane . since hybridization of the @xmath16 orbital is supposed to be markedly modified by such large lattice distortion , important change in the electronic properties can be expected.@xcite this effect will be particularly important in multi - layered graphene , due to modified van der waals interactions and the possibility of spontaneously - formed covalent bonds with neighboring layers by thermal fluctuation.@xcite graphene lattice thermal conductivity as a function of the density of formation energy .
the thermal conductivity @xmath17 of defective gnrs is normalized with respect to that of a pristine gnr of the same size @xmath18.,width=415 ] physically speaking , there should be three major dependence of the phonon scattering by lattice defects : 1 .
the local bonding energy / force change ; 2 . the mass difference caused by replacing or removing atoms ; 3 . the defective cross - section area or width normal to the heat flow .
we first plot the lattice thermal conductivity as a function of the atomic bonding energy density ( @xmath19 ) in fig.[fig:3 ] , in which an inverse proportionality can be clearly seen .
we find that the group of defects formed by bond rotation exhibits a clearly different dependency with the defects formed by point vacancies .
this suggest that the mass density difference plays an important role besides the local energy change , while the effect of the cross section area is not as significant as the above - discussed mechanisms .
no significant difference is found between the defect structures annealed from two different temperatures .
the e1 , g1 , j1 ( or e2 , g2 , j2 ) defects are found to reduce thermal conductivity the most , far beyond the limit of the typical sw defects . phonon density of state for the lattice defects shown in fig.[fig:1 ] annealed from @xmath14k.,width=415 ] to further understand the defect effect on phonon transport , we compute the phonon density of state ( pdos ) for each type of the above - discussed defects that are shown in fig.[fig:4a ] .
it can be seen that , comparing with pristine graphene , the phonon spectrums of defective graphene structures have a trend to shift toward higher frequency .
the phonon mode around 18 thz and 55 thz are broadened when the lattice defects are introduced .
these indicate a typical phonon softening behavior . in general , the phonon lifetime @xmath20 can be expressed as @xmath21 , where @xmath22 is the half - width at half - maximum.@xcite therefore , broadening of phonon modes indicates reduction in the phonon lifetime and
thus leads to the thermal conductivity decrease .
this is in good agreement with ref.@xcite .
this pdos peak broadening effect may also be explained as the phonon scattering enhancement by the mass density difference.@xcite @xmath23 as a function of the defected surface occupation @xmath24 .
the dashed line shows a best - fit curve .
inset : snapshot of a simulated sample.,width=415 ] to show a quantitative correlation between the defect concentration and the thermal conductivity , in fig.[fig:4 ] we plot the thermal conductivity ratio of the different defects as a function of the defect concentration .
we see that @xmath23 exhibits an exponential - like decay at increasing defect number , this is in agreement with the results reported by hao and co - workers.@xcite similar thermal conductivity variation trends with respect to defects concentration were also reported previously.@xcite it should be mentioned that our simulations may not provide the accurate absolute value of the graphene thermal conductivity since the sample size is far smaller than the phonon mean free path in graphene.@xcite temperature profile along the longitudinal direction of both a pristine gnr and one with the cross section completely blocked by 5 - 8 - 8 - 5-ring defects ( ribbon width @xmath25 nm ) .
inset : pristine ( _ bottom left _ ) and defective ( _ up right _ ) structures.,width=415 ] the lattice defects can connect with each other to form line defects , which are widely distributed as grain boundaries in graphene synthesized through chemical vapor deposition . giving their importance
we extended our nemd simulations on a narrow gnr with aligned 5 - 8 - 5 defects placed at the ribbon center .
our results in fig.[fig:5 ] shows a sharp temperature decrease crossing the line defects , resulting in a extremely high thermal resistance.@xcite the thermal conductivity is found to be reduced by a factor of about @xmath26 .
we note that , theoretical speaking , the sharp jump in the temperature profile should be weakened if the ribbon gets smaller , due to the corresponding decrease of phonon mean free path.@xcite however , this effect should not be significant in our case since the phonon mean free path is supposed to be much larger than the ribbon s longitudinal dimension .
thermal energy distributions in three gnrs containing different types of defects .
_ left panels : _ the color scale corresponds to the dynamic energy density .
_ right panels : _ different polygon lattices shown in different colors.,width=415 ] to illustrate the similarity and difference between heat flow in graphene with defect phonon scattering and fluid flow passing an obstacle , in fig.[fig:6 ] we depict the thermal energy distribution in gnrs with three different lattice defects .
we see that the thermal energy distribution at most parts of the gnr surface is modified with a surface area much larger than that geometrically occupied by the lattice defect .
this is because phonons reflected by the defect collides further with phonons propagating in other directions , and finally form a large scattering pattern . in comparison , we see that the c-5 - 7 - 5 - 7 - 7 - 5 rings scatter the less with phonons [ fig.[fig:6 ] ( b ) ] , and give the most homogeneous heat distribution . with the highest - energy and distortion to the third dimension , the c-5 - 8 - 5 - 7 - 4 - 7 rings
exhibit the strongest phonon scattering , and generates a high - temperature spot [ fig.[fig:6 ] ( a ) ] .
the phonon scattering surface by this defect is particularly large with thermal energy distribution markedly modified at more than half of the gnr surface .
the c-7 - 5 - 5 - 7 - 5 - 8 - 5 rings exhibit the largest distorted surface area in fig.[fig:6 ] ( c ) , creating the broadest phonon scattering region near the heat source .
we note that the distance between the edges and the defects could play an important role to change the mean free path of phonon , which would further impact on the thermal conductivity.@xcite
in summary , we simulate phonon scattering in gnrs by ten different defect structures .
our results show that the local energy gradient is the key to reduce the thermal conductivity , while the mass density difference plays a leading role .
phonon density of state analyses show a typical phonon softening behavior induced by the topological defects .
we also show that the lattice thermal conductivity can be reduced by a factor up to @xmath0 in presence of grain boundaries .
the scattering pattern is found to be far larger than that geometrically occupied by the defects .
the existence of these lattice defects including c-5 , c-7 , and c-8 rings can be expected to likewise explain experimentally measured thermal conductivities lower than the ballistic limit @xcite , and could probably suggest new lines of graphene microscopy research for experiments .
41 natexlab#1#1 bibnamefont # 1#1 bibfnamefont # 1#1 citenamefont # 1#1 url # 1`#1 ` urlprefix [ 2]#2 [ 2][]#2 | heat flow manipulation for graphene - devices including electronic nanoelectromechanical systems experiments showed topological defects thermal transport properties graphene control graphene thermal conductivity by nanostructuring haskins proposed control introducing vacancy stone - wales sw defects in graphene nanoribbons ng reported sw defects decrease graphene thermal conductivity by 50% results tan sw defect effect on conduction in armchair - oriented graphene gnrs stronger than zigzag - oriented gnrs hao studied dependence thermal conductivity sw defect concentration studies restored to or types lattice defects comprehensive comparison between types absent understanding on mechanisms phonon scattering by graphene topological defects fragmented structures of graphene lattice defects may depart experimentalists evidence for c-8 rings in graphene thermally stable point vacancies in graphene reported by high - transmission electron microscopy study conditions for defects not importance for graphene electronic thermal transport properties crucial to understand for lattice defects correlation between defect physical properties graphene thermal conductivitysearch for atomistic configurations lattice defects annealing calculate influence graphene lattice thermal conductivity molecular dynamics simulations defects inserted into gnrs removing or rotating c - bonds honeycomb lattice fig molecular dynamics performed find stable atomistic configurations defective gnrs free boundary condition three orthogonal directions system relaxed at temperatures for @xmath1 ns zero pressure nose - hoover thermostat before stabilized configuration recorded inter - atomic potential adaptive intermolecular reactive empirical bond - order hydrocarbon model total inter - atomic energy collection individual bonds many - body effects bond - order function influences bond angle conjugation atomic dihedral angle approach interactions between carbon atoms lattice thermal conductivity of defective gnrs calculated by non - molecular dynamics temperature difference between edges suspended gnr temperature gradient heat current recorded thermal conductivity defined by fourier s law for length width thermal conduction part value @xmath8 nm to @xmath9 inter - planar spacing of graphite stackingnemd simulations three steps berendsen thermostat system equilibrium at room temperature first phase temperatures in heat source and sink controlled settled values @xmath10 @xmath11 k gnr center reaches steady state in @xmath12 steps measured quantities averaged over third step @xmath12 fix ribbon normal to graphene plane ribbon geometry not perfectly flat distortion to third dimension one to five defects per gnr considered calculation with zigzag edge geometry heat flow lattice defects formed by point vacancies- bond rotations- at room temperature atomistic configurations obtained by annealing from @xmath13k or @xmath14k graphene grows high temperature simulate structures of defective graphene at @xmath13k @xmath14k before cooling to room temperature ribbon width set large ( @xmath15 nm ) reduce edge effects results show point vacancies stable at @xmath13k stable structures at above @xmath14k consistent with high - resolution transmission electronic microscopy observation by hashimoto and co - worker[fig:1 ] ( h - j ) shows stone - wales defects energetically favorable by bond rotation with meyer and coworkers 5 - 8 - 5 carbon rings defect structures through reconstruction of di - vacancy b ) c ) ) consistent with structure significant distortion to graphene plane hybridization orbital modified by lattice distortion change in electronic properties expected effect important in multi - layered graphene due to modified van der waals interactions - formed covalent bonds with by thermal fluctuation graphene lattice thermal conductivity function of density of formation energy defective gnrs normalized pristine gnr same size three dependence of phonon scattering by lattice defects local bonding energy / force change mass difference replacing or removing atoms defective cross - section area normal to heat flow lattice thermal conductivity as function of atomic bonding energy density in fig.:3 ] inverse proportionality defects by bond rotation different dependency with point vacanciesmass density difference important local energy change cross section area not significant no significant difference between defect structures from temperatures e1 , g1, j1 defects reduce thermal conductivity most beyond limit typical sw defects phonon density of state for lattice defects in. @xmath14k defect effect phonon transport compute phonon density of state for each defects in fig.:4a phonon spectrums of defective graphene structures shift toward higher frequency phonon mode around 18 thz and 55 thz broadened when lattice defects introduced typical phonon softening behavior phonon lifetime @xmath20 expressed as @xmath21 @xmath22 half - width at half - maximum broadening of phonon modes indicates reduction phonon lifetime leads to thermal conductivity decrease with pdos peak broadening effect phonon scattering enhancement by mass density difference function of defected surface occupation @xmath24 dashed line shows best - fit curve correlation between defect concentration thermal conductivity fig.[fig:4 plot thermal conductivity ratio of defects function defect concentration @xmath23 exhibits exponential decay at increasing defect number agreement with results hao co - workers similar thermal conductivity variation trends concentration reported previously simulations not provide accurate absolute graphene thermal conductivity sample size smaller than phonon mean free path temperature profile longitudinal direction pristine gnr blocked by 5 - 8 - 8 - 5-ring defects ribbon width nm pristine defective structures lattice defects connect form line defects distributed grain boundaries in graphene extended simulations on narrow gnr with aligned 5 - 8 - 5 defects ribbon center results fig:5 sharp temperature decrease crossing line defects high thermal resistance thermal conductivity reduced by factor @xmath26 sharp jump temperature profile weakened if ribbon smaller decrease phonon mean free path effect not significant phonon mean free path larger than ribbon s longitudinal dimension thermal energy distributions in three gnrs different types defects color scale corresponds to dynamic energy density different polygon lattices in different colorsheat flow in graphene with defect phonon scattering fluid flow passing obstacle fig.:6 thermal energy distribution in gnrs with three lattice defects thermal energy distribution at gnr surface modified surface area larger than lattice defect phonons reflected defect with form large scattering pattern c-5 - 7 - 5 - 7 - 7 - 5 rings scatter less with phonons homogeneous heat distribution c-5 - 8 - 5 - 7 - 4 - 7 rings strongest phonon scattering high - temperature spot phonon scattering surface by defect large thermal energy distribution modified at half of gnr surface c-7 - 5 - 5 - 7 - 5 - 8 - 5 rings largest distorted surface area broadest phonon scattering region near heat source distance between edges defects could change mean free path of phonon thermal conductivity phonon scattering in gnrs by ten defect structures local energy gradient thermal conductivity mass density difference leading phonon density analyses show typical phonon softening behavior by topological defectslattice thermal conductivity reduced up to @xmath0 grain boundaries scattering pattern larger than occupied by defects lattice defects including c-5 c-7 c-8 rings explain thermal conductivities lower than ballistic limit @xcite suggest new graphene microscopy research natexlab#1#1 bibnamefont bibfnamefont citenamefont 1 url 1`#1 urlprefix 2]#2#2 | 0.511501 | 2,909 | 1,386 | , Saving $0.1 in GPT-4. |
172,686 | we produce an atlas of homogeneously reduced and calibrated low resolution irs spectra of the nuclear regions of nearby early - type galaxies ( i.e. es and s0s , etgs ) , in order to build a reference sample in the mid - infrared window . from the _ spitzer _ heritage archive we extract etgs in the _ revised shapley - ames catalog of bright galaxies _ having an irs sl and/or ll spectrum .
we recover 91 spectra out of 363 galaxies classified as etgs in the catalog : 56 e ( e0-e6 ) , 8 mixed e / s0+s0/e , 27 s0 ( both normal and barred - sb0 ) plus mixed types sb0/sa+sb0/sba . for each galaxy ,
we provide the fully reduced and calibrated spectrum , the intensity of nebular and molecular emission lines as well as of the polycyclic aromatic hydrocarbons ( pahs ) after a template spectrum of a passively evolving etg has been subtracted .
spectra are classified into five mid - infrared classes , ranging from agn ( class-4 ) and star forming nuclei ( class-3 ) , transition class-2 ( with pahs ) and class-1 ( no - pahs ) to passively evolving nuclei ( class-0 ) .
+ a _
demographic _ study of mid - infrared spectra shows that es are significantly more passive than s0s : 46@xmath0% of es and 20@xmath1% of s0s have a spectrum of class-0 .
emission lines are revealed in 64@xmath2% of etgs .
the h@xmath3s(1 ) line is found with similar rate in es ( 34@xmath4% ) and in s0s ( 51@xmath5% ) .
pahs are detected in 47@xmath6% of etgs , but only 9@xmath7% have pahs ratios typical of star forming galaxies .
+ several indicators , such as peculiar morphologies and kinematics , dust
lane irregular shape , radio and x - ray properties , suggest that mid - infrared spectral classes are connected to phases of accretion / feedback phenomena occurring in the nuclei of etgs .
= -1.5 cm [ firstpage ] infrared : galaxies galaxies : elliptical and lenticular , cd galaxies : fundamental parameters techniques : spectroscopic | early - type galaxies ( es and s0s , etgs hereafter ) are the most luminous and massive stellar aggregates in the local universe and posses a multiphase , sometimes conspicuous , interstellar medium ( ism ) .
the _ spitzer _
space telescope heritage archive ( sha ) offers , in the mid - infrared ( mir ) window , new tools in the endeavor of deciphering the evolutionary history of nearby etgs .
spitzer_-irs studies have been dedicated to unveil the mir spectral characteristics of the nuclear region of etgs , leading to the identification of polycyclic aromatic hydrocarbons ( pahs ) with both normal and anomalous inter
band ratios , as well as emission lines from molecular hydrogen . using _
spitzer_irs spectra , @xcite studied the nuclear properties of 20 bright etgs in the virgo cluster , identifying a class of _ passively evolving _ etgs .
their mir spectra are characterized by the absence of ionic and molecular emission as well as of pahs . only the silicate emission at 10@xmath8 m from the circum
stellar dust of o - rich agb stars leave their imprint in these spectra , superimposed on the photospheric stellar continuum generated by red giant stars @xcite .
the study of @xcite also shows that etgs with a passive spectrum are very common in the virgo cluster ( 16 out of 20 ) .
the remaining four galaxies include already known `` active '' objects like ngc 4486 ( m 87 ) and ngc 4435 , the early - type companion in _ the eyes _ interacting pair .
@xcite showed that the mir continuum of m 87 is the superposition of a passively evolving spectrum and the synchrotron emission from the central agn .
@xcite showed that ngc 4435 has a mir spectrum typical of star forming galaxies . [
cols="<,<,^,^,<,<,^,^ " , ]
we collect in appendix b a set of tables summarizing the properties of etgs used to characterize the mir spectral classes in the atlas .
references are reported in the caption of each table . in table
b1 we report the optical `` activity '' class ( columns 3 and 8) , the nuclear ( 2 radius ) x - ray luminosity , l@xmath9 ( columns 4 and 9 ) and the radio power at 1.4 ghz ( columns 5 and 10 ) which refers to the entire galaxy . in table
b2 and table b3 we report the kinematical and morphological peculiarities ( columns 3 and 4 ) for es and s0s , respectively . in column 5
we give the morphology of dust - lanes from optical observations .
the kinematical peculiarities refer to the nuclear part of the galaxy , basically within one effective radius or less , so they provide a description of star and gas properties that contribute to the formation of the present _ spitzer_-irs spectrum . the optical activity ( columns 3 and 8) is derived from @xcite who use the following notation : lln = liner ; agn = agn like emission ; in = either faint ( traces ) or no emission lines ; comp = transition between hii regions and liners .
w and h indicate weak emission ( @xmath106584)<3 \aa$ ] ) and strong emission line galaxies , respectively . for the optical activity class
, we also use the notation of @xcite in s is for seyfert , l for liners , t for transition objects and h for hii region (: indicate uncertain estimates ) .
the nuclear x - ray luminosity , l@xmath11 ( columns 4 and 9 ) and the radio power at 1.4 ghz , p@xmath12 ( columns 5 and 10 ) , are from @xcite and @xcite , respectively .
in column 3 we use the following notation : * cr g - s * : counter rotation gas vs. stars ; * cr s - s * : counter rotation stars vs. stars ; * cr g - g * : counter rotation gas vs. gas ; * rotat .
axis * : stars rotate along the galaxy minor axis ; * g - d and g - maj t * : gas disk and galaxy major axis are tilted by the reported angle , if provided in the literature . *
kdc * : kinematical decoupled component , not necessarily counter - rotation ; * mc * : multiple components ; * sc * single component ( see * ? ? ?
a description of the kinematic and morphological peculiarities of the galaxies and full references are reported in in @xcite and @xcite labelled by ( a ) .
further kinematical references : ( 0 ) @xcite ; ( 1 ) @xcite ; ( 2 ) @xcite ; ( 3 ) @xcite ; ( 4 ) @xcite ; ( 5 ) @xcite morphological peculiarities are from : ( 6 ) @xcite ; ( 7 ) @xcite ; ( 8) @xcite .
the dust detection and structure in the optical bands are from ( 9 ) @xcite ; ( 10 ) @xcite ; ( 11 ) @xcite ; ( 12 ) @xcite ; ( 13 ) @xcite ; ( 14 ) @xcite ; ( 15 ) @xcite ; ( 16 ) @xcite ; ( 17 ) @xcite ; ( 18 ) @xcite ; ( 19 ) @xcite ; ( 20 ) @xcite ; ( 21 ) @xcite ; ( 22 ) @xcite ; ( 23 ) @xcite ; ( 24 ) @xcite ; @xcite . | early - type galaxies ( es s0s luminous massive aggregates multiphase interstellar medium spitzer space telescope heritage archive offers tools deciphering evolutionary history of nearby etgs studies mir spectral characteristics nuclear region etgs polycyclic aromatic hydrocarbons normal anomalous inter band ratios emission lines from molecular hydrogen spectra @xcite studied nuclear properties of 20 bright etgs in virgo cluster class passively evolving etgs mir spectra ionic molecular emission pahs silicate emission at 10@xmath8 m from stellar dust of o - rich agb stars leave imprint in spectra photospheric stellar continuum etgs with passive spectrum common in virgo cluster ( 16 out of 20 ) remaining four galaxies include active objects like ngc 4486 m 87 ngc 4435 early - type mir continuum of m 87 passively evolving spectrum synchrotron emission from central agn ngc 4435 has mir spectrum typical of star forming galaxiesappendix b tables summarizing properties etgs mir spectral classes references caption each table table b1 optical activity class columns 3 8) nuclear x - ray luminosity l@xmath9 columns 4 9 radio power at 1.4 ghz columns 5 10 ) entire galaxy table b2 b3 kinematical morphological peculiarities columns 3 4 ) for es s0s column 5 morphology of dust - lanes from optical observations kinematical peculiarities refer nuclear part galaxy one effective radius less star gas properties formation spitzer_-irs spectrum optical activity columns 3 8) derived from @xcite notation lln = liner agn emission in = lines comp transition w h indicate weak emission strong emission line galaxies optical activity class notation @xcite s for seyfert l liners t transition objects h for region nuclear x - ray luminosity l@xmath11 columns 4 9 ) radio power at 1.4 ghz p@xmath12 columns 5 10 ) from @xcite column 3 notation * cr g - s * : counter rotation gas vs.stars cr s - s counter rotation stars vs. stars cr g - g counter rotation gas vs. gas rotat axis stars rotate along galaxy minor axis g - d g - maj t gas disk galaxy major axis tilted by reported angle provided literature kdc kinematical decoupled component not counter - rotation mc * multiple components sc * single component description kinematic peculiarities galaxies references reported @xcite @xcite labelled by a ) kinematical references 0 ) @xcite 1 ) 2 ) 3 ) 4 ) 5 ) morphological peculiarities from 6 ) @xcite 7 ) 8) @xcite dust detection structure optical bands from ( 9 ) @xcite 10 ) 11 ) 12 ) 13 ) 14 15 ) 16 17 18 19 ) 20 ) 21 ) 22 ) 23 ) 24 ) @xcite | 0.187655 | 1,232 | 618 | , Saving $0.0 in GPT-4. |
172,688 | we study the variation of the stellar population properties as a function of distance from the nucleus for a sample of 35 seyfert 2 galaxies using the technique of stellar population synthesis .
we sample regions at the galaxies with dimensions in the range 200@xmath0200 to 400@xmath0400pc and compare the synthesis results with those of a control sample of non - seyfert galaxies .
we find that both at the nucleus and up to 3 kpc from it the oldest age component ( 10gyr ) presents a smaller contribution to the total flux in the seyfert than in the non - seyfert galaxies of the same hubble type , while the components younger than 100myr present a larger contribution in the seyfert s than in non - seyferts .
in addition , while for the non - seyferts clear gradients are present , in which the contribution of the oldest components decrease with distance from the nucleus and the contribution of the 1gyr component increases we do not find such gradients in most seyferts .
these results suggest that the agn - starburst connection is a large scale phenomenon affecting not only the inner few hundred parsecs , but the inner kiloparsecs .
# 1_#1 _ # 1_#1 _ = # 1 1.25 in .125 in .25 in | the present work has roots in the early and polemic work of roberto terlevich and collaborators , in which they argued that starbursts instead of mass accretion into supermassive black holes were the source of energy of active galactic nuclei ( agn ; terlevich & melnick 1985 ; terlevich , diaz & terlevich 1990 ; cid fernandes & terlevich 1995 ) . by 1995
, other groups would also find evidences for the presence of starbursts around seyfert nuclei ( e. g. heckman et al .
1995 , 1997 ; gonzlez delgado et al .
1998 ) , or smaller mass - to - light ratios than in non - seyfert galaxies ( nelson & whittle 1996 , oliva et al .
1999 ) .
our work in this subject comprises a number of papers in which we have investigated the stellar population in the nuclear region of these galaxies using the technique of spectral synthesis , obtaining in particular robust age indicators ( cid fernandes et al .
1998 ; storchi - bergmann et al . 1998 ; schmitt et al . 1999 ; storchi - bergmann et al .
we have also investigated the correlation between the age of the stellar population and with other properties , such as the infrared luminosity , galaxy morphology and environment ( cid fernandes et al . 2001a
; storchi - bergmann et al . 2001 ) . in the present work ,
we discuss the results of two on - going studies ( raimann et al .
2002 , 2003 ) , in which we investigate the radial variation of the stellar population properties of a sample of 35 seyfert 2 galaxies and compare them with those of a control sample of non - seyfert galaxies .
the questions we want to answer are : which are the main differences between the stellar population of seyfert and non - seyfert galaxies of the same hubble type ? how far from the nucleus can we find this difference ?
in storchi - bergmann et al .
( 2001 ) we have proposed an evolutionary scenario in which interactions are responsible for triggering the activity and circumnuclear bursts of star formation . if this is true , would nt the more external regions of the host galaxy also be affected ?
the seyfert 2 sample comprises two subsamples , which we call the northern ( n ) sample ( gonzlez delgado et al .
2001 ) and southern ( s ) sample ( storchi - bergmann et al . 2000 ) .
the n sample comprises the 20 brightest seyfert 2 galaxies with l([oiii]@xmath1ergss@xmath2 while the s sample comprises the 20 closest seyferts 2 obeying the same luminosity criterium . as a control sample of non - seyfert galaxies we use the spectra of 10 nearby galaxies , distributed in hubble type as follows : 3 s0 , 2 sa s , 2 sb s and 3 sc s .
in addition , we will also use as a control sample the one of bica ( 1988 ) , comprising approximately 100 non - active galaxies spanning all hubble types .
the data consists of long - slit optical spectra , which are described in the papers listed above , except in the case of bica ( 1988 ) sample , which uses single aperture data .
extraction of one - dimensional spectra from the long - slit data were performed at typical apertures of 2@xmath02 arcsec@xmath3 , sampling regions at the galaxies of 200@xmath0200pc@xmath4 to 400@xmath0400pc@xmath4 . a sample of spectra at different distances from the nucleus for one s0 seyfert 2
is compared to that of a non - seyfert s0 galaxy . in fig . 1 .
the measurements consist of equivalent widths ( hereafter w s ) of six to eight absorption features characteristic of the stellar population plus continuum flux ratios ( hereafter c s ) at selected pivot points .
the resulting values are illustrated in fig . 2 for one seyfert and one non - seyfert galaxy of hubble type s0 .
the spectral synthesis was performed using the probabilistic formalism described in cid fernandes et al .
( 2001a ) .
we reproduce the observed w s and c s using a base of star cluster spectra with different ages and metallicities .
we use 12 spectral components representing the age - metallicity plane plus a 13@xmath5 component representing a canonical agn continuum f@xmath6 .
as we have pointed out in our previous works , in the optical spectral range used in our work , it is not possible to discriminate between the fc and 3myr old components for flux contributions smaller than 40 per cent at 4020 , because they have very similar continua .
therefore , in the description of the synthesis results we combine the 3myr and fc components in one , the 3myr / fc component .
these results are illustrated in fig .
3 for one non - seyfert and one seyfert galaxy of hubble type s0 , where we compare the contribution of different age components to the flux at @xmath74020 as a function of distance from the nucleus . for the later hubble types , the gradients observed for the sa - sc non - seyferts
are similar to those observed for the non - seyfert s0 galaxies . nevertheless , the values for the contribution of the different age components to the flux at @xmath74020 differ from those of the s0 galaxy . for example
, the nuclear contribution of the 10gyr component in the case of the s0 galaxies is larger than 80% , while in the sa - sc control galaxies , it is around 60% .
consistently , the corresponding values for the contribution of the 1gyr component are smaller than 20% for the former and reach about 40% for the latter .
but the comparison between seyfert and non - seyfert galaxies gives similar results to those illustrated in fig .
3 : the contribution of the old age components is always smaller in seyfert s than in non - seyferts .
lcccccccccccc hubble & 10 g & & & & 1 g & & 100/10 m & & & 3m / fc & & + type & nuc . &
1kpc & 3kpc & nuc . & 1kpc & 3kpc & nuc . & 1kpc & 3kpc & nuc . &
1kpc & 3kpc + s0 sy 2 & 50 & 50 & & 26 & 37 & & 14 & 8 & & 10 & 5 & + non - sy & 86 & 77 & 50 & 6 & 15 & 36 & 9 & 8 & 12 & 0 & 0 & 1 + + sa - sb sy 2 & 29 & 34 & 35 & 24 & 27 & 28 & 30 & 26 & 29 & 17 & 13 & 8 + non - sy & 61 & ( 45 ) & & 33 & ( 52 ) & & 4 & ( 2 ) & & 2 & ( 1 ) &
+ bica sa@xmath8 & 56 & & & 37 & & & 4 & & & 2 & &
+ bica sb@xmath8 & 53 & & & 35 & & & 7 & & & 5 & & + +
sbc sy 2 & 31 & 25 & 17 & 25 & 26 & 32 & 33 & 24 & 32 & 12 & 26 & 19 + non - sy sbc & 68 & ( 43 ) & & 27 & ( 57 ) & & 3 & ( 0 ) & & 2 & ( 0 ) & + non - sy sc & 46 & & & 35 & & & 15 & & & 4 & & + bica sc@xmath8 & 27 & & & 27 & & & 26 & & & 20 & & + + s sy 2 & 31 & 30 & 34 & 25 & 29 & 32 & 24 & 24 & 24 & 20 & 16 & 10 + @xmath8 results for non - seyfert galaxies from bica ( 1988 ) , in a region of 1kpc @xmath0 1kpc .
the results of the synthesis are summarized in table 1 , which shows that , for the seyferts of all ( s0-sc ) hubble types , the percent contribution of the oldest 10gyr stellar component is always smaller than in the control sample .
this result seems to hold up to at least 1 kpc from the nucleus and in a few cases up to 3 kpc ( in which the data with high signal - to - noise ratio could be obtained that far from the nucleus ) .
another difference is in the contribution of the stellar components younger than 100myr , which are obviously larger in the seyfert than in the non - seyferts , both at the nucleus and outside .
the only exception regards the sc seyferts , when we compare the results with those of bica ( 1988 ) , probably due to the larger aperture of bica s study , which may be including the contribution of recent star - formation in the disk of the galaxies . regarding the radial variation of the contribution of the different age components , we can clearly see a gradient in the non - seyfert galaxies , which shows a decrease in the contribution of the 10gyr age component and an increase of that of the 1gyr component with distance from the nucleus ( the other components contributing with very small percentages ) . this clear gradient observed in the non - seyfert s is not to present in most seyfert galaxies .
the higher incidence of recent / intermediate age stellar populations in seyfert galaxies when compared with the control sample support an agn - star formation connection .
our results further suggest that , in the evolutionary scenario proposed by storchi - bergmann et al .
( 2001 ) , in which interactions are responsible for triggering both star - formation and the agn activity ( which outlives the starburst ) , the triggering of star - formation is not restricted to the nuclear region but seems to extend to up to 3kpc from the nucleus .
bica , e. 1988 , a&a , 195 , 76 cid fernandes , r. et al .
2001a , mnras , 325 , 60 cid fernandes , r. , et al . 2001b , apj , 558 , 81 cid fernandes , r. et al .
1998 , mnras , 297 , 579 cid fernandes , r. & terlevich , r.1995 , mnras , 272 , 423 gonzlez delgado , r. , heckman , t.m .
, leitherer , c. 2001 , apj , 546 , 845 gonzlez delgado , r. , leitherer , c. & heckman , t.m .
1999 , apjs , 125 , 489 gonzlez delgado , r. , et al .
1998 , apj , 505 , 174 heckman , t.m .
1995 , apj , 452 , 549 heckman , t.m .
, et al . 1997 , apj , 482 , 114 nelson , c. & whittle , m. 1996 , 465 , 96 oliva , e. , et al .
1999 , a&a , 350 , 90 raimann , d. , et al .
2001 , mnras , 324 , 1087 raimann , d. et al .
2002 , mnras , in press raimann , d. et al .
2003 , in preparation schmitt , h.r . , et al . 1999 ,
mnras , 303,173 storchi - bergmann , t. , et al .
1998 , apj , 501 , 94 storchi - bergmann , t. , et al .
2000 , apj , 544 , 747 storchi - bergmann , t. et al .
2001 , apj , 559 , 147 terlevich , r. & melnick , j. 1985 , mnras , 213 , 841 terlevich , r. , diaz , a. & terlevich , r. 1990 , mnras 242 , 271
_ angeles diaz : _ how have you handled in your models the possible presence of metallicity gradients through the inner parts of your galaxies ? _
thaisa storchi - bergmann : _ the base of star cluster spectra contemplates different metallicities , thus the effect is being taken into account .
nevertheless , our experience has shown that the synthesis results are more robust in terms of age , thus in the presentation of the results we add the contribution of the components of different metallicities which have the same age . | present work roots in work roberto terlevich collaborators argued starbursts source energy of active galactic nuclei ( 1985 1990 fernandes 1995 by 1995 other groups evidences for starbursts around seyfert nuclei ( heckman et al . 1995 1997 gonzlez delgado et 1998 smaller mass - to - light ratios than non - seyfert galaxies ( nelson & whittle 1996 oliva et al . 1999 ) our work comprises papers investigated stellar population in nuclear region galaxies using spectral synthesis obtaining robust age indicators 1998 1999 investigated correlation between age stellar population other properties infrared luminosity galaxy morphology environment ( - bergmann 2001 present discuss results of two studies ( raimann et al 2002 2003 radial variation of stellar population properties of 35 seyfert 2 galaxies with control sample non - seyfert galaxies questions main differences between stellar population of seyfert and non - seyfert galaxies same hubble type ? how far from nucleus find difference ? - bergmann2001 ) proposed evolutionary scenario interactions triggering activity circumnuclear bursts star formation if external regions host galaxy affected ? seyfert 2 sample comprises two subsamples northern n southern s n sample 20 brightest seyfert 2 galaxies s sample 20 closest seyferts 2 same luminosity criterium control sample spectra 10 nearby galaxies distributed hubble type 3 s0 2 sa s 2 sb s 3 sc s control sample bica ( 1988 ) 100 non - active galaxies hubble types data long - slit optical spectra described papers except bica 1988 ) sample single aperture data extraction spectra performed at apertures 2@xmath02 arcsec@xmath3 sampling regions galaxies 200@xmath0200pc to 400@xmath0400pc@xmath4 sample spectra different distances nucleus s0 seyfert 2 compared to non - seyfert s0 galaxy fig . 1 . measurements equivalent widths six to eight absorption features stellar population continuum flux ratios at selected pivot points resulting values illustrated in fig .one seyfert non - seyfert galaxy hubble type s0 spectral synthesis probabilistic formalism fernandes et al . 2001a reproduce observed w s c s star cluster spectra different ages metallicities 12 spectral components age - metallicity plane 13@xmath5 component canonical agn continuum f@xmath6 discriminate fc 3myr old components flux contributions smaller than 40 per cent at 4020 similar combine 3myr fc components one 3myr / fc component results illustrated fig . 3 non - seyfert seyfert galaxy hubble type s0 contribution different age components flux at @xmath74020 function distance from nucleus gradients sa - sc non - seyferts similar non - seyfert s0 galaxies values contribution different age components flux at @xmath74020 differ s0 galaxy nuclear contribution 10gyr component s0 galaxies larger than 80% sa - sc control galaxies around 60% values contribution 1gyr component smaller than 20% former 40% latter comparison seyfert non - seyfert galaxies similar results contribution old age components smaller in seyfert s than non - seyfertshubble 10 g 1 g 100/10 m 3m fc type nuc 1kpc 3kpc nuc 1kpc 3kpc nuc 1kpc 3kpc nuc 1kpc 3kpc + s0 sy 2 50 26 37 14 8 10 5 non - sy 86 77 50 6 15 36 9 8 12 0 1 sa - sb sy 2 29 34 35 24 27 28 30 26 29 17 13 8 non - sy 61 ( 45 ) 33 ( 52 ) 4 2 ) 2 1 ) bica sa@xmath8 56 37 4 2 bica sb@xmath8 53 35 7 5 sbc sy 2 31 25 17 26 32 33 24 32 12 26 19 non - sy sbc 68 ( 43 ) 27 ( 57 ) 3 0 ) 2 0 ) non - sy sc 46 35 15 4 bica sc@xmath8 27 26 20 s sy 2 31 30 34 25 29 32 24 24 20 16 10 @xmath8 results non - seyfert galaxies bica ( 1988 ) region 1kpc @xmath0 1kpc results synthesis summarized table 1 seyferts all s0-sc hubble types percent contribution oldest 10gyr stellar component smaller than control sampleresult 1 kpc from nucleus few 3 kpc data high signal - to - noise ratio far from nucleus difference in contribution stellar components younger than 100myr larger in seyfert than non - seyferts at nucleus and outside exception sc seyferts results with bica ( 1988 ) due to larger aperture recent star - formation radial variation age components gradient in non - seyfert galaxies decrease contribution 10gyr age component increase 1gyr component with distance from nucleus small percentages gradient non - seyfert not present in most seyfert galaxies higher incidence of recent / intermediate age stellar populations in seyfert galaxies support agn - star formation connection results suggest evolutionary scenario by storchi - bergmann et al . 2001 ) triggering star - formation agn activity triggering star - formation not restricted to nuclear region to to 3kpc from nucleus bica 1988 , a&a , 195 , 76 cid fernandes ,. 2001a mnras , 325 , 60 cid 2001b 558 , 81 cid 1998 mnras 297 , 579 cidterlevich.1995 mnras 272 , 423 gonzlez delgado heckman leitherer 2001 apj 546 , 845 delgado leitherer heckman 1999 apjs 125 , 489 delgado 1998 apj 505 , 174 heckman t 1995 452 , 549 heckman 1997 apj 482 , 114 nelson c whittle 1996 465 , 96 oliva e. 1999 350 , 90 raimann d. 2001 mnras 324 , 1087 raimann 2002 mnras raimann d 2003 preparation schmitt h.r 1999 mnras 303,173 storchi - bergmann 1998 apj 501 , 94 storchi bergmann 2000 apj 544 , 747 storchi bergmann 2001 apj 559 , 147 terlevich melnick j 1985 mnras 213 , 841 terlevich diaz terlevich.1990 , mnras 242 , 271 angeles diaz : handled models metallicity gradients inner galaxies ? thaisa storchi - bergmann : base of star cluster spectra contemplates different metallicities effect account experience shown synthesis results robust age presentation add contribution components different metallicities same age | 0.438866 | 2,978 | 1,594 | , Saving $0.1 in GPT-4. |
172,690 | allowed regions on the @xmath0 - @xmath1 plane are extracted from results of neutrinoless double beta decay experiments .
it is shown that @xmath2 is obtained for the normal ( inverted ) hierarchy by using the lma best fit parameters and the @xmath3 result announced late last year , which is @xmath4 with @xmath5 uncertainty of the nuclear matrix elements . | although it is well known that neutrinos are massive by neutrino oscillation experiments , the values of their masses are still unknown . the answer is never given by oscillation experiments because oscillation probabilities depend on @xmath6 .
thus , we rely on non oscillation experiments such as single beta decay measurements @xcite , which are direct measurements of neutrino mass , neutrinoless double beta decay ( @xmath3 ) searches @xcite and cosmological measurements @xcite or z - burst interpretation of the highest energy cosmic ray @xcite .
double beta decay experiments seems to have rather higher sensitivities than those of other non oscillation experiments .
recent results of negative observations of @xmath3 put upper bounds on the observable @xmath7 as @xmath8 by heidelberg - moscow @xcite and @xmath9 by igex @xcite .
depend on nuclear matrix elements .
the actual observable is the half - life @xmath10 : @xmath11 y was obtained by heidelberg - moscow , and @xmath12 y by igex . ] the energy regions to be probed can reach to the order of @xmath13 by some of the future experiments [ 11 - 17 ] .
such experiments seem to have strong possibility of @xmath3 observations .
actually , an observation of @xmath3 was announced late last year as @xmath4 with @xmath5 uncertainty of the nuclear matrix elements ( kdhk result @xcite ; see also comment on the results and the replies @xcite ) . while this result should be checked in the future experiments , it is fruitful to investigate what kind of information can be extracted from @xmath3 observations .
the constraints imposed on neutrino mixing parameters by @xmath3 experiments have been discussed by many authors ( see the references in @xcite ) .
the implications of the kdhk result have been also discussed ( see , for example , the references of the second article in @xcite ) . in this talk , the constraints on a neutrino mass and the solar mixing angle are discussed in the generic three flavor mixing framework by observations ( as well as non - observations ) of @xmath3 .
we use the following standard parametrization of the mns matrix @xcite : @xmath14 . \label{mnsmatrix}\ ] ] the mixing matrix for three majorana neutrinos is @xmath15 where @xmath16 and @xmath17 are extra cp - violating phases which are characteristic of majorana particles @xcite . in this parametrization , the observable of double beta decay experiments
is described as @xmath18 where @xmath19 denote the elements in the first low of @xmath20 and @xmath21 ( @xmath22 ) are the neutrino mass eigenvalues . in the convention of this talk
, the normal hierarchy means @xmath23 and the inverted hierarchy @xmath24 . in order to utilize @xmath25 which is an experimental upper bound on @xmath7
, we derive a theoretical lower bound on @xmath7 .
an appropriate choice of the phase - factor @xmath26 in eq .
( [ beta1 ] ) leads to an inequality @xmath27 strictly , the right - hand side ( rhs ) should be the absolute value of it .
it is , however , not necessary to consider the absolute value because @xmath28 has a very small value .
the rhs of ( [ beta2 ] ) is minimized by replacing @xmath29 with @xmath30 and @xmath28 with the largest value @xmath31 ( @xmath32 ) which is determined by reactor experiments @xcite .
thus , we obtain @xmath33 next , we derive a theoretical upper bound on @xmath7 to utilize an experimental lower bound @xmath34 .
since the rhs of ( [ beta1 ] ) is maximized by setting the phase - factors unity , we obtain @xmath35 furthermore , @xmath28 is replaced by @xmath31 ( zero ) for the normal ( inverted ) hierarchy in order to set the rhs to be the largest value with respect to @xmath28 .
then , the inequality results in @xmath36 for the normal hierarchy , and @xmath37 for the inverted hierarchy . constraints ( [ beta3 ] ) , ( [ beta5 ] ) and ( [ beta6 ] ) determine an allowed region on the plane of a neutrino mass versus the mixing angle .
in this talk , we use the plane , where @xmath0 denotes the lightest neutrino mass for each hierarchy .
) , ( [ beta5 ] ) and ( [ beta6 ] ) are shown for @xmath38 .
the solid ( dashed ) lines are for the normal ( inverted ) hierarchy .
the inside of those bounds are allowed .
the lma region is superimposed with shadow . ] in this section , we analyze the constraints obtained in the previous section .
two example cases of experimental results are considered below ; the case 1 is @xmath39 which is within the region of the kdhk result , and the case 2 is @xmath40 which is outside of the region of the kdhk result .
the lma solution of the solar neutrino problem , which is only one allowed at @xcite , is considered mainly .
therefore , the mass square difference are fixed here after as @xmath41 and @xmath42 .
the bounds for this case are presented in fig .
[ case1 ] .
it is remarkable that the bounds ( [ beta5 ] ) and ( [ beta6 ] ) , which are obtained with @xmath34 , are almost vertical because of small @xmath43 .
the lines cross the horizontal axis at @xmath44 for not very small @xmath34 ( see the next subsection for very small @xmath34 ) .
therefore , @xmath34 is approximately regarded as the lower bound on @xmath0:@xmath45 . on the other hand , since there are asymptotes @xmath46 for the bounds
( [ beta3 ] ) , no upper bound on @xmath0 exists for @xmath47 .
the lma solution is fortunately outside of the region .
note that the bounds ( [ beta3 ] ) for the normal and inverted hierarchy are very similar to each other .
it means that the degenerate mass approximation @xmath48 is very good in this case . in this approximation ,
the constraint ( [ beta3 ] ) becomes @xmath49 we see that @xmath50 is a good parameter . in fig .
[ degenerate ] , the bounds ( [ beta3 ] ) are presented on the @xmath51 - @xmath1 plane for @xmath52 .
the similarity between the bounds for two hierarchies means the goodness of the degenerate mass approximation for @xmath53 and also for larger values of @xmath25 .
thus , the same bounds as those in fig .
[ degenerate ] can be used for @xmath54 .
for example , the simple constraint @xmath55 is read off in the figure for the lma best fit value @xmath56 , which corresponds to @xmath57 given by the second article in @xcite . )
are shown for @xmath52 .
the solid ( dashed ) lines are for the normal ( inverted ) hierarchy .
the inside of those bounds are allowed .
the lma region is superimposed with shadow . ] the bounds for this case are presented in fig .
[ case2 ] .
it is clear that the degenerate mass approximation is no longer good because the relevant energy scale is smaller than the atmospheric one @xmath58 .
the bounds for the normal and inverted hierarchy differ significantly .
one of the important point is the disappearance of the bound for the inverted hierarchy by ( [ beta6 ] ) .
it means that the constraint ( [ beta6 ] ) is satisfied even for @xmath59 .
it is also possible for the normal hierarchy with smaller @xmath34 .
there are the smallest @xmath34 needed for the existence of the bound by ( [ beta5 ] ) and that by ( [ beta6 ] ) .
the values are extracted approximately from the rhs of ( [ beta5 ] ) and ( [ beta6 ] ) with @xmath60 as @xmath61 for the normal hierarchy , and @xmath62 for the inverted one . in the case 2 , @xmath63 is smaller than 0.053ev , and that is why there is no lower bound on @xmath0 for the inverted hierarchy in fig .
[ case2 ] . another important point of fig .
[ case2 ] is that the bound ( [ beta3 ] ) for the inverted hierarchy crosses the vertical axis at @xmath64 .
it means that a small @xmath7 excludes large values of @xmath1 for the hierarchy .
conversely , a @xmath1 larger than @xmath65 gives a theoretical minimum of @xmath7@xcite .
finally , let us extract the bound on @xmath0 from the kdhk result . since @xmath66 is large enough , we can use fig .
[ degenerate ] .
therefore , the upper bound on @xmath0 is extracted as @xmath67 for the lma best fit parameters . on the other hand
, @xmath68 is larger than ( [ normal ] ) but smaller than ( [ inverted ] ) . thus , although there is the lower bound on @xmath0 for the normal hierarchy , not for the inverted one .
roughly , @xmath34 is the lower bound on @xmath0 for the normal hierarchy . by combining those results , we obtain @xmath69 for the normal ( inverted ) hierarchy with the lma best fit parameters .
if @xmath34 becomes a little larger , @xmath3 observations can give the first exclusion of @xmath59 for both hierarchies . ) , ( [ beta5 ] ) and ( [ beta6 ] ) are shown for @xmath70 .
the solid ( dashed ) lines are for the normal ( inverted ) hierarchy .
the inside of those bounds are allowed .
the lma region is superimposed with shadow . ]
allowed regions on the plane of a neutrino mass versus the solar mixing angle @xmath71 were obtained by using @xmath25 ( @xmath34 ) , which is an experimental upper ( lower ) bound on the observable @xmath7 of double beta decay experiments . for given @xmath71 ,
these become constraints on a neutrino mass such as the lightest mass @xmath0 ; roughly , @xmath72 for the lma best fit parameters .
it became clear that the condition @xmath73 was necessary for the upper bound on @xmath0 to exist .
on the other hand , the condition @xmath74 needs to be satisfied for the normal ( inverted ) hierarchy , for the lower bound on @xmath0 to exist .
for example , @xmath4 gives @xmath2 for the normal ( inverted ) hierarchy .
i would like to thank prof .
h.v . klapdor - kleingrothaus and other organizers of the conference for the invitation and hospitality at oulu .
99 h. minakata and h. sugiyama , phys . lett .
* b532 * ( 2002 ) 275 - 283 .
homestake collaboration , k. lande _ et al .
_ , astrophys . j. * 496 * ( 1998 ) 505 ; + sage collaboration , j.n .
abdurashitov _ et al .
_ , phys .
* c60 * ( 1999 ) 055801 ; + gallex collaboration , w. hampel _ et al .
_ , phys .
* b447 * ( 1999 ) 127 ; + super - kamiokande collaboration , y. fukuda _ et al . _ , phys .
* 86 * ( 2001 ) 5651 ; _ ibid . _
* 86 * ( 2001 ) 5656 ; + sno collaboration , q.r .
ahmed _ et al .
_ , phys .
* 87 * ( 2001 ) 071301
. d.j .
eisenstein , w. hu , and m. tegmark , astrophys .
j. * 518 * ( 1999 ) 2 ; + m. fukugita , talk at frontiers in particle astrophysics and cosmology ; euroconference on neutrinos in the universe , lenggries , germany , september 29 - october 4 , 2001 .
weiler , phys .
* 49 * ( 1982 ) 234 ; astroparticl phys .
* 11 * ( 1999 ) 303 ; + h. ps and t.j .
weiler , phys .
* d63 * ( 2001 ) 113015 ; + d. fargion , b. mele , and a. salis , astrophys . j. * 517 * ( 1999 ) 725 ; + z. fador , s.d .
katz , and a. ringwald , phys .
* 88 * ( 2002 ) 171101 .
sno collabolation , q.r .
ahmad _ et al .
_ , phys .
lett . * 89 * ( 2002 ) 011301 ; + sno collabolation , q.r .
ahmad _ et al .
_ , phys .
* 89 * ( 2002 ) 011302 ; + v. barger
_ et al . _ ,
* b537 * ( 2002 ) 179 - 186 ; + a. bandyopadhyay _ et al .
_ , phys .
* b540 * ( 2002 ) 14 - 19 ; + j.n .
bahcall , m.c .
gonzalez - garcia and c. pea - garay , jhep 0207 ( 2002 ) 054 ; + p.c de holanda and a.yu .
smirnov , hep - ph/0205241 . | neutrinos massive by oscillation experiments values unknown answer given by oscillation experiments probabilities depend on @xmath6 rely on non oscillation experiments single beta decay measurements neutrino mass neutrinoless double beta decay searches cosmological measurements double beta decay experiments higher sensitivities non oscillation experiments negative observations of @xmath3 bounds on observable @xmath7 @xmath8 heidelberg - moscow @xmath9 igex depend on nuclear matrix elements actual observable is half - life @xmath10 : @xmath11 y by heidelberg - moscow @xmath12 y by igex energy regions probed can reach to order of @xmath13 by future experiments 11 - 17 strong possibility of @xmath3 observations observation of @xmath3 announced last year as @xmath4 with @xmath5 uncertainty of nuclear matrix elements result result checked in future experiments fruitful to investigate information from @xmath3 observations constraints on neutrino mixing parameters by @xmath3 experiments discussed by authors implications of kdhk result discussed articleconstraints neutrino mass solar mixing angle discussed three flavor mixing framework observations @xmath3 standard parametrization mns matrix @xcite : @xmath14 mixing matrix for three majorana neutrinos is @xmath15 @xmath16 extra cp - violating phases characteristic of majorana particles @xcite observable double beta decay experiments described @xmath18 @xmath19 @xmath20 @xmath21 neutrino mass eigenvalues normal hierarchy means @xmath23 inverted hierarchy @xmath24 utilize @xmath25 experimental upper bound on @xmath7 derive theoretical lower bound on @xmath7 choice phase - factor @xmath26 leads to inequality @xmath27 right - hand side rhs absolute value not necessary absolute value @xmath28 small value rhs minimized replacing @xmath29 with @xmath30 @xmath28 largest value @xmath31 determined reactor experiments obtain @xmath33 derive theoretical upper bound on @xmath7 experimental lower bound @xmath34rhs of beta1 ] maximized setting phase - factors unity obtain @xmath35 @xmath28 replaced by @xmath31 ( zero for normal inverted hierarchy set rhs largest value @xmath28 inequality results in @xmath36 normal @xmath37 inverted constraints ( beta3 beta5 beta6 ) determine allowed region on plane neutrino mass versus mixing angle use plane @xmath0 lightest neutrino mass for each hierarchy beta5 beta6 ] shown for @xmath38 solid dashed lines for normal ( inverted ) hierarchy inside bounds allowed lma region superimposed with shadow analyze constraints previous section two cases experimental results considered 1 @xmath39 within region kdhk result 2 @xmath40 outside lma solution of solar neutrino problem allowed at @xcite considered mainly mass square difference fixed after @xmath41 and @xmath42 bounds presented in fig . [ case1 ] bounds ( [ beta5 beta6 obtained with @xmath34 almost vertical small @xmath43 lines cross horizontal axis at @xmath44 for not very small @xmath34@xmath34 lower bound on @xmath0:@xmath45 asymptotes @xmath46 for bounds beta3 no upper bound on @xmath0 for @xmath47 lma solution outside region bounds beta3 for normal and inverted hierarchy similar degenerate mass approximation @xmath48 good constraint [ beta3 becomes @xmath49 @xmath50 good parameter fig . bounds [ beta3 ] on @xmath51 - @xmath1 plane for @xmath52 similarity bounds goodness degenerate mass approximation for @xmath53 larger values @xmath25 same bounds for @xmath54 constraint @xmath55 read off for lma best fit value @xmath56 corresponds to @xmath57 second article for @xmath52 solid dashed lines for normal ( inverted ) hierarchy inside bounds allowed lma region superimposed with shadow bounds in fig . [ case2 degenerate mass approximation no longer good energy scale smaller than atmospheric one @xmath58 bounds for normal and inverted hierarchy differ disappearance of bound for inverted hierarchy by ( [ beta6 ] ) constraint ( beta6 satisfied for @xmath59 possible for normal hierarchy with smaller @xmath34 smallest @xmath34 needed for bound by beta5 beta6 values extracted from rhs of beta5 beta6 @xmath60 as @xmath61 for normal @xmath62 for inverted @xmath63 smaller than 0.053ev no lower bound on @xmath0 for inverted hierarchy bound ( [ beta3 ] for inverted hierarchy crosses vertical axis at @xmath64 small @xmath7 excludes large values of @xmath1 @xmath1 larger than @xmath65 gives minimum of @xmath7@xcite extract bound on @xmath0 from kdhk result @xmath66 large enough use fig . upper bound extracted as @xmath67 for lma best fit parameters @xmath68 larger than normal smaller than inverted lower bound on @xmath0 for normal hierarchy not inverted @xmath34 is lower bound on @xmath0 for normal hierarchy @xmath69 for normal ( inverted hierarchy with lma best fit parameters@xmath34 larger @xmath3 observations exclusion @xmath59 hierarchies beta5 beta6 shown for @xmath70 solid dashed lines normal inverted hierarchy inside bounds allowed lma region superimposed shadow allowed regions neutrino mass versus solar mixing angle @xmath71 obtained @xmath25 @xmath34 experimental upper lower bound @xmath7 double beta decay experiments @xmath71 constraints on neutrino mass lightest mass @xmath0 @xmath72 lma best fit parameters condition @xmath73 necessary for upper bound @xmath0 condition @xmath74 normal inverted hierarchy lower bound @xmath0 @xmath4 gives @xmath2 for normal inverted hierarchy prof . h.v klapdor - kleingrothaus organizers conference invitation hospitality oulu h. minakata h. sugiyama . lett b532 ( 2002 ) 275 - 283 homestake collaboration k. lande al astrophys . 496 ( 1998 ) 505 sage collaboration abdurashitov phys c60 1999 ) 055801 gallex collaboration hampel phys b447 1999 ) 127 super - kamiokande collaborationfukuda al phys 86 2001 ) 5651 ibid 2001 5656 sno collaboration ahmed phys 87 2001 ) 071301 eisenstein w hu m tegmark astrophys 518 1999 ) 2 fukugita talk frontiers particle cosmology euroconference neutrinos universe lenggries germany september 29 - october 4 2001 weiler 49 1982 ) 234 astroparticl phys 11 1999 ) 303 h. ps t.j weiler phys d63 2001 ) 113015 d. fargion b. mele a. salis astrophys 517 1999 ) 725 z. fador s.d katz a ringwald 88 2002 ) 171101 sno collabolation ahmad phys 89 2002 ) 011301 sno collabolation ahmad 89 2002 ) 011302 barger al b537 ( 2002 ) 179 - 186 bandyopadhyay phys . b540 2002 ) 14 - 19 j.n bahcall gonzalez - garcia. pea - garay 0207 ( 2002 ) 054 p de holanda smirnov hep - ph/0205241 | 0.442124 | 3,084 | 1,596 | , Saving $0.1 in GPT-4. |
172,696 | using a fb@xmath0 data sample collected with the cleo ii detector at the cornell electron storage ring , we have searched for dipion transitions between pairs of @xmath1 resonances at center of mass energies @xmath2 gev and @xmath3 gev .
we obtain the 90% confidence level upper limits @xmath4 and @xmath5 .
we also observe the transitions @xmath6 , @xmath7 , and @xmath8 , from which we measure the cross - sections for the radiative processes @xmath9 and @xmath10 .
we obtain @xmath11 pb and @xmath12 pb at @xmath2 gev , and @xmath13 pb and @xmath14 pb at @xmath3 gev , which we compare with theoretical predictions . 6.5 in 9.0 in -0.50 in 0.00 in 0.00 in | bottomonium dipion transitions have been the subject of many studies @xcite .
so far , theoretical efforts have concentrated on investigating dipion transitions between pairs of @xmath1 resonances below @xmath15 threshold production , in part because of complexities in the theoretical analysis of coupled - channel effects above @xmath15 threshold .
there are no experimental results on @xmath16 dipion transitions ; one would generally expect very small branching fractions for such @xmath16 decays due to the large ozi - allowed width for @xmath17 .
nevertheless the large amount of cleo ii resonance data and our familiarity with the systematics of such transitions @xcite make it worthwhile to perform a dedicated search for the transitions @xmath18 and @xmath19 .
we can also measure the cross - sections for the processes and by reconstructing the decay chains , with @xmath20 .
these processes are important in determining the accuracy of theoretical calculations @xcite and experimental measurements @xcite of the cross - section for hadron production in @xmath21 annihilations at @xmath22 gev .
the process @xmath23 comprises one of the largest systematic uncertainties to the measurement of @xmath24 in the @xmath1 region .
the cleo ii detector , described in detail elsewhere @xcite , is a general - purpose magnetic spectrometer and calorimeter for measuring charged and neutral particles .
the major subsystems of the detector ( in order of increasing radius from the beam pipe ) are the central detector , time - of - flight scintillators , the crystal calorimeter , 1.5-tesla superconducting coil , and the muon chambers and magnetic flux return units .
the central detector consists of three concentric drift chambers and is used for reconstruction of charged particle momenta and measurements of specific ionization energy loss ( @xmath25 ) for particle identification .
this system achieves a momentum resolution @xmath26 , where @xmath27 is the momentum in gev/@xmath28 , and covers 95% of the solid angle .
the time - of - flight system is used in two ways : for the lower - level trigger , and for measuring the flight time of particles to help in particle identification .
the crystal calorimeter , which measures the energies deposited by neutral and charged particles , consists of 7800 thallium - doped cesium iodide ( csi ) crystals arranged in a barrel and two endcaps .
the central barrel region of the calorimeter covers 75% of the solid angle and achieves an energy resolution @xmath29 , where @xmath30 is the shower energy in gev .
the endcaps extend the solid angle coverage to about 95% of @xmath31 , although they provide poorer energy resolution than the barrel region .
the muon identification system , also arranged as an octagonal barrel and two endcaps , uses proportional tracking chambers for muon detection .
these chambers are sandwiched between and behind the iron slabs that provide the magnetic field flux return . in our analysis
the jetset @xcite program is used as a monte carlo event generator .
we use a geant @xcite based detector simulation package to propagate and decay the final state particles in the cleo ii detector .
in our analysis of transitions ] we reconstruct the @xmath32 exclusively from the decays . the following selection criteria are common to all five transitions : ( 1 ) we require a total of four good quality primary charged tracks in the event with zero net charge ; ( 2 ) two of them ( the lepton candidates ) must have momenta greater than 3.5 gev/@xmath28 and originate from the interaction region , defined as a cylindrical volume of 3 mm radius and 10 cm length aligned along the beam axis and centered on the @xmath21 collision point ; ( 3 ) the other two tracks ( the pion candidates ) must have momenta less than 1 gev/@xmath28 and originate from a similar cylindrical volume 4 mm @xmath33 12 cm centered on the interaction point ; ( 4 ) we identify electrons by requiring the ratio of the associated electromagnetic shower energy deposited in the calorimeter to the momentum of the matching track to be close to unity and the lateral pattern of energy deposition to be consistent with the electron hypothesis ; ( 5 ) muons are identified by requiring the maximum penetration depth of the muon track candidate into the muon system absorber to be greater than three hadronic absorption lengths ; ( 6 ) we require the cosine of the opening angle between the pion tracks to satisfy @xmath34 to suppress background from @xmath35 events with @xmath36-conversion when the resulting @xmath21 pair fakes a @xmath37 pair ; and ( 7 ) to further reduce this background in the @xmath38 channel ( only ) we require that at least one of the pion candidates must have its specific ionization energy loss measurement ( @xmath25 ) consistent with the pion hypothesis .
we search for a signal from the transitions of interest by plotting the invariant mass of the @xmath39 system vs the mass recoiling against the dipion system @xmath40 as shown in figure [ fig : g2pi2ldtscat ] : the upper plots are for @xmath2 gev and the lower plots are for @xmath3 gev ( the boxes denote our signal regions ) .
peaks from the @xmath41 and @xmath42 transitions are clearly seen in all four distributions .
one can also notice a much smaller signal from the @xmath43 transition in the @xmath44 channel .
this signal is not seen in the @xmath38 channel because of a cutoff in @xmath45 due to the absence of @xmath25 information for tracks with momentum less than ; such tracks do not reach into the outer drift chamber where the @xmath25 measurement is performed . because the transitions @xmath43 , @xmath41 and @xmath42 occur in events with initial state radiation , the peak of the recoil mass for these transitions is shifted from the mass value of the daughter @xmath1 by roughly @xmath46 , the energy of the unobserved initial state radiation photon ( table [ tab : enshift ] ) .
.the initial state radiation photon energies and the recoil mass peak positions for @xmath47 gev . [ cols="^,^,^",options="header " , ]
we have performed a search for the dipion transitions between the @xmath1 resonances at the center of mass energies on and below the @xmath16 .
we set 90% confidence level upper limits on the branching fractions of the @xmath16 dipion transitions : @xmath4 and @xmath5 . by observing the transitions @xmath6 and @xmath8 ,
we have measured the cross - sections for the radiative processes @xmath9 and @xmath10 . for the process
@xmath10 our results are in good agreement with theoretical predictions , while for the process @xmath9 our measured values are somewhat below the predictions ( table [ tab : predict ] ) .
we gratefully acknowledge the effort of the cesr staff in providing us with excellent luminosity and running conditions .
patterson and i.p.j .
shipsey thank the nyi program of the nsf , m. selen thanks the pff program of the nsf , m. selen and h. yamamoto thank the oji program of doe , j.r .
patterson , k. honscheid , m. selen and v. sharma thank the a.p .
sloan foundation , m. selen and v. sharma thank research corporation , s. von dombrowski thanks the swiss national science foundation , and h. schwarthoff thanks the alexander von humboldt stiftung for support .
this work was supported by the national science foundation , the u.s .
department of energy , and the natural sciences and engineering research council of canada .
99 for a review , see m. voloshin and yu .
zaitsev , usp .
nauk * 152 * , 361 ( 1987 ) [ sov .
usp . * 30 * , 553 ( 1987 ) ] , or d. besson and t. skwarnicki , annu .
nucl . part .
sci . * 43 * , 333 ( 1993 ) . t .-
yan , phys .
d * 22 * , 1652 ( 1980 ) .
zhou , yu .- p .
kuang , phys .
d * 44 * , 756 ( 1991 ) .
cleo collaboration , clns 98/1 , to be published in phys .
d. k. chetyrkin , j. khn , t. teubner , phys .
d * 56 * , 3011 ( 1997 ) .
cleo collaboration , r. ammar _ et al .
d * 57 * , 1350 ( 1998 ) .
cleo collaboration , y. kubota _ et al .
a * 320 * , 66 ( 1992 ) .
t. sjostrand , `` pythia 5.7 and jetset 7.4 : physics and manual , '' cern - th-7112 - 93 ( 1994 ) .
r. brun _ et al .
_ , `` geant3 users guide , '' cern dd / ee/84 - 1 ( 1987 ) .
particle data group , phys .
d * 54 * , 547 ( 1996 ) .
particle data group , phys .
d * 54 * , 166 ( 1996 ) , or o. helene , nucl .
instr . and meth .
* 212 * , 319 ( 1983 ) .
d. cousins and v. highland , nucl . instrum . and methods phys .
a * 320 * , 331 ( 1992 ) .
t. teubner , private communications . | bottomonium dipion transitions subject studies theoretical efforts between @xmath1 resonances below threshold complexities analysis no experimental results on @xmath16 dipion transitions small branching fractions for decays due to large ozi - allowed width for @xmath17 large cleo ii resonance data familiarity with transitions search for transitions @xmath18 @xmath19 measure cross - sections decay chains with @xmath20 important accuracy of theoretical calculations experimental measurements cross - section for hadron production in @xmath21 annihilations at @xmath22 gev process @xmath23 systematic uncertainties measurement @xmath24 in @xmath1 region cleo ii detector general - purpose magnetic spectrometer calorimeter for measuring charged neutral particles central detector time - of - flight scintillators crystal calorimeter 1.5-tesla superconducting coil muon chambers magnetic flux return units central detector three concentric drift chambers for reconstruction of charged particle momenta specific ionization energy loss for particle identificationsystem achieves momentum resolution @xmath26 @xmath27 gev/@xmath28 covers 95% solid angle time - of - flight system used lower - level trigger flight time particles particle identification crystal calorimeter measures energies neutral charged particles 7800 thallium - doped cesium iodide crystals barrel two endcaps central barrel covers 75% solid angle energy resolution @xmath29 @xmath30 shower energy gev endcaps extend 95% @xmath31 poorer energy resolution muon identification system octagonal barrel two endcaps uses proportional tracking chambers muon detection chambers iron slabs magnetic field flux return jetset @xcite program monte carlo event generator geant @xcite detector simulation package propagate decay final state particles cleo ii detector reconstruct @xmath32 from decaysselection criteria common to five transitions require four primary charged tracks zero net charge two lepton candidates momenta greater than 3.5 gev/@xmath28 from interaction region cylindrical volume 3 mm radius 10 cm length aligned beam axis centered on @xmath21 collision point other two tracks pion candidates momenta less than 1 gev/@xmath28 from cylindrical volume 4 mm @xmath33 12 cm centered on interaction point identify electrons ratio electromagnetic shower energy calorimeter to momentum track close to unity lateral pattern energy deposition consistent with electron hypothesis muons maximum penetration depth into system absorber greater than three hadronic absorption lengths opening angle between pion tracks satisfy @xmath34 suppress background from @xmath35 events with @xmath36-conversion fakes pair reduce background in @xmath38 channel one pion specific ionization energy loss measurement consistent with pion hypothesis search for signal transitions plotting invariant mass @xmath39 system vs mass recoiling against dipion system @xmath40 upper for @xmath2 lower @xmath3 gev peaks from @xmath41 @xmath42 transitions seen in four distributionsnotice smaller signal from @xmath43 transition in @xmath44 channel not seen in @xmath38 channel cutoff in @xmath45 absence @xmath25 information tracks momentum tracks reach outer drift chamber @xmath25 measurement transitions @xmath43 initial state radiation peak recoil mass shifted from @xmath1 by @xmath46 energy unobserved initial state radiation photon initial state radiation photon energies recoil mass peak positions for @xmath47 search for dipion transitions between @xmath1 resonances center mass energies below @xmath16 set 90% confidence level upper limits on branching fractions @xmath16 dipion transitions @xmath4 @xmath5 transitions @xmath6 @xmath8 measured cross - sections for radiative processes @xmath9 @xmath10 @xmath10 results with theoretical predictions @xmath9 measured values below predictions acknowledge cesr staff excellent luminosity running conditions patterson shipsey thank nyi program nsf m. selen thanks pff program nsf selen yamamoto thank oji program doe patterson k. honscheid selen v. sharma thanksloan foundation selen sharma research corporation dombrowski swiss national science foundation schwarthoff alexander von humboldt stiftung work supported national science foundation u.s department energy natural sciences engineering research council canada review m voloshin zaitsev usp nauk 152 361 ( 1987 ) 30 553 1987 d besson skwarnicki nucl sci. 43 * 333 ( 1993 ) yan . d 22 * 1652 ( 1980 ) zhou kuang phys . 44 756 ( 1991 ) cleo collaboration 98/1 chetyrkin j khn teubner . 56 3011 ( 1997 ) cleo collaboration ammar 57 * 1350 ( 1998 ) cleo collaboration kubota 320 * 66 ( 1992 ) sjostrand pythia 5.7 jetset 7.4 manual cern - th-7112 - 93 ( 1994 ) brun geant3 users guide/84 - 1 1987 ) particle data group phys . d 54 * 547 ( 1996 ) data 54 166 ( 1996 ) helene nucl instr212 319 1983 ) cousins highland nucl. instrum. methods phys. 320 331 1992 ) teubner private communications | 0.350594 | 2,168 | 1,113 | , Saving $0.1 in GPT-4. |
172,701 | in non - ideal plasmas , the dielectric function has to be treated beyond the random phase approximation .
correlations and well as collisions have to be included .
these corrections are known as ( dynamical ) local field corrections . with the help of the zubarev approach to linear response theory ,
a relaxation time approximation is proposed leading to an interpolation scheme between static local field corrections and the drude model in the long wave length limit .
the approach generalizes the mermin approximation for the dielectric function and allows for the inclusion of a dynamical collision frequency .
exploratory calculations for a classical two - component plasma at intermediate coupling are presented . | many experimental observables in the analysis of dense plasmas are directly linked to the ( longitudinal ) dielectric function @xmath0 .
examples range from the reflectivity and the absorption coefficient to the pair distribution function and the ( dynamic ) structure factor @xcite . while the dielectric function for weakly coupled plasmas can be well described by the random phase approximation ( rpa ) , it is necessary to include correlations into the dielectric function to address the physics of strongly coupled plasmas .
corrections beyond the rpa are traditionally described by the so called local field corrections . for the interacting electron gas , local field corrections
have been investigated in great detail since the pioneering work of hubbard @xcite .
also , approximative schemes for two - component plasmas have been developed @xcite . for general wave vectors @xmath1 and frequencies @xmath2 , the derived expressions tend to be very involved and tedious to calculate , see @xcite .
it is the objective of this communication to propose a scheme which interpolates between the static limit @xmath3 and the long - wave length limit @xmath4 . in the course of this task
, we will generalize an approach due to mermin @xcite and derive an approximative expression for the response function of an electron - ion plasma in terms of local field corrections for the electron gas and an electron - ion collision frequency . to be specific
, we consider a fully ionized two - component plasma of electrons and ions with temperature @xmath5 and electron density @xmath6 .
the central quantities in our description are the partial density response functions @xmath7 , where @xmath8 labels the species , @xmath9 .
local field corrections are introduced generalizing the random phase approximation via @xmath10 v^s_{cc'}(k,\omega ) & = & v_{cc'}(k ) \left ( 1-g_{cc'}(k,\omega ) \right ) \nonumber \\[0.1 cm ] & & + \sum_d v_{cd}(k ) \left(1 - g_{cd}(k,\omega ) \right ) \chi^{(0)}_d(k,\omega ) v_{dc'}^s(k,\omega ) \nonumber \,\,\,,\end{aligned}\ ] ] where @xmath11 is the fourier transformed potential , @xmath12 is a normalization volume , and @xmath13 is the response function for the non - interacting system . for @xmath14 ,
the rpa is recovered .
dynamic collision frequency for solar core conditions : @xmath15 .
various approximations are considered.,scaledwidth=70.0% ]
following mermin @xcite , a relaxation time approximation that obeys particle number conservation , is given by @xmath16 where @xmath17 is a parameter to be determined outside of the mermin approximation .
while this expression shows the desired drude - like behaviour in the long - wavelength limit allowing to identify @xmath18 as a collision frequency , it fails to improve the static limit beyond the rpa result .
specifically , we have @xmath19 irrespective of the value of @xmath20 .
we rectify this shortcoming of the mermin approach by rederiving the approximation within the zubarev approach to the non - equilibrium statistical operator .
starting from the liouville - von neumann equation for the statistical operator @xmath21 , we approximate the general expression with the total hamiltonian @xmath22 and @xmath23 , @xmath24 & = & - \eta \,\left ( \rho(t ) \,-\ , \rho_{\rm rel } ( t ) \right ) \,\,\
, , \nonumber\end{aligned}\ ] ] by a relaxation time ansatz involving the external perturbation @xmath25 , the intra - species interactions , and a finite relaxation term @xmath17 accounting for the electron - ion interaction @xmath26 & = & - \eta \,\left ( \rho(t ) \,-\ , \rho_{\rm rel } ( t ) \right)\,.\end{aligned}\ ] ] using the zubarev technique allows to impose conserved quantities as self - consistency conditions on the relevant statistical operator @xmath27 . proceeding along the lines presented in @xcite , the density response function @xmath7
is then given in linear response by correlation functions as @xmath28 @xmath29 is the kubo product and @xmath30 its laplace transform . replacing the kubo products by response functions ,
the extended mermin approximation reads @xmath31 where @xmath32 is the response function of the interacting one - component electron gas .
this expressions still results in a drude - like form for @xmath4 , while the static limit now reproduces the static local field correction , @xmath33 .
imaginary part of the dielectric function as a function of the frequency @xmath2 for wave vector @xmath34 .
parameters : @xmath35 .
extended mermin approach compared to other approximations.,scaledwidth=70.0% ]
a systematic approximation for the collision frequency in dense plasmas can be accomplished by a perturbative treatment of the force - force correlation function , see @xcite , @xmath36 @xmath37 is the current operator , @xmath38 is the plasma frequency .
the collision frequency can be linked to a four - particle green s function . in particular ,
various effects such as dynamical screening and strong collisions relevant in non - ideal plasmas can be accounted for by partial summation of diagram sets .
the net collision frequency in this so - called gould - dewitt approach is obtained as @xmath39 where @xmath40 is the contribution due to loop diagrams , @xmath41 is the summation of ladder diagrams , and the born expression has to be subtracted to avoid double counting .
the interested reader is referred to ref .
@xcite for details . here , we give the final result for the first born approximation with respect to a dynamical screened interaction , see @xcite , @xmath42 \,\,\,,\end{aligned}\ ] ] an adiabatic approximation with inert ions can be obtained from this expression by taking @xmath43 and @xmath44 .
we illustrate this discussion by presenting the collision frequency for a two - component plasma at solar core conditions @xmath15 , see fig .
[ fig : coll_freq ] . as an example , we just compare the full lenard - balescu treatment of eq .
( [ eq : lenard_balescu ] ) with the adiabatic result indicated by @xmath45 .
also , the born result for a two - component system and for the adiabatic limit are shown .
most of the features are well known such as the difference between the two - component born result and the adiabatic lenard - balescu expression at small frequencies due to a different account of screening .
similar , the jump in the adiabatic lenard - balescu expression at the plasma frequency is known to be an artifact of allowing for a undamped plasmon mode .
note , that the full calculation of eq .
( [ eq : lenard_balescu ] ) does not show such a behaviour . instead
, its overall shape is very similar to the born approximations .
the static limit is in accordance with a static investigation of screening in a two - component plasma of electrons and ions performed earlier , see @xcite .
imaginary part of the dielectric function as a function of the frequency @xmath2 for wave vector @xmath46 .
parameters : @xmath47 .
extended mermin approach compared to other approximations.,scaledwidth=60.0% ]
we present exploratory calculations which serve as a proof of principle taking @xmath48 and @xmath49 with @xmath50 .
we consider an adiabatic model of interacting electrons scattering on randomly distributed but inert ions .
@xmath32 is taken for a classical ocp where the static local field corrections are related to the static structure factor @xmath51 via @xmath52 , @xmath53 being the inverse debye screening length .
we approximate @xmath54 .
in later applications , this has to be tuned to more realistic expressions .
also , the collision frequency is considered in born approximation with respect to a static screened potential @xmath55 , see @xcite , @xmath56 the frequency dependence of the collision frequency is neglected , @xmath57 , to uncover the frequency dependence given by the mermin approximation .
again , in order to keep things simple , we consider a uniform distribution of ions , i.e. @xmath58 . the rpa dielectric function is taken from @xcite . the imaginary part for the response function in extended mermin approximation is shown in fig . [ fig : long_wavelength_limit ] for @xmath59 and in fig .
[ fig : static_limit ] for @xmath60 . for comparison , the original mermin expression , the ocp response function , and the rpa
are presented as well .
figure [ fig : long_wavelength_limit ] visualizes the broadening of the plasmonic excitation due to the account of collisions in both , the original mermin and the extended mermin approximation . on the other hand , for small values of @xmath2 ,
the extended mermin approach approaches the static local field correction , as can be seen in figure [ fig : static_limit ] .
a similar situation is found for rather large values of @xmath1 and @xmath48 as in shown in fig .
[ fig : static_limit_2 ] . here , the ideal response is given as well .
imaginary part of the dielectric function as a function of the frequency @xmath2 for wave vector @xmath46 .
parameters : @xmath35 .
extended mermin approach compared to other approximations.,scaledwidth=60.0% ]
in this communication , we have proposed an interpolation scheme for the response function of a two - component plasma between the long - wavelength and the static limit . to this end
, we combine the account of collisions via the mermin ansatz with the local field description for the interacting electron gas .
thus , we obtain the broadening of the reponse function due to collisions in the long - wavelength limit as well as correlations beyond rpa in the static limit .
exploratory calculations have shown the expected limiting behavior and indicate a flattening of the plasmon dispersion relation as compared to the rpa .
improved calculations accounting for partial degeneracy , the dynamics of the collision frequency , and dynamic local fields in the electronic subsystem are work in progress and subject of a forthcoming publication .
in particular , standard approximations for dynamic local field correlations in the electron gas can easily be incorporated .
s. ichimaru , rev .
mod . phys . * 54 * , 1017 ( 1982 ) .
e.g. j. hubbard , proc .
r. soc london ser .
a * 243 * , 336 ( 1957 ) ; k. singwi , m.p .
tosi , r.h .
land , a. sjlander , phys . rev . * 176 * , 589 ( 1968 ) ; a.a .
kugler , j. stat .
* 12 * , 35 ( 1975 ) ; k. utsumi and s. ichimaru , phys .
b * 22 * , 5203 ( 1980 ) ; r.d .
dandrea , n.w .
ashcroft , a.e .
carlsson , phys .
b * 34 * 2097 ( 1986 ) ; b. farid , v. heine , g.e .
engel , i.j .
robertson , phys . rev .
b , * 48 * 11602 ( 1993 ) ; j. hong and m.h .
lee , phys .
* 70 * , 1972 ( 1993 ) ; c.f .
richardson and n.w .
ashcroft , phys .
b * 50 * , 7284 ( 1994 ) ; and references therein .
e.g. s. ichimaru , s. mitake , s. tanaka , x .- z .
yan x - z , phys .
a * 32 * 1768 ( 1985 ) ; s.v .
adamyan , i.m .
tkachenko , j.l .
munoz - cobo gonzalez , and g. verdu - martin , phys .
e * 48*. 2067 ( 1993 ) ; j. daligault and m.s .
murillo , j. phys .
a : math . gen . * 36 * , 6265 ( 2003 ) .
g. rpke , r. redmer , a. wierling , h. reinholz , phys .
e * 60 * , r2484 ( 1999 ) .
mermin , phys .
b * 1 * , 2362 ( 1973 ) . g. rpke , a. selchow , a. wierling , and h. reinholz , phys .
a * 260 * , 365 ( 1999 ) .
h. reinholz , r. redmer , g. rpke , and a. wierling , phys .
e * 62 * , 5648 ( 2000 ) .
arista and w. brandt , phys . rev .
a * 29 * , 1471 ( 1984 ) .
a. selchow , g. rpke , a wierling , h. reinholz , t. pschiwul and g. zwicknagel , phys .
e * 64 * , 056410 ( 2001 ) .
g. rpke , phys .
rev . a * 38 * , 3001 ( 1988 ) . | experimental observables dense plasmas linked to dielectric function @xmath0 examples reflectivity absorption coefficient pair distribution function dynamic structure factor dielectric function for weakly coupled plasmas described by random phase approximation necessary include correlations strongly coupled plasmas corrections beyond rpa described by local field corrections interacting electron gas local field corrections investigated since hubbard approximative schemes for two - component plasmas developed wave vectors @xmath1 frequencies @xmath2 expressions involved tedious calculate objective propose scheme between static limit @xmath3 long - wave length limit @xmath4 generalize approach mermin derive approximative expression for response function electron - ion plasma local field corrections for electron gas collision frequency fully ionized two - component plasma with temperature @xmath5 electron density @xmath6 central quantities are partial density response functions @xmath7 @xmath8 labels species @xmath9field corrections random phase approximation via @xmath10{cc}(k\omega ) 1-g_{cc\nonumber[0.1 cm v_{cd}(k ) - g_{cd}(k}_d(k\omega )_{dc'}^s(k )\nonumber{aligned @xmath11 fourier transformed potential @xmath12 normalization volume @xmath13 response function non - interacting system @xmath14 rpa recovered dynamic collision frequency solar core conditions @xmath15 approximations considered=70.0% mermin @xcite relaxation time approximation particle number conservation @xmath16 @xmath17 parameter outside mermin approximation expression shows drude - like behaviour long - wavelength limit @xmath18 collision frequency fails improve static limit beyond rpa result @xmath19 @xmath20 rectify shortcoming rederiving approximation zubarev approach non - equilibrium statistical operatorliouville - von neumann equation statistical operator @xmath21 approximate general expression total hamiltonian @xmath22 @xmath23 @xmath24 - \eta relaxation time ansatz external perturbation @xmath25 intra - species interactions finite relaxation term @xmath17 electron - ion interaction @xmath26 - \eta zubarev technique conserved quantities self - consistency conditions statistical operator @xmath27 density response function @xmath7 linear response correlation functions @xmath28 @xmath29 kubo product @xmath30 laplace transform replacing kubo products response functions extended mermin approximation reads @xmath31 @xmath32 response function interacting one - component electron gas drude - like form @xmath4 static limit reproduces static local field correction @xmath33 dielectric function function frequency @xmath2 wave vector @xmath34 parameters @xmath35 extended mermin approach other approximations=70systematic approximation for collision frequency in dense plasmas perturbative treatment force - force correlation function @xcite @xmath36 current operator plasma frequency collision frequency linked to four - particle green s function dynamical screening strong collisions in non - ideal plasmas accounted by partial summation diagram sets net collision frequency gould - dewitt approach obtained as @xmath39 @xmath40 contribution loop diagrams @xmath41 summation ladder diagrams born expression subtracted avoid double counting to @xcite details final result first born approximation dynamical screened interaction @xcite @xmath42 adiabatic approximation with inert ions @xmath43 @xmath44 collision frequency for two - component plasma at solar core conditions @xmath15 fig full lenard - balescu treatment with adiabatic result @xmath45 born result for two - component system adiabatic limit shown difference between two - component born result adiabatic lenard - balescu expression at small frequencies to different screening jump in adiabatic lenard - balescu expression at plasma frequency artifact undamped plasmon modefull calculation of eq lenard_balescu show behaviour shape similar to born approximations static limit with static investigation screening two - component plasma electrons ions dielectric function function of frequency @xmath2 wave vector @xmath46 parameters @xmath47 extended mermin approach,scaledwidth=60.0% exploratory calculations proof of principle @xmath48 @xmath49 with @xmath50 adiabatic model of interacting electrons on randomly inert ions @xmath32 classical ocp static local field corrections related to static structure factor @xmath51 @xmath52 @xmath53 inverse debye screening length approximate @xmath54 later applications tuned to realistic expressions collision frequency considered in born approximation static screened potential @xmath55 @xmath56 frequency dependence collision neglected @xmath57 frequency dependence mermin approximation uniform distribution of ions @xmath58 rpa dielectric function from @xcite response function extended mermin approximation shown in fig long_wavelength_limit for @xmath59 static_limit @xmath60 original mermin expression ocp response function rpa presentedfigure long_wavelength_limit visualizes broadening plasmonic excitation due collisions original extended mermin approximation small values @xmath2 extended mermin approach approaches static local field correction similar situation large values @xmath1 @xmath48_limit_2 ideal response dielectric function frequency @xmath2 wave vector @xmath46 parameters @xmath35 extended mermin approach compared other approximations,scaledwidth=60.0% proposed interpolation scheme response function two - component plasma between long - wavelength static limit account collisions mermin ansatz local field description interacting electron gas broadening reponse function due collisions long - wavelength limit correlations beyond rpa static limit exploratory calculations shown expected limiting behavior flattening plasmon dispersion relation improved calculations partial degeneracy dynamics collision frequency dynamic local fields electronic subsystem work in progress subject forthcoming publication standard approximations for dynamic local field correlations electron gas incorporated ichimaru , rev. mod . phys . 54, 1017 ( 1982 ) j hubbard ,. soc london ser. 243, 336 ( 1957 )singwi tosi land sjlander phys . 176 589 ( 1968 ) kugler stat 12 * 35 ( 1975 ) utsumi s ichimaru phys . 22 * 5203 ( 1980 ) dandrea ashcroft carlsson 34 * 2097 ( 1986 ) farid heine engel robertson 48 * 11602 ( 1993 ) hong lee phys 70 * 1972 ( 1993 ) richardson ashcroft phys . 50 * 7284 ( 1994 ) references s ichimaru mitake tanaka yan phys 32 * 1768 ( 1985 ) adamyan tkachenko munoz - cobo gonzalez verdu - martin phys 48 2067 ( 1993 ) j daligault murillo phys 36 * 6265 ( 2003 ) rpke redmer wierling reinholz phys . 60 * r2484 ( 1999 ) mermin phys . b 1 * 2362 ( 1973 ) rpke selchowwierling reinholz phys 260 365 ( 1999 ) h reinholz redmer g rpke wierling phys 62 5648 2000 ) arista brandt phys rev 29 1471 ( 1984 ) selchow g. rpke wierling reinholz t pschiwul zwicknagel phys 64 056410 2001 ) rpke 38 3001 ( 1988 ) | 0.500428 | 3,017 | 1,563 | , Saving $0.1 in GPT-4. |
172,702 | today , many scientific and engineering areas require high performance computing to perform computationally intensive experiments .
for example , many advances in transport phenomena , thermodynamics , material properties , computational chemistry and physics are possible only because of the availability of such large scale computing infrastructures .
yet many challenges are still open .
the cost of energy consumption , cooling , competition for resources have been some of the reasons why the scientific and engineering communities are turning their interests to the possibility of implementing energy - efficient servers utilizing low - power cpus for computing - intensive tasks . in this paper
we introduce a novel approach , which was recently presented at linux conference europe 2015 , based on the beowulf concept and utilizing single board computers ( sbc ) .
we present a low - energy consumption architecture capable to tackle heavily demanding scientific computational problems .
additionally , our goal is to provide a low cost personal solution for scientists and engineers . in order to evaluate the performance of the proposed architecture we ran several standard benchmarking tests .
furthermore , we assess the reliability of the machine in real life situations by performing two benchmark tools involving practical tcad for physicist and engineers in the semiconductor industry .
parallel computing , system on a chip , beowulf , performance assessment , technology computer aided design | nowadays , many different areas of science and engineering require high performance computing ( hpc ) to perform data and computationally intensive experiments @xcite .
advances in transport phenomena , thermodynamics , material properties , machine learning , chemistry , and physics are possible only because of large scale computing infrastructures . yet , over the last decade
the definition of high performance computing changed drastically .
the introduction of computing systems made from many inexpensive processors became an alternative to the large and expensive supercomputers .
in @xmath0 the introduction of a practical way to link many personal computers in a computing cluster represented cost - effective and highly performance model @xcite .
today , the beowulf concept represents a recognized subcategory within the high - performance computing community .
this vision , although implemented in certain way , is not entirely realized and many challenges are still open . for instance , the cost of energy consumption of a single server during its life cycle can surpass its purchasing cost @xcite . furthermore , at least @xmath1 of the energy expenses in large - scale computing centers are dedicated to cooling @xcite .
need for energy preservation have forced many hpc centers to relocate near power stations or renewable energy location and to utilize natural / green resources like sea water or outside air in naturally cold areas in the world .
idle resources account for a portion of the energy waste in many centers , and therefore load balancing and workload scheduling are of increased interest in high performance computing . furthermore , depending on the specific computational tasks , it is more cost effective to run more nodes at slower speed .
in other cases exploring parallelism on as many processors as possible provides a more energy efficient strategy @xcite , @xcite . as a consequence from the different computational demands a competition for resources emerges .
subsequently , the scientific and engineering communities are turning their interests to the possibility of implementing energy - efficient servers utilizing low - power cpus for computing - intensive tasks .
taking under consideration the above factors , in this paper we present a novel approach to scientific computation based on the beowulf concept , utilizing single board computers ( sbc ) .
our goal is two fold .
firstly , we want to show a low - energy consumption architecture capable to tackle heavily demanding scientific computational problems .
second , we want to provide a low cost personal solution for scientists and engineers .
recently this architecture has been presented at linux conference europe 2015 @xcite .
the structure of this paper is as follows . in the next section
we describe the specific hardware we have used to build our cluster .
then we outline the software packages the server runs on .
we provide several benchmark tests to assess the performance of our suggested architecture .
furthermore , we carry out two benchmark tools involving practical tcad for physicist and engineers in the semiconductor industry in order to assess the reliability of this machine in real life situations . in more detail
we run two well - known gnu packages - archimedes @xcite and nano - archimedes @xcite which respectively deal with classical ( cmos technology ) and quantum electron transport ( post - cmos technology ) .
we conclude the paper with possible future directions .
the single board computer is a complete computer architecture on a single circuit board . compared to its low cost
, the board provides relatively high computational power , low power consumption and small space required for storage . in the last few years over @xmath2 different sbc boards of varying architectural and computational capabilities have been introduced @xcite . consequently , several teams have considered and implemented sbc boards as beowulf clusters @xcite , @xcite . while interesting projects are concentrating towards large centers and research institutions , others have demonstrated a beowulf cluster consisting of @xmath3 raspberry pi boards was described in @xcite .
several factors need to be taken into consideration when developing such cluster - computing power , memory size and its speed , energy consumption levels , and in our specific case mobility of the cluster . despite the success of the iridis - pi project ,
it is rather expensive since it had to use so many rasbperry pi boards to reach computational power and memory availability .
furthermore , expansion of the number of boards leads to an increase of energy consumption and a need for cooling implementation .
those reasons hinder the mobility of the cluster .
finally , while they provided a proof of concept , most projects focus on proving the concept @xcite , applying it as a web server @xcite or for testing distributed software @xcite or distributed updates @xcite .
the following subsections describe the most important hardware parameters of the radxa rock board , the cluster architecture and the software we have ran on it .
the reader should keep in mind that the type of boards , architecture and software are not a necessary limitations and other specifications can be implemented as well . in this section ,
we present the most relevant hardware parameters of the radxa rock board ( in the context of our project ) .
the selection of this specific board depended on several primary factors : computing power , memory size and speed , communication speed .
the size of the boards and the case we have built are also considered since heat dissipation is an essential factor for the necessary cooling strategies and therefore operational costs of the machine . we have concentrated on developing an architecture that is mobile and easy for transportation but at the same time able to perform meaningful science / engineering computational tasks . in terms of usability , determining the software needs and specific packages to be employed has been taken under consideration . our high performance parallel personal cluster ( @xmath4 ) consists of @xmath5 radxa rock pro nodes @xcite ( see fig .
[ fig : radxacomp ] ) , with a plug - and - play model ( specifically developed for our purpose ) for the addition of more boards when we require more computational power .
the radxa board itself has a rockchip @xmath6 @xmath7 cpu architecture with @xmath5 cores running at @xmath8 .
the board is equipped with @xmath9 of ddr3 ram ( at @xmath10 ) , which has considerably more bandwidth compared to , for instance , raspberry pi or the beaglebone boards @xcite , @xcite .
currently , the system - on - chip boards are not designed to extend the physical ram , but since we are using distributed memory provided by all boards , this disadvantage is mitigated to a certain level .
the non - volatile storage on the board is a @xmath11 of nand flash memory .
currently , this space is enough to install the required operating system and all the necessary software in order to perform highly sophisticated quantum computations ( see section [ compute ] ) .
furthermore , the storage capacity can be extended through the available microsd card slot , which can be used to increase the virtual memory of the cluster or to add more storage capacity . in the current work
, we use a generic @xmath12 sdhc flash memory with a minimum write speed of @xmath13 .
we have used part of the additional storage as a virtual memory and the rest as a storage space .
the purpose of the latter is to reduce the size of the software that is needed by each node and instead provide an option to compile it dynamically .
therefore , we have implemented a samba share to provide access to all client nodes in the system .
the decision to choose samba is _ by no means _ a limiting factor and one might instead use nfs or rsync in similar manner . in this way , s we provide access to the software and data to all available nodes .
additionally , we can implement upgrades and changes without increase of workload time or wasting memory in every board .
if specific libraries ( such as mpi ) are needed for certain computations , they are installed on the external drive , with hard links from every node pointing to their storage location .
the board provides also two usb @xmath14 ports , a @xmath15 ethernet adapter , built - in _ wifi _ module at @xmath16 with support for the @xmath17 protocol and a @xmath18 module .
the graphical processing unit is mali-@xmath19 running at @xmath20 , with one hdmi output . [
cols="^ " , ]
in this work , we suggested a novel cluster architecture based on systems on a chip , which was recently presented at the linux conference 2015 @xcite .
we have successfully validated our practical hardware implementation over a set of standard benchmarking test ( nasa , npb @xcite ) .
furthermore , in spite of the common believe of the scientific computational communities , we have been able to show that this machine can actually perform _ real life _
related simulations , in particular in the field of cmos and post - cmos device design .
the reader should note that our current implementation consists of a _ homogeneous _ structure based on radxa rock boards only , connected by means of ethernet interface .
it is clear that these practical decisions do not represent a restriction . as a matter of fact
, we plan to design and implement a _ heterogeneous _ cluster , which is not soc and ethernet dependent . inspired by the very encouraging results shown in this paper ,
the authors believe that this direction could represent a practical solution to the problem of having to recur to expensive and power consumptive supercomputer every time a scientific and/or engineering numerical task is required . .
the authors would like to thank prof .
i. dimov for the valuable conversations .
this work has been supported by the project ec acomin ( fp7-regpot-20122013 - 1 ) , as well as by the bulgarian science fund under grant dfni i02/20 .
becker , t. sterling , d. savarese , j.e .
dorband , u.a .
ranawak , c.v . packer , beowulf : a parallel workstation for scientific computation , in proceedings , international conference on parallel processing , vol .
( 1995 ) .
freeh , f. pan , n. kappiah , d.k .
lowenthal , r. springer , exploring the energy - time tradeoff in mpi programs on a power - scalable cluster , in parallel and distributed processing symposium , proceedings .
19th ieee international , pp .
ieee , ( 2005 ) .
n. rajovic , p.m. carpenter , i. gelado , n. puzovic , a. ramirez , m.r .
valero , supercomputing with commodity cpus : are mobile socs ready for hpc ?
, international conference in high performance computing , networking , storage and analysis ( sc ) , pp . 1 - 12 .
ieee , ( 2013 ) . *
kristina g. kapanova * is from the institute of information and communication technologies at the bulgarian academy of sciences , where she is currently working to obtain her phd degree .
her research interests include numerical methods , artificial neural networks , optimization , system on a chip development to enable science and engineering research on a smaller scale .
* jean michel sellier * is currently an associate professor at the bulgarian academy of sciences .
he is also the creator and maintainer of several gnu packages for the simulation of electron transport in cmos devices ( archimedes ) , and the simulation of single- and many - body quantum systems occurring in the field of quantum computing , spintronics , quantum chemistry and post - cmos devices ( nano - archimedes ) . | areas science engineering require high performance computing ) data intensive experiments advances in transport phenomena thermodynamics material properties machine learning chemistry physics possible large scale computing infrastructures last decade definition of high performance computing changed computing systems from inexpensive processors alternative to large supercomputers introduction many personal computers in computing cluster represented cost - effective performance model beowulf concept recognized subcategory within high - performance computing community vision not entirely realized challenges open cost energy consumption of single server can surpass purchasing cost energy expenses in large - scale computing centers dedicated to cooling energy preservation forced hpc centers to relocate near power stations renewable energy utilize natural green resources in cold areas idle resources account for portion energy waste load balancing workload scheduling increased interest in high performance computing more cost effective to run more nodes at slower speed exploring parallelism on many processors provides energy efficient strategy competition for resources emerges scientific engineering communities to implementing energy - efficient servers low - power cpus for computing intensive tasksfactors paper present novel approach to scientific computation based beowulf concept utilizing single board computers ( sbc ) goal show low - energy consumption architecture scientific computational problems provide low cost personal solution for scientists engineers architecture presented at linux conference europe 2015 @xcite structure paper describe specific hardware cluster outline software packages server runs provide benchmark tests performance architecture carry out two benchmark tools tcad for physicist engineers semiconductor industry assess reliability in real life run two gnu packages - archimedes @xcite and nano - archimedes @xcite with classical quantum transport conclude with future directions single board computer complete architecture on single circuit board board provides high computational power low power consumption small space for storage different sbc boards varying architectural computational capabilities introduced @xcite teams considered implemented sbc boards as beowulf clusters @xcite projects towards large centers research institutions others demonstrated beowulf cluster of @xmath3 raspberry pi boards described in @xcite factors developing cluster - computing power memory size speed energy consumption levels mobility of clusterdespite success iridis - pi project expensive many rasbperry pi boards computational power memory availability expansion boards leads to increase energy consumption need for cooling hinder mobility cluster proof of concept projects focus on proving concept @xcite as web server testing distributed software updates subsections describe important hardware parameters radxa rock board cluster architecture software ran type of boards architecture software not necessary limitations other specifications can be implemented present relevant hardware parameters radxa rock board project selection board depended on factors computing power memory size speed communication speed size boards case built considered heat dissipation essential for cooling strategies operational costs concentrated on developing architecture mobile easy for transportation perform meaningful science / engineering computational tasks usability software needs specific packages consideration high performance parallel personal cluster ( @xmath4 ) consists of @xmath5 radxa rock pro nodes @xcite fig . radxacomp plug - and - play model for addition more boards more computational power radxa board has rockchip @xmath6 @xmath7 cpu architecture @xmath5 cores running at @xmath8 .board equipped with @xmath9 ddr3 ram ( at @xmath10 ) more bandwidth compared to raspberry pi or beaglebone boards @xcite system - on - chip boards not to extend physical ram using distributed memory disadvantage mitigated non - volatile storage is @xmath11 nand flash memory space enough to install operating system software sophisticated quantum computations storage capacity can be extended through microsd card slot increase virtual memory or add more storage capacity use generic @xmath12 sdhc flash memory minimum write speed of @xmath13 used part additional storage as virtual memory rest as storage space purpose to reduce size software option to compile dynamically implemented samba share access to all client nodes samba limiting might use nfs or rsync access to software data to all nodes implement upgrades changes without workload time or wasting memory if specific libraries needed for computations installed on external drive with hard links from every node pointing to storage location board provides two usb @xmath14 ports @xmath15 ethernet adapter built - in wifi module at @xmath16 @xmath17 @xmath18 module graphical processing unit mali-@xmath19 running at @xmath20 one hdmi output suggested novel cluster architecture systems on chip presented at linux conference 2015 @xcite validated hardware implementation over standard benchmarking test ( nasa npb @xcite machine can perform real life simulations cmos post - cmos device design current implementation homogeneous structure radxa rock boards connected ethernet interface decisions not restriction plan to design implement heterogeneous cluster not soc ethernet dependent inspired by encouraging results authors believe direction could practical solution to problem expensive power consumptive supercomputer scientific engineering numerical task authors thank prof . i. dimov for conversations work supported by project ec acomin fp7-regpot-20122013 - 1 bulgarian science fund under grant dfni i02/20 becker t. sterling d. savarese j dorband u ranawak c.v packer beowulf : parallel workstation for scientific computation proceedings international conference on parallel processing vol. 1995 ) freeh f. pan n. kappiah d.k lowenthal r.springer exploring energy - time tradeoff mpi programs power - scalable cluster parallel distributed processing symposium proceedings 19th ieee international pp 2005 ) n. rajovic carpenter gelado puzovic ramirez valero supercomputing commodity cpus mobile socs ready hpc ? international conference high performance computing networking storage analysis pp 1 - 12 2013 ) kristina kapanova institute information communication technologies bulgarian academy sciences working phd degree research interests numerical methods artificial neural networks optimization system chip development engineering research smaller scale jean michel sellier associate professor creator maintainer gnu packages simulation electron transport cmos devices single- many - body quantum systems quantum computing spintronics quantum chemistry post - cmos devices | 0.361814 | 2,394 | 1,169 | , Saving $0.1 in GPT-4. |
172,703 | galaxy clusters with a dense cooling core exhibit a central increase in the metallicity of the intracluster medium .
recent xmm - newton studies with detailed results on the relative abundances of several heavy elements show that the high central abundances are mostly due to the contribution from supernovae type ia .
the dominant source is the stellar population of the central cluster galaxy . with this identification of the origin of heavy elements and the observed rates of sn ia in elliptical galaxies ,
the central abundance peak can be used as a diagnostic for the history of the cluster core region .
we find for four nearby cooling core clusters that the enrichment times for the central peaks are larger than 6 - 10 gyrs even for a higher sn ia rate in the past .
this points to an old age and a relatively quiet history of these cluster core regions .
a detailed analysis of the element abundance ratios provides evidence that the sn ia yields in the central cluster galaxies are more rich in intermediate mass elements , like si and s , compared to the sn ia models used to explain the heavy element enrichment in our galaxy .
galaxy clusters ( 98.65.cw ) elliptical galaxies ( 98.54.ew ) abundances , chemical composition ( 97.10.tk ) | our understanding of the complex physics prevailing in cooling cores in clusters of galaxies is mostly driven by observation rather than by theory .
it was for example the large amount of x - ray radiation detected from cluster cores that led to the scenario of cooling flows ( e.g. fabian & nulsen 1977 , fabian 1994 ) .
and it was later again observations by xmm - newton showing that no steadily cooling gas is observed and by chandra displaying interaction effects of central agn with the cooling core plasma which lead to major revision of the physical model of cluster cooling cores with much smaller mass deposition rates than inferred previously ( e.g. peterson et al .
2001 , matsushita et al .
2002 , mcnamara et al .
2000 , forman et al .
2004 , churazov et al .
2000 , 2001 , bhringer et al .
2002 ) . to understand in detail the interaction effects of the central agn with the icm and how the icm is heated in a
globally homogeneous and fine tuned way is even more complicated .
we have to hope again to exploit further observational effects to guide our interpretation . in this context the entropy distribution and the distribution of heavy elements in the icm provide another important diagnostic tool to learn more about the energy recycling and transport processes in the central icm .
this conference contribution will concentrate on the abundance distributions as diagnostics . to model the observed abundance distribution of heavy elements we need to know three things : the sources , the time scales , and the transport processes that redistribute the icm .
we know two sources for the enrichment of the icm with heavy elements : core collapse supernovae , type ii , which produce a broad spectrum of element masses with a bias towards the lighter elements like o and mg , and type ia supernovae , thermonuclear explosions of white dwarfs , which dominantly yield fe group elements and lighter elements like si and s but very little o and mg .
one of the characteristics of cooling core clusters is the central abundance peak of fe and the heavier elements ( e.g. degrandi & molendi 2001 ) as shown in fig .
a more detailed inspection which elements follow this abundance peak shows that it is traced by the heavier sn ia products but not by the lighter elements like o and mg ( fig.2 , matsushita et al .
this is consistent with the picture that sn ii activity happens in the early history of cluster formation when the stellar populations of the cluster galaxies are still young .
these elements have time to mix well in the icm and show a more homogeneous distribution .
sn ia are still occuring and observed in the present day cluster ellipticals and in the central cd galaxies .
the more recent yields obviously lead to more local enrichments .
in particular the massive stellar population of the cd galaxies dominating the centers of cooling core clusters are responsible for the central enrichment .
an even more careful inspection of the central abundances reveals also slight increases in the relative abundances of o and mg as shown in fig . 3 for the case of the centaurus cluster ( matsushita et al .
. the icm abundances of these elements are comparable to the stellar abundances which implies that the icm in the very central region most probably reflects the stellar mass loss of the central galaxy .
consideration of the budget of the central icm for example for the case of m87 shows that the inner 10 kpc region of the icm , roughly the region of the scale radius of cd galaxies ( or approximately half light radius ) , contains a gas mass of about @xmath0 m@xmath1 and an iron mass of about @xmath2 m@xmath1 .
both can be replenished by stellar mass loss from m87 in about 2 - 3 gyrs if we adopt a stellar mass loss rate of @xmath3 ( ciotti et al .
1991 ) and a fe production with a supernova rate of 0.15 snu ( cappelaro et al . 1999 ) .
it is important , however , for this enrichment to accumulate that the gas is not cooling and condensing with the classically calculated cooling flow rates , since in this case the central icm produced by stellar mass loss would disappear faster than it can be replenished .
both , the evidence described in the previous section and the observed abundances of o and mg support the notion that the central icm is not condensing at the high rates inferred previously within cooling flow models .
the central abundance peak extends much further than the central 10 kpc region inside the central galaxy . since the central galaxy dominates the stellar population out to radii of the order of 100 kpc and
is therefore responsible for most of the secular heavy elements in this zone , this implies some transport of the centrally enriched icm to larger radii and larger enrichment times than inferred above for the 10 kpc region . in fig .
4 we show the enrichment times for the fe abundance peak as a function of radius . the enrichment times were calculated from the total amount of excess fe inside a given radius divided by the iron yield inferred for the integrated stellar light of the cd galaxy with the above quoted ciotto et al .
rate for stellar mass loss and the cappelaro et al .
rate supernovae type ia with a fe mass yield per supernove of 0.7 m@xmath1 ( for more details of these calculations see bhringer et al .
the excess fe abundance is thereby determined by subtracting an ubiquitous fe abundance of 0.15 solar believed to originate from early sii enrichment .
alternatively we were also considering the likely case that the type ia supernova rate was higher in the past and varied with time in a power law behavior .
even for this case , where the enrichment times are shortened , we find quite large enrichment times of @xmath4 gyrs for radii around 50 kpc and @xmath5 gyrs for 100 kpc .
if these estimates are correct the results imply that the central regions of the clusters and their icm can not have suffered major disturbances during these times and that the icm experienced only mild turbulent redistribution as signified by the abundance peak which is broader than the light distribution of the central galaxy .
the central regions of cooling flow clusters must be old with ages of the order of 10 gyrs ! again , this scenario does not allow the inclusion of cooling flows with the large previously inferred mass deposition rates , since this would make the accumulation of the large observed central fe mass excess of the order of @xmath6 m@xmath1 impossible .
see also de grandi et al .
( 2004 ) for a complementary discussion of the origin of the central fe abundance from the sn yields integrated over the entire past history .
adopting this scenario for the enrichment of the central heavy element abundance peak , we can now study the element abundance ratio in more detail and compare the results with predictions of the supernova nucleosynthesis model calculations .
the best measured abundances for the different atomic mass groups are those of fe , si and o. thus we will concentrate here on the use of these elements . in fig .
5 we compare the abundance ratios of fe / o and fe / si in different regions in different groups and clusters of galaxies . in this diagram
the fe / o ratio is a diagnostics of the ratio of fe yields from sn ii and snia and the fe / si ratio can then be used to test various models of sn ia yields ( matsushita et al .
2003 ) . in the plot
we have compiled the available set of observational results from xmm and chandra ( and one asca result ) from the literature and compare them to various models with different deflagration speeds of the sn ia explosion from nomoto et al .
( 1984 ) and iwamoto et al .
the models lines were calculated by mixing an increasing amount of sn ia material with the early composition taken to be similar to the average of the low metallicity galactic halo stars ( clementini et al .
1999 ) which is also close to the expected sn ii yields as shown in the figure .
the results show that the bulk of the data lay below the curve of the w7 model which fits the solar abundance and is successfully used to describe the chemical history of our galaxy ( edvardsson et al .
the wdd1 and wdd2 models provide yields with larger si mass fractions compared to iron than supplied by the w7 model .
the data points for m87 are the most extreme in requiring a relatively large si yield ( matsushita et al .
the possible reason for this is a more incomplete nuclear burning in sn ia explosions in older stellar populations ( finoguenov et al .
2001 ) which is also consistent with the observed statistically lower luminosity of sn ia lightcurves observed in supernovae type ia in elliptical galaxies compared to spirals ( ivanov et al .
the results presented from the analysis of a few nearby clusters studied with xmm - newton and chandra provide new clues on the dynamical history of the central regions of clusters , the transport processes in the icm , and the nucleosynthesis yields of the two main types of supernovae .
the hopefully long life of the xmm and chandra observatories will allow us to extend these studies systematically to a well selected larger sample of groups and clusters of galaxies , which will finally show if the conclusions drawn in this contribution can be generalized and established with higher precision .
the majority of the results have been obtained with xmm - newton , an esa mission with instruments and contributions directly funded by esa member states and the usa ( nasa ) .
the xmm - newton project is supported by the bundesministerium fr bildung und forschung , the max - planck - society , and the haidenhain stiftung .
finoguenov , a. , matsushita , k. , bhringer , h. , ikebe , y. , arnaud , m. , 2002 , x - ray evidence for spectroscopic diversity of type ia supernovae : xmm observation of the elemental abundance pattern in m 87 , a&a , 381 , 21 31 iwamoto , k. , brachwitz , f. , nomoto , k. , kishimoto , n. , umeda , h. , hix , w.r . ,
thielemann , f.k . , 1999 ,
nucleosynthesis in chandrasekhar mass models for type ia supernovae and constraints on progenitor systems and burning - front propagation , apj ss , 125 , 439 462 peterson , j.r . , paerels , f.b.s . ,
kaastra , j.s . ,
arnaud , m. , reiprich , t.h . ,
fabian , a.c . ,
mushotzky , r.f . ,
jernigan , j.g .
, sakelliou , i. , 2001 , x - ray imaging - spectroscopy of abell 1835 , a&a , 365 , l104 l109 sun , m. , forman , w. , vikhlinin , a. , hornstrup , a. , jones , c. , murray , s.s . , 2003 ,
chandra observations of the ngc 1550 galaxy group : implication for the temperature and entropy profiles of 1 kev galaxy groups apj , 598 , 250 259 | understanding of complex physics in cooling cores in clusters galaxies driven by observation theory large x - ray radiation from cluster cores led to cooling flows fabian & nulsen 1977 fabian 1994 ) observations by xmm - newton no steadily cooling gas chandra interaction effects of central agn with cooling core plasma lead to major revision of physical model of cluster cooling cores with smaller mass deposition rates peterson et 2001 matsushita 2002 mcnamara 2000 forman 2004 churazov 2000 2001 bhringer 2002 understand interaction central agn with icm globally more complicated exploit further observational effects guide interpretation entropy distribution distribution of heavy elements in icm provide important diagnostic tool to energy recycling transport processes in central icm conference contribution on abundance distributions to model observed abundance distribution of heavy elements need to know three sources time scales transport processes two sources for enrichment icm with heavy elements : core collapse supernovae type ia supernovae yield fe group elements lighter elements little o and mg of cooling core clusters central abundance peak of fe and heavier elementsdegrandi & molendi 2001 fig . detailed inspection abundance peak traced by heavier sn ia products not lighter elements o mg fig.2 matsushita et al consistent sn ii activity early cluster formation stellar populations young elements mix icm show homogeneous distribution sn ia in present day cluster ellipticals central cd galaxies recent yields lead to local enrichments massive stellar population cd galaxies cooling core clusters responsible for central enrichment inspection central reveals slight increases o mg fig . 3 centaurus cluster matsushita et al icm abundances comparable to stellar abundances icm central region reflects stellar mass loss central galaxy budget central icm m87 inner 10 kpc region contains gas mass @xmath0 m@xmath1 iron mass @xmath2 m@xmath1 replenished by stellar mass loss from m87 2 - 3 gyrs stellar mass loss rate @xmath3 ( ciotti et al . 1991 ) fe production supernova rate 0.15 snu ( cappelaro et al . 1999 )important enrichment gas not cooling condensing with classically calculated cooling flow rates central icm produced stellar mass loss faster evidence observed abundances of o mg support central icm not condensing at high rates cooling flow models central abundance peak extends further than central 10 kpc region central galaxy central galaxy dominates stellar population 100 kpc responsible for secular heavy elements implies transport centrally enriched icm to larger radii larger enrichment times fig . 4 enrichment times for fe abundance peak function of radius calculated from excess fe radius divided by iron yield for integrated stellar light cd galaxy ciotto et al . rate stellar mass loss supernovae type ia fe mass yield per supernove 0.7 m@xmath1 excess fe abundance determined by subtracting ubiquitous fe abundance of 0.15 solar from early sii enrichment type ia supernova rate higher past varied with time large enrichment times of @xmath4 gyrs for radii around 50 kpc @xmath5 gyrs for 100 kpcestimates correct results imply central regions clusters icm suffered major disturbances icm experienced mild turbulent redistribution abundance peak broader than light distribution central galaxy central regions cooling flow clusters old ages 10 gyrs scenario allow inclusion cooling flows with large mass deposition rates accumulation large central fe mass excess impossible see de grandi et al . 2004 ) origin central fe abundance from sn yields past adopting scenario central heavy element abundance peak study element abundance ratio compare results with predictions supernova nucleosynthesis model calculations best measured abundances for atomic mass groups fe si o concentrate on elements fig . 5 abundance ratios fe / o fe / si in different regions groups clusters galaxies fe / o ratio ratio fe yields from sn ii snia used test models sn ia yields matsushita et al 2003 compiled observational results from xmm chandra one asca result to models deflagration speeds sn ia explosion from nomoto et al 1984 iwamoto et al models calculated by mixing increasing sn ia material early composition similar to average low metallicity galactic halo stars1999 close to expected sn ii yields in figure results show data below curve w7 model fits solar abundance chemical history galaxy edvardsson wdd1 wdd2 models provide larger si mass fractions compared to iron w7 model data points for m87 extreme large si yield matsushita possible reason incomplete nuclear burning in sn ia explosions older stellar populations finoguenov 2001 consistent with lower luminosity of sn ia lightcurves in supernovae type ia elliptical galaxies ivanov results from analysis nearby clusters with xmm - newton chandra provide clues on dynamical history central regions transport processes icm nucleosynthesis yields of supernovae long life xmm chandra observatories extend studies to larger sample groups clusters show if conclusions precision results obtained with xmm - newton esa mission funded by esa member states usa nasa ) xmm - newton project supported by bundesministerium fr bildung forschung max - planck - society haidenhain stiftung finoguenov matsushita bhringer ikebe arnaud2002 x - ray diversity type ia supernovae elemental abundance pattern m 87 a&a 381 , 21 31 iwamoto brachwitz nomoto kishimoto umeda hix thielemann 1999 nucleosynthesis chandrasekhar mass models type ia supernovae constraints progenitor systems burning - front propagation 125 , 439 462 peterson paerels kaastra arnaud reiprich fabian mushotzky jernigan sakelliou 2001 x - ray imaging spectroscopy abell 1835 a&a, 365 , l104 l109 sun forman vikhlinin hornstrup jones murray 2003 chandra observations ngc 1550 galaxy group temperature entropy profiles 1 kev galaxy groups apj , 598 , 250 259 | 0.359763 | 2,440 | 1,233 | , Saving $0.1 in GPT-4. |
172,705 | at small lattice spacing , or when using overlap fermions , lattice qcd simulations tend to become stuck in a single topological sector .
physical observables , e.g. hadron masses , then differ from their full qcd counterparts by @xmath0 corrections , where @xmath1 is the spacetime volume .
these corrections can be calculated order by order using the saddle point method .
we calculate all corrections proportional to @xmath2 and @xmath3 and test the resulting equations for several models : a quantum mechanical particle on a circle , the schwinger model and su(2 ) yang - mills theory . | topology freezing or fixing are important issues in quantum field theory , in particular in qcd .
for example , when simulating chirally symmetric overlap quarks , the corresponding algorithms do not allow transitions between different topological sectors , i.e. topological charge is fixed ( cf .
e.g. @xcite ) .
also when using other quark discretizations , e.g. wilson fermions , topology freezing is expected at lattice spacings @xmath4 , which are nowadays still fine , but realistic @xcite .
there are also applications , where one might fix topology on purpose .
for example , when using a mixed action setup with light overlap valence and wilson sea quarks , approximate zero modes in the valence sector are not compensated by the sea .
the consequence is an ill - behaved continuum limit @xcite . a possible solution to overcome this problem is to restrict computations to a single topological sector , either by sorting the generated gauge link configurations with respect to their topological charge or by directly employing so - called topology fixing actions ( cf .
e.g. @xcite ) . in view of these issues
it is important to develop methods , which allow to obtain physically meaningful results ( i.e. results corresponding to unfixed topology ) from fixed topology simulations .
the starting point for our work are calculations from the seminal papers @xcite .
we extend these calculations by including all terms proportional to @xmath2 and @xmath3 .
we apply the resulting equations to a quantum mechanical particle on a circle , to the schwinger model and to su(2 ) yang - mills theory and determine `` hadron masses '' at unfixed topology from fixed topology computations and simulations ( for related exploratory studies in the schwinger model and the @xmath5 and @xmath6 non - linear sigma model cf .
@xcite ) .
part of this work has already been published @xcite .
the partition function and the two - point correlation function of a hadron creation operator @xmath7 at fixed topological charge @xmath8 and finite spacetime volume @xmath1 are given by @xmath9 } e^{-s_e[a,\bar{\psi},\psi ] } \\
% & c_{q , v}(t ) \equiv \frac{1}{z_{q , v } } \int da \
, d\psi \ , d\bar{\psi } \ , \delta_{q , q[a ] } o^\dagger(t ) o(0 ) e^{-s_e[a,\bar{\psi},\psi ] } .
\end{aligned}\ ] ] using a saddle point approximation the correlation function has been expanded in @xcite according to @xmath10 where @xmath11 is a constant , @xmath12 the hadron mass at vacuum angle @xmath13 , @xmath14 ( @xmath15 , the topological susceptibility ) and @xmath16 is the vacuum energy density . in @xcite
we have extended this calculation by including all terms proportional to @xmath2 and @xmath3 , where @xmath17 ( for the definition of @xmath18 cf .
the expansions ( [ eqn673 ] ) and ( [ eqn674 ] ) are rather accurate approximations , if the following conditions are fulfilled : + * ( c1 ) * @xmath19 . + * ( c2 ) * @xmath20 . + * ( c3 ) * @xmath21 @xmath22 ( @xmath23 : pion mass , @xmath24 : periodic spatial extension ) . + * ( c4 ) * @xmath25 .
note that the effective mass at fixed topology , defined in the usual way , @xmath26 exhibits severe deviations from a constant behavior at large temporal separations @xmath27 @xcite , which is in contrast to ordinary quantum field theory at unfixed topology . a straightforward method to determine physical hadron masses ( i.e. hadron masses at unfixed topology ) from fixed topology simulations is to fit either ( [ eqn673 ] ) or ( [ eqn674 ] ) to two - point correlation functions computed at fixed topology . among the results of the fit are then the hadron mass at unfixed topology @xmath28 and the topological susceptibility @xmath15 .
a similar method is to first determine hadron masses @xmath29 at fixed topological charge @xmath8 and spacetime volume @xmath1 and then use equations based on ( [ eqn673 ] ) or ( [ eqn674 ] ) to determine @xmath28 and @xmath15 . for a detailed discussion cf .
@xcite .
for a first test of the methods mentioned in section [ sec13 ] we decided for a simple toy model , a quantum mechanical particle on a circle in a square well potential .
this model shares some important features with qcd , e.g. the existence of topological charge and the symmetry @xmath30 .
moreover , it can be solved numerically up to arbitrary precision .
we determine @xmath28 ( which is the energy difference between the ground state and the first excitation ) and @xmath31 from fixed topology two - point correlation functions as outlined in section [ sec13 ] .
we compare the @xmath0 expansion from @xcite ( eq .
( [ eqn673 ] ) ) and our @xmath3 version ( eq . ( [ eqn674 ] ) ) .
we find rather accurate results for @xmath28 and @xmath31 ( cf .
table [ tab001 ] ) .
note that the relative errors for both @xmath28 and @xmath31 are smaller , when using the @xmath3 version ( [ eqn674 ] ) . for details cf .
the schwinger model , defined by the lagrangian @xmath32 also shares certain features with qcd , most prominently confinement .
furthermore , simulations are computationally inexpensive , because there are only @xmath33 spacetime dimensions . we have studied the `` pion '' mass @xmath23 and the static quark - antiquark potential @xmath34 for various separations .
results are summarized in table [ tab002 ] . in the first line
( `` fixed top . '' ) results obtained from two - point correlation functions at fixed topology ( as outlined in section [ sec13 ] ) are listed . in the second line ( `` unfixed top . '' ) they are compared to results from standard lattice simulations , where gauge link configurations from all topological sectors are taken into account .
one can observe agreement demonstrating that one can obtain correct and accurate physical results from fixed topology simulations .
for details cf .
@xcite .
.[tab002]comparison of results obtained from computations at fixed and at unfixed topology . [ cols="^,^,^,^,^,^,^",options="header " , ]
currently we perform fixed topology studies of su(2 ) yang - mills theory , @xmath35 which is expected to be rather similar to qcd . again
we explore the static quark - antiquark potential for various separations . the left plot in fig .
[ fig342 ] shows that there is a significant discrepancy between the potential from computations restricted to a single topological sector and corresponding results obtained at unfixed topology .
the plot , therefore , underlines the necessity of a method to extract physical results from fixed topology computations . in the right plot of fig .
[ fig342 ] we compare the static potential obtained from wilson loops at fixed topology ( as outlined in section [ sec13 ] ) and from standard lattice simulations , where gauge link configurations from all topological sectors are taken into account . as for the schwinger model , one can observe excellent agreement demonstrating again that one can obtain correct and accurate physical results from fixed topology simulations .
details regarding our study of yang - mills theory at fixed topology will be published in the near future .
we have extended relations from the literature @xcite relating two - point correlation functions at fixed topology to physical hadron masses ( i.e. hadron masses at unfixed topology ) . we have successfully applied our resulting equations to various models .
we plan to test the same methods for qcd in the near future , where hadron masses obtained from different topological sectors also exhibit clear differences ( for an example cf .
@xcite , where the pion mass has been computed in various topological charge sectors ) .
we thank wolfgang bietenholz , krzysztof cichy , dennis dietrich , gregorio herdoiza , karl jansen and andreas wipf for discussions .
we acknowledge support by the emmy noether programme of the dfg ( german research foundation ) , grant wa 3000/1 - 1 . this work was supported in part by the helmholtz international center for fair within the framework of the loewe program launched by the state of hesse . | topology freezing fixing important in quantum field theory qcd simulating symmetric overlap quarks algorithms allow transitions between topological sectors topological charge fixed other quark discretizations wilson fermions topology freezing expected at lattice spacings @xmath4 realistic applications fix topology on purpose mixed action setup with light overlap valence wilson sea quarks zero modes in valence sector not compensated by sea ill - behaved continuum limit solution restrict computations to single topological sector sorting gauge link configurations or employing topology fixing actions important to develop methods obtain physically meaningful results corresponding unfixed topology from fixed topology simulations starting point calculations from seminal papers extend calculations terms proportional to @xmath2 @xmath3 apply equations to quantum mechanical particle circle schwinger model su(2 ) yang - mills theory determine hadron masses at unfixed topology from fixed topology computations simulations studies schwinger model @xmath5 @xmath6 non - linear sigma model part work publishedpartition function two - point correlation hadron creation operator @xmath7 fixed topological charge @xmath8 finite spacetime volume @xmath1 given by @xmath9{-s_e[a,\bar{\psi} c_{q v}(t )\equiv \frac{1}{z_{q v d\psi\bar{\psi\delta_{q q[a\dagger(t ) e^{-s_e[a{\psi{aligned saddle point approximation correlation function expanded in @xcite @xmath10 @xmath11 constant hadron mass at vacuum angle @xmath13 topological susceptibility vacuum energy density @xcite extended calculation terms proportional to @xmath2 @xmath3 @xmath17 @xmath18 expansions eqn673 eqn674 ] accurate approximations if conditions fulfilled c1 @xmath19 c2 @xmath20 @xmath21 pion mass periodic spatial extension effective mass at fixed topology @xmath26 exhibits deviations from constant behavior at large temporal separations @xmath27 @xcite contrast to quantum field theory at unfixed topologymethod determine physical hadron masses at unfixed topology from fit eqn673 or eqn674 ] to two - point correlation functions results are hadron mass @xmath28 topological susceptibility @xmath15 similar method determine hadron masses @xmath29 at fixed topological charge @xmath8 and spacetime volume @xmath1 use equations based on eqn673 or eqn674 ] determine @xmath28 and @xmath15 detailed discussion cf @xcite first test simple toy model quantum mechanical particle on circle in square well model shares features with qcd existence topological charge symmetry @xmath30 solved numerically to arbitrary precision determine @xmath28 energy difference between and @xmath31 from fixed topology two - point correlation functions compare @xmath0 expansion from @xcite and @xmath3 version eqn674 accurate results for @xmath28 and @xmath31 relative errors for @xmath28 and @xmath31 smaller using @xmath3 version ( eqn674 ] schwinger model @xmath32 shares features with qcd confinement simulations inexpensive @xmath33 spacetime dimensions studied pion '' mass @xmath23 static quark - antiquark potential @xmath34 for various separations results summarized in table [ tab002 ] first line fixed top results from two - point correlation functions fixed topology listed second line unfixed top compared to standard lattice simulations gauge link configurations all topological sectors agreement obtain correct accurate physical results from fixed topology simulations details cf[tab002]comparison of results fixed unfixed topology perform fixed topology studies of su(2 ) yang - mills theory @xmath35 similar to qcd explore static quark - antiquark potential for various separations left plot significant discrepancy between potential from computations single topological sector results unfixed topology necessity of method to extract physical results from fixed topology computations right plot static potential from wilson loops at fixed topology standard lattice simulations link configurations all sectors schwinger model agreement obtain correct accurate physical results from fixed topology simulations details study yang - mills theory at fixed topology published futureextended relations literature @xcite relating two - point correlation functions fixed topology physical hadron masses applied equations models plan test methods qcd hadron masses different topological sectors exhibit differences @xcite pion mass computed topological sectors thank wolfgang bietenholz krzysztof cichy dennis dietrich gregorio herdoiza karl jansen andreas wipf support emmy noether programme dfg german research foundation grant wa 3000/1 - 1 work supported helmholtz international center fair loewe program state hesse | 0.315111 | 1,897 | 944 | , Saving $0.1 in GPT-4. |
172,717 | we generate experimentally different types of two - dimensional self - trapped photonic lattices in a photorefractive medium and analyze the induced refractive index change using two different methods .
one method gives the first experimental fourier space analysis of both linear and nonlinear self - trapped photonic lattices with periodic phase modulation using partially spatially incoherent multi - band excitation of the lattice modes .
the other method utilizes the waveguiding properties of the lattice to achieve a real space analysis of the induced refractive index change .
the results of both methods are compared . | periodic photonic structures attracted strong interest several years ago , due to many novel possibilities for controlling light propagation , beam steering and trapping . the idea behind
this approach is that a periodically modulated refractive index modifies the diffraction relation and splits it into regions of allowed propagation separated by forbidden band gaps @xcite .
the concept is very similar to solid state physics , where the periodic potential of the atoms leads to the formation of band gaps for the propagation of electrons with a wide variety of well - known applications , too .
photonic lattices can be induced optically in photorefractive crystals by linear diffraction - free light patterns created by the interference of several plane waves @xcite .
however , the induced change of the refractive index depends on the light intensity and , in the nonlinear regime , is accompanied by the self action effect @xcite . another important possibility to create stationary two - dimensional light patterns for all optical induction
is offered by self - trapped periodic waves . here
, the diffraction - free light patterns in the form of stationary nonlinear periodic waves can propagate without change in their profile , becoming the eigenmodes of the self - induced periodic potentials .
photonic lattices created by two - dimensional arrays of pixellike solitons were demonstrated experimentally in parametric processes @xcite and in photorefractive crystals with both coherent @xcite and partially incoherent @xcite light .
for the case of two - dimensional arrays of in - phase solitons created by amplitude modulation , every pixel of the lattice induces a waveguide that can be manipulated by an external steering beam @xcite .
however , the spatial periodicity of these arrays is limited .
when the lattice constant gets too small , the nonlocality of the induced refractive index change leads to interactions between neighboring solitons and these interactions result in a strong instability of in - phase soliton arrays .
in contrast , the recently demonstrated two - dimensional lattices of out - of - phase solitons can be made robust with smaller lattice spacing @xcite .
the phase profile of such waves resembles a chessboard pattern with lines of @xmath0-phase jumps between neighboring sites . as a consequence of the anisotropy of axial photorefractive crystals like strontium barium niobate ( sbn )
, one can distinguish between linear and nonlinear material response in order to create the desired photonic lattices .
an ordinarily polarized light beam only experiences a negligible nonlinearity due to the small electrooptic coefficient and therefore propagates in an almost linear regime . on the other hand ,
an extraordinarily polarized light beam is influenced by a strong photorefractive nonlinearity and propagates in the nonlinear regime .
this includes an anisotropic self focussing of the incident beam and results in the typical elliptical beam shape at the output of the photorefractive crystal . ] to analyze the structure of the induced refractive index change , two different methods can be used .
the first method is given by observing the waveguiding properties of the lattice @xcite .
as the incident light pattern induces a periodic array of waveguides in the medium , illuminating the lattice with a broad plane wave leads to guiding of this wave and the output intensity pattern of the guided wave qualitatively maps the induced refractive index change .
another powerful diagnostic tool for photonic lattices is offered by the recently demonstrated brillouin zone spectroscopy @xcite .
the aim of this method is a direct visualization of the lattice structure in fourier space by mapping the boundaries of the extended brillouin zones , which are defined through the bragg - reflection planes . to map out the momentum space , the lattice
is probed with a partially spatially incoherent beam , which has a uniform spatial power spectrum extending over several brillouin zones and is broad enough in real space to cover numerous lattice sites .
the light exiting the lattice is then analysed by performing an optical fourier transformation and measuring the power spectrum , which contains dark lines at the borders of the extended brillouin zones . in this contribution
we apply both methods to analyze the induced refractive index change of two - dimensional photonic lattices in a photorefractive crystal .
for the first time to our knowledge , a fourier space analysis of two - dimensional nonlinear self - trapped photonic lattices with periodic phase modulation is performed by mapping the borders of the extended brillouin zones .
we compare the results obtained in fourier space and in real space and demonstrate that both methods are able to show the differences between linear and nonlinear lattices .
we also show that both methods reveal the orientational dependent structure of the nonlinear induced refractive index change .
the experimental setup is shown schematically in fig . [ setup ] . a beam derived from a frequency doubled nd : yag laser at a wavelength of 532 nm
is split into two beams by a combination of a half wave plate and a polarizing beam splitter .
the transmitted beam is sent through a combination of two quarter wave plates and a programmable spatial light modulator in order to induce the desired pure phase modulation onto the beam .
the modulated beam is then imaged by a high numerical aperture telescope at the input face of a 20 mm long @xmath1 ( sbn : ce ) crystal , which is biased by an externally applied electric field and uniformly illuminated with a white - light source to control the dark irradiance . the polarization can be adjusted using a half wave plate in front of the telescope so that linear and nonlinear lattices can be induced . by switching off the modulator
, the lattice can be illuminated with a broad plane wave to observe the waveguiding properties .
the second beam is passed through a rotating diffuser and the partially spatially incoherent output of the diffuser is imaged at the front face of the crystal . to ensure that the light will experience the refractive index modulation of the lattice ,
the beam is extraordinarily polarized using a half wave plate .
the output of the crystal is analysed with two ccd cameras .
ccd1 monitors the real space output , whereas ccd2 is placed in the focal plane of a lens to visualize the fourier power spectrum of the light exiting the lattice . in the following experiments ,
the lattice period is about 22@xmath2 m and the applied electric field is 1kv / cm .
] fig . [ square](a ) depicts the output intensity distribution for the linear , i.e. ordinarily polarized square lattice at the back face of the crystal .
compared to the nonlinear , i.e extraordinarily polarized lattice output [ fig .
[ square](d ) ] , the only difference is a self focussing of each spot in the nonlinear case .
the difference between linear and nonlinear square lattices becomes more obvious by observing the waveguiding properties of the induced lattice [ fig .
[ square](b ) and ( e ) ] .
the linear wave induces a truly two - dimensional array of effective focusing lenses and the output intensity distribution of the guided wave shows a simple square pattern , too [ fig . [
square](b ) ] .
in contrast to that , the lattice spots in the nonlinear case tend to fuse into vertical lines due to nonlocality and anisotropy of the photorefractive response .
therefore , the output intensity distribution of the guided wave reveals an effectively one - dimensional refractive index change that basically consists of vertical lines [ fig . [ square](e ) ] .
this is in good agreement with previously performed numerical simulations @xcite .
the fourier space analysis of the induced refractive index change confirms this difference between linear and nonlinear lattices .
the brillouin zone of the linear induced lattice reveals a fully two - dimensional structure and clearly shows the corresponding first and second brillouin zone [ fig .
[ square](c ) ] .
the slightly different contrast for horizontal and vertical lines is due to the anisotropy of the photorefractive material . on the other hand ,
the brillouin zone picture of the nonlinear lattice is dominated by two vertical lines representing the borders of the first brillouin zone of the corresponding one - dimensional stripe pattern [ fig . [ square](f ) ] .
additional lines from the originally two - dimensional lattice are also visible , but the two vertical lines are obviously more intense .
] fig . [ diamond ] shows the results obtained for the diamond pattern . comparing the output intensity distributions of the lattice waves , the only difference is again found in a self focussing of the single spots for the nonlinear lattice [ fig .
[ diamond](d ) ] . as before
, the intensity distribution of the guided wave in the linear lattice basically follows the intensity distribution of the lattice output .
however , the waveguiding of the nonlinear induced lattice also shows a fully two - dimensional structure consisting of well separated spots that do not fuse into vertical lines , as seen for the square pattern [ fig .
[ diamond](e ) ] .
this orientational dependent structure of the nonlinear induced refractive index change fits well to our numerical simulations , too @xcite .
as the waveguiding method does not show any significant difference between the induced refractive index structure for linear and nonlinear lattices , the fourier space analysis should consequently result in two similar brillouin zone pictures .
this is shown in fig . [ diamond](c ) and ( f ) .
in contrast to the square pattern , the brillouin zone picture of both , the linear and the nonlinear diamond pattern clearly reveals a fully two - dimensional structure of the induced refractive index change .
we have generated experimentally linear and nonlinear two - dimensional self - trapped photonic lattices with different orientations in an anisotropic photorefractive medium .
the differences of the induced refractive index change depending on polarization and spatial orientation of the periodic lattice wave have been investigated with two different approaches .
for the first time to our knowledge , partially spatially multi - band excitation has been used to analyze the structure of two - dimensional nonlinear self - trapped photonic lattices in fourier space .
furthermore the waveguiding properies of the lattice have been observed to achieve a real space analysis of the induced refractive index change .
both methods clearly reveal the discussed structural differences of the induced refractive index change and therefore provide powerful diagnostic tools for further experiments on nonlinear photonic lattices .
we thank guy bartal and mordechai segev , solid state institute , technion , haifa for fruitful discussions on the brillouin zone spectroscopy .
we are also grateful to zhigang chen , department of physics and astronomy , san francisco state university for critical reading of the manuscript .
dt acknowledges support by the konrad - adenauer - stiftung e.v . | photonic structures attracted interest ago due to possibilities controlling light propagation beam steering trapping modulated refractive index modifies diffraction relation splits into regions propagation separated by forbidden band gaps concept similar to solid state physics periodic potential atoms leads to band gaps for propagation electrons photonic lattices induced optically in photorefractive crystals by linear diffraction - free light patterns plane waves change refractive index depends on light intensity accompanied by self action effect possibility to stationary two light patterns by self - trapped periodic waves diffraction - free light patterns propagate without change profile eigenmodes of self - induced potentials photonic lattices created by two - dimensional arrays of pixellike solitons demonstrated in parametric processes photorefractive crystals with coherent incoherent light modulation every pixel lattice induces waveguide manipulated by external steering beam spatial periodicity limited when lattice constant too small nonlocality induced refractive index change leads to interactions between solitons in instability of arraysdemonstrated two - dimensional lattices of out - of - phase solitons robust with smaller lattice spacing @xcite phase profile resembles chessboard pattern-phase jumps between sites anisotropy of axial photorefractive crystals like strontium barium niobate linear nonlinear material response desired photonic lattices ordinarily polarized light beam experiences negligible nonlinearity small electrooptic coefficient propagates almost linear extraordinarily polarized light beam influenced by strong photorefractive nonlinearity propagates nonlinear includes anisotropic self focussing results in elliptical beam shape at output photorefractive crystal analyze structure induced refractive index change two methods first observing waveguiding properties lattice incident light pattern induces waveguides illuminating lattice with broad plane wave leads to guiding wave output intensity pattern maps induced refractive index change diagnostic tool lattices brillouin zone spectroscopy @xcite visualization lattice structure mapping boundaries extended brillouin zones lattice probed with partially spatially incoherent beam uniform spatial power spectrum over several brillouin zones cover lattice siteslight exiting lattice analysed optical fourier transformation power spectrum dark lines at borders extended brillouin zones methods induced refractive index change of two - dimensional photonic lattices in photorefractive crystal first fourier space analysis of - dimensional nonlinear self - trapped photonic lattices with periodic phase modulation mapping borders extended brillouin zones compare results real space differences between linear nonlinear lattices reveal orientational dependent structure nonlinear induced refractive index change experimental setup shown in fig . beam from yag laser 532 nm split into two beams by half wave plate polarizing beam splitter transmitted beam sent through quarter wave plates programmable spatial light modulator phase modulation modulated beam imaged by high numerical aperture telescope at 20 mm long @xmath1 crystal biased by electric field uniformly illuminated with white - light source polarization adjusted half wave plate linear nonlinear lattices induced switching off modulator lattice illuminated with broad plane wave second beam passed through rotating diffuser incoherent output imaged at front face crystallight refractive index modulation lattice beam polarized using half wave plate output crystal analysed with two ccd cameras ccd1 monitors space output ccd2 in focal plane lens fourier power spectrum light exiting lattice lattice period 22@xmath2 m applied electric field 1kv / cm . fig . square](a ) output intensity distribution for linear polarized square lattice at back face crystal compared to nonlinear lattice difference is self focussing of each spot nonlinear difference between linear nonlinear lattices obvious observing waveguiding properties of induced lattice linear wave induces two - dimensional focusing lenses output intensity distribution shows simple square pattern lattice spots in nonlinear fuse into vertical lines due to nonlocality anisotropy photorefractive response output intensity distribution reveals one - dimensional refractive index change vertical lines(e agreement with numerical simulations fourier space analysis refractive index change confirms difference between linear nonlinear lattices brillouin zone of linear induced lattice reveals two - dimensional structure shows first and second brillouin zonesquare(c ) different contrast horizontal vertical lines due to anisotropy photorefractive material brillouin zone nonlinear lattice dominated by two vertical lines borders first brillouin zone one - dimensional stripe pattern square(f ) additional lines from two - dimensional lattice visible two vertical lines more intense fig diamond results diamond pattern intensity difference in self focussing single spots nonlinear lattice diamond(d ) intensity distribution guided wave linear lattice follows lattice output waveguiding nonlinear induced lattice shows two - dimensional structure separated spots not fuse into vertical lines diamond(e ) orientational dependent structure nonlinear induced refractive index change fits to numerical simulations waveguiding method difference between refractive index structure linear nonlinear lattices fourier space analysis similar brillouin zone pictures shown in fig . diamond](c ) f ) contrast brillouin zone picture diamond pattern reveals two - dimensional structure induced refractive index change generated linear nonlinear two - dimensional self - trapped photonic lattices different orientations in anisotropic photorefractive mediumdifferences induced refractive index change polarization spatial orientation lattice wave investigated approaches first partially spatially multi - band excitation used structure two - dimensional nonlinear self - trapped photonic lattices space waveguiding properies lattice observed space analysis methods reveal structural differences provide diagnostic tools experiments lattices thank guy bartal mordechai segev solid state institute technion haifa discussions brillouin zone spectroscopy grateful zhigang chen department physics astronomy san francisco state university critical reading manuscript support konrad - adenauer - stiftung | 0.357458 | 2,260 | 1,111 | , Saving $0.1 in GPT-4. |
172,718 | we present key issues of related phenomenons of the ferroelectricity and the charge disproportionation in organic metals . in @xmath0
the dielectric susceptibility @xmath1 demonstrates clear cases of the ferroelectric and anti - ferroelectric phase transitions .
both @xmath1 and @xmath2 prove independence and occasional coexistence of ferroelectric transitions and usual ones .
their sequence gives access to physics of three types of solitons emerging upon cooling via several steps of symmetry breaking .
the theory invokes a concept of the combined mott - hubbard state which focuses upon weak processes of electronic umklapp scattering coming from both the build - in nonequivalence of bonds and the spontaneous one of sites .
we propose that the charge ordering in its form of the ferroelectricity exists hiddenly even in the @xmath3 subfamily @xmath4 , giving rise to the unexplained yet low frequency optical peak and the enhanced pseudogap . | the family of quasi one - dimensional organic superconductors ( the bechgard - fabre salts @xmath5 ) demonstrates , at low temperatures @xmath6 , transitions to almost all known electronic phases , see @xcite . at higher @xmath7 , usually there is also a set of weak structural transitions of the ( aos ) which are slight arrangements of chains of counterions @xmath8 @xcite . at even higher @xmath9 , also other transitions @xcite were observed sometimes in the @xmath10 subfamily but they were not explained and left unattended .
recently their mysterious nature has been elucidated by discoveries of the huge anomaly in the dielectric susceptibility @xmath1 @xcite ( see fig .
[ epsilon ] ) and of the charge disproportionation ( cd ) seen by the nmr @xcite .
the new displacive instability and the usual aos seem to be independent , as proved by finding their sequence in @xmath11 @xcite .
the phase transition was interpreted @xcite as the least expected one : to the ferroelectric ( fe ) state , which was proved by the clear - cut fitting of the anomaly in @xmath12 to the curie law ( see the figure in @xcite ) .
the fe transition is followed by a fast formation , or the steep increase , of the conductivity gap @xmath13 ( see the fig.[cond ] ) with no signs of a spin gap formation
. hence we deal with a surprising fe version of the mott - hubbard state which usually was associated rather with magnetic orderings .
the fe transition in @xmath0 is a very particular , bright manifestation of a more general phenomenon of the cd , which already has been predicted in @xcite and now becomes recognized as a common feature of organic and some other conductors @xcite .
the anomalous diverging polarizability is coming from the electronic system , even if ions are very important to choose and stabilize the long range @xmath14 order .
thus the theory @xcite suggests that the collective singular contribution @xmath15 ( @xmath16 is the metallic plasma frequency ) develops upon the already big intergap contribution @xmath17 which is also seen as the background at the fig.[epsilon ] . typical plots at the fig.[epsilon ] demonstrate very sharp ( even in the @xmath18 scale ! ) fe peaks , while the anti - fe case of @xmath19 shows a smoother maximum . at the subsequent ist order ao transition in the case of @xmath20 , @xmath1 drops down which might be caused by the increase of @xmath13 seen at the conductivity plot at the fig.[cond ] .
finally the iind order spin- peierls transition in the case of @xmath21 shows up only as a shoulder .
all that seems to collaborate towards a consistent picture . already within the nonperturbed crystal structure at @xmath22 ,
the tiny dimerization of bonds by anions @xmath8 provokes the dielectrization @xcite , see more references in @xcite .
the counting of the mean electronic occupation changes from @xmath23 per molecule to @xmath24 per their dimer which opens ( according to dzyaloshinskii & larkin , luther & emery ) the route to the mott - hubbard insulator . at @xmath25 the cd adds more to the charge gap @xmath13 which is formed now by _
joint effects of alternations of bonds and sites_. the conductivity @xmath26 plots at the fig.[cond ] show this change by kinks at @xmath27 turning down to much higher activation energies at low @xmath6 .
the steepness of @xmath26 just below @xmath28 reflects the growth of the cd contribution to the gap @xmath29 , see below .
vs @xmath6 for fe cases @xmath21 ( @xmath30 ) , @xmath31 ( @xmath32 ) , @xmath33 ( @xmath34 ) , @xmath35 ( @xmath36 ) and for the anti - fe @xmath19 ( @xmath37).,width=283 ] none of these two perturbations changes the unit cell of the zigzag stack which basically contains two molecules , hence @xmath38 ( @xmath39 is the cd wave vector ) .
their sequence lifts the mirror and then the inversion symmetries which must lead to the on - stack electric polarization . by a good fortune
, the 3d pattern of the cd appears in two , anti - fe and fe , forms : i ) antiphase between stacks , @xmath40 which allows for its structural identification @xcite ( found only for @xmath19 ) ; and ii ) inphase ( @xmath41 hence the character ) which is the macroscopic fe state typically observed today @xcite .
both types are the same paramagnetic insulators ( the mi phase of @xcite ) as we can see in fig.[cond ] and in other examples @xcite ; also their cd shows up similarly in the nmr splitting @xcite .
( at @xmath42 ) for @xmath20 ( @xmath43 ) and @xmath19 ( @xmath30).,width=283 ]
the microscopic theory for the `` combined mott - hubbard state '' @xcite accounts for two contributions , @xmath44 and @xmath45 , to the umklapp scattering of electrons which come from two symmetry breaking effects : the built - in nonequivalence of bonds and the spontaneous one of sites @xcite .
the appearance of @xmath45 is regulated by a single parameter @xmath46 ( @xmath47 of @xcite , @xmath48 of today s convention ) which collects all information about electronic interactions .
the spontaneous cd @xmath49 requires that @xmath50 , far enough from @xmath51 for noninteracting electrons . the magnitude @xmath52 is determined by a competition between the electronic gain of energy and its loss @xmath53 from the lattice deformation and charge redistribution .
the @xmath14 ordering of signs @xmath54 discriminates between the fe and anti - fe states .
while the earliest theoretical approach @xcite applies well to a generic cd , here the pronouncedly @xmath55 electronic regime calls for a special treatment @xcite which also needs to be well suited for the fe transition .
it is done in terms of electronic phases @xmath56 and @xmath57 defined as for the cdw order parameters @xmath58 ) such that @xmath59 and @xmath60 count local concentrations of the charge and the spin . beyond the energies of charge and spin polarizations @xmath61 and @xmath62 , there is the commensurability energy @xmath63 where @xmath64 and @xmath65 .
the gap @xmath13 is related to the total umklapp amplitude @xmath66 via its renormalized value @xmath67 . for a given @xmath45
, the ground state is doubly degenerate between @xmath68 and @xmath69 which allows for phase @xmath70 solitons with the energy @xmath13 which are the charge @xmath71 spinless particles , the ( anti)holons observed in conductivity at both @xmath72 . also @xmath45 itself can change the sign between different domains of ionic displacements .
then the electronic system must also adjust its ground state from @xmath73 to @xmath74 or to @xmath75 .
hence the fe domain boundary @xmath76 requires for the phase @xmath73-solitons of the increment @xmath77 or @xmath78 which will concentrate the non integer charge @xmath79 or @xmath80 per chain .
below @xmath28 , the @xmath81 solitons must be aggregated into domain walls @xcite which motion might be responsible for the observed frequency dispersion of @xmath1 , and indeed it is more pronounced bellow @xmath82 , see @xcite .
but well above @xmath28 they can be seen as individual particles , charge carriers .
such a possibility requires for the fluctuational @xmath55 regime of growing cd .
it seems to be possible sometimes in view of a strong increase of @xmath1 at @xmath83 even for the anti - fe case of the @xmath19 which signifies the growing single chain polarizability before the 3d interactions come to the game .
the subsequent ao of the tetramerization in @xmath11 exhorts upon electrons a cdw type effect thus adding the energy @xmath84 ( the shift @xmath85 , the mixture of bond- and site cdws , reflects the lack of the inversion symmetry below @xmath82 ) .
it lifts the continuous @xmath57 invariance thus opening the spin gap @xmath86 growing below @xmath87 .
moreover it lifts even the discrete @xmath88 invariance of @xmath89 thus prohibiting the @xmath90 solitons .
but the joint invariance ( @xmath91 ) is still present giving rise to _ combined topological solitons_. they are composed by the charge @xmath92 core ( with @xmath93 within the length @xmath94 ) which is supplemented by longer spin @xmath23 tails of the @xmath95 soliton ( @xmath96 within the length @xmath97 ) .
these are the particles seen at the conductivity plot of the fig.[cond ] below @xmath87 .
by now the revaluation concerns definitely only the @xmath10 subfamily .
the @xmath98 compounds are highly conductive which today does not allow for difficult experiments either with the low frequency @xmath1 or with the small nmr splitting .
nevertheless the transition may be their , just being hidden or existing in a fluctuational regime like for stripes in high-@xmath99 cuprates .
when it is confirmed , then the whole picture of intriguing abnormal metallic state @xcite will be revised .
the signature of the fe cd state may have been already seen in optical experiments @xcite . indeed the drude like peak appearing within the pseudogap can be interpreted now as the optically active mode of the fe polarization ; the joint lattice mass will naturally explain its surprisingly low weight .
vice versa , the fe mode must exist in @xmath10 compounds , which identification is the ultimate goal .
( being overdamped near @xmath82 , this mode must grow in frequency following the order parameter as @xmath100 which can yield about two orders of magnitude at low @xmath6 . )
even the optical pseudogap itself @xcite , being unexpectedly big for @xmath98 compounds with their less pronounced dimerization of bonds , can be largely due to the hidden spontaneous dimerization of sites .
a popular interpretation @xcite for optics of @xmath98 compounds neglects the dimerization and relies upon the more generic 4- fold commensurability effects originating higher order ( 8 particles ) umklapp processes .
they give rise to the energy @xmath101 which stabilization would require for ultra strong @xmath102 repulsion corresponding to @xmath103 in compare to our moderate constraint @xmath50 .
while not excluded in principle , this mechanism does not work in @xmath10 .
we saw that even small increments of the dimerization just below @xmath28 immediately transfer to the activation energy .
finally recall also numerical studies which have been performed in response to new discoveries .
usually they pass the test for the cd but they may fail in finding the fe ; e.g. the nonpolar(1100 type ordering has been claimed @xcite , rather than the necessary 1010 one .
* acknowledgements .
* this work was partly supported by the rffi grant n 02 - 02 - 17263 , the intas grant 2212 , and by the twinning crtbt ire grant n 98 - 02 - 22061 .
s.b . acknowledges the hospitality of the issp , tokyo university .
r. lawersanne , c. coulon , b. gallois , j .-
pouget and r. moret , j. physique . lett .
* 45 * , l393 ( 1984 ) ; h.h.s .
javadi , r. lawersanne and a.j .
epstein , phys .
rev . b*37 * , 4280 ( 1988 ) ; c. coulon , s.s.p .
parkinand r. lawersanne , phys .
rev . b*31 * , 3583 ( 1985 ) . | family quasi one - dimensional organic superconductors ( bechgard - fabre salts @xmath5 ) low temperatures @xmath6 transitions to electronic phases higher @xmath7 weak structural transitions of aos ) arrangements chains counterions @xmath8 higher @xmath9 other transitions @xcite observed in @xmath10 subfamily not explained left unattended elucidated by discoveries anomaly in dielectric susceptibility @xmath1 @xcite charge disproportionation ( cd ) nmr new displacive instability usual aos independent proved sequence in @xmath11 @xcite phase transition interpreted least expected to ferroelectric ( fe ) state proved by fitting anomaly in @xmath12 to curie law fe transition followed by fast conductivity gap @xmath13 no signs spin gap surprising fe version of mott - hubbard state associated with magnetic orderings fe transition in @xmath0 particular manifestation of general phenomenon of cd predicted in common feature of organic other conductors anomalous diverging polarizability from electronic system ions important long range @xmath14 ordertheory @xcite suggests contribution @xmath15 metallic plasma frequency develops upon intergap contribution @xmath17 background at fig.[epsilon ] plots demonstrate sharp fe peaks anti - fe case @xmath19 shows smoother maximum order transition @xmath20 @xmath1 drops down caused by increase @xmath13 conductivity plot iind order spin- peierls transition @xmath21 shows as shoulder consistent picture @xmath22 dimerization of bonds by anions @xmath8 provokes dielectrization mean electronic occupation changes from @xmath23 per molecule to @xmath24 per dimer opens route to mott - hubbard insulator at @xmath25 cd adds to charge gap @xmath13 formed by joint effects of alternations bonds sites conductivity @xmath26 plots show change kinks at @xmath27 to higher activation energies at low @xmath6 steepness of @xmath26 below @xmath28 reflects growth cd contribution to gap @xmath29@xmath6 fe cases @xmath21 ) anti - fe @xmath19 perturbations changes unit cell zigzag stack contains two molecules @xmath38 @xmath39 cd wave vector sequence lifts mirror inversion symmetries lead on - stack electric polarization 3d pattern cd appears two anti - fe fe forms antiphase between stacks @xmath40 structural identification @xcite @xmath19 inphase @xmath41 character macroscopic fe state observed @xcite both types same paramagnetic insulators mi phase @xcite ).[cond other examples cd shows nmr splitting @xcite @xmath42 ) @xmath20 @xmath43 @xmath19 @xmath30) microscopic theory combined mott - hubbard state '' @xcite two contributions @xmath44 @xmath45 umklapp scattering electrons two symmetry breaking effects built - in nonequivalence of bonds spontaneous one sites @xcite appearance @xmath45 regulated by single parameter @xmath46 @xmath47 collects information electronic interactions spontaneous cd @xmath49 requires @xmath50 @xmath51 noninteracting electronsmagnitude @xmath52 determined by electronic gain energy loss @xmath53 lattice deformation charge redistribution @xmath14 ordering @xmath54 discriminates fe anti - fe states approach @xcite applies generic cd @xmath55 regime special treatment fe transition electronic phases @xmath56 @xmath57 cdw order parameters @xmath59 @xmath60 count concentrations charge spin commensurability energy @xmath63 @xmath64 @xmath65 gap @xmath13 related to umklapp amplitude @xmath66 renormalized value @xmath67 @xmath45 ground state doubly degenerate between @xmath68 @xmath69 allows phase @xmath70 solitons energy @xmath13 charge @xmath71 spinless particles @xmath45 change sign between ionic displacements electronic system ground state from @xmath73 to @xmath75 fe domain boundary @xmath76 requires phase @xmath73-solitons increment @xmath77 @xmath78 non integer charge @xmath79 @xmath80 per chainbelow @xmath28 @xmath81 solitons into domain walls for frequency dispersion @xmath1 pronounced bellow @xmath82 above @xmath28 as individual particles charge carriers requires fluctuational @xmath55 regime growing cd strong increase @xmath1 at @xmath83 anti - fe case @xmath19 growing single chain polarizability before 3d interactions tetramerization in @xmath11 exhorts cdw effect adding energy @xmath84 shift @xmath85 reflects lack inversion symmetry below @xmath82 lifts @xmath57 invariance spin gap @xmath86 below @xmath87 lifts @xmath88 invariance of @xmath89 prohibiting @xmath90 solitons joint invariance @xmath91 present combined topological solitons composed by charge @xmath92 core @xmath93 supplemented by longer spin @xmath23 tails of @xmath95 soliton @xmath97 particles at conductivity plot below @xmath87 revaluation concerns @xmath10 subfamily @xmath98 compounds highly conductive difficult experiments with low frequency @xmath1 small nmr splittingtransition may be hidden or in fluctuational regime like stripes in high-@xmath99 cuprates confirmed picture of abnormal metallic state @xcite revised signature of fe cd state seen in optical experiments drude like peak within pseudogap interpreted as optically active mode of fe polarization joint lattice mass low weight fe mode must exist in @xmath10 compounds identification ultimate goal overdamped near @xmath82 mode must grow in frequency order parameter @xmath100 two orders of magnitude at low @xmath6 optical pseudogap big for @xmath98 compounds dimerization due to hidden spontaneous dimerization of sites popular interpretation for @xmath98 neglects dimerization 4- fold commensurability effects higher order processes to energy @xmath101 stabilization strong @xmath102 repulsion mechanism work in @xmath10 small increments of dimerization below @xmath28 transfer to activation energy numerical studies performed in response to new discoveries pass test for cd may fail in finding fe nonpolar(1100 type ordering claimed 1010work supported rffi grant 02 - 02 - 17263 intas grant 2212 twinning crtbt grant 98 - 02 - 22061 acknowledges hospitality issp tokyo university lawersanne coulon gallois pouget moret physique 45, l393 ( 1984 ) javadi lawersanne epstein . rev b*37 4280 ( 1988 ) c. coulon lawersanne b*31 3583 ( 1985 ) | 0.432158 | 2,711 | 1,432 | , Saving $0.1 in GPT-4. |
172,721 | during run ii of the tevatron collider , d collaboration has made extensive searches for the neutral mssm higgs bosons ( @xmath0 ) , produced in @xmath1 collisions at @xmath2 tev .
two such analyses , addressing inclusive @xmath0 production with @xmath3 , and associated @xmath4 production with @xmath5 are reported here .
no excess of events above the background expectation has been observed in any of these analyses .
the results are combined to set constraints on the mssm parameter space .
address= university of notre dame , + notre dame , indiana 46556 , usa | the standard model ( sm ) of particle physics has been observed to be a consistent theory of fundamental particles and their interactions up to the energies they have been studied although one remaining essential ingredient the higgs boson is yet to be discovered .
theoretical considerations teach us that sm can not be the ultimate theory of elementary particles and their interactions . amongst many other compelling theories ,
the minimal supersymmetric extension of the sm ( mssm ) is one of the viable theoretical frameworks which has the potential to overcome some of the short comings of the sm by incorporating minimal supersymmetric particle spectrum . because of its supersymmetric structure
, the mssm@xcite@xcite requires at least two higgs doublets to generate masses to both `` up''-type and `` down''-type quarks ( and the respective charged leptons ) .
such a two - higgs - doublet model predicts five physical higgs bosons : two cp - even higgs bosons , h and h , one cp - odd higgs bosons , a and a pair of charged higgs bosons , @xmath6 . the mssm higgs sector at the lowest order can fully be described in terms of one higgs boson mass (
@xmath7 is chosen in cp - conserving scenario and @xmath8 in cp - violating scenario ) and @xmath9 , where @xmath10 refers to the higgs field that couples to the `` up''(``down'')-type quarks .
however , additional parameters _ viz . , _
@xmath11 enter at the level of radiative corrections .
it is to be noted that the coupling of the higgs boson a to `` down''-type quark such as bottom quark is proportional to @xmath12 .
so with respect to the sm , the production cross section for a in association with bottom quark(s ) gets enhanced by a factor of @xmath13 .
furthermore , at large @xmath12 ( @xmath14 ) , there is mass degeneracy between the higgs bosons a and h or h depending on the value of @xmath15 .
therefore , the total production cross section for mssm neutral higgs bosons _ i.e. , _
@xmath16 is twice that of the higgs boson a. previously , lep experiments have set the mass of light higgs boson @xmath17 to be greater than 92.8 gev@xcite at 95% cl .
the mssm neutral higgs bosons ( @xmath18 ) mostly decay into @xmath19 pairs ( 90% ) or into @xmath20 pairs ( @xmath21 ) .
so , at the tevatron @xmath22 and @xmath23 processes are considered to be the most promising channels to look for the signature of mssm neutral higgs bosons . here
we report on the searches for mssm neutral higgs bosons in the above channels performed by the d experiment @xcite .
the combined results are interpreted in different mssm benchmark scenarios@xcite : `` @xmath24 '' and `` no - mixing '' .
the analysis focuses on mssm neutral higgs boson production in association with one or two bottom quark(s ) resulting in three or four bottom quarks in the final state while , cp - conservation in the higgs sector is assumed .
260 @xmath26 of d data collected between november 2002 and june 2004 have been utilized for this analysis .
the data are first filtered using a dedicated on line trigger designed to maximize the signal acceptance .
the secondary vertex ( sv ) tagging algorithm has been used to select the b - jets .
the d sv b - tagging algorithm selects central b - jets ( @xmath27 gev ) with an efficiency of @xmath28 while the mis - tag rate for similar light quark jets is about 1% . for higgs masses between 90 and 150 gev ,
the @xmath29 signal events have been generated using the pythia @xcite event generator followed by the full d detector simulation and reconstruction .
the pythia generated @xmath30 and rapidity spectra of the higgs bosons have been adjusted to those from nlo calculations @xcite .
the largest background contribution from qcd multijet processes have been determined directly from data while contributions from other background processes such as @xmath31 , @xmath32+jets have been determined from monte carlo .
the selected events are required to have at least three b - tagged jets ( within @xmath33 ) with @xmath34 35 , 20 and 15 gev respectively for the leading @xmath30 jets .
the invariant mass distribution of the two leading @xmath30 jets in data is then compared with that of the background expectation and no excess has been observed .
[ fig : hbbxsec](a ) shows the limit on the production cross section at 95% cl , as a function of @xmath15 for @xmath35 in `` no mixing '' scenarios .
the results are also interpreted in the `` maximal mixing '' case and the limits in @xmath36 plane for both scenarios are shown in fig .
[ fig : hbbxsec](b ) . [ cols="^,^ " , ] [ fig : combinedlimit ]
d has performed searches for the mssm neutral higgs bosons and the current d limit on mssm parameter space is the most sensitive to date .
additional search channels like @xmath37 , advanced analysis techniques and larger dataset will provide further scope to improve the sensitivity in future .
99 h. p. nilles , phys .
, * 110 * , 1 ( 1984 ) .
h. p. nilles and h. e. haber and g. l. kane , phys . rep .
, * 117 * , 75 ( 1985 ) .
the lep working group for higgs boson searches , * cern - ph - ep/2006 - 001 * ( 2006 ) . v. m. abazov et al .
( d collaboration ) , nucl .
instrum . and methods a * 565 * , 463 ( 2006 ) .
m. carena _
et al _ , eur.phys.j .
c , * 45 * , 797 ( 2006 ) .
t. sjstrand _
et al _ , comp .
phys . comm . ,
* 135 * , 238 ( 2001 ) .
j. campbell _
et al _ , phys rev d , * 67 * , 095002 ( 2003 ) . v. m. abazov et al .
( d collaboration ) , phys rev d , * 71 * , 072004 ( 2005 ) .
v. m. abazov et al .
( d collaboration ) , phys .
lett . , * 95 * , 151801 ( 2005 ) . v. m. abazov et al .
( d collaboration ) , phys .
* 97 * , 121802 ( 2006 ) .
a. abulencia et al .
( cdf collaboration ) , phys .
lett . , * 96 * , 011802 ( 2006 ) . | standard model sm ) particle physics consistent theory of fundamental particles interactions energies studied higgs boson yet discovered sm ultimate theory elementary particles interactions minimal supersymmetric extension of sm ( mssm ) viable potential to overcome short comings sm incorporating minimal supersymmetric particle spectrum mssm requires two higgs doublets generate masses up'' down''-type quarks charged leptons two - higgs - doublet model predicts five higgs bosons two cp - even one cp - odd pair charged higgs bosons mssm higgs sector lowest order described one higgs boson mass ( @xmath7 in cp - conserving @xmath8 cp - violating scenario @xmath9 @xmath10 refers to higgs field couples to up''-type quarks additional parameters @xmath11 enter at level radiative corrections coupling higgs boson a to down''-type quark proportional to @xmath12 production cross section for a with bottom quark(s enhanced by factor of @xmath13 @xmath12 mass degeneracy between higgs bosons a h depending @xmath15 production cross section for neutral higgs bosons @xmath16 twice higgs boson a experiments set mass light higgs boson @xmath17 greater than 92.8 gev@xcite at 95% cl mssm neutral higgs bosons decay into @xmath19 pairs or @xmath20 pairs tevatron @xmath22 @xmath23 processes promising channels signature mssm neutral higgs bosons report searches for higgs bosons d experiment @xcite combined results interpreted in mssm benchmark scenarios no - mixing analysis focuses on neutral higgs boson production bottom quark(s three or four bottom quarks final state cp - conservation in higgs sector assumed 260 @xmath26 data november 2002 june 2004 data filtered line trigger signal acceptance secondary vertex tagging algorithm b - jets selects central b - jets @xmath27 efficiency of @xmath28 mis - tag rate for similar light quark jets about 1%higgs masses 90 150 gev @xmath29 signal events generated pythia @xcite event generator full d detector simulation reconstruction pythia generated @xmath30 rapidity spectra higgs bosons adjusted to nlo calculations @xcite largest background contribution from qcd multijet processes determined from data contributions @xmath31 @xmath32+jets determined from monte carlo selected events required three b - tagged jets @xmath33 @xmath34 35 20 15 gev leading @xmath30 jets invariant mass distribution jets compared with background expectation no excess observed fig limit production cross section at 95% cl function @xmath15 @xmath35 no mixing scenarios results interpreted maximal mixing case limits @xmath36 plane scenarios shown in fig searches mssm neutral higgs bosons current d limit mssm space most sensitive additional search channels @xmath37 advanced analysis techniques larger dataset improve sensitivity h. p. nilles phys . 110 1984 ) kane 117 75 1985 lep working group higgs boson searches cern - ph - ep/2006 - 001 2006abazov al collaboration nucl . instrum . methods 565 463 ( 2006 ) carena eur.phys.j 45 * 797 ( 2006 ) sjstrand al . comm 135 * 238 ( 2001 ) campbell al phys rev d 67 * 095002 ( 2003 ) abazov al collaboration phys rev d 71 * 072004 ( 2005 ) abazov phys . lett . 95 * 151801 ( 2005 ) phys . * 97 * 121802 ( 2006 ) abulencia al collaboration phys . lett . 96 * 011802 ( 2006 ) | 0.267748 | 1,581 | 807 | , Saving $0.0 in GPT-4. |
172,722 | we present the studies of sn@xmath0cr@xmath1te semimagnetic semiconductors with chemical composition @xmath2 ranging from 0.004 to 0.012 .
the structural characterization indicates that even at low average cr - content @xmath2@xmath3@xmath4@xmath30.012 , the aggregation into micrometer size clusters appears in our samples .
the magnetic properties are affected by the presence of clusters . in all our samples
we observe the transition into the ordered state at temperatures between 130 and 140@xmath5k .
the analysis of both static and dynamic magnetic susceptibility data indicates that the spin - glass - like state is observed in our samples .
the addition of cr to the alloy seems to shift the spin - glass - like transition from 130@xmath5k for @xmath2@xmath3@xmath6@xmath30.004 to 140@xmath5k for @xmath2@xmath3@xmath6@xmath30.012 . | diluted magnetic semiconductors offer unique possibilities to independently tune their magnetic and electrical properties.@xcite the transition metal doped iv - vi semiconductors are of the interest because the itinerant ferromagnetism with high curie temperature , @xmath7 , as high as 200@xmath5k is achievable for ge@xmath0mn@xmath1te alloy with x @xmath6 0.5.@xcite chromium alloyed gete also shows transition temperatures as high as 160@xmath5k for thin layers@xcite and 60@xmath5k for bulk
crystals.@xcite eggenkamp et al . investigated magnetic properties of sn@xmath0mn@xmath1te and found the curie - weiss temperature ranging from 3@xmath5k up to 16@xmath5k for mn - content , @xmath2 , changing from 0.03 to 0.1 , respectively.@xcite they found the mn - hole exchange constant for sn@xmath0mn@xmath1te equal to 0.1@xmath5ev .
+ in the present paper we started investigating the problem of alloying snte with relatively small cr - content , @xmath2 below 0.012 .
our main goal was to see whether chromium can be successfully introduced into the snte lattice .
we would like to explore the main exchange mechanisms present in sn@xmath0cr@xmath1te alloy .
in particular we would like to address the following questions : ( i ) whether in the snte matrix the chromium ions will substitute cation positions in the crystal lattice , ( ii ) will the magnetic order with high curie temperatures appear , ( iii ) will the magnetic properties of sn@xmath0cr@xmath1te be similar to those of sn@xmath0mn@xmath1te .
the sn@xmath0cr@xmath1te crystals being the subject of the current research were synthesized with the use of a modified bridgman method .
the modifications of the growth procedure were similar to the ones applied for the growth of alumina crystals.@xcite the modifications consisted of the presence of additional heating elements creating radial temperature gradients present in the growth furnace .
this improved the crystal quality and thus reduced the number of individual crystal blocks in the as grown ingot from a few down to a single one .
+ the chemical composition of our samples was studied with the use of energy dispersive x - ray fluorescence technique ( edxrf ) .
this method allows the determination of chemical composition of the alloy with maximum relative errors in the molar fraction of alloying elements , @xmath2 , not exceeding 10% .
the results of the edxrf measurements show that the chemical composition of our sn@xmath0cr@xmath1te samples changes in the range of 0.004@xmath3@xmath4@xmath3@xmath2@xmath3@xmath4@xmath30.012 .
we focus , therefore , on samples of low chromium content due to the probable low solubility of cr in snte .
+ the crystallographic quality of the sn@xmath8cr@xmath1eu@xmath9te samples was studied with the use of a standard powder x - ray diffraction method ( xrd ) .
the xrd measurements were done at room temperature using siemens d5000 diffractometer .
the rietveld refinement method was used in order to calculate the crystallographic parameters of our samples .
the obtained xrd results indicate the presence of a single cubic nacl phase in our samples .
the lattice parameter @xmath10 , calculated using rietveld method is close to the value for snte crystals , i.e. @xmath10@xmath3@xmath6@xmath36.327@xmath5@xmath11.@xcite + the hitachi su-70 analytical ultra high resolution field emission scanning electron microscope ( sem ) coupled with thermo fisher nss 312 energy dispersive x - ray spectrometer ( eds ) equipped with sdd - type detector was used in order to study chemical homogeneity of our sn@xmath0cr@xmath1te samples .
a series of sem micrographs done for our samples indicates the presence of microscopic regions ( see fig.@xmath5[figsemeds ] ) the chemical composition different than the bulk of the crystal .
+ detailed measurements showed that the longitudinal precipitations of sn@xmath0cr@xmath1te with rather high cr - content , @xmath2@xmath3@xmath12@xmath30.25@xmath130.03 , usually have a diameter of 1 - 2@xmath5@xmath14 m and a length of up to 10 - 15@xmath5@xmath14 m . + a basic magnetotransport characterization of our samples
was performed .
we used the standard six contact dc current hall effect technique .
the hall effect measurements were done over the temperature range from 4.3@xmath5k up to 300@xmath5k in the presence of a constant magnetic field of induction not exceeding @xmath15@xmath3@xmath6@xmath31.5@xmath5 t .
the measurements indicate that in our samples the resistivity @xmath16 as a function of the temperature is typical of degenerate semiconductors .
the hall effect measurements show that our samples have @xmath17-type conductivity with relatively high carrier concentration @xmath18@xmath3@xmath12@xmath32@xmath1910@xmath20@xmath5@xmath21 and hall mobility @xmath14 equal to 400@xmath5@xmath22/(v@xmath23s ) at @xmath24@xmath3@xmath6@xmath34.3@xmath5 slowly decreasing as a function of the temperature down to @xmath14@xmath3@xmath6@xmath3130@xmath5@xmath22/(v@xmath23s ) at @xmath24@xmath3@xmath6@xmath3300@xmath5k .
the mobility reduction with increasing the temperature is an obvious consequence of phonon scattering increase in the sn@xmath0cr@xmath1te lattice .
magnetic properties of our samples were studied with the use of lakeshore 7229 magnetometer / susceptometer system and quantum design xl-5 magnetometer .
+ at first , the detailed measurements of the magnetization , @xmath25 , were performed over a wide temperature range from 2@xmath5k up to 250@xmath5k . during the measurements ,
the sample was put into the magnetic field @xmath15 with 3 different values 5 , 10 , and 20@xmath5mt .
the @xmath25(@xmath24 ) measurements were performed under two conditions at which the sample cooling was performed : ( i ) in the presence of the external magnetic field ( fc - field curves ) and ( ii ) in the absence of an external magnetic field ( zfc - zero field curves ) .
corrections were made for the magnetic contribution of the sample holder .
the results of the measurements are presented in fig.@xmath5[figmt ] .
+ our results indicate the presence of a magnetic transition in the sn@xmath0cr@xmath1te crystals , slightly increasing as a function of cr content , @xmath2 , from 130@xmath5 for @xmath2@xmath3@xmath6@xmath30.004 up to about 140@xmath5k for @xmath2@xmath3@xmath6@xmath30.012 .
the zfc magnetization , @xmath25 at , @xmath24@xmath3@xmath26@xmath3120@xmath5k decreases with decreasing the temperature indicating , that we observe spin - glass , superparamagnetic , or possibly antiferromagnetic state in our samples .
however , a more detailed interpretation of the observed data can be done using the static magnetic susceptibility .
+ the dc magnetic susceptibility @xmath27 can be calculated as @xmath28@xmath29 for both zfc and fc @xmath25(@xmath24 ) curves .
the results of our calculation in a form of temperature dependencies of both zfc and fc static susceptibility @xmath27 are presented in fig.@xmath5[figxdct ] .
+ the zfc static magnetic susceptibility @xmath27 shows a maximum between 130 and 140@xmath5k , which is a signature of a presence of a magnetic order in our samples .
the shape of the @xmath27(@xmath24 ) shows the large bifurcations between the fc and zfc curve for @xmath24@xmath3@xmath26@xmath3120@xmath5k .
it indicates that we do not observe clear ferromagnetic alignment in our samples .
it is difficult to determine the type of magnetic phase only from the behavior of the magnetic susceptibility , @xmath27 , versus temperature .
the problem of distinguishing between the spin glass and superparamagnetic phase transition can not be solved by measuring of a difference between magnetic susceptibilities in zfc and fc conditions .
+ in order to determine the type of magnetic ordering in the studied material , the measurements of the ac magnetic susceptibility as a function of temperature for different magnetic field amplitudes and frequencies were performed .
the dynamic magnetic properties of our sn@xmath0cr@xmath1te samples were studied with the use of lakeshore 7229 magnetometer system .
the measurements of the temperature dependence of the dynamic magnetic susceptibility @xmath30 were done in the presence of an alternating magnetic field with four different frequencies @xmath31 equal to 7 , 80 , 625 , and 9970@xmath5hz and the amplitude @xmath32 equal to 20@xmath5oe for @xmath31@xmath3@xmath4@xmath3625@xmath5hz and @xmath32@xmath3@xmath6@xmath31@xmath5oe for @xmath31@xmath3@xmath6@xmath39970@xmath5hz .
for example , the real part of the ac magnetic susceptibility , @xmath30 , is shown in fig.@xmath5[figxact ] .
+ the data presented in fig.@xmath5[figxact ] indicate the slight shift of the maxima in the @xmath30(@xmath24 ) dependencies towards higher temperatures with an increase in the ac magnetic field frequency .
such behavior is a signature of either superparamagnetic or spin - glass - like state in the material .
the simplest way to decide between the two above magnetic states can be done with the use of the phenomenological factor , @xmath33 , defined by mydosh.@xcite the frequency shifting of the peak in the dynamic susceptibility at the temperature scale can be expressed as @xmath34 where @xmath35@xmath36@xmath3@xmath6@xmath3@xmath36(@xmath37)-@xmath36(@xmath38 ) is the difference between freezing temperatures determined at frequencies @xmath37 and @xmath38 , respectively , and @xmath35@xmath31@xmath3@xmath6@xmath3@xmath38@xmath39@xmath37 .
the calculated values of @xmath33 for our samples are similar and close to 0.02 .
such a value ( smaller than @xmath33@xmath3@xmath6@xmath30.1 ) indicates that we observe the spin - glass - like state in our samples .
+ carrier mediated ferromagnetism produces ferromagnetic alignment in sn@xmath0mn@xmath1te crystals with @xmath7 about an order of magnitude lower than the spin - glass temperatures of our samples .
thus , we believe that the carrier mediated long range magnetic interactions do not play a significant role in the magnetic properties of our system .
the presence of cr - ion rich regions ( with about 20 - 25 mol .
% of cr ) is observed in sn@xmath40cr@xmath1te crystals with low chromium content , @xmath2 , ranging from 0.004 up to 0.012 .
the inhomogeneities are not related to any cr@xmath41te phases .
the magnetic properties of the alloy are dominated by the presence of inhomogeneities .
the spin - glass - like state at @xmath24@xmath3@xmath26@xmath3130@xmath5k is identified in all our samples , with transition temperature changing by about 10@xmath5k with increasing the average cr - content , @xmath2 .
l. kilanski , a. podgrni , w. dobrowolski , m. grska , b. j. kowalski , a. reszka , v. domukhovski , a. szczerbakow , j. r. anderson , n. p. butch , v. e. slynko and e. i. slynko , _ j. appl
. phys . _ * 112 * , 123909 ( 2012 ) . | diluted magnetic semiconductors magnetic electrical properties transition metal doped iv - vi semiconductors itinerant ferromagnetism high curie temperature 200@xmath5k achievable for ge@xmath0mn@xmath1te alloy 0.5 chromium alloyed gete shows transition temperatures 160@xmath5k thin layers 60@xmath5k bulk crystals eggenkamp investigated magnetic properties sn@xmath0mn@xmath1te curie - weiss temperature 3@xmath5k to 16@xmath5k mn - content 0.03 to 0.1 mn - hole exchange constant for sn@xmath0mn@xmath1te equal to 0.1@xmath5ev alloying snte small cr - content below 0.012 goal chromium into snte lattice explore exchange mechanisms in sn@xmath0cr@xmath1te alloy questions chromium ions substitute cation positions crystal lattice magnetic order with high curie temperatures magnetic properties of sn@xmath0cr@xmath1te similar to sn@xmath0mn@xmath1te crystals synthesized modified bridgman method similar to alumina crystalsmodifications additional heating elements creating radial temperature gradients in growth furnace improved crystal quality reduced crystal blocks in ingot from to single one chemical composition samples studied energy dispersive x - ray fluorescence technique method allows alloy with maximum errors in molar not exceeding 10% show chemical composition sn@xmath0cr@xmath1te samples changes 0.004@xmath3@xmath4 focus on samples low chromium content due to low solubility cr in snte crystallographic quality of sn@xmath8cr@xmath1eu@xmath9te samples studied standard powder x - ray diffraction method measurements at room temperature using siemens d5000 diffractometer rietveld refinement method used crystallographic parameters results indicate single cubic nacl phase samples lattice parameter @xmath10 close to value for snte crystals. hitachi su-70 analytical ultra high resolution field scanning electron microscope thermo fisher nss 312 energy dispersive x - ray spectrometer used chemical homogeneity of sn@xmath0cr@xmath1te samplessem micrographs for samples indicates microscopic regions ( fig.@xmath5 ) chemical composition different than bulk crystal measurements showed longitudinal precipitations of sn@xmath0cr@xmath1te with high cr - content diameter 1 - 2@xmath5 m length to 10 - 15 m magnetotransport characterization of samples performed used standard six contact dc hall effect technique measurements over temperature from 4.3@xmath5k up to 300@xmath5k constant magnetic field not exceeding @xmath15@xmath5 t measurements indicate resistivity @xmath16 temperature typical of degenerate semiconductors hall effect measurements show samples have @xmath17-type conductivity high carrier concentration hall mobility @xmath14 equal to 400@xmath5/ at decreasing temperature to @xmath14/ at@xmath5k mobility reduction with temperature of phonon scattering increase in sn@xmath0cr@xmath1te latticemagnetic properties samples studied lakeshore 7229 magnetometer system quantum design xl-5 magnetometer detailed measurements magnetization @xmath25 performed over temperature range from 2@xmath5k up to 250@xmath5k sample put into magnetic field @xmath15 with 3 values 5 10 20@xmath5mt @xmath25(@xmath24 ) measurements performed under two conditions presence external magnetic field fc - absence - zero curves corrections made for magnetic contribution sample holder results presented in fig.@xmath5 ] results indicate magnetic transition in sn@xmath0cr@xmath1te crystals increasing cr content from 130@xmath5 up to 140@xmath5k for zfc magnetization @xmath25 decreases with temperature spin - glass superparamagnetic antiferromagnetic state in samples detailed interpretation using static magnetic susceptibility dc magnetic susceptibility @xmath27 calculated as @xmath28@xmath29 for zfc and fc @xmath25(@xmath24 ) curvesresults calculation temperature dependencies of zfc and fc static susceptibility @xmath27 presented in fig.@xmath5 zfc static magnetic susceptibility @xmath27 shows maximum between 130 and 140@xmath5k signature magnetic order in samples shape @xmath27 shows large bifurcations between fc zfc curve for clear ferromagnetic alignment samples difficult to determine type magnetic phase from magnetic susceptibility versus temperature distinguishing spin glass superparamagnetic phase transition solved by measuring magnetic susceptibilities in zfc fc conditions determine magnetic ordering measurements magnetic susceptibility function temperature for different magnetic field amplitudes frequencies performed dynamic magnetic properties samples studied lakeshore 7229 magnetometer system measurements temperature dependence magnetic susceptibility @xmath30 done alternating magnetic field with four frequencies @xmath31 equal to 7 80 625 9970@xmath5hz amplitude @xmath32 equal to 20@xmath5oe for@xmath5hzac magnetic susceptibility @xmath30 shown in fig.@xmath5 data indicate shift maxima in @xmath30(@xmath24 ) dependencies towards higher temperatures increase ac magnetic field frequency behavior signature of superparamagnetic or spin - glass - like state material between magnetic states phenomenological factor @xmath33 defined by mydosh. frequency shifting peak dynamic susceptibility temperature expressed as @xmath34 @xmath35 difference between freezing temperatures at frequencies @xmath37 and @xmath38 and @xmath35 calculated values of @xmath33 for similar close to 0.02 value smaller than indicates spin - glass - like state carrier mediated ferromagnetism produces ferromagnetic alignment in@xmath0mn crystals with @xmath7 lower than spin - glass temperatures carrier mediated long range magnetic interactions significant role in magnetic properties presence of cr - ion rich regions 20 - 25 mol% cr observed@xmath40cr@xmath1te crystals low chromium content 0.004 to 0.012 inhomogeneities not related cr@xmath41te phases magnetic properties alloy dominated inhomogeneities spin - glass - like state @xmath24@xmath5k identified samples transition temperature changing 10@xmath5k increasing average cr - content. kilanski podgrni dobrowolski grska kowalski reszka domukhovski szczerbakow anderson butch. slynko slynko j. appl . . 112 123909 ( 2012 ) | 0.432281 | 2,910 | 1,398 | , Saving $0.1 in GPT-4. |
172,741 | large transverse momentum distributions of identified particles observed at rhic are analyzed by a relativistic stochastic model in the three dimensional rapidity space .
temperature for inclusive reactions is estimated . | at rhic colliding energy of nuclei becomes up to 200 gev , and thousands of particles are produced per event .
to describe such many particle system , a sort of collective approach will be useful .
one - particle rapidity or pseudo - rapidity distributions observed at rhic are well described by the ornstein - uhlenbeck process @xcite .
as for the transverse momentum @xmath0 distribution observed at rhic , it has a long tail in the gev region compared with an exponential distribution in @xmath0 . in reference
@xcite , an empirical formula for large @xmath0 distributions at polar angle @xmath1 , @xmath2 , \nonumber \\
y_t & = & \frac{1}{2}\ln \frac{e+|{\bf p}_t|}{e-|{\bf p}_t| } , \label{eq.int1}\end{aligned}\ ] ] was proposed from the analogy of landau s hydrodynamical model . in eq.([eq.int1 ] ) , @xmath3 denotes energy of an observed particle , @xmath4 is a parameter , and @xmath5 is called the transverse rapidity .
equation ( [ eq.int1 ] ) well describes the large @xmath0 distributions for @xmath6 and @xmath7 .
however , it can not be derived from the hydrodynamical model .
the transverse rapidity is defined in the geodesic cylindrical coordinate system in the three dimensional rapidity space .
the lorentz invariant phase volume element in it is given as @xmath8 in the above equation , @xmath9 denotes the longitudinal rapidity , and @xmath10 denotes the transverse rapidity ; @xmath11 where @xmath12 , @xmath13 and @xmath14 denote energy , longitudinal momentum , transverse momentum , and mass of the observed particle , respectively , and @xmath15 .
it should be noted that @xmath5 coincides with @xmath10 , only if @xmath1 .
we have proposed the relativistic diffusion model , and analyzed large @xmath0 distributions for charged particles in @xmath16 collisions @xcite .
the distribution function of it is gaussian - like in radial rapidity , and resemble with eq.([eq.int1 ] ) at @xmath1 . in section 2 , the relativistic diffusion model is briefly explained . in section 3 ,
analyses of large @xmath0 distributions for identified particles , @xmath17 , @xmath18 , @xmath19 and @xmath20 observed at rhic @xcite are made .
temperature is also estimated from @xmath0 distributions .
final section is devoted to summary and discussions .
for simplicity , we consider the diffusion equation with radial symmetry in the geodesic polar coordinate system , @xmath21 with initial condition @xmath22 in eq.([eq.dif1 ] ) , @xmath23 is a diffusion constant , and @xmath24 denotes the radial rapidity , which is written with energy @xmath3 , momentum @xmath25 and mass @xmath14 of observed particle , @xmath26 inversely , energy and momentum are written respectively as @xmath27 the solution @xcite of eq.([eq.dif1 ] ) with the initial condition ( [ eq.dif2 ] ) is given by @xmath28 .
\end{aligned}\ ] ] a physical picture described by eqs.([eq.dif1 ] ) and ( [ eq.dif2 ] ) is as follows ; after a collision of nuclei , particles are produced at the origin of rapidity space expressed by eq.([eq.dif2 ] ) .
then those particles propagate according to the diffusion equation ( [ eq.dif1 ] ) . in the course of the space time development ,
energy is supplied from the leading particle system ( collided nuclei ) to the produced particle system .
number density of particles becomes lower and at some ( critical ) density , interactions among secondary particles cease , and particles become free .
we can analyze transverse momentum ( rapidity ) distributions at fixed polar angle @xmath29 , using the equation , @xmath30 , \nonumber \\
\sigma(t)^2 & = & 2dt , \label{eq.dif5}\end{aligned}\ ] ] with parameters , @xmath31 and @xmath32 , . where transverse momentum is given by @xmath33
transverse momentum ( @xmath0 ) distributions of identified particles observed by the phenix collaboration @xcite are analyzed . the results on @xmath0 distribution in @xmath34
is shown in fig .
[ fig.pppi0 ] . solid curve shown in fig.1
is drawn by the use of eq.([eq.dif5 ] ) , parameters of which are estimated with the least mean square method , and are shown in table 1 . the results on @xmath0 distributions in @xmath35 are shown in fig . [ fig.aapi0 ] and
table 2 . observed @xmath0 distributions on @xmath17 both in @xmath36 and @xmath16 collisions are well described by eq.([eq.dif5 ] ) .
@xmath0 distribution for @xmath37 at @xmath38 @xcite ] .[tab.table1 ] estimated parameters on @xmath0 distributions in @xmath39 at @xmath38 at @xmath40 gev @xcite [ cols="^,^,^,^",options="header " , ] in order to estimate the temperature for inclusive reactions from our analysis , we consider the approximate expression for eq.([eq.dif5 ] ) in the small @xmath41 region .
when @xmath42 , @xmath43 .
then , eq.([eq.dif5 ] ) reduces to @xmath44 .
\label{eq.dif6 } \end{aligned}\ ] ] equation ( [ eq.dif6 ] ) should coincide with the maxwell distribution , @xmath45 .
\label{eq.dif7 } \end{aligned}\ ] ] then we have an identity , @xmath46 centrality cut dependence of temperature @xmath47 estimated from @xmath0 distributions in @xmath16 collisions ] from eq.([eq.dif8 ] ) , we can estimate the temperature @xmath47 of inclusive reactions for observed particle with mass @xmath14 .
the results are shown in fig .
[ fig.temp ] .
we use @xmath48 , @xmath49 , @xmath50 , and @xmath51 mev .
the estimated temperature @xmath47 from the @xmath0 distribution for @xmath17 is about 80 mev , and that for @xmath18 is about 100 mev .
these temperatures are almost independent from the centrality cut .
on the other hand , the temperature for @xmath19 distributions gradually decreases from 230 mev to 190 mev , as the centrality cut increases from 5 - 10% to 80 - 92% .
that for @xmath52 distributions decreases from 280 mev to 210 mev as the centrality cut increases .
our analysis suggests that @xmath19 and @xmath20 produced at the lowest centrality cut , 0 - 5% , would keep somewhat earlier memory than @xmath17-meson or @xmath18-meson .
it is very interesting to know whether identical particle correlations of @xmath53-mesons , protons and so forth depend on the centrality cut or not .
in order to analyze large @xmath0 distributions of charged particles observed at rhic , a stochastic process in the three dimensional rapidity space is introduced .
the solution is gaussian - like in radial rapidity .
transverse momentum distributions for @xmath17 and @xmath18 at @xmath38 at @xmath40 gev observed by the phenix collaboration are analyzed .
observed @xmath0 distributions for @xmath17 in @xmath54 and @xmath16 collisions are well described by the formula ( [ eq.dif5 ] ) , and the result of fitting in @xmath16 collisions becomes much better as the centrality cut increases .
the result on transverse momentum distributions for @xmath18 in @xmath16 collisions are not good as those for @xmath17 . however , as the centrality cut increases , the result becomes much improved .
this tendency would suggest that the initial condition ( [ eq.dif2 ] ) is simpler for the heavy ion collision process . at the lower centrality cut ,
collisions among projectile and target particles occur much more times compared with those at higher centrality cut .
therefore , secondary particles produced at each collision may have a certain ( collective ) velocity distribution wider than the delta function ( [ eq.dif5 ] ) even in the initial stage . in order to include the effect
, we should change the initial condition ( [ eq.dif5 ] ) , or consider the diffusion equation without radial symmetry in the three dimensional rapidity space .
99 m.biyajima , m.ide , t.mizoguchi and n.suzuki , prog .
. phys . * 108 * , 559(2002 ) ; m.ide , m. biyajima and t.mizoguchi , nucl - th/0302003 ; see also g.wolschin , eur .
j. * a5 * , 85(1999 ) ; phys .
rev.*c69 * , 024906(2004 ) minh duong - van and p. carruthers , phys .
lett . * 31 * , 133 ( 1973 ) n.suzuki and m.biyajima , acta phys . pol . * b35 * , 283(2004 ) s.s.adler , et al .
phenix collaboration , phys .
lett . * 91 * , 072301(2003 ) s.s.adler , et al .
phenix collaboration , phys .
lett . * 91 * , 241803(2003 ) s.s.adler , et al .
phenix collaboration , nucl - ex/0307022 f.i.karpelevich , v.n.tutubalin and m.g.shur , theory prob .
applications , * 4 * , 432(1959 ) ; s.a.molchanov , russian math . surveys , * 30 * , 1007(1976 ) n.suzuki and m.biyajima , in preparation | rhic colliding energy nuclei 200 gev thousands particles produced per event particle system collective approach useful one - particle rapidity distributions at rhic described by ornstein - uhlenbeck process @xcite transverse momentum @xmath0 distribution rhic long tail in gev region compared with exponential distribution in @xmath0 empirical formula for large @xmath0 distributions at polar angle @xmath1 @xmath2 proposed from landau s hydrodynamical model @xmath3 energy particle @xmath4 parameter @xmath5 transverse rapidity describes large @xmath0 distributions for @xmath6 and @xmath7 not derived from hydrodynamical model transverse rapidity defined in geodesic cylindrical coordinate system three dimensional rapidity space lorentz invariant phase volume element given as @xmath8 @xmath9 longitudinal rapidity @xmath10 transverse rapidity @xmath12 denote energy longitudinal momentum transverse momentum mass of observed particle @xmath15@xmath5 coincides with @xmath10 if @xmath1 proposed relativistic diffusion model analyzed large @xmath0 distributions for charged particles in @xmath16 collisions @xcite distribution function gaussian - like radial rapidity with eq.([eq.int1 at @xmath1 section 2 relativistic diffusion model explained section 3 analyses of large @xmath0 distributions for particles at rhic @xcite temperature estimated from distributions final section summary discussions diffusion equation with radial symmetry geodesic polar coordinate system @xmath21 initial condition @xmath22 @xmath23 diffusion constant @xmath24 radial rapidity written with energy momentum mass @xmath14 particle @xmath26 energy momentum written as @xmath27 solution @xcite of eq.([eq.dif1 initial condition given by @xmath28 physical picture by.dif1 after collision of nuclei particles produced at origin of rapidity space particles propagate according to diffusion equationspace time development energy supplied from leading particle system to produced particle system density lower interactions cease particles free analyze transverse momentum distributions at fixed polar angle @xmath29 equation @xmath30.dif5 parameters @xmath31 @xmath32 transverse momentum by @xmath33 @xmath0 distributions of particles phenix collaboration @xcite analyzed results on @xmath0 distribution in @xmath34 shown in fig solid curve.1 drawn eq.([eq.dif5 ] parameters estimated with least mean square method shown table 1 results @xmath0 distributions in @xmath35 in fig table 2 @xmath0 distributions on @xmath17 @xmath36 @xmath16 collisions described by eq.([eq.dif5 ] ) @xmath0 distribution for @xmath37 @xmath38 estimated parameters on @xmath0 distributions in @xmath39 @xmath40 estimate temperature for reactions approximate expression for eq.([eq.dif5 ] in small @xmath41 region@xmath42 eq.(.dif5 reduces to @xmath44 equation coincide with maxwell distribution @xmath45 @xmath46 centrality cut dependence temperature @xmath47 estimated from @xmath0 distributions @xmath16 collisions eq..dif8 estimate temperature @xmath47 reactions particle mass @xmath14 results fig . @xmath48 @xmath49 mev estimated temperature @xmath47 @xmath0 distribution @xmath17 80 mev @xmath18 100 mev temperatures independent from centrality cut temperature @xmath19 distributions decreases 230 mev to 190 mev centrality cut increases 5 - 10% to 80 - 92% @xmath52 distributions decreases 280 to 210 mev centrality cut increases @xmath19 @xmath20 lowest centrality cut - keep earlier memory than @xmath17-meson @xmath18-meson identical particle correlations @xmath53-mesons depend on centrality cut analyze large @xmath0 distributions charged particles rhic stochastic process three dimensional rapidity space introducedsolution gaussian radial rapidity transverse momentum distributions @xmath17 phenix collaboration analyzed @xmath0 distributions collisions described by formula [ eq.dif5 ] ) result better centrality cut increases transverse momentum distributions @xmath18 collisions not good centrality cut increases result initial condition [ eq.dif2 ] simpler heavy ion collision process lower centrality cut collisions projectile target particles occur more higher secondary particles collision have velocity distribution wider than delta function [ eq.dif5 ] ) initial stage include effect change initial condition [ eq.dif5 ] consider diffusion equation without radial symmetry three dimensional rapidity space m.biyajima m.ide t.mizoguchi n.suzuki . 108, 559(2002 ).mizoguchi nucl - th/0302003 g.wolschin a5, 85(1999 ) phys . rev.*c69 024906(2004 ) minh duong - van p. carruthers phys . lett 31, 133 ( 1973 ) n.suzuki m.biyajima acta phys .b35 283(2004 ).adler phenix collaboration phys . lett 91 072301(2003 ) collaboration 91 241803(2003 ) collaboration nucl - ex/0307022.karpelevich v.tutubalin m.g.shur theory applications 4 432(1959 ) s.molchanov russian math surveys 30 1007(1976 ) n.suzuki m.biyajima preparation | 0.348827 | 2,272 | 1,155 | , Saving $0.1 in GPT-4. |
172,745 | i summarise the status of the lcfi collaboration r&d programme for a ccd - based vertex detector for the linear collider . | charge - coupled devices ( ccds ) were originally applied in high - energy particle physics at a fixed - target charm - production experiment , and their utility for high - precision vertexing of short - lived particles was quickly realised @xcite .
more recently two generations of ccd vertex detectors ( vxds ) were used in the @xmath0 colliding - beam environment of the sld experiment at the first linear collider , slc , at slac .
ccds are silicon pixel devices which are widely used for imaging ; one common application is in home video cameras , and there is extensive industrial manufacturing experience in europe , japan and the us .
ccds can be made with high pixel granularity .
for example , those used at sld comprise 20@xmath120 @xmath2m@xmath3 pixels , offering the possibility of intrinsic space - point resolution of better than 3 @xmath2 m , determined from the centroid of the small number of pixels which are hit when a charged particle traverses the device .
the active depth in the silicon is only 20 @xmath2 m , so each pixel is effectively a cube of side 20 @xmath2 m , yielding true 3-dimensional spatial information .
furthermore , this small active depth allows ccds to be made very thin , ultimately perhaps as thin as 20 @xmath2 m , which corresponds to significantly less than 0.1% radiation length ( @xmath4 ) , and yields a very small multiple scattering of charged particles .
also , large - area ccds can be made for scientific purposes , allowing an elegant vxd geometry with no azimuthal gaps or dead - zones for readout cables or support structures .
the combination of superb spatial resolution , low multiple scattering , and large - area devices , with a decade of operating experience at slc , makes ccds a very attractive option for use in a vertex detector at the next - generation linear collider ( lc ) .
the sld experiment has utilised three ccd arrays for heavy - flavour tagging in @xmath5 decays . in 1991 a 3-ladder prototype detector , vxd1 ,
was installed for initial operating experience . in 1992 a complete four - layer detector , vxd2 , was installed and operated until 1995 .
vxd2 @xcite utilised 64 ladders arranged in 4 incomplete azimuthal layers , with @xmath62-hit coverage extending down to polar angles within @xmath7 .
the device contained 512 roughly @xmath8cm@xmath3 ccds , giving a total of 120 m pixels . in 1996 a brand new detector , vxd3 @xcite , was installed .
the main improvement was to utilise much larger , @xmath10cm@xmath3 , and thinner ( @xmath1 3 ) ccds , which allowed significantly improved azimuthal- and polar - angle coverage .
ladders were formed from two ccds placed end - to - end ( with a small overlap in coverage ) on opposite sides of a beryllium support beam , and arranged in 3 complete azimuthal layers , with a ` shingled ' geometry to ensure no gaps in azimuth .
96 ccds were used , giving a total count of 307 m pixels . in operations from 1996 through 1998
vxd3 performed beautifully , yielding a measured single - hit resolution of @xmath113 @xmath2 m , and a track impact - parameter resolution of 8 @xmath2 m ( 10 @xmath2 m ) in @xmath12 ( @xmath13 ) respectively , measured using 46 gev @xmath2 tracks in @xmath5 @xmath14 @xmath15 events .
the multiple scattering term was @xmath16 @xmath2 m .
for inclusive @xmath17-hemisphere tagging a sample purity of 98% was obtained with a tag efficiency of over 60% , and for inclusive @xmath18-tagging a sample purity of around 80% was obtained with a tag efficiency of about 20% .
this performance is ` state - of - the - art ' today .
the lc will probably be built to operate at c.m .
energies in the range between the lep2 energy of around 200 gev and up to 0.8 or 1 tev .
many of the interesting physics processes can be characterised as multijet final states containing heavy - flavour jets .
it should be noted that charm- and @xmath19-tagging , as well as @xmath17-tagging , will be very important .
for example , measurements of the branching ratios for ( the ) higgs boson(s ) to decay into @xmath17 , @xmath18 , and @xmath19 pairs ( and/or @xmath20 , @xmath5 and @xmath21 pairs for a heavy higgs ) will be crucial to map out the mass - dependence of the higgs coupling and to determine the nature ( sm , mssm , sugra @xmath22 ) of the higgs particle(s ) . because of this multijet structure , even at @xmath23 = 1 tev many of these processes will have jet energies in the range 50 @xmath14 200 gev , which is not significantly larger than at slc , lep or lep2
. the track momenta will be correspondingly low .
for example , at @xmath23 = 500 gev the mean track momentum in @xmath0 @xmath14 @xmath24 events is expected to be around 2 gev/@xmath18 . hence , for the majority of tracks , multiple scattering in thick detectors will limit the impact - parameter resolution , as was the case even with sld vxd3 , and will compromise the flavour - tagging performance , most seriously for charm and @xmath19 .
furthermore , some of these processes may lie close to the boundary of the accessible phase space , suggesting that extremely high flavour - tagging efficiency will be crucial for identifying a potentially small sample of events above a large multijet combinatorial background .
it is worth bearing in mind that a doubling of the single - jet tagging efficiency at high purity is equivalent to a luminosity gain of a factor of 16 for a 4-jet tag ; it is likely to be a lot cheaper ( and easier ) to achieve this gain by building a superior vxd than by increasing the luminosity of the accelerator by over an order of magnitude .
the lcfi vxd conceptual design is illustrated in fig .
[ e3032fig1 ] .
simulation of the flavour - tagging performance is described elsewhere @xcite .
table [ factors ] summarises the improvement factors that it is hoped to achieve , relative to the current sld vxd3 , for various key parameters ; the most challenging are the ladder thickness and readout speed .
.ccd performance improvement factors required for the lc vxd [ cols="<,^,^,^",options="header " , ] an aggressive option of ` unsupported ' silicon is being pursued . in this mode
the ccds would be back - thinned to 50 or 60@xmath2 m ( 0.06% @xmath4 ) , assembled into a ladder structure , and held under tension at the ends .
although the production of ccds as thin as 20 @xmath2 m has been achieved for use in astronomy , the use of such ` unsupported ' devices has not been tried before , and a number of key issues are being addressed . of primary concern is the degree of mechanical stability achieveable .
this has both ` static ' and ` dynamic ' aspects .
we require shape reproducibility at the level of a few microns under temperature cycling between room temperature and about 180k .
we also require insensitivity to vibrations , eg .
possible flow - driven oscillations caused by the coolant n@xmath25 gas .
a test rig has been assembled and used to investigate the stability of thin prototype ladders comprising two dummy ccds glued together to form 25cm - long structures .
the ladder is pinned to the support jig at one end , and tensioned via a spring mechanism , with a sliding joint to the jig , at the other .
tests have been performed using glass and unprocessed silicon of 60 @xmath2 m thickness .
the results are extremely encouraging . for modest tensions , above 15n , the position reproducibility is better than 3 @xmath2 m under successive relaxation and reapplication of the tensioning mechanism .
the stability under temperature cycling has also been investigated . here the type of adhesive , the relative ctes of the glue , ladder and supporting blocks , the pattern of application of the glue , and the alignment of the blocks w.r.t .
the ladder are all crucial elements that have been studied using both prototypes and fea simulations .
an optimal solution has been found , which will now be tried with actual thin ccds .
metrology apparatus for these stability tests has been set up at ral and oxford .
the ral system uses a commercial microscope cmm that is excellent for single - point measurements .
the oxford system is a custom - made white - light interferometer that allows micron - level complete surface profile measurements to be made of ladders as large as 30 @xmath1 2.5 cm@xmath3 .
a possible fall - back option is to support the thin ccds on a thin flat be beam with an intrinsic ` omega ' or ` v ' shape for rigidity .
finite - element analysis simulations have shown that such structures offer the possibility of small , and predictable , deformations under temperature cycling of the order of tens of @xmath2 m . if the support beam comprises 250 @xmath2 m be - equivalent , or 0.07% @xmath4 , and the adhesive an additional 0.02% @xmath4 , the ccds could be fully thinned to 20 @xmath2 m , yielding a total ladder material budget as low as 0.11% @xmath4 .
the handling and assembly of such thin devices will be addressed if the ` unsupported ' option proves untenable .
the allowed radial position of the innermost layer w.r.t .
the beamline is strongly influenced by the accelerator - related backgrounds , and is correlated with the pixel readout rate , which determines the hit density accumulated during the ccd readout cycle , and hence the degree of fake hit confusion for bona fide tracks .
the main sources of accelerator - related backgrounds are : muons from beam interactions with upstream collimators ; @xmath0 pairs from converted photons and ` beamstrahlung ' ; photoproduced neutrons from the interaction region material and back - shine from the beam dumps ; hadrons from beam - gas and @xmath26 interactions . from the vxd occupancy point - of - view
the most serious are the @xmath0 pairs .
for example , beam - beam interaction simulations indicate that tens of thousands of pairs will be created _ per bunch crossing _ of the beams . for a vxd layer-1 radius of around 13 mm
, a large detector solenoidal magnetic field will be required to contain the bulk of the pairs within the beampipe , and maintain an acceptably low hit density .
field strengths of between 3 and 6 t are being considered by the detector working groups . at
both nlc ( 6 t ) and tesla ( 4 t ) roughly 0.03 hits / mm@xmath3/bunch crossing are expected in vxd layer 1 .
this translates to rougly 6 hits / mm@xmath3/bunch _ train _ at nlc , and roughly 90 hits / mm@xmath3/bunch _ train _ at tesla .
since the pixel density is 2500/mm@xmath3 , a readout that integrates over one complete train is acceptable for nlc , but would yield an uncomfortable 4% occupancy at tesla .
this is not disastrous , but studies show @xcite that some pollution of tracks with background hits would result in this crucial layer , closest to the ip .
the requirements are therefore to achieve a complete detector readout between nlc bunch trains , i.e. within about 8ms , and to read out roughly 10 times per train at tesla , i.e. within about 100 @xmath2s .
the nlc goal can be met with a factor of 10 increase in pixel - readout rate relative to what was achieved at sld , namely 50 mhz .
the tesla goal requires , in addition , parallelisation of the ccd readout ; we are investigating the design of a ccd in which every column is read out through an independent output node .
this will require the output - node pads and associated readout electronics to be laid out on a pitch of 20 @xmath2 m .
this is challenging , but preliminary design work for an output circuit on this pitch has been done , and at least one company is able to produce adcs on the same pitch . we have outlined a staged approach for developing a column - parallel ccd with the required pizel readout speed , starting at 0.5 mhz , progressing to 5 mhz , and hopefully reaching 50 mhz .
the design work , in collaboration with marconi applied technologies , is well advanced .
in addition we are bench - testing a standard ccd that has the promise of reaching 70 mhz serial readout speed ; this chip has so far been driven at 10 mhz with good signal / noise performance .
vme - based drive and readout electronics for 50 mhz operation are under construction at ral . the neutron flux in the inner detector is expected to be at the level of 10@xmath27/cm@xmath3/year .
this is about an order of magnitude below the threshold at which a non - negligible charge transfer inefficiency ( of order @xmath28 results from charge - trapping by damage centres . a number of promising ideas offer the possibility of further headroom .
for example , lower - temperature operation may increase the tolerance via trap ` freezeout ' .
trap filling via auxilliary charge injection is another possibility .
these ideas warrant further investigation , and low - temperature studies are expected to be performed at the liverpool test setup .
ccds offer a very attractive option for a high - energy linear collider vertex detector .
ccd vxds have been ` combat - tested ' at the first linear collider , slc , and have allowed sld to achieve unrivalled @xmath17 and @xmath18-jet tagging performance .
we are addressing a number of r&d issues to permit successful application of this technology at the lc .
there is considerable interest and overlap with other scientific communities , for example astronomy , remote sensing and x - ray imaging . | charge - coupled devices ccds applied high - energy particle physics fixed - target charm - production experiment utility high - precision vertexing short - lived particles realised @xcite two generations ccd vertex detectors used @xmath0 colliding - beam environment sld experiment first linear collider ccds silicon pixel devices used for imaging home video cameras industrial manufacturing europe japan us high pixel granularity sld comprise 20@xmath120@xmath3 pixels space - point resolution better than 3 @xmath2 m charged particle active depth silicon 20 @xmath2 m each pixel cube 20 m 3-dimensional spatial information small active depth allows ccds thin 20 @xmath2 m less than 0.1% radiation length @xmath4 small multiple scattering charged particles large - area ccds for scientific purposes elegant vxd geometry no azimuthal gaps dead - zones superb spatial resolution low multiple scattering large - area devices decade operating experience at slc ccds attractive for vertex detector next - generation linear collidersld experiment utilised three ccd arrays flavour tagging @xmath5 decays 1991 3-ladder prototype detector vxd1 installed 1992 four - layer detector vxd2 installed operated until 1995 64 ladders 4 azimuthal layers @xmath62-hit coverage polar angles @xmath7 contained 512 @xmath8cm@xmath3 ccds 120 m pixels 1996 new detector vxd3 @xcite installed larger @xmath10cm@xmath3 thinner ccds improved azimuthal polar - angle coverage ladders formed two ccds beryllium beam 3 azimuthal layers shingled geometry 96 ccds used 307 m pixels 1996 1998 vxd3 single - hit resolution @xmath113 @xmath2 m track impact - parameter resolution 8 @xmath2 m 10 @xmath2 m ) @xmath12 @xmath13 ) 46 gev @xmath2 tracks @xmath5 @xmath14 @xmath15 events multiple scattering term @xmath16 @xmath2 minclusive @xmath17-hemisphere tagging sample purity 98% tag efficiency over 60% inclusive @xmath18-tagging sample purity 80% tag efficiency 20% performance state - of - the - art today lc built operate c.m . energies lep2 energy 200 gev 0.8 or 1 tev interesting physics processes multijet final states heavy - flavour jets charm- @xmath19-tagging @xmath17-tagging important measurements branching ratios higgs boson(s decay into @xmath17 @xmath18 @xmath19 pairs @xmath20 @xmath5 @xmath21 pairs heavy higgs crucial map mass - higgs coupling determine nature @xmath22 higgs particle(s multijet structure @xmath23 = 1 tev processes jet energies 50 @xmath14 200 gev not larger than slc lep lep2 track momenta low @xmath23 = 500 gev mean track momentum @xmath0 @xmath14 @xmath24 events around 2 gev/@xmath18 multiple scattering thick detectors limit impact - parameter resolution compromise flavour - tagging performance charm @xmath19processes may close to boundary accessible phase space high flavour - tagging efficiency crucial for identifying small sample events above large multijet background doubling single - jet tagging efficiency at high purity equivalent to luminosity gain factor 16 for 4-jet tag likely cheaper to achieve gain by building superior vxd than increasing luminosity accelerator lcfi vxd conceptual design illustrated in fig . simulation flavour - tagging performance described elsewhere table summarises improvement factors relative to current sld vxd3 for parameters challenging are ladder thickness readout speed performance improvement factors required for lc vxd aggressive option of unsupported ' silicon pursued ccds back - thinned to 50 or 60@xmath2 m ( 0.06% @xmath4 ) assembled into ladder structure held under tension at ends production of ccds as thin as 20 @xmath2 m achieved for in astronomy unsupported ' devices not tried before key issues addressed primary concern is mechanical stability require shape reproducibility few microns under temperature cycling between insensitivity to vibrationstest rig assembled stability of thin prototype ladders two dummy ccds glued 25cm - long structures ladder pinned to support jig tensioned via spring mechanism sliding joint to jig other tests using glass unprocessed silicon 60 @xmath2 m thickness results encouraging modest tensions above 15n position reproducibility better than 3 @xmath2 m under relaxation reapplication tensioning stability under temperature cycling investigated type adhesive relative ctes glue ladder supporting blocks pattern application alignment blocks crucial studied simulations optimal solution found tried with actual thin ccds metrology apparatus set at ral oxford ral system uses commercial microscope cmm measurements oxford system custom - made white - light interferometer allows micron - level surface profile measurements ladders large 30 @xmath1 2.5 cm@xmath3 possible fall - back option thin ccds on flat beam ` omega or v ' shape for rigidity structures small deformations under temperature cycling msupport beam comprises 250 @xmath2 m equivalent 0.07% @xmath4 adhesive additional 0.02% @xmath4 ccds thinned to 20 @xmath2 m ladder material budget 0.11% @xmath4 handling assembly thin devices addressed if unsupported option untenable radial position innermost layer beamline influenced by accelerator - related backgrounds correlated with pixel readout rate hit density fake hit confusion sources accelerator backgrounds muons from beam interactions collimators @xmath0 pairs from converted photons beamstrahlung photoproduced neutrons from material beam hadrons from beam - gas @xmath26 interactions serious @xmath0 pairs simulations tens of thousands of pairs created per bunch crossing vxd layer-1 radius 13 mm large detector solenoidal magnetic field required contain pairs maintain low hit density field strengths 3 and 6 t considered detector working groups at nlc tesla ( 4 ) 0.03 hits / mm@xmath3/bunch crossing expected in vxd layer 1 6 hits / mm@xmath3/bunch at nlc 90 hits / at tesla pixel density 2500/mm@xmath3 readout over one train acceptable for nlc 4% occupancy at tesla not disastrous pollution in crucial layer to ip requirements complete detector readout between nlc trains within 8ms read out 10 times per train at tesla within 100 @xmath2s nlc goal met with 10 increase pixel - readout rate sld 50 mhz tesla goal requires parallelisation ccd readout investigating design column through independent output node output - node pads readout electronics on pitch of 20 @xmath2 m challenging preliminary design work for output circuit pitch done company adcs same pitch outlined staged approach for column - parallel ccd readout speed starting at 0.5 mhz to 5 mhz reaching 50 mhz design work with marconi applied technologies advanced - testing standard ccd 70 mhz serial readout speed driven at 10 mhz good signal noise performance vme - based drive readout electronics for 50 mhz operation under construction at ral neutron flux in inner detector expected 10@xmath27/cm@xmath3/year order magnitude below threshold charge transfer inefficiency from charge - trapping damage centres promising ideas further headroom lower - temperature operation increase tolerance trap freezeout trap filling via charge injection ideas warrant investigation low - temperature studies at liverpool test setup ccds attractive option high - energy linear collider vertex detector ccd vxds combat - tested first linear collider slc unrivalled @xmath17 @xmath18-jet tagging performance addressing r&d issues application technology lc interest overlap with scientific communities astronomy remote sensing x - ray imaging | 0.51281 | 3,162 | 1,654 | , Saving $0.1 in GPT-4. |
172,746 | the alice collaboration studies the production of @xmath0 meson in pp collisions at the center - of - mass energies of 2.76 and at mid- and forward - rapidity .
inclusive production cross - sections are presented as a function of the collision energy , rapidity and transverse - momentum .
the @xmath0 polarization measurements in the helicity and collins - soper frames is discussed . a novel result on the correlation between the collision charged particle multiplicity and @xmath0 yield
is also shown . | due to their large mass , the heavy quark pairs are considered to be produced in hard scatterings of partons which can be described perturbatively . however , the bound states of heavy quark pairs are formed via soft non - perturbative processes . because of this interplay between the perturbative and non - perturbative aspects , quarkonium production is a unique and a very important testing case for qcd . various theoretical approaches , recently reviewed in @xcite
were proposed to describe the data .
however the consistent description of both the differential production cross - sections and the polarization proved to be difficult to achieve .
l0.40 [ cols="^,^,^ " , ] the @xmath0 is a spin-1 boson allowing for three degenerated states corresponding to projections of the angular momentum @xmath1 ( transversal polarization ) and @xmath2 ( longitudinal polarization ) .
r0.40 the observed polarization is a superposition of the polarization from all the production mechanisms thus making this measurement a very important constraint for theoretical calculations .
existing models have difficulties in describing at the same time both the @xmath0 production cross - section and the polarization .
in particular nrqcd at leading order predicts for high-@xmath3 @xmath0 a large transverse polarization at cdf energies @xcite .
alice measured the @xmath0 polarization at forward - rapidity in the helicity ( @xmath4axis is the @xmath0 own momentum direction in the center - of - mass frame of the pp collision ) and collins - soper ( @xmath4axis is the bisector of the angle between the direction of one beam and the opposite of the direction of the other one , in the rest frame of the @xmath0 ) frames .
the measured angular distribution of the decay leptons is parameterized using the general form @xcite @xmath5 where @xmath6 ( @xmath7 ) are the polar ( azimuthal ) angles .
the @xmath8 , @xmath9 and @xmath10 are parameters extracted from data which quantify the degree of polarization .
the right panel of figure [ fig : dndypolariz ] shows the alice results on @xmath8 and @xmath9 for inclusive @xmath0 at forward - rapidity @xcite . in both reference frames all the parameters
are compatible with zero .
recent nlo calculations within the nrqcd factorization @xcite have shown good agreement with the alice results . to investigate further the @xmath0 production mechanisms , the yield was measured as a function of the charged particle pseudo - rapidity density @xmath11 .
figure [ fig : jpsimult ] presents the relative @xmath0 yield at mid- and forward - rapidity as a function of the relative charged particle density at mid - rapidity @xcite .
the results indicate that the @xmath0 production at both mid- and forward - rapidity tends to be accompanied by the production of many other charged hadrons . a possible reason for the observed results could be multiple partonic interactions @xcite .
we presented results obtained by the alice collaboration on @xmath0 production in pp collisions at @xmath122.76 and .
the inclusive cross - sections as a function of @xmath3 and rapidity were shown .
the nlo nrqcd calculations show a good agreement with the alice results at forward - rapidity .
the measured polarization parameters @xmath8 and @xmath9 are compatible with zero .
we have also shown that the relative @xmath0 yields at mid- and forward - rapidity increase linearly with the charged particle density at mid - rapidity .
this work was supported by the helmholtz alliance program of the helmholtz association , contract ha216/emmi `` extremes of density and temperature : cosmic matter in the laboratory '' .
99 n. brambilla _ et al .
_ eur.phys.j . *
c71 * ( 2011 ) 1534 j. p. lansberg eur.phys.j .
* c61 * ( 2009 ) 693 k. aamodt _ et al . _
[ alice collaboration ] jinst * 3 * ( 2008 ) s08002 k. aamodt _ et al . _
[ alice collaboration ] phys.lett . *
b704 * ( 2011 ) 442 - 455 b. abelev _ et al . _
[ alice collaboration ] http://arxiv.org/pdf/arxiv:1203.3641[arxiv:1203.3641 ] b. abelev _ et al . _
[ alice collaboration ] phys.lett . *
b712 * ( 2012 ) 165 - 175 geant - detector description and simulation tool , cern program library long write - up w5013 , cern geneva v.khachatryan _ et al . _
[ cms collaboration ] eur.phys.j . *
c71 * ( 2011 ) 1575 g.aad _
et al . _ [ atlas collaboration ] nucl.phys .
* b850 * ( 2011 ) 387 r.aaij
_ et al . _
[ lhcb collaboration ] eur.phys.j . * c71 * ( 2011 ) 1645 m. butenschoen and b. a. kniehl phys.rev . *
d84 * ( 2011 ) 051501 and priv .
faciolli _ et al .
_ jhep * 0810 * ( 2008 ) 004 a. adare _
et al . _
[ phenix collaboration ] http://arxiv.org/pdf/arxiv:1105.1966[arxiv:1105.1966 ] b. abelev _ et al . _
[ alice collaboration ] http://arxiv.org/pdf/arxiv:1205.5880[arxiv:1205.5880 ] a. abulencia _ et al .
_ [ cdf collaboration ] phys.rev.lett .
* 99 * ( 2007 ) 132001 p. faciolli _ et al .
_ eur.phys.j .
* c69 * ( 2010 ) 657 b. abelev _ et al . _
[ alice collaboration ] phys.rev.lett .
* 108 * ( 2012 ) 082001 m. butenschoen and b. a. kniehl phys.rev.lett .
* 108 * ( 2012 ) 172002 http://arxiv.org/pdf/arxiv:1201.1872[arxiv:1201.1872 ] m. strikman phys.rev .
* d84 * ( 2011 ) 011501 e. g. fereiro and c. pajares http://arxiv.org/pdf/arxiv:1203.5936[arxiv:1203.5936 ] | large mass heavy quark pairs produced in hard scatterings of partons described perturbatively bound states formed via soft non - perturbative processes interplay between perturbative non - perturbative quarkonium production unique important testing case for qcd theoretical approaches reviewed proposed to describe data consistent description of differential production cross - sections polarization difficult @xmath0 is spin-1 boson three degenerated states to projections angular momentum @xmath1 observed polarization is superposition of polarization from production mechanisms measurement important constraint for theoretical calculations existing models difficulties describing @xmath0 production cross - section polarization nrqcd predicts for high-@xmath3 @xmath0 large transverse polarization at cdf energies @xcite alice measured @xmath0 polarization at forward - rapidity in helicity momentum direction and collins - soper angle beam frames measured angular distribution of decay leptons parameterized using general form @xcite @xmath5 where @xmath6 ( @xmath7 ) are polar azimuthal ) angles@xmath8 parameters polarization right panel figure shows alice results on @xmath8 @xmath0 at forward - rapidity @xcite parameters compatible with zero recent nlo calculations nrqcd factorization @xcite agreement with alice results @xmath0 production yield measured function of charged particle pseudo - rapidity density @xmath11 figure presents relative @xmath0 yield at mid- forward - rapidity function charged particle density @xmath0 production accompanied by other charged hadrons multiple partonic interactions @xcite presented results alice collaboration on @xmath0 production in pp collisions at @xmath122.76 inclusive cross - sections function of @xmath3 rapidity shown nlo nrqcd calculations show agreement with alice results at forward - rapidity measured polarization parameters @xmath8 compatible with zero relative @xmath0 yields at mid- forward - rapidity increase linearly with charged particle density work supported by helmholtz alliance program contract ha216/emmi extremes of density temperature cosmic matter laboratory brambilla eur.phys.j 2011 ) 1534c61 2009 ) 693 aamodt alice collaboration 2008 ) s08002 aamodt alice collaboration.lett b704 2011 ) 442 - 455 abelev alice collaboration http://arxiv/pdf/arxiv:1203.3641 abelev collaboration.lett b712 2012 ) 165 - 175 geant - detector description simulation tool cern program library write - up w5013 cern geneva v.khachatryan cms collaboration eur.phys.j c71 2011 ) 1575 g.aad al atlas collaboration nucl.phys b850 2011 ) 387 r.aaij lhcb collaboration eur.phys.j c71 2011 ) 1645 m butenschoen kniehl phys.rev . d84 2011 ) 051501 faciolli 0810 2008 ) 004 adare phenix collaboration http://arxiv/pdf/arxiv:1105.1966 abelev alice collaboration http://arxiv.org/pdf/arxiv:1205.5880 abulencia cdf collaboration phys.rev.lett 99 2007 ) 132001 p faciolli eur.phys.j c69 2010 ) 657 abelev alice collaboration phys.rev.lett108 2012 ) 082001 butenschoen kniehl phys.rev.lett 2012 ) 172002 http://arxiv.org/pdf/arxiv:1201.1872 phys.rev d84 2011 ) 011501. fereiro. pajares/pdf/arxiv:1203.5936 | 0.2615 | 1,525 | 768 | , Saving $0.0 in GPT-4. |
172,749 | in this work the feynman - schwinger representation for the two - body greens function is studied .
after having given a brief introduction to the formalism , we report on the first calculations based on this formalism . in order to demonstrate the validity of the method
, we consider the static case where the mass of one of the particles becomes very large .
we show that the heavy particle follows a classical trajectory and we find a good agreement with the klein - gordon result .
thu-93/21 * relativistic two - body bound - state calculations beyond the ladder + approximation .
* + taco nieuwenhuis , j. a. tjon + + yu . a. simonov + + | recently , the feynman - schwinger representation ( fsr ) was presented @xcite as a new covariant formalism to calculate the relativistic two - body greens function .
it was shown that the fsr sums up all ladder _ and _ crossed diagrams and that it has the correct static limit if one of the masses of the two particles becomes very large .
furthermore it was argued that the formulation was well suited for essentially nonperturbative gauge theories such as qcd , since the formalism can be set up in a gauge invariant way and the possibility exists to include a vacuum condensate in the interaction kernel via the cumulant expansion .
while the formalism neglects all valence particle loops , one has the possibility to include all self - energy and vertex - correction graphs as well . in this paper
however , we will concentrate on the static limit . in order to demonstrate the formalism we consider the @xmath0-theory for two charged particles @xmath1 and @xmath2 with masses @xmath3 and @xmath4 and charges @xmath5 and @xmath6 , interacting through exchange of a third , neutral particle @xmath7 with mass @xmath8 .
the euclidean action for this theory is : @xmath9\\ & \equiv & \int { \rm d}^4x \left [ \chi_i^{\dagger } \lambda_i \chi_i + \mbox{$\frac{1}{2}$}\phi \left ( \mu^2 - \partial_{\mu}^2 \right ) \phi\right]\nonumber\end{aligned}\ ] ] where summation over the index @xmath10 is implied .
the greens function is defined as the transition probability from the initial state @xmath11 to the final state @xmath12 : @xmath13 @xmath14 next , in order to get the sum of all generalized ladder graphs , we neglect the determinant in ( [ 2 ] ) .
this corresponds to neglecting all the @xmath1- and @xmath2-loops and is often called the ` quenched approximation ' .
we now wish to rewrite ( [ 2 ] ) in such a way that we can perform the integration over the remaining field @xmath7 as well . to this end
we exploit the feynman - schwinger representation for @xmath15 : @xmath16 integrating over the @xmath7-field is now straightforward and yields : @xmath17 @xmath18 in case we leave out the self - energy contribution and the vertex - corrections , the wilson loop @xmath19 is simply given by : @xmath20 \nonumber \\ & = & \exp \left [ -g_1g_2s_1s_2 \int_0 ^ 1\int_0 ^ 1 \delta \left(z_1 ( \tau_1 ) - z_2 ( \tau_2 )
\right ) { \rm d}\tau_1 { \rm d}\tau_2\right ] \label{wilson}\end{aligned}\ ] ] where @xmath21 is the free scalar two - point function : @xmath22 this formulation for the greens function has the great advantage that it is essentially a quantummechanical one in which the two valence particles interact via a nonlocal interaction
. one can show that ( [ green ] ) and ( [ wilson ] ) sum up all ladder and crossed diagrams . furthermore , if @xmath23 then @xmath24 obeys the following klein - gordon equation : @xmath25 with @xmath26 which reduces to the instantaneous coulomb interaction for the case @xmath27 .
for a euclidean theory it is known that for large times @xmath28 the contributions to @xmath24 are dominated by the lowest lying states and that they fall off exponentially , @xmath29 .
hence , we can obtain the ground state energy by observing that : @xmath30 the time derivative with respect to @xmath31 can be done explicitely .
we project the greens function on a complete set of total and angular momentum states @xmath32 , but due to the nonlocal interaction ( [ wilson ] ) this does _ not _ imply that the degrees of freedom that are associated with the generators of the symmetries ( @xmath33 , @xmath34 , @xmath35 ) , can be integrated out . for all our calculations we used the metropolis monte carlo algorithm to perform the integrations over @xmath36 , @xmath37 and all the coordinates .
the value of @xmath38 in ( [ fs ] ) and ( [ wilson ] ) that we needed to get reasonably stable results was typically 25 , so that effectively we had to perform a 200-dimensional integral .
convergence was usually reached after @xmath39 points which took approximately 30 hours of cpu - time on our fastest workstation . in order to demonstrate that it is indeed possible to determine the actual groundstate within this formalism
, we have investigated the case of one light and one heavy particle interacting through exchange of a massless third particle ( @xmath40 , @xmath41 and @xmath42 ) .
for the strength of the coupling we took @xmath43 .
the distributions of the coordinates of particle 2 are confined to a very narrow region around their classical values , demonstrating that the heavy particle indeed follows a classical trajectory .
particle 1 shows much more quantum behavior ; its distributions have finite widths .
the normalized distributions of @xmath36 and @xmath37 are shown in figure [ fig - s ] .
note the difference in scales between both distributions . in figure [ fig1 ]
we show the average of 5 runs as a function of the number of monte carlo points .
the exact result for @xmath44 , obtained by solving the klein - gordon equation ( [ kg ] ) , is @xmath45 and is indicated by the arrow on the right hand side of the figure .
the fsr - result fluctuates around this value and the average over the last @xmath46 monte carlo points is @xmath47 .
this clearly demonstrates the feasibility of the method .
we have also studied in detail the situation where @xmath48 and @xmath49 .
this case is well suited to test the ladder approximation since the solution of the bethe - salpeter equation in the ladder approximation is known exactly @xcite . for values of the coupling constant such that there is a binding energy of roughly 10% of the mass of the constituents
, we find that the full results lie substantially below the ladder predictions . in conclusion
, we have demonstrated that the fsr is well suited for going beyond the ladder theory in the study of composite systems in field theory . in particular , ground state properties such as the binding energies and bound - state wave functions
can readily be determined with this method .
99 yu . a. simonov and j. a. tjon , _ the feynman - schwinger representation for the relativistic two - particle amplitude in field theory _ ,
, to be published .
n. nakanishi , _ behavior of the solutions to the bethe - salpeter equation _
( 1988 ) 1 - 117 and references therein .
g. c. wick , _ properties of bethe - salpeter wave functions _ , phys .
* 96 * ( 1954 ) 1124 - 1134 .
r. e. cutkosky , _ solutions of a bethe - salpeter equation _ , phys . rev .
* 96 * ( 1954 ) 1135 - 1141 . | feynman - schwinger representation ( ) presented @xcite new covariant formalism calculate relativistic two - body greens function shown fsr sums up ladder crossed diagrams correct static limit if particles becomes large argued formulation suited for nonperturbative gauge theories qcd formalism set up gauge invariant include vacuum condensate in interaction kernel formalism neglects valence particle loops include self - energy vertex - correction graphs concentrate on static limit formalism consider @xmath0-theory for two charged particles @xmath1 and @xmath2 with masses @xmath3 and @xmath4 charges @xmath5 @xmath6 interacting through exchange third neutral particle @xmath7 with mass @xmath8 euclidean action for theory is : @xmath9\\ & \equiv \int^4x\phi summation over index @xmath10 impliedgreens function transition probability from initial @xmath11 to final state @xmath12 @xmath13 @xmath14 sum generalized ladder graphs neglect determinant in ( [ 2 ] ) @xmath1- @xmath2-loops quenched approximation ' rewrite ( [ 2 ] ) integration over remaining field @xmath7 exploit feynman - schwinger representation for @xmath15 : @xmath16 integrating over @xmath7-field straightforward yields @xmath17 @xmath18 self - energy contribution vertex - corrections wilson loop @xmath19 given by @xmath20 _2(z_1 ) - z_2 @xmath21 free scalar two - point function : @xmath22 formulation greens function quantummechanical two valence particles interact nonlocal interaction ( [ green ] ) and ( [ wilson ] ) sum up all ladder crossed diagrams @xmath23 @xmath24 obeys klein - gordon equation : @xmath25 with @xmath26 instantaneous coulomb interaction for @xmath27euclidean theory known large times @xmath28 contributions to @xmath24 dominated by lowest states fall off exponentially @xmath29 obtain ground state energy observing @xmath30 time derivative @xmath31 explicitely project greens function on total angular momentum states @xmath32 nonlocal interaction imply degrees freedom generators symmetries @xmath33 @xmath34 @xmath35 integrated used metropolis monte carlo algorithm integrations over @xmath36 @xmath37 coordinates value of @xmath38 stable results typically 25 200-dimensional integral convergence reached after @xmath39 points 30 hours cpu - time determine groundstate formalism investigated one light one heavy particle interacting through exchange massless third particle @xmath40 @xmath41 @xmath42 ) strength coupling took @xmath43 distributions of coordinates of particle 2 confined narrow region around classical values heavy particle follows classical trajectory particle 1 shows more quantum behavior distributions finite widths normalized distributions of @xmath36 and @xmath37 shown in figure fig - s difference in scales between distributions figure fig1 average of 5 runs function of number of monte carlo pointsresult for @xmath44 klein - gordon equation is @xmath45 indicated by arrow right side figure fsr - result fluctuates around value average @xmath46 points is @xmath47 demonstrates feasibility method studied @xmath48 and @xmath49 case ladder approximation solution bethe - salpeter equation known @xcite values coupling constant binding energy 10% mass constituents full results below ladder predictions demonstrated fsr suited beyond ladder theory composite systems field theory ground state properties binding energies bound - state wave functions determined with method simonov j a. tjon feynman - schwinger representation relativistic two - particle amplitude field theory. nakanishi behavior solutions bethe - salpeter equation 1988 ) 1 - 117 g. c. properties bethe - salpeter wave functions phys . * 96 * ( 1954 ) 1124 - 1134. cutkosky solutions bethe - salpeter equation phys . 96 1954 ) 1135 - 1141 | 0.266975 | 1,651 | 843 | , Saving $0.0 in GPT-4. |
172,763 | three cornerstones for the 3d data support in the virtual observatory are : ( 1 ) data model to describe them , ( 2 ) data access services providing access to fully - reduced datasets , and ( 3 ) client applications which can deal with 3d data .
presently all these components became available in the vo .
we demonstrate an application of the ivoa characterisation data model to description of ifu and fabry - perot datasets .
two services providing ssa - like access to 3d - spectral data and characterisation metadata have been implemented by us : aspid - sr at sao ras for accessing ifu and fabry - perot data from the russian 6-m telescope , and the giraffe archive at the vo paris portal for the vlt flames - giraffe datasets .
we have implemented vo paris euro3d client , handling euro3d fits format , that interacts with cds aladin and esa vospec using plastic to display spatial and spectral cutouts of 3d datasets .
though the prototype we are presenting is yet rather simple , it demonstrates how 3d spectroscopic data can be fully integrated into the vo infrastructure . | integral field ( or 3d ) spectroscopy is a modern technique in astrophysical observing that was proposed by georges courts in the late 60 s .
the idea is to get a spectrum for every point in the field of view of a spectrograph .
several instrumental approaches in the optical domain ( as well as nir and near - uv ) exist : scanning fabry - perot interferometry , image slicing and transforming two - dimensional field of view into a slit using integral - field unit ( see review in pcontal - rousset et al . , 2004 for a description of different image slicing techniques ) . at present ,
nearly all large telescopes in the world are equipped with 3d spectroscopic devices , and rapidly growing volume of data produced by them pose a number of questions regarding the data discovery and retrieval . in this paper
we demonstrate how 3d data are handled in a framework of the international virtual observatory .
all 3d spectroscopic observations result in datasets having both spatial and spectral information .
they are usually referred as `` datacubes '' , though sometimes ( in case of ifu ) they are not regularly gridded in spatial dimensions .
there are three cornerstones for the 3d data support in the virtual observatory : 1 . data model an abstract , self - sufficient and standardised description of the data 2 .
data access services archives , providing access to fully reduced science - ready datasets 3 .
client applications data - model aware software that is able to search , retrieve , and display 3d data , as well as to give a possibility for sophisticated scientific data analysis all these blocks became available , and we will review them in the forthcoming sections .
an abstract , self - sufficient and standardised description of the astronomical data is known as a data model . such a description is constructed in a way to become sufficient for any sort of data processing and analysis .
the data modeling working group ( dm wg ) of the international virtual observatory alliance ( ivoa ) is responsible for definition of data models for different types of astronomical data sets , catalogues , and more general concepts e.g. `` quantity '' . to describe 3d spectroscopic data we use characterisation data model ( louys et al .
one of the most abstract data models developed by the dm wg , it gives a physical insight to the dataset , i.e. describes where , how extended and in which way the observational or simulated dataset can be described in a multidimensional parameter space , having the following axes : * spatial * , * time * , * spectral * , * observed * ( e.g. flux , polarimetric ) , as well as other arbitrary axes . for every axis
the three characterisation properties are defined : * coverage * , * resolution * , and * sampling*. there are four levels of details in the description of the dataset : ( 1 ) * location * or * reference value * average position of the data on a given parameter axis ; ( 2 ) * bounds * , providing a bounding box ; ( 3 ) * support * , describing more precisely regions on a parameter axis as a set of segments ; * map * , providing a detailed sensitivity map . details about applying characterisation data model to the 3d spectroscopic datasets are given in chilingarian et al .
the algorithm for the characterisation metadata computation is described there as well .
we have developed two data archives providing access to fully - reduced `` science - ready '' ifu and ifp datasets : aspid - sr and giraffe archive . for both archives the ivoa simple spectral access ( ssa , tody et al .
2007 ) interfaces are provided .
aspid stands for the `` archive of spectral , photometric , and interferometric data '' .
the world largest collection of raw 3d spectroscopic observations of galactic and extragalactic sources is provided .
aspid - sr ( chilingarian et al . 2007 ) is a prototype of an archive of heterogeneous science ready data , fed by aspid , where we try to take full advantage of the ivoa characterisation data model .
multi - level characterisation metadata is provided for every dataset .
the archive provides powerful metadata querying mechanism ( zolotukhin et al .
2007 ) with access to every data model element , vital for the efficient scientific usage of a complex informational system .
aspid - sr is one of the reference implementation of the ivoa characterisation data model .
the datasets are provided in several formats : stacked spectra , regularly - gridded data cubes , and euro3d fits .
a high level of integration between the archive web interface and existing vo tools is provided ( see next section ) .
giraffe archive ( royer et al . , this conference ) contents fully reduced data obtained with the flames / giraffe spectrograph at eso vlt .
data obtained with all three observing modes of giraffe : medusa ( multi - object spectroscopy ) , ifu ( multi - ifu spectroscopy ) , and argus ( single ifu ) are provided .
raw datasets are taken from the eso archive after the end of their proprietary period and reduced in an automatic way using the giraffe data processing pipeline .
there is a possibility of accessing individual extracted 1d spectra from the multi - object spectroscopic observations , as well as full datasets in the euro3d fits format .
presently , there is a number of vo tools available that deal with images ( such as cds aladin ) and 1-d spectra ( esa vospec , specview , splat ) .
however , none of them is able to handle ifu datasets . in a framework of the vo paris project ( simon et al .
2006 ) we have developed vo paris euro3d client specifically to deal with the datasets in the euro3d fits format in a vo context .
this tool interacts with cds aladin to display position of the fibers ( or slit ) on the sky and display individual extracted spectra in esa vospec .
catalogue of positions of fibers ( or slit pixels ) can be exported as votable .
vo paris euro3d client is an open - source java package , including basic functions for the euro3d fits i / o and a graphical user interface .
individual or co - added spectra can be extracted from the euro3d fits file and exported as votable serialization of the ivoa spectrum data model 1.0 ( mcdowell et al .
all the interaction between applications is done using plastic ( platform for astronomical tool interconnection ) a prototype of the vo application messaging protocol .
presently vo - paris euro3d client is used as an integrated data visualising software at aspid - sr - science - ready data archive at the special astrophysical observatory of russian academy of sciences . in fig .
[ figaspidsrplastic ] we demonstrate how the interaction between vo client applications and the aspid - sr archive interface is implemented .
there are several stages : 1 . querying the characterisation metadata using web - interface
( see louys et al .
, this conference ) 2 .
light - weight java applet is integrated into the html pages , containing query response ; it detects a plastic hub , connects to it , and checks whether other tools ( aladin , vospec , vo paris euro3d client ) are registered within it .
if the applications are not detected , they will be started using javascript and java webstart .
3 . as soon as all the used applications have been started and registered within the plastic hub
, a small script is sent to cds aladin to display the dss2 image of the area , corresponding to the position of the ifu spectrograph . at the same time , the ifu dataset in the euro3d fits format is loaded into vo paris euro3d client .
positions of ifu fibers are sent from vo paris euro3d client to cds aladin and overplotted on the dss2 image .
user can interactively select either groups of fibers or individual ones using cds aladin .
an extracted spectrum ( or co - added spectra of several fibers ) is sent to esa vospec using plastic by clicking on the corresponding button in the user interface of vo paris euro3d client .
in chilingarian et al . ( 2006 ) we concluded that `` all the necessary infrastructural components exist for building vo - compliant archives of science - ready 3d data and tools for dealing with them '' .
since that time there was a substantial progress of vo standards and protocols .
now we are able to provide access to first two such vo - compliant archives .
this not only a `` proof - of - concept '' , but the services that can be used for real scientific purposes .
another important conclusion that can be drawn is that the present state of vo standards ( including plastic a prototype of the vo application messaging protocol ) is totally sufficient for dealing with complex datasets in a vo framework without need to develop new client applications for every particular kind of data .
ic is grateful to esac and vo - spain for providing financial support to attend the workshop .
special thanks to john taylor ( astrogrid ) and isa barbarisi ( esac ) for help with many technical points related to plastic implementation in vo paris euro3d client . | integral field 3d ) spectroscopy modern technique proposed by georges courts late 60 s idea spectrum for every point in field view spectrograph instrumental approaches near - uv exist : scanning fabry - perot interferometry image slicing transforming two - dimensional field view into slit using integral - field unit see review pcontal - rousset et al . 2004 for description image slicing techniques nearly all large telescopes equipped with 3d spectroscopic devices growing volume data questions regarding data discovery retrieval paper demonstrate 3d data handled in international virtual observatory 3d spectroscopic observations result in datasets spatial and spectral information referred as datacubes '' not three cornerstones for 3d data support virtual observatory : data model data access services archives access to reduced science - ready datasets client applications data - model aware software search retrieve display 3d data for sophisticated scientific data analysis blocks review in abstract standardised description of astronomical data known as data model for data processing analysisdata modeling working group of international virtual observatory alliance responsible for definition data models for astronomical data sets catalogues general concepts quantity describe 3d spectroscopic data use characterisation data model louys et al abstract gives physical insight to dataset describes observational dataset in multidimensional parameter space axes : spatial time spectral * observed * other arbitrary axes for every axis three characterisation properties defined : coverage resolution sampling* four levels of details in description dataset : location reference value average position data on parameter axis bounds 3 support * regions map detailed sensitivity map details about applying characterisation data model to 3d spectroscopic datasets in chilingarian et al algorithm for characterisation metadata computation described developed two data archives fully - reduced science - ready ifu ifp datasets : aspid - sr giraffe archive for ivoa simple spectral access 2007 interfaces provided aspid for archive of spectral photometric interferometric data world largest collection of raw 3d spectroscopic observations of galactic extragalactic sources provided aspid - sr chilingarian et2007 prototype of archive heterogeneous science ready data fed by aspid ivoa characterisation data model multi - level characterisation metadata provided for every dataset archive provides metadata querying mechanism access to every data model element vital for efficient scientific usage complex informational system aspid - sr reference implementation ivoa characterisation data model datasets provided in several formats stacked spectra regularly - gridded data cubes euro3d fits high integration between web interface vo tools giraffe archive contents reduced data with flames / giraffe spectrograph at eso vlt data with three observing modes giraffe medusa ifu argus provided raw datasets taken from eso archive after proprietary period reduced using giraffe data processing pipeline possibility accessing individual extracted 1d spectra from multi - object spectroscopic observations full datasets in euro3d fits format vo tools with images 1-d spectra none handle ifu datasets vo paris project developed vo paris euro3d client with datasets in euro3d fits format tool interacts with cds aladin display position fibers on sky individual extracted spectra in esa vospecpositions fibers exported as votable vo paris euro3d client open - source java package functions euro3d graphical user interface individual - added spectra extracted from euro3d fits exported as votable serialization ivoa spectrum data model 1.0 interaction between applications using plastic platform astronomical tool interconnection prototype vo application messaging protocol vo - paris euro3d client integrated data visualising software at aspid - sr - science - ready data archive special astrophysical observatory russian academy sciences interaction between vo client applications aspid - sr archive interface stages querying characterisation metadata using web - interface light - java applet integrated into html pages detects plastic hub connects checks other tools registered if applications not detected started using javascript java webstart applications started small script sent to cds aladin dss2 image area position ifu spectrograph ifu dataset in euro3d fits format loaded into vo paris euro3d client positions ifu fibers sent to cds aladin overplotted on dss2 image user select groups fibers or individual using cds aladinextracted spectrum sent to esa vospec using plastic clicking button user interface vo paris euro3d client chilingarian et al . 2006 concluded necessary infrastructural components exist for building vo - compliant archives science - ready 3d data substantial progress of vo standards protocols now access to two vo - compliant archives proof - of - concept services used for scientific purposes present vo standards including plastic prototype vo application messaging protocol sufficient for complex datasets without new client applications grateful to esac vo - spain for financial support workshop thanks to john taylor astrogrid isa barbarisi ( esac for technical points plastic implementation in vo paris euro3d client | 0.321913 | 1,948 | 941 | , Saving $0.1 in GPT-4. |
172,771 | the flux upper limits of the diffuse gamma rays , from the inner and outer galactic planes , are revised by factors of 4.0@xmath03.7 for mode energies 3@xmath010 tev , respectively , by using the simulation results of the effective area ratios for gamma - ray induced showers and cosmic - ray induced ones in the tibet air shower array . in our previous work , ( amenomori et al . ,
apj , 580 , 887 , 2002 ) the flux upper limits were deduced only from the flux ratio of air showers generated by gamma rays versus cosmic rays .
the details of the simulation are given in the paper ( amenomori et al .
, advances in space research , 37 , 1932 , 2006 ) .
the present result using the same data as in apj suggests that the spectral index of source electrons is steeper than 2.2 and 2.1 for the inner and outer galactic planes , respectively . | diffuse gamma rays in mev@xmath0gev energy region from the inner galactic ( ig ) and outer galactic ( og ) planes observed by egret ( hunter et al .
1997 ) [ 1 ] show a sharp ridge both along the ig and og planes .
the egret flux is about 3 times higher than _ cos b _ data ( mayer - hasselwander et al . 1982 ) [ 2 ] in several gev , although the flux is consistent with the conventional calculation ( dermer 86 ) [ 3 ] in @xmath1 1 gev .
the egret excess above 1 gev has been tried to explain by some models ; a hard source electron spectrum of index @xmath2=2.0 by pohl & esposito ( 1998 ) [ 4 ] , hard proton spectra by mori ( 1996 ) [ 5 ] and webber ( 1999 ) [ 6 ] , and an additional secondary electrons and positrons raising from the cosmic - ray collisions with ism by strong et al .
( 2004 ) [ 7 ] . in higher energy region theoretical calculations have been given by porter & protheroe ( 1997 ) [ 8 ] and tateyama & nishimura ( 2001 ) [ 9 ] for the inverse compton ( ic ) gamma rays , and by berezinsky et al .
( 1993 ) [ 10 ] for @xmath3 process through cosmic - ray interaction with ism .
the most experimental data in higher energy region gave only flux upper limits except the definite flux by milagro [ 11 ] at 3.5 tev for ig .
not only the absolute flux but also the flux upper limit are both important for restriction of theoretical models . in this paper , using of the detection area ratio of the tibet array between gamma rays and galactic cosmic rays in the simulation , we revised and decrease the flux upper limits in our previous paper ( 1002 ) [ 12 ] , and compare with the milagro result .
the details of the simulation is described in our recent paper ( amenomori et al .
2006 ) [ 13 ] .
shower size of primary gamma - ray induced showers is about three times larger than galactic cosmic - ray induced ones in average at the d epth of 606 gm@xmath4 of the tibet array for the multi - tev energy region .
hence , the effective area of the array is larger for gamma rays than cosmic rays .
figure 1 shows the layout of the tibet iii air shower array .
the tibet ii array is 2001.,width=302 ] .,width=302 ] the one excluding detectors with the open squares .
figure 2 is the exposure map of the tibet iii array for the zenith angle of @xmath5 .
figure 3 shows differential energy spectra of triggered gamma induced showers and cosmic - ray induced ones , assuming both spectral index of 2.6 in the simulation .
we can see the mode energy of triggered gamma rays is 1.5@xmath02.0 times smaller than cosmic rays for the same trigger condition , and the effective area ratio to be about 7 in multi - tev region .
figure 4 shows the average advantage factor of the effective area for gamma rays versus cosmic rays is 4.0 for @xmath6 3 tev and 3.6 for 10 tev in average of gamma - ray spectral indices of @xmath7 . in this paper
the mediate value @xmath2=2.5 is employed because of its weak dependence on the spectral index . the significance of the excess sigma ( @xmath8 ) , in the table 1 , of tev gamma rays from the ig and og planes implies a simple formula of @xmath9 , where @xmath10 is the number of events on - plane and @xmath11 is the background number of events estimated from neighboring bins around the on - plane .
those evaluated values in the previous paper [ 12 ] are tabulated together with the simulated effective area ratio of gamma rays vs. cosmic rays and the revised upper limits in a case of small change of source electron spectral index of @xmath2 from 2.4 to 2.5 .
the present simulation , giving a larger effective area of the tibet array for gamma rays than the galactic cosmic rays , decreases the flux upper limits of diffuse gamma rays by a significant factor , as given in table 1 . the original data in the previous paper ( amenomori et al .
2002 ) [ 12 ] were obtained by the tibet iii array with inner area of 22,050m@xmath12 at 3 tev , and by the tibet ii array with 28,350m@xmath12 at 10 tev .
the details of the simulation of the effective area ratio between gamma - ray / cosmic - ray initiated air showers are described for the tibet iii array , in the recent paper ( amenomori et al .
2006 ) [ 13 ] . in fig . 3
is shown the detected shower event distribution in the simulation , and in fig .
4 is also shown the effective area for + primary gamma rays , protons and all cosmic rays .
figures 5 and 6 show the revised flux upper limits , for ig and og planes , at @xmath13=3 tev ( t3 : for the tibet iii array ) and at 10 tev ( t2 : for the tibet ii array ) . in these figures the egret data ( hunter et al .
1997 ) [ 1 ] of the galactic latitude width of @xmath14 are shown , and also shown the upper limits by whipple ( w ) ( lebohec et al .
2000 ) [ 14 ] with 99.9% c.l . and hegra ( h ) ( aharonian et al . 2001 ) [ 15 ] with 99% c.l .
, though both at a small sky region around the galactic longitude of @xmath15 , and hegra - airobicc ( ha ) ( aharonian et al
. 2002 ) [ 16 ] and casa - mia ( c - a ) ( borione et al .
1998 ) [ 17 ] both with 90% c.l .. theoretical curves of inverse compton are given by porter and protheroe ( 1997)[8 ] ( pp2.0 and pp2.4 in figures ) , and by tateyama and nishimura ( 2003)[9 ] ( tn 2.0 and tn2.4 ) , where 2.0 and 2.4 are assumed source electron spectral indices .
theoretical curves arising from @xmath3 decay are also given by berezinsky et al .
( 1993)[10 ] ( bghs ) . when the observed gamma - ray spectra with the spectral index of 2.5 is adopted in this paper
, the revised results can give a strong suggestion that the spectral indices of source electrons for the inverse compton ( ic ) are steeper than 2.2 in the ig plane and also 2.1 in the og plane in comparison with the theoretical calculations of ic .
recently , milagro ( m ) obtained the definite flux at 3.5 tev from ig plane and the upper limit from og plane .
both are a few times lower than ours . in their ig data
are involved the range of @xmath16 and @xmath17 , though our longitudinal ig range of @xmath18 .
their result suggests that the diffuse gamma rays from the galactic plane can be interpreted not only by ic but also by @xmath3 below 10 tev . the longitudinal range of milagro is larger than our range of 20@xmath19 and the number of events is 3.6 times larger than ours for ig with @xmath17 .
the advantage factor of hadron rejection for the belt with @xmath14.,width=260 ] for the belt with @xmath14.,width=260 ] [ fig_sim ] of milagro is estimated to be @xmath20 .
thus the effective area ratio of detection of gamma - ray showers vs. hadron showers is 1.45@xmath21 times better than our 99%c.l .
upper limit corresponding to 4 @xmath22 .
their prots of milagro data are lower by a factor of about 4 than ours .
this might be due to an odd analysis method of `` time swapping '' .
otherwise the effective area estimated by milagro is large .
it seems that the recent milagro result [ 11 ] rather claims @xmath3 process by cosmic - ray particles according to the interpretation that their data is on the straight line extrapolated from the data above 10 gev of egret ( hunter et al .
1997)[1 ] .
figure 7 is referred from milagro paper ( atkins et al .
2005 ) [ 11 ] and includes our present revised upper limits for @xmath17 .
this range of the galactic plane covers the cygnus region in which a lot of complicated point sources or diffuse gamma - ray sources seem to be involved .
this is the reason why we have excluded this region from the analysis of the inner galactic plane , and we have been examining the cygnus region separately from ig plane .
recently , we reported our anisotropy result for the multi - tev galactic cosmic rays in the northern sky [ 18 ] . in that paper , a broad hill excess of cosmic - ray intensity
is found in the cygnus region in 13.3@xmath8 , and clear excesses are observable for different energy ranges in the same region .
the tibet as@xmath23 data collected between 1997 and 2001 have been reanalyzed with improved background efficiency calculation by about a factor of 4 . assuming an index of 2.5 for gamma - ray spectrum when calculating gamma - ray efficiency , 99%c.l .
flux limits are derived which suggests that the corresponding source electron spectrum for the inverse compton ( ic ) is steeper than 2.2 for the ig plane and 2.1 for the og plane .
however , those gamma - ray flux limits are too high to constrain proton source models . in the near future
, the broad hill of excess in the cygnus region will be further studied with more available statistic .
as the current tibet air shower array is not able to discriminate the gamma - ray induced air shower from the hadron - induced one , we are planning to add dozens of large water cherenkov detectors in the tibet array , to reject the hadron initiated air showers by using the information of secondary muon .
our gamma ray sensitivity is foreseen to be improved by a factor of 4@xmath010 at 10@xmath0100 tev , while at pev energy we will be free from background [ 19 ] .
h. mayer - hasselwander et al . , _
a&a , 105 , 164 _ , 1982 . s. d. hunter et al . , _
apj , 481 , 205 _ , 1997 . c. d. dermer , _
a&a , 157 , 223 _ , 1986 .
m. pohl and j. a. esposito , _
apj , 507 , 327 _ , 1998 .
m. mori , _
apj , 478 , 225 _ , 1997 . w. r. webber , _ proc .
26th int . cosmic - ray conf .
( salt lake city ) , 4 , 97 _ , 1999 .
a. w. strong , i. v. moskalenko and o. reimer , _
apj , 613 , 962 _ , 2004 . t. a. porter and r. j. protheroe , _ j. phys .
g , 23 , 1765 _ , 1997 . n. tateyama and j. nishimura , _ proc .
. cosmic - ray conf .
( tsukuba ) , 4 , 2285 _ , 2003 . v. s. berezinsky et al .
, _ astropart .
phys . , 1 , 281 _ , 1993 .
r. atkins et al . , _
prl , 95 , 251103 _ , 2005 .
m. amenomori et al . , _
apj , 580 , 887 _ , 2002 .
m. amenomori et al . , _ advances in space research , 37 , 1932 _ , 2006 .
s. lebohec et al . , _ apj , 539 , 209 _ , 2000 . f. a. aharonian et al . , _
a&a , 375 , 1008 _ , 2001 .
f. a. aharonian et al . , _ astropart .
phys . , 17 , 459 _ , 2002 .
a. borione et al . , _
apj , 493 , 175 _ , 1998 .
m. amenomori et al . , _ science 314 , 20 october , 439 _ , 2006 .
m. amenomori et al . , astrophysics and space science ; proc .
multi - messenger approach to high energy gamma ray sources , barcelona , 2006 in press ; see astro - ph/0611030 . | gamma rays mev@xmath0gev energy region from inner outer galactic og planes observed by egret hunter 1997 show sharp ridge ig og planes egret flux 3 times higher than cos b _ data mayer hasselwander 1982 flux consistent with conventional calculation dermer 86 ) @xmath1 1 gev egret excess above 1 gev models hard source electron spectrum @xmath2=2.0 pohl esposito 1998 hard proton spectra mori 1996 webber 1999 additional secondary electrons positrons from cosmic - ray collisions with ism strong 2004 higher energy region theoretical calculations by porter & protheroe 1997 tateyama nishimura ( 2001 ) for inverse compton gamma rays berezinsky et al . 1993 for @xmath3 process cosmic - ray interaction with ism experimental data higher energy flux upper limits except definite flux by milagro at 3.5 tev for ig absolute flux flux upper limit important for restriction theoretical models paper detection area ratio gamma revised flux upper limits with milagro result details simulation in recent paper amenomori et al . 2006 )size gamma - ray showers three times larger than galactic cosmic - ray 606 gm tibet array multi - tev energy region effective area larger for gamma rays cosmic rays figure 1 layout tibet iii air shower array excluding detectors open figure 2 exposure map zenith angle @xmath5 figure 3 differential energy spectra triggered gamma cosmic - ray spectral index 2.6 mode energy gamma rays 1.5 times smaller than cosmic rays trigger condition effective area ratio 7 in multi - tev region figure 4 average advantage factor area gamma rays versus cosmic rays 4.0 for @xmath6 3 tev 3.6 for 10 tev gamma - ray spectral indices mediate value @xmath2=2.5 employed weak dependence spectral index significance excess sigma table 1 gamma rays from ig og planes formula number events on - plane background number events neighboring bins evaluated values paper tabulated with simulated effective area ratio gamma rays vs. cosmic rays revised upper limits small change source electron spectral index from 2.4 to 2.5present simulation larger effective area tibet array for gamma rays decreases flux upper limits diffuse gamma rays significant factor in table 1 original data previous paper amenomori 2002 obtained by tibet iii array area 22,050m@xmath12 at 3 tev tibet ii array 28,350m@xmath12 at 10 tev details simulation effective area ratio between gamma - ray / cosmic - ray air showers described for tibet iii array in recent paper amenomori et al . 2006 ) fig . 3 detected shower event distribution fig . 4 effective area for primary gamma rays protons all cosmic rays figures 5 and 6 show revised flux upper limits for ig and og planes at @xmath13=3 tev and 10 tev egret data 1997 of galactic latitude width of @xmath14 shown upper limits by whipple ( ) with 99.9% c.l . hegra 99% c.l . small sky region around galactic longitude of @xmath15 hegra - airobicc casa - mia 90% c.theoretical curves inverse compton by porter protheroe 1997) pp2.0 pp2.4 tateyama nishimura 2003) tn 2.0 tn2.4 2.0 2.4 assumed source electron spectral indices curves from @xmath3 decay by berezinsky 1993) observed gamma - ray spectra spectral index 2.5 adopted revised results spectral indices source electrons inverse compton steeper than 2.2 in ig 2.1 og plane calculations milagro obtained flux at 3.5 tev from ig upper limit og plane lower ig data range @xmath16 @xmath17 range @xmath18 diffuse gamma rays from galactic plane interpreted by ic @xmath3 below 10 tev longitudinal range milagro larger than 20@xmath19 number of events 3.6 times larger for ig with @xmath17 advantage factor hadron rejection belt @xmath14 milagro estimated @xmath20 effective area ratio detection gamma - ray showers vs hadron showers 1.45@xmath21 times better than 99%c.l . upper limit 4 @xmath22 milagro data lower factor 4 due to odd analysis method time swappingeffective area estimated by milagro large recent result claims @xmath3 process cosmic - ray particles data straight line extrapolated from data above 10 gev egret 1997 figure 7 from milagro paper includes revised upper limits for @xmath17 covers cygnus region complicated point sources gamma - ray involved excluded region from analysis examining cygnus region separately from ig plane reported anisotropy result for multi - tev galactic cosmic rays in northern sky broad hill excess cosmic - ray intensity in cygnus region 13.3 clear excesses observable for different energy ranges tibet as@xmath23 data 1997 2001 reanalyzed improved background efficiency calculation factor 4 index 2.5 for gamma - ray spectrum 99%c.l. flux limits derived source electron spectrum for inverse compton steeper than 2.2 for ig plane 2.1 og plane gamma - ray flux limits too high to constrain proton source models broad hill excess cygnus region studied with more statisticcurrent tibet air shower array gamma - ray hadron planning add large water cherenkov detectors reject hadron showers secondary muon gamma ray sensitivity 4@xmath010 10@xmath0100 pev energy free from background mayer - hasselwander a&a , 105 , 164 1982 hunter apj 481 , 205 1997 d. dermer a&a , 157 , 223 1986 m pohl j a. esposito apj 507 , 327 1998 mori apj 478 , 225 1997 r webber 26th int . cosmic - ray conf . salt lake city 4 , 97 1999 a w. strong moskalenko o. reimer apj 613 , 962 2004 a. porter r j. protheroe j phys ., 23 , 1765 1997 tateyama j. nishimura cosmic - ray conf . tsukuba 4 , 2285 2003 berezinsky astropart . phys . 1 , 281 1993 atkins prl , 95 , 251103 2005 amenomoriapj 580 , 887 2002 amenomori advances space research 37 , 1932 2006 lebohec al apj 539 , 209 2000 aharonian a&a , 375 , 1008 2001 aharonian astropart . . 17 , 459 2002 borione apj 493 , 175 1998 amenomori science 314 20 october , 439 2006 amenomori astrophysics space science multi - messenger approach high energy gamma ray sources barcelona 2006 astro - ph/0611030 | 0.441185 | 2,972 | 1,545 | , Saving $0.1 in GPT-4. |
172,798 | in this article the na61/shine detector will be presented which is a large acceptance hadron spectrometer at the cern sps .
it allows for a precise study of particle production from interactions of a 30 gev proton beam in a carbon target in order to predict the neutrino flux of the t2k experiment at j - parc , japan .
requirements for the t2k experiment will be discussed together with the ongoing na61 measurements . in particular preliminary na61 results on pion production and cross section measurements from the 2007 pilot run will be shown .
the na61/shine ( shine = sps heavy ion and neutrino experiment ) experiment at the cern sps combines a rich physics program in various fields @xcite . besides performing measurements for the t2k experiment
, it takes a variety of data used for the description of cosmic - ray air showers in the pierre auger and kascade experiments @xcite as well as for studying the behaviour of strongly interacting matter at high density .
this article focuses on the na61 hadron production measurements in p+c interactions which are targeted for an accurate neutrino flux prediction of the t2k experiment @xcite .
t2k is a long baseline neutrino oscillation experiment at j - parc , japan , with the aim to precisely measure the @xmath0 appearance and @xmath1 disappearance . to generate neutrinos a high intensity 30 gev proton beam impinging on a 90 cm long carbon target
is used , whereby mesons ( @xmath2 , @xmath3 ) are produced which decay into neutrinos ( @xmath4 ) . the neutrino flux is then measured 2.5@xmath5 off - axis both in a near detector , located 280 m behind the target , and the 295 km far away super - kamiokande detector ( sk ) .
neutrino oscillations can be probed by comparing the neutrino flux measured at sk to the one predicted at sk . in order to predict the flux at sk
one uses the near detector measurements and extrapolates them with the help of monte carlo ( mc ) predictions to sk . up to now , these mc predictions depend on hadron production models . for more precise predictions measurements of pion and kaon production off the carbon target
are essential .
the aim of the na61/shine measurements for t2k is to provide this information .
the na61 detector is a large acceptance hadron spectrometer at the cern sps ( see fig . [ detector ] ) .
it s main components originate from the na49 experiment @xcite . these include four large volume time projection chambers ( tpcs ) , which provide high momentum resolution ( @xmath6 ( gev / c)@xmath7 ) and good particle identification ( pid ) via specific energy loss measurements . the pid capability of the tpcs is complemented through velocity measurements of two time - of - flight ( tof - l/-r ) detector arrays with a time measurement resolution of @xmath8 ps . in 2007 an additional tof detector ( tof - f ) with a resolution of @xmath9 ps
was installed in order to extend the pid acceptance to low momenta ( @xmath10 gev / c ) as required for t2k @xcite .
two carbon ( isotropic graphite , @xmath11 g/@xmath12 ) targets of different lengths are used : * a 2 cm long target ( @xmath134% of nuclear interaction length , @xmath14 ) , the so called * thin target * , and * a 90 cm long cylinder of 2.6 cm diameter ( @xmath131.9 @xmath14 ) , the so called * t2k replica target*. proton beam particles are identified and selected by means of cerdar and threshold cherenkov counters as well as several scintillation counters .
interactions in the thin target are selected by an anti - coindidence of the incoming beam particle with a small scintillation counter ( s4 ) of 2 cm diameter placed on the beam axis between the two vertex magnets . during the pilot
run @xcite in october 2007 approximately 660k events with the thin target ( target in ) , 80k events without target ( target out ) and 220k events with the t2k replica target were registered with a 30 gev proton beam . from the observed interaction probabilities for target in ( @xmath15 ) and out ( @xmath16 ) configurations a trigger cross section ( @xmath17 )
has been evaluated as : @xmath18 where @xmath19 , @xmath20 , @xmath21 and @xmath22 denote , respectively , the avogadro constant , the target density , it s atomic number and it s effective length .
the inelastic cross section ( @xmath23 ) can be obtained from @xmath17 by applying two major corrections accounting for trigger biases .
the first one is to subtract the elastic contribution due to large angle coherent scattering of primary protons which do not reach the trigger counter s4 even though no inelastic interaction occured .
the second one is to add the lost inelastic contribution coming from secondary particles hitting s4 and therefore preventing from triggering on the event .
both corrections have been estimated with geant4 simulations and result in @xmath24)$ ] mb .
@xmath17 and @xmath23 are finally used for the normalization of the particle spectra . up to now
, preliminary spectra for positively and negatively charged pions have been obtained via three different particle identification methods based on : * * energy loss measurements * in the tpc gas ( see fig .
[ dedx ] ) . a dedicated
de / dx analysis for particles with momentum below 1 gev / c , which is the region not covered by the time - of - flight detectors , was performed . *
* combined energy loss and time - of - flight measurement * information ( de / dx + tof ) .
it was used to perform identification of pions with momenta above 1 gev / c ( see fig . [ dedx ] ) . * * analysis of negatively charged particles * further referred to as @xmath25 .
it is based on the theoretical and experimental premises that negative particles produced by 30 gev protons consist mainly of negative pion mesons with a small admixture of electrons , negative kaons and a negligible fraction of antiprotons .
this procedure allows to obtain spectra of @xmath26 mesons in the full momentum range .
for the three different pid methods a common venus - gheisha and geant monte carlo simulation chain is used to calculate corrections for geometric acceptance , reconstruction efficiency , weak decays and vertex association .
preliminary results on @xmath27 and @xmath26 differential inclusive inelastic cross sections obtained from the different analyses are presented in figs .
[ piplus ] and [ pimin ] , respectively .
only statistical errors are shown .
the spectra obtained using the different methods agree better than by 20% , which yields the upper limit for systematic biases . work to minimize these biases is currently in progress .
measurements obtained with the t2k replica target are currently being analysed . in 2009
further 6 million interaction triggers for the thin target and 4 million for the t2k replica target were recorded , which will increase the limited statistics from the 2007 run by a factor of about 10 . versus momentum in different @xmath28 angle intervals from de / dx ( pink ) and de / dx + tof ( blue ) analyses .
] versus momentum in different @xmath28 angle intervals from de / dx ( red ) and de / dx + tof ( green ) and @xmath25 ( black ) analyses . ] | 9 n. antoniou _ et al . _ [ na61 collaboration ] cern - spsc-2006 - 034 n. antoniou _ et al . _
[ na61 collaboration ] cern - spsc-2007 - 004 n. abgrall _ et al . _
[ na61 collaboration ] cern - spsc-2007 - 019 n. abgrall _ et al . _
[ na61 collaboration ] cern - spsc-2008 - 018 j. abraham _ et al . _
[ pierre auger collaboration ] 2004 _ nucl .
meth . _ a * 523 * 50 t. antoni _ et al . _ _ et al . _
[ kascade collaboration ] 2003 _ nucl .
. meth . _ a * 513 * 490 - 510 y. itow _ et al .
_ 2001 _ the jhf - kamiokande neutrino project _ arxiv : hep - ex/0106019 s. afanasev _ et al . _
[ na49 collaboration ] 1999 _ nucl .
a * 430 * 210 n. abgrall _ et al . _
[ na61 collaboration ] 2008 _ aip conf .
proc . _ * 981 * 157 - 159 | antoniou al na61 collaboration cern - spsc-2006 - 034 collaboration cern - spsc-2007 - 004 abgrall cern - spsc-2007 - 019 cern - spsc-2008 - 018 abraham et al pierre auger collaboration 2004 * 523 * 50 antoni et al kascade collaboration 2003 * 513 * - 510 itow et al 2001 jhf - kamiokande neutrino project hep - ex/0106019 afanasev et al na49 collaboration ] 1999 * 430 * 210 abgrall et al na61 collaboration ] 2008 * 981 * 157 - 159 | 0.071141 | 299 | 154 | , Saving $0.0 in GPT-4. |
172,816 | we probe the interstellar medium towards the objects circinus x-1 , a low - mass x - ray binary with relativistic jets ; and the highly energetic westerlund 2 stellar cluster , which is located towards tev gamma - ray emission and interesting arc- and jet - like features seen in nanten @xmath0co data .
we have mapped both regions with the mopra radio telescope , in 7 mm and 12 mm wavebands , looking for evidence of disrupted / dense gas caused by the interaction between high energy outflows and the ism . towards
westerlund 2 , peaks in cs(j=1 - 0 ) emission indicate high density gas towards the middle of the arc and the endpoint of the jet ; and radio recombination line emission is seen overlapping the coincident hii region rcw49 . towards circinus x-1 , @xmath0co(j=1 - 0 )
nanten data reveals three molecular clouds that lie in the region of cir x-1 .
gas parameters for each cloud are presented here . | circinus x-1 ( cir x-1 ) is a low - mass x - ray binary and microquasar , containing a young neutron star with an orbital period about its companion of @xmath116.6 days@xcite .
its highly relativistic jets ( apparent velocity @xmath2 12)@xcite are resolved in both radio and x - ray wavelengths@xcite and interact with the interstellar medium ( ism ) to create arcminute - scale synchrotron x - ray lobes@xcite and a 5@xmath3 diameter radio nebula surrounding cir x-1@xcite . given the evidence of multi - tev particle acceleration in the region , cir x-1 is a good candidate for tev gamma - ray ( @xmath4-ray ) emission , however no tev @xmath4-ray emission has been seen with h.e.s.s .
( 28 hrs)@xcite .
our observations of the molecular gas towards cir x-1 aim to provide insights into the physics of jet / ism interactions on parsec ( pc ) scales , assess the potential of cir x-1 as a cosmic - ray accelerator and provide additional constraints on its distance , which is ambiguous at 4 - 12 kpc .
westerlund 2 is a young ( 1 - 3 myr ) and rich stellar cluster containing ongoing star formation and over two dozen high mass stars , including two wolf - rayet stars ; and ionizes the nearby giant hii region rcw 49 .
interesting arc- and jet - like features seen in nanten @xmath0co data@xcite towards the cluster may be an indication of relativistic particle acceleration in the region and may have a common origin with coincident tev @xmath4-ray source hess j1023 - 575@xcite . given the uncertainty in the origin of the tev source and its link to the cluster , arc - jet feature and nearby pulsar psr j1022 - 5746 , a detailed picture of the dense and disrupted gas in this region is needed .
the area towards cir x-1 was mapped in the @xmath0co(j=1 - 0 ) line as part of the nanten galactic plane survey@xcite .
follow - up observations with the mopra radio telescope targeted tracers of denser and disrupted gas and were conducted in february 2012 in the 7 mm band and january 2010 , february 2010 and april 2011 in the 12 mm band with a resultant t@xmath5 of 0.1 k and 0.07 k respectively . towards westerlund 2 , observations in the 12 mm band were conducted in january 2012 and were comprised of three 30@xmath630@xmath3 and one 10@xmath610@xmath3 mapping region to result in full coverage of the hii region , tev emission and molecular arc - jet feature .
the 7 mm observations were conducted in april 2012 and had coverage as seen in fig .
the t@xmath5 was @xmath10.08 k per channel in all cases .
the observations with the mopra radio telescope in the 7 and 12 mm bands and data reduction were conducted as in ref . .
towards cir x-1 , three distinct @xmath0co(j=1 - 0 ) peaks @xmath7 4@xmath8 are seen in nanten data ( see fig . [ f1]d ) .
the molecular mass , obtained from x - factor conversion between integrated co intensity and h@xmath9 column density , and average density of each peak within a 2.5@xmath3 radius circle encompassing the radio nebula towards cir x-1 is @xmath110@xmath10 m@xmath11 ( d/10kpc)@xmath12 and @xmath1100 @xmath13 ( d/10kpc)@xmath14 respectively for each peak . the cloud at @xmath1575 km / s ( see fig . [
f1]a ) appears to flank supernova remnant ( snr ) g321.9 - 0.3 and is broad ( 20 km / s fwhm ) , indicating the gas may be disrupted by the snr which is at 5.5 - 6 kpc . the cloud at @xmath1530 km / s ( see fig . [
f1]b ) is part of a large gas feature , @xmath10.3@xmath16x0.8@xmath16 , towards the centre of which we observe emission from cs(j=1 - 0 ) , h@xmath9o and nh@xmath17(1,1 ) , indicating core densities @xmath7 10@xmath18 @xmath13 ; and coincides with extended green object ( ego ) and likely massive young stellar outflow region g321.94 - 0.01@xcite .
the cloud at 10 km / s ( see fig .
[ f1]c ) overlapping cir x-1 is narrow and localised to its vicinity .
there is a possible faint ( 3@xmath8 ) detection of nh@xmath17(1,1 ) at this velocity ( see fig . [
f1]d ) .
two narrow , @xmath13 km / s fwhm , peaks of cs(j=1 - 0 ) emission were seen towards westerlund 2 , indicating gas densities in those regions of @xmath710@xmath10 @xmath13 .
a peak of 0.31 k ( 5.8@xmath8 ) at @xmath13 km / s is coincident with a dense component of giant molecular cloud ( gmc ) located at 1.2 - 8.7 km / s and believed to be one of the two parent gmcs of westerlund 2 ( fig .
it is 2.7 pc in radius ( d/5.4 kpc ) and has a virial mass between 1.5x10@xmath19 and 5.5x10@xmath19 m@xmath11 .
the other peak of 0.26 k ( 7.5 @xmath8 ) is seen in the arc , which coincides precisely with the peak of the co emission and is at the same velocity range ( @xmath124 - 28 km / s ) ( see fig . [
it is 2.8 pc in radius ( d/7 kpc ) and has a virial mass between 8.8x10@xmath12 and 3.1x10@xmath19 m@xmath11 .
virial masses are bounded by r@xmath20 and gaussian density profile assumptions .
emission from radio recombination lines ( rrls ) h62@xmath21 ( fig .
[ f2]c ) , h65@xmath21 and h69@xmath21 was observed towards the hii region .
it shows a morphological correspondence to the radio continuum emission and appears to be centred between the two wolf - rayet stars of the westerlund 2 cluster .
the emission in all three lines is broad ( @xmath145 km / s fwhm ) and peaks at @xmath10 km / s .
the ambiguity in associating peaks in the @xmath0co emission to cir x-1 as well as the non - detection of any other molecular line emission has not enabled us to gain insights into the interaction between the relativistic jets and the ism , nor to constrain the distance to cir x-1 .
we tentatively associate the molecular gas located at 10 km / s with cir x-1 , and that at @xmath1575 km / s with snr g321.9 - 0.3 .
ego g321.94 - 0.01 has been associated with @xmath0co(1 - 0 ) , cs(1 - 0 ) , h@xmath9o and nh@xmath17(1,1 ) emission at @xmath1530 km / s .
molecular cloud masses of the order of @xmath110@xmath10 m@xmath11 towards cir x-1 make @xmath4-ray production likely given the jet energetics , and warrants deeper h.e.s.s observations .
two peaks of cs are seen towards westerlund 2 , providing evidence of dense gas towards both the jet feature and a parent molecular cloud of the cluster , either of which may be associated with the high energy emission in the region .
rrl emission highlights the extent of the partially ionised gas in the hii region rcw 49 .
the mopra radio telescope is part of the australia telescope national facility which is funded by the commonwealth of australia for operation as a national facility managed by csiro .
the nanten project was based on a mutual agreement between nagoya university and the carnegie institution of washington .
we acknowledge arc grants dp0662810 and dp1096533 . | circinus x-1 low - mass x - ray binary microquasar young neutron star orbital period @xmath116.6 days relativistic jets velocity 12 radio x - ray wavelengths interact interstellar medium arcminute - scale synchrotron x - ray lobes 5@xmath3 diameter radio nebula surrounding multi - tev particle acceleration candidate for tev gamma - ray emission no tev @xmath4-ray emission seen with h.e.s.s 28 hrs) observations molecular gas insights jet / ism interactions potential cosmic - ray accelerator constraints distance ambiguous at 4 - 12 kpc westerlund 2 young 1 - 3 myr rich stellar cluster star formation two dozen high mass stars two wolf - rayet stars ionizes giant hii region rcw 49 arc- jet - like features data relativistic particle acceleration common origin tev @xmath4-ray source j1023 - 575 uncertainty origin tev source link cluster arc - jet feature pulsar j1022 - 5746 detailed picture dense disrupted gas neededarea towards cir x-1 mapped @xmath0co(j=1 - 0 ) line nanten galactic plane survey observations mopra radio telescope targeted denser disrupted gas conducted february 2012 7 mm band january 2010 april 2011 12 mm band t@xmath5 0.1 k 0.07 k westerlund 2 observations 12 mm band conducted january 2012 three 30@xmath630@xmath3 one 10@xmath610@xmath3 mapping region coverage hii region tev emission molecular arc - jet feature 7 mm observations april 2012 coverage t@xmath5.08 k per channel observations mopra radio telescope 7 12 mm bands data reduction conducted towards cir x-1 three @xmath0co(j=1 - 0 ) peaks @xmath7@xmath8 nanten data molecular mass x - factor conversion intensity average density each peak 2.5@xmath3 radius circle @xmath110@xmath10 each cloud at @xmath1575 km / s supernova remnant snr ) g321.9 - 0.3 20 km / s gas disrupted by snr 5.5 - 6 kpc cloud at @xmath1530 km / s part large gas feature @xmath10.3 emission from cs(j=1 - 0@xmath9o nh@xmath17(1 core densities @xmath7 coincides with green object young stellar outflow region g321.94 - 0.01@xcite cloud 10 km / s overlapping cir x-1 narrow localised possible faint detection nh@xmath17(1,1 ) velocity narrow @xmath13 km / s peaks cs(j=1 - 0 ) emission towards westerlund 2 gas densities @xmath710 peak 0.31 k ( 5.8@xmath8 ) @xmath13 km / s with dense giant molecular cloud 1.2 - 8.7 km / s parent gmcs westerlund 2 2.7 pc radius virial mass between 1.5x10@xmath19 and 5.5x10@xmath19 peak 0.26 k ( 7.5 @xmath8 ) coincides with peak co emission same velocity range @xmath124 - 28 km / s 2.8 pc radius virial mass between 8.8x10@xmath12 3.1x10@xmath19masses bounded by r@xmath20 gaussian density profile assumptions emission from radio recombination lines h62 h65 h69 observed towards hii region morphological correspondence radio centred between wolf - rayet stars westerlund 2 cluster emission lines broad @xmath145 km / s peaks at km / s ambiguity associating @xmath0co emission to cir x-1 molecular emission interaction distance cir x-1 molecular gas at 10 km / s with cir x-1 @xmath1575 km / s snr g321.9 - 0.3 g321.94 - 0.01 associated with @xmath0co(1 h@xmath9o nh@xmath17(1 emission at @xmath1530 km / s molecular cloud masses @xmath110@xmath10@xmath11 towards cir x-1 make @xmath4-ray production likely deeper observations two peaks of cs towards westerlund 2 dense gas towards jet feature parent molecular cloud high energy emission emission highlights partially ionised gas in hii region mopra radio telescope australia telescope national facility funded by commonwealth australia csironanten project agreement nagoya university carnegie institution washington acknowledge grants dp0662810 | 0.313539 | 1,944 | 1,005 | , Saving $0.1 in GPT-4. |
172,831 | image - level classification from hyperspectral images ( hsi ) has seldom been addressed in the literature . instead , traditional classification methods have focused on individual pixels .
pixel - level hsi classification comes at a high computational burden though . in this paper
, we present a novel pipeline for classification at image - level , where each band in the hsi is considered as a separate image .
in contrast to operating at the pixel level , this approach allows us to exploit higher - level information like shapes .
we use traditional feature descriptors , i.e. histograms of oriented gradients , local binary patterns , and the scale - invariant feature transform . for demonstration
we choose a face recognition task .
the system is tested on two hyperspectral face datasets , and our experiments show that the proposed method outperforms the existing state - of - the - art hyperspectral face recognition methods . | a hyperspectral image ( aka . hyperspectral cube ) consists of two spatial dimensions and a spectral dimension .
the latter contains information pertinent to the intrinsic material properties of the object .
this spectral information in hsi makes them well suited for classification tasks , such as scene recognition @xcite , 3d reconstruction @xcite , saliency detection @xcite , pedestrian detection @xcite , material classification @xcite , cultural heritage @xcite and many more . in this paper
, we propose a framework for hyperspectral image classification , where each band in the hsi is considered as a separate image .
treating the problem at the image - level allows us to exploit high - level information , like shapes , that help to improve the classification performance .
we use traditional feature descriptors ( i.e. sift @xcite , hog @xcite , lbp @xcite ) for image - level feature extraction and classification ( see fig . [
fig : frontpage ] for illustration ) . for the demonstration of our method
, we investigate into face recognition using wavelengths ranging from the visible ( @xmath0 ) to the near - infrared ( @xmath1 ) spectrum .
the availability of more bands than the usual three rgb bands has been shown advantageous in disambiguating objects . in literature , the common tendency to exploit the hyperspectral data has been addressed at pixel - level . as the spatial and spectral dimensions in hsi increase ,
it is difficult to separate hyperspectral data at the pixel - level for large classes dataset using statistical methods @xcite . however , in our method classification is done at the image - level , where from each image we extracted a limited number of features , far fewer than the number of pixels . with such smaller numbers of features at hand
, we can afford to not further reduce the number of spectral bands that are considered .
this allows us to exploit the entire input space without losing information for feature extraction .
we show that the entire feature space information leads to significantly improved performance in a face recognition task .
recently , deep learning ( dl ) a learning - based representation has outperformed traditional descriptors for deriving distinctive features in image classification task @xcite , but dl has a major shortcoming : it requires many samples for the training process and an insufficient number of training samples quickly leads the network to overfitting . as we already know
, in hsi the spectral bands are very unique and discriminative .
thus , we believe traditional feature descriptors can effectively exploit this spectral information and help to generate powerful feature representation of their content that characterize the object better . in this work ,
we have explored the hand - crafted hsi features in v - nir images and also have shown improvement in the classification performance by a significant margin for a face recognition task .
the rest of the paper is organized as follows . in section [ sec : relatedwork ] , we discuss the related work , and section [ sec : method ] describes our proposed method .
experiments and analysis are given in section [ sec : experiments ] , and finally , the conclusions are drawn in section [ sec : conclusion ] .
there is an extensive work on hsi classification , but here we mention a few relevant papers on face recognition task only . during the last decade ,
face recognition has achieved great success .
the research has tended to focus on rgb or b / w images , rather less attention has been paid to hyperspectral images . in this paper , we focus on hsi face recognition .
the idea of face recognition in hyperspectral images , started with pan et al .
@xcite , who manually extracted the mean spectral signatures from the human face in the nir spectrum , and were then compared using mahalabonis distance .
further in @xcite pan et al . extended their work @xcite by incorporating spatial information in addition to spectral .
similarly , robila et al .
@xcite also uses spectral signatures but their comparison criterion was spectral angle measurements .
almost all the existing proposed hsi face recognition methods perform dimensionality reduction and the low - dimensional feature space are extracted for classification . di et al .
@xcite projected the hyperspectral image into low dimensional space using 2d - pca for feature extraction , and were then compared using euclidean distance . in recent works ,
shen and zheng @xcite apply 3d gabor wavelets with different central frequencies to extract signal variances in the hyperspectral data .
liang et al .
@xcite utilize 3d high - order texture pattern descriptor to extract distinctive micro - patterns which integrate the spatial - spectral information as features .
uzair et al .
@xcite apply 3d discrete cosine transformation and extract the low frequency coefficients as features , where partial least squares regression is used for classification .
uzair et al .
most recent work in @xcite extended their previous study @xcite and employed 3d cubelets to extract the spatio - spectral covariance features for face recognition .
in contrast , in our work , the hyperspectral image is fully exploited without losing information by performing feature extraction and classification at the image - level .
[ fig : tsne ] 0.45 0.45
in the last two decades , researchers have developed robust descriptors ( feature extraction methods ) to extract useful feature representations from the image that are highly distinctive and are perfect for an efficient and robust object recognition .
the traditional feature descriptors ( sift , hog , lbp and more ) have several advantages .
these features are invariant to image scaling , geometric and photometric transformations : translations or rotations , common object variations , minimally affected by noise and small distortions , and to a great extent invariant to change in illumination .
these descriptors when combined with hyperspectral images , make the extracted features even more robust and powerful .
we believe that the extracted new class of features obtained from hyperspectral images shall give near - perfect separation because these features are generated from highly discriminative bands ( fig .
[ fig : ex_dataset ] ) in hsi that are captured in different wavelengths .
these images captured in different wavelength range , contain discriminative information that characterize the object better with great precision and detail .
[ fig : scnn ] shows the schematic layout of our framework for hyperspectral image classification . in our work , each mono - spectral band in the hsi is treated as a separate image .
treating the mono - spectral bands as separate images , allows us to exploit : the discriminative texture patterns present in the images captured in different wavelengths , hence able to utilize the entire space without losing information for feature extraction .
then , the features are extracted for each mono - spectral band using a feature extraction method ( e.g. hog , lbp , and sift ) .
this allows us to capture the high - level information like shapes and abstract concepts from images : making it more suitable for high - level visual recognition tasks , similar is not possible at pixel - level .
classification at the pixel - level ( think of raw pixel values ) comes at high computational burden , and it turns out that , it is difficult to disambiguate objects with large classes dataset by simple concatenating of multi - spectral data into single pixel - related vectors using statistical methods . thus , we extract from each image a limited number of features , far fewer than the number of pixels . with such smaller numbers of features at hand ,
we show that , we achieve better recognition results , significantly outperforming pixel - level features ( see table [ table : soa ] ) , and can afford to not further reduce the number of spectral bands that are considered .
then , the extracted feature vectors are fed to linear one vs all svm classifier , where we have a svm for each band .
for the final label prediction , we merge the predictions of all svm learners trained on different bands using majority voting . for feature extraction of each mono - spectral image ,
we use a fixed - size representation to extract sift , lbp and hog features . the parameters for feature extraction ( i.e. window size , step size , number of oriented bins , number of clusters , and more ) contribute to the good results , and play a crucial role in improving the recognition performance .
in section [ sec : experiments ] , we describe the implementation setup in detail . the performance of the the proposed approach is demonstrated for face recognition in hsi .
excellent results show that these robust feature descriptors are perfect for reliable face recognition in hyperspectral images .
the proposed method in the previous section was tested on two standard hyperspectral face datasets @xcite for a face recognition task .
our experiments consist of two parts . in the first part
, we compare our proposed method with the state - of - the - art hsi face recognition methods .
then in the second part , we compare the usefulness of the discriminative spectral bands with the rgb image representation of hsi .
we now introduce the datasets used and then we move onto training / testing protocol , and implementation details . for the experimental evaluation
, we used a desktop with intel i7 - 2600k cpu at 3.40ghz , 8 gb ram .
all experiments were performed using vlfeat library @xcite .
[ [ hyperspectral - face - datasets ] ] * hyperspectral face datasets : * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + hong - kong polytechnic university hyperspectral face dataset ( polyu - hsfd ) @xcite ( see fig . [
fig : ex_dataset ] and table [ table : dataset ] ) is acquired using the cri s varispec lctf with a halogen light source .
the database contains data of 48 subjects acquired in multiple sessions , with 1 - 7 cubes over all sessions . following the same experimental protocol of @xcite ,
only first 25 subjects were used for evaluation .
the acquired images for the first 6 and the last 3 bands are noisy ( i.e. very high shot noise ) .
so they are discarded from the experiment , as suggested in the previous work . in all , 24 spectral bands were used with spectral interval ( i.e. step size ) of 10 nm .
the database has significant appearance variations of the subjects because it was constructed over a long period of time .
major changes in appearance variation were in hair - style and skin condition .
carnegie mellon university hyperspectral face dataset ( cmu - hsfd ) @xcite ( see fig . [
fig : ex_dataset ] and table [ table : dataset ] ) is acquired using the cmu developed aotf with three halogen light sources .
the database contains data of 54 subjects acquired in multiple sessions , with 1 - 5 cubes over all sessions . following the same experimental protocol of @xcite
, only first 48 subjects were used for evaluation .
each subject maintains a still pose with negligible head movements and eye blinks , due to of that a slight misalignment error exists between individual bands because the image capturing process takes several seconds .
[ [ training - and - testing - protocol ] ] * training and testing protocol : * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + following the same training and testing protocol as defined in @xcite , only frontal view has been considered for evaluation of both datasets . when only one sample per subject is used for training and two samples per subject
are used for testing . both gallery set ( or training set ) and probe set ( or testing set ) were constructed for 5 times by random selection and the average recognition accuracy was reported .
[ [ data - preprocessing ] ] * data preprocessing : * + + + + + + + + + + + + + + + + + + + + + all images were cropped and resized to size @xmath2 in spatial dimension . due to of
low signal - to - noise ratio ( i.e. high shot noise ) in the datasets , we apply a median filter of size @xmath3 to remove shot noise . [ [ implementation - details ] ] * implementation details : * + + + + + + + + + + + + + + + + + + + + + + + + + to extract the hog and lbp features , we use a window size of @xmath4 , and number of orientation bins of 9 for hog . for sift
, we use a bin size of 4 , step size of 8 , then the extracted sift - features are fisher encoded . to compute fisher encoding
, we build a visual dictionary using gmm with 100 clusters .
we normalize the features using l2-normalization . we denote dense sift fisher vectors by dsift - fvs .
these parameters are fixed for all descriptors .
we use linear svm with @xmath5 from libsvm @xcite to train classifier with features . [
[ comparison - with - state - of - the - art - methods ] ] * comparison with state - of - the - art methods : * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + in table [ table : soa ] , we quantitatively evaluate the recognition accuracy of our proposed method , and compare it with state - of - the - art hyperspectral face recognition methods reported in the literature .
we observe from the results that among the traditional feature descriptors , as expected dsift - fvs outperforms the lbp and hog recognition accuracy by a significant margin .
also , it should be noted that dsift - fvs outperforms all the traditional methods listed in the literature and achieve state - of - the - art accuracy with 96.1% on polyu - hsfd dataset .
though , dsift - fvs is inferior to band fusion+pls @xcite , but is still better than all the other methods on cmu - hsfd dataset .
furthermore , this examination reveals that sift shows the same trend of performing better in face recognition in hyperspectral images as in rgb images .
[ [ comparison - of - hsi - with - rgb - image ] ] * comparison of hsi with rgb image : * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + for this evaluation
, we generate an rgb image for each of the hyperspectral image ) , ( c ) and silicon sensitivity of hamamatsu camera ] . in this regard , we refer the reader to the book by ohta and robertson @xcite for detailed steps . then
, we apply the proposed method to an rgb image ( with three channels ) in the same way as we applied to the hyperspectral image , discussed earlier in section [ sec : method ] . in table [ table : soa1 ] , we quantitatively evaluate the recognition accuracy of the whole band set in the hyperspectral cube , and compare it with a three channels rgb image .
it is evident from the comparison that the classification performance for the computed features from hsi images is significantly better than the computed features from rgb images on both datasets . in the literature
, it has been shown by pan et al .
@xcite , nir images exhibit a distinct spectral properties of the skin and this information leads to more accurate classification in comparison to retained information in rgb images ( i.e. visible range ) .
the reason being , in nir range the spectral responses of the tissues are more discriminative due to larger penetration depth , which is dependent on the portion of melanin and hemoglobin @xcite in the human skin .
in this paper , we proposed a novel pipeline for image - level classification in the hyperspectral images . by doing this ,
we show that the discriminative spectral information at image - level features lead to significantly improved performance in a face recognition task .
we also explored the potential of traditional feature descriptors in the hyperspectral images . from our evaluations
, we observe that sift features outperform the state - of - the - art hyperspectral face recognition methods , and also the other descriptors . with the increasing deployment of hyperspectral sensors in a multitude of applications
, we believe that our approach can effectively exploit the spectral information in hyperspectral images , thus beneficial to more accurate classification . | hyperspectral image cube consists two spatial spectral dimension latter contains information pertinent to material properties object spectral information suited for classification tasks scene recognition 3d reconstruction saliency detection pedestrian detection material classification cultural heritage propose framework for hyperspectral image classification each band as separate image treating problem at image - level high - level information like shapes classification performance use traditional feature descriptors sift hog lbp for image - level feature extraction classification see fig . for illustration investigate face recognition using wavelengths visible to near - infrared spectrum more bands than three rgb bands advantageous in disambiguating objects to exploit hyperspectral data addressed at pixel - level spatial spectral dimensions in increase difficult to separate hyperspectral data at pixel - level for large classes dataset using statistical methods our method classification done at image - level each image limited number of features fewer than pixels smaller numbers features not reduce spectral bands allows exploit entire input space without losing information for feature extractionshow feature space information leads to improved performance in face recognition task deep learning ( dl ) outperformed traditional descriptors for deriving distinctive features in image classification task @xcite dl shortcoming requires many samples for training insufficient leads network to overfitting in hsi spectral bands unique discriminative traditional feature descriptors exploit spectral information generate powerful feature representation explored hand - crafted hsi features in v - nir images shown improvement classification performance for face recognition task paper organized section relatedwork discuss method describes proposed method experiments analysis in conclusions in extensive work on hsi classification mention few relevant papers on face recognition task last decade face recognition achieved success research on rgb or b / w images less attention hyperspectral images focus on hsi face recognition idea of face recognition in hyperspectral images started with pan et al . @xcite extracted mean spectral signatures from human face in nir spectrum compared using mahalabonis distance extended work spatial information to spectral robila et al . @xcite uses spectral signatures comparison criterion was spectral angle measurementshsi face recognition methods perform dimensionality reduction low - dimensional feature space extracted for classification di et projected hyperspectral image into low dimensional space using 2d - pca for feature extraction compared using euclidean distance shen zheng apply 3d gabor wavelets frequencies extract signal variances hyperspectral data liang 3d high - order texture pattern descriptor extract distinctive micro - patterns spatial - spectral information uzair apply 3d discrete cosine transformation extract low frequency coefficients as features partial least squares regression for classification employed 3d cubelets extract spatio - spectral covariance features for face recognition our hyperspectral image exploited without losing information feature extraction classification at image - level researchers developed robust descriptors feature extraction methods extract feature representations for object recognition traditional feature descriptors invariant to image scaling geometric photometric transformations minimally affected by noise small distortions invariant to illumination combined with hyperspectral images make extracted features robust powerful new class of features from hyperspectral images near - perfect separation from discriminative bandsfig : ex_dataset in hsi captured different wavelengths images contain discriminative information object precision detail fig : scnn ] shows schematic layout framework for hyperspectral image classification each mono - spectral band in treated as separate image discriminative texture patterns in images utilize space without losing information for feature extraction features extracted for each mono - spectral band using feature extraction method e. hog lbp sift high - level information like shapes abstract concepts from images suitable for visual recognition tasks possible at pixel - level classification pixel - level high computational burden difficult to disambiguate objects large classes by multi - spectral data into single pixel - related vectors extract each image limited number of features fewer than pixels smaller numbers achieve better recognition results outperforming pixel - level features table soa not reduce spectral bands extracted feature vectors fed to linear one vs all svm classifier svm for each band for final label prediction merge predictions of all svm learners using majority voting for feature extraction fixed - size representation to extract sift lbp hog featuresparameters for feature extraction window size step size oriented bins clusters contribute to results recognition performance section experiments describe implementation setup performance proposed approach demonstrated for face recognition in hsi excellent results show robust feature descriptors perfect for reliable face recognition in hyperspectral images proposed method tested on two standard hyperspectral face datasets @xcite for face recognition task experiments two parts first compare proposed method with hsi face recognition methods second compare usefulness discriminative spectral bands with rgb image representation of hsi introduce datasets used training / testing protocol implementation details for evaluation used desktop with intel i7 - 2600k cpu at 3.40ghz 8 gb ram experiments using vlfeat library @xcite hyperspectral - face - datasets hong - kong polytechnic university hyperspectral face dataset - @xcite acquired using cri s varispec lctf with halogen light source database contains data of 48 subjects in multiple sessions 1 - 7 cubes over all sessions first 25 subjects used for evaluation acquired images for first 6 and last 3 bands are noisy high shot noisediscarded from experiment suggested in previous work 24 spectral bands used with spectral interval 10 nm database has significant appearance variations subjects constructed over long period time major changes appearance in hair - style skin condition carnegie mellon university hyperspectral face dataset ( cmu - hsfd ) @xcite fig table acquired using cmu developed aotf with three halogen light sources database contains data of 54 subjects in multiple sessions 1 - 5 cubes over all sessions first 48 subjects used for evaluation each subject maintains still pose with negligible head movements eye blinks slight misalignment error exists between individual bands image capturing process takes several seconds training - and - testing - protocol ] testing protocol only frontal view considered for evaluation one sample per subject for training two samples per subject for testing gallery set and probe set constructed for 5 times by random selection average recognition accuracy reported data - preprocessing ] all images cropped resized to size @xmath2 spatial dimension to low signal - to - noise ratio high shot noise apply median filter of size @xmath3 to remove shot noiseimplementation - details ] to extract hog and lbp features use window size @xmath4 orientation bins 9 for hog for sift bin size 4 step size 8 extracted sift - features fisher encoded compute fisher encoding build visual dictionary using gmm with 100 clusters normalize features using l2-normalization denote dense sift fisher vectors by dsift - fvs parameters fixed for all descriptors use linear svm with @xmath5 from libsvm @xcite to train classifier with features comparison - with - state - of - the - art - methods ] table quantitatively evaluate recognition accuracy of proposed method compare with state - of - - art hyperspectral face recognition methods dsift - fvs outperforms lbp and hog recognition accuracy significant margin dsift - fvs outperforms all traditional methods state - of - art accuracy with 96.1% on polyu - hsfd dataset dsift - fvs inferior to band fusion+pls @xcite still better than other methods on cmu - hsfd dataset sift shows same trend performing better in face recognition in hyperspectral images as rgb imagescomparison - of - hsi - with - rgb - image ] comparison of hsi with rgb image generate rgb image for each hyperspectral image c ) and silicon sensitivity of hamamatsu camera refer reader to book by ohta and robertson for detailed steps apply proposed method to rgb image with three channels ) same as hyperspectral image in section method table soa1 quantitatively evaluate recognition accuracy of whole band set in hyperspectral cube compare with three channels rgb image classification performance for computed features from hsi images better than rgb images on both datasets nir images exhibit distinct spectral properties of skin leads to more accurate classification rgb images in nir range spectral responses tissues more discriminative due to larger penetration depth dependent on portion melanin and hemoglobin in human skin proposed novel pipeline for image - level classification in hyperspectral images discriminative spectral information at image - level features lead to improved performance in face recognition task explored potential of traditional feature descriptors in hyperspectral images sift features outperform state art hyperspectral face recognition methods other descriptorsincreasing deployment hyperspectral sensors applications believe our approach exploit spectral information images beneficial to accurate classification | 0.58592 | 3,456 | 1,639 | , Saving $0.1 in GPT-4. |
172,834 | this paper describes the use of the time - of - flight ( tof ) technique as a particle identification method for the hermes experiment . the time - of - flight
is measured by two @xmath0 scintillation hodoscopes that initially were designed for the first - level trigger only . however , the suitable time structure of the hera electron beam allows an extension of their functions to also measure the tof for low momentum hadron identification . using only these conventional hodoscopes ,
good particle identification was achieved for protons and pions in the momentum range up to 2.9 gev / c and for kaons up to 1.5 gev / c . +
pacs number 29.30.-h , 29.40.-n , 29.40.gx , 29.40.mc + keywords : particle identification , time - of - flight , , , , , , , , , | the hermes experiment at desy @xcite is a second generation polarised deep - inelastic scattering experiment to study the spin structure of the nucleon .
several experiments over the last decade have provided accurate data on the polarisation asymmetry of the cross - section for _ inclusive _ scattering where only the scattered lepton is detected .
further knowledge of the origin of the nucleon s spin can be gained by studying _
semi - inclusive _ processes involving the detection of hadrons in coincidence with the scattered lepton .
this increases the demands on hadron identification of the detection system .
+ the time - of - flight ( tof ) particle identification method is a fast , inexpensive and efficient technique @xcite for hadron identification .
its implementation at hermes is possible because of a ) the presence of two scintillator counter walls h1 and h2 in the hermes spectrometer , and b ) the fine time structure of the hera electron beam ( with bunch lengths of 27 ps and time between bunches of 96 ns ) , which allows particles from different bunches to stay completely separated in time .
hermes is a forward spectrometer with a large dipole magnet , a set of tracking detectors , and particle identification ( pid ) detectors consisting of a erenkov detector , a transition radiation detector ( trd ) , a preshower detector and a calori - meter @xcite . in 1998
the threshold - erenkov counter was upgraded to a ring imaging erenkov ( rich ) detector @xcite .
a scintillator hodoscope ( h1 ) and a pb - scintillator preshower counter ( h2 ) ( fig . [ hodoscope ] ) provide trigger signals and particle identification information .
both counters are composed of vertical scintillator modules ( 42 each in the upper and lower detectors ) , which are 1 cm thick and 9.3 cm x 91 cm in area .
the material for the modules is bc-412 from bicron co. , a fast scintillator with large attenuation length ( 300 - 400 cm for scintillation light ) .
the scintillation light is detected by 5.2 cm diameter thorn emi 9954 photomultiplier tubes coupled via a light guide to the outer end of each scintillator ( away from the beam plane ) .
the modules are staggered to provide maximum efficiency with 2 - 3 mm of overlap between each unit . each hodoscope photomultiplier ( pmt ) signal
is passively split with one output going to a lecroy 1881 m adc and the other going to a lecroy 3420 constant fraction discriminator ( cfd ) .
the individual cfd outputs are fed to lecroy 1875a time to digital converters ( tdc ) , which measure the time - of - flight using the hera - clock as a reference signal .
this signal corresponds to the moment when the hera bunch cros - ses the center of the target .
when some interesting event configuration is recognized by the hermes trigger logic , the hera - clock signal is enabled to start the tdc modules in common - start mode , with the stop signals coming from each scintillator . the time base for the tdc is 50 ps / channel .
the calibration procedure is based on the fact that electrons above 10 mev are moving at essentially the speed of light .
any measured deviations from this must be artifacts of the experiment that should be corrected .
+ in fig .
[ xcoor ] the time distribution for electrons over the paddles is shown for part of one detector .
the electron sample is selected by a combination of cuts on trd , erenkov , preshower and calorimeter . the time distribution is spread within each paddle as well as between paddles .
the differences between the paddles ( due to different cable lengths , etc ) were removed by setting the average speed of the electrons to the speed of light for each paddle individually .
a single - counter time response is described by @xmath1 where @xmath2 is the particle time - of - flight from the interaction point to the scintillator plane , @xmath3 is the time needed for the light created in the scintillator to reach the pmt , @xmath4 is the constant time offset specific to each paddle , arising from the pmt response time , cable delays , tdc calibration intercept , etc .
the path length @xmath5 of each track to hodoscope h was calculated using the reconstructed track parameters , along one straight line segment from the interaction point in the target to the mid - plane of the spectrometer magnet , and continuing along another straight line from there to the plane of the hodoscope h. this approximation is adequate because the magnet bend angle is less than @xmath6 .
the calibration for each paddle n of hodoscope h was done with electron tracks by fitting the y - distribution of @xmath7 shown in fig .
[ vvsy ] to the known value of @xmath8 using a fourth - order correction polynomial @xmath9 : + @xmath10 .
+ the constant term in the polynomial incorporates @xmath11 in eq . 1 for each paddle .
a similar method has been used in @xcite where a more detailed explanation for each coefficient of the polynomial is given .
occasional shifts in the hera - clock signal derived from the electron beam accelerator system , shown in fig .
[ timedep ] , were compensated by re - fitting the constant term for each run of approximately 10 minutes . the final corrected distribution of @xmath12 for electrons is shown in fig .
[ finalv ] .
the resolution extracted from a gaussian fit corresponds to @xmath13=0.49 ns .
from the relativistic momentum of the particle @xmath14 the mass @xmath15 is extracted using the speed @xmath16 obtained through the hodoscope timing : @xmath17 the squared mass of the particle was chosen as the parameter for the identification . to check the algorithm and calibration ,
the proton and kaon squared masses have been extracted giving values of @xmath18 ( gev / c@xmath19)@xmath19 and @xmath20 ( gev / c@xmath19)@xmath19 , respectively , which agrees well with the expected values ( fig . [ m21 ] ) . at momenta below @xmath21 gev
/ c the kaon flux is two orders of magnitude smaller than the pion flux , so that no separation is possible via tof for momenta above @xmath22 gev / c .
therefore in the momentum range @xmath23 gev / c , kaons are included in the pion spectrum as a negligible contamination ( @xmath24 % ) . at
higher momenta , a rich detector takes over .
+ fig .
[ m22 ] shows the squared hadron mass distribution for the momentum region @xmath25 gev / c .
the good separation between protons and pions is clearly visible . using tof information from only one detector ( e.g. hodoscope h1 ) , the upper bound for the separation is about 2.4 gev / c .
+ the availability of two independent detectors h1 and h2 suggests the use of two - dimensional distributions , as shown in fig .
independent constraints on the tof values from both hodoscopes is the best strategy to minimize the contamination .
however , this is not the best way to maximize the efficiency while maintaining a low contamination . in the case of two detectors a linear _
cut _ in the plane of the two detector responses gives an improvement @xcite .
it is possible to apply the combined constraint on the sum @xmath26 .
this evaluation provides an improvement in the separation between protons and pions - especially for higher momenta - and therefore extends the momentum region for hadron identification with high efficiency and low contamination .
the identification of kaons is limited to @xmath27 gev / c , due to the very low kaon flux ( see fig . [ m21 ] ) .
the comparison of the pion contamination in the proton sample for individual constraints on the two hodoscopes with that for the combined constraint is presented in fig . [ contamination ] .
+ the most important parameters for particle identification are the efficiency for identification of certain particle types and the contamination from other types .
[ effcon ] presents both parameters for proton and pion identification .
the valley cut allows identification of protons and pions up to 2.9 gev / c .
the resulting pion sample has an efficiency above 98% and less than 4% proton contamination , while the protons have an efficiency of more than 85% and less than 6% pion contamination in the highest momentum bin .
all analysis was done using semi - inclusive data samples from the year 1997 on polarized hydrogen target .
the tof method , as presented in this paper , allows an extension of the momentum range for hadron identification in hermes towards lower momenta .
the application of this method provides more statistics for hadrons detected within the hermes acceptance and extends the minimum value of @xmath28 , where @xmath29 is the hadron energy and @xmath30 is the virtual photon energy .
we gratefully acknowledge the desy management for its support and the desy staff and the staffs of the collaborating institutions for their strong and enthusiastic support . 10 hermes collaboration , k. ackerstaff _
et al _ , nucl.instr . and
meth.*a417 * ( 1998 ) 230
atwood , slac - pub-2620 , 1980 .
n. akopov _ et al .
_ , the hermes dual - radiator ring imaging erenkov detector , nim a479 ( 2002 ) 511 - 530 .
synodinos , ph.d .
thesis , slac - r-0470 , 1995 .
r. kaiser , ph.d.thesis , hermes 97 - 017 , 1997 . | hermes experiment at @xcite second generation polarised deep - inelastic scattering experiment spin structure nucleon experiments provided data on polarisation asymmetry cross - section scattering scattered lepton detected knowledge origin nucleon s spin studying semi - processes detection hadrons with scattered lepton increases demands on hadron identification time - of - flight particle identification method fast inexpensive efficient technique for hadron identification implementation at hermes two scintillator counter walls h1 and h2 spectrometer fine time structure hera electron beam bunch lengths 27 ps time between bunches 96 ns particles separated hermes forward spectrometer with large dipole magnet tracking detectors particle identification detectors erenkov transition radiation preshower calori - meter 1998 threshold - erenkov counter upgraded to ring imaging erenkov detector scintillator hodoscope h1 pb - scintillator preshower counter h2 provide trigger signals particle identification information counters vertical scintillator modules 42 each 1 cm thick 9.3 cm x 91 cm material modules bc-412 from bicron co.fast scintillator large attenuation length 300 - 400 cm scintillation light detected by 5.2 cm thorn emi 9954 photomultiplier tubes coupled light guide to outer end scintillator modules staggered maximum efficiency 2 - 3 mm overlap hodoscope photomultiplier signal split one output to lecroy 1881 m adc other lecroy 3420 constant fraction discriminator cfd outputs fed to lecroy 1875a time to digital converters measure time - of - flight using hera - clock reference signal hera bunch cros - ses center target hera - clock signal tdc modules common - start mode stop signals from each scintillator time base tdc 50 ps / channel calibration procedure electrons above 10 mev speed of light deviations artifacts experiment corrected fig . time distribution for electrons over paddles one detector electron sample selected by cuts trd erenkov preshower calorimeter time distribution spread within each paddle between paddles differences removed by setting average speed electrons to speed light each paddlesingle - counter time response by @xmath1 particle time flight from interaction point to scintillator plane time light reach pmt constant time offset each paddle from pmt response time cable delays tdc calibration intercept path length track to hodoscope h calculated using reconstructed track parameters straight line from interaction point to mid - plane spectrometer magnet to plane magnet bend angle less than @xmath6 calibration for paddle n hodoscope h with electron tracks fitting y - distribution of @xmath7 to @xmath8 using fourth - order correction polynomial constant term incorporates @xmath11 in for each paddle similar method in @xcite detailed explanation coefficient shifts in hera - clock signal from electron beam accelerator system compensated by re - fitting constant term for each run 10 minutes final corrected distribution of @xmath12 for electrons in fig . resolution from gaussian fit corresponds to @xmath13=0.49 ns relativistic momentum particle mass extracted using speed @xmath16 through hodoscope timing squared mass particle for identificationalgorithm calibration proton kaon squared masses extracted values @xmath18 agrees with expected values fig m21 momenta below @xmath21 gev / c kaon flux smaller than pion flux no separation momenta above @xmath22 gev / c momentum range @xmath23 gev / c kaons pion spectrum negligible contamination ( @xmath24 % ) higher momenta rich detector takes over fig m22 shows squared hadron mass distribution momentum region @xmath25 gev / c good separation between protons pions visible information one detector upper bound separation 2.4 gev / c two independent detectors h1 h2 suggests two - dimensional distributions independent constraints on tof values hodoscopes best strategy minimize contamination not best maximize efficiency low contamination two detectors linear _ cut _ plane responses improvement combined constraint on sum @xmath26 improvement separation between protons pions higher extends momentum region for hadron identification high efficiency low contamination identification of kaons limited to @xmath27 gev / c low kaon flux fig m21comparison pion contamination proton sample hodoscopes presented in fig . important parameters particle identification efficiency types contamination effcon presents parameters proton pion identification valley cut allows identification protons pions up to 2.9 gev / c pion sample efficiency above 98% less than 4% proton contamination protons efficiency more than 85% less than 6% pion contamination highest momentum bin analysis semi - inclusive data samples 1997 polarized hydrogen target tof method allows extension momentum range hadron identification hermes lower momenta provides more statistics hadrons hermes extends minimum value @xmath28 hadron photon energy acknowledge desy management staff collaborating institutions hermes collaboration ackerstaff al nucl.instr.*a417 1998 ) atwood - pub-2620 1980 akopov hermes dual - radiator ring imaging erenkov detector nim a479 ( 2002 ) 511 - 530 synodinos ph.d . thesis slac - r-0470 1995 kaiser ph.d.thesis hermes 97 - 017 1997 | 0.323317 | 2,158 | 1,065 | , Saving $0.1 in GPT-4. |
172,840 | the static casimir effect concerns quantum electrodynamic induced lamb shifts in the mode frequencies and thermal free energies of condensed matter systems . sometimes , the condensed matter constitutes the boundaries of a vacuum region .
the static frequency shift effects have been calculated in the one photon loop perturbation theory approximation .
the dynamic casimir effect concerns two photon radiation processes arising from time dependent frequency modulations again computed in the one photon loop approximation . under certain conditions
the one photon loop computation may become unstable and higher order terms must be invoked to achieve stable solutions .
this stability calculation is discussed for a simple example dynamical casimir effect system . | the casimir effect concerns the lamb shifts in the frequency of radiation modes due to the interaction between photon modes and electrical currents .
the photon mode lagrangian is discussed in sec.[lcmd ] .
mode frequency shifts induce changes in the free energy which in the zero temperature limit@xcite reduce to changes in the zero point energy@xcite @xmath0 .
the lamb frequency shifts are usually small and can be understood from a perturbation theory viewpoint .
such damping is discussed in sec.[ocd ] .
the conventional casimir effect theory thereby considers feynman diagram corrections to the free energy containing one photon loop@xcite . in sec.[ts ] it is shown how a one loop instability can arise if the coupling between a photon oscillation mode and the surrounding currents is too strong .
if the damping functions and frequency shifts are also oscillating functions of time , then ( over and above single photon absorption and emission processes ) there is the absorption and emission of _ photon pairs_@xcite .
the photon pair processes constitute a dynamical casimir effect@xcite .
frequency modulations tend to heat up the cavity . in sec.[dce ] , the noise temperature description is discussed . in sec.[pfm ] , the heating of a cavity mode by periodic frequency modulation is explored . in an unstable regime , the temperature of ( say ) a microwave cavity mode grows _
exponentially_. the implied purely theoretical _ microwave oven _ would be much more hot than that which could be observed in experimental reality .
nonlinear higher loop photon processes producing dynamic microwave intensity stability are discussed in sec.[ms ] .
our purpose in this section is to provide a lagrangian description of a single microwave cavity mode which follows from the action principle formulation of electrodynamics@xcite . for this purpose
we employ the coulomb gauge , @xmath1 , for the vector potential .
the vector potential representing the cavity mode may be written @xmath2 the mode electromagnetic fields are then given by @xmath3 = -\frac{\dot{\phi } ( t)}{c}{\bf k}({\bf r } ) , \nonumber \\ { \bf b}_{mode}({\bf r},t ) = curl{\bf a}_{mode}({\bf r},t)=\phi(t)\ curl{\bf k}({\bf r } ) .
\label{ml2}\end{aligned}\ ] ] the lagrangian @xmath4d^3{\bf r } \label{ml3}\ ] ] describes the mode in terms of a simple oscillator circuit .
the capacitance @xmath5 and inductance @xmath6 of the circuit are defined , respectively , by @xmath7 the circuit electromagnetic field lagrangian follows from eqs.([ml2 ] ) , ( [ ml3 ] ) and ( [ ml4 ] ) .
it is of the simple @xmath8 oscillator form @xmath9 wherein the bare circuit frequency obeys @xmath10 the interactions between cavity wall currents and an electromagnetic mode are conventionally described by @xmath11 where the current @xmath12 drives the oscillator circuit . in total
, the circuit mode lagrangian follows from eqs.([ml5 ] ) and ( [ ml7 ] ) as @xmath13 wherein @xmath14 describes all of the other degrees of freedom which couple into the mode coordinate .
maxwell s equations for a single microwave mode then takes the form @xmath15 the damping of the oscillator will first be discussed from a classical electrical engineering viewpoint and only later from a fully quantum electrodynamic viewpoint .
from an electrical engineering viewpoint , let us consider a small external current source @xmath16 which drives the mode coordinate @xmath17 .
eq.([ml9 ] ) now reads @xmath18 were @xmath19 is the current induced by the coordinate response @xmath17 . in the complex frequency @xmath20 domain we have in ( the upper half @xmath21 plane ) @xmath22 the induced current is determined by the `` surface admittance '' @xmath23 of the cavity walls ; in detail @xmath24 so that @xmath25 wherein the effective frequency dependent capacitance @xmath26 determines the mode dielectric response function @xmath27 .
the retarded propagator for the mode in the frequency domain obeys @xmath28 \label{cd5}\ ] ] wherein the `` self energy '' @xmath29 is determined by the induced current admittance via @xmath30 the self energy describes both frequency shift and damping properties of the mode .
causality dictates that all engineering response functions obey analytic dispersion relations ( @xmath31 ) of the form @xmath32 the damping rate for the oscillation is determined by @xmath33 the shifted frequency , @xmath34 obeys the dispersion relation sum rule the shifted frequency is related to the damping rate via the sum rule @xmath35 which follows from eqs.([cd6 ] ) - ( [ cd9 ] ) . finally , the the quality factor @xmath36 for the mode frequency @xmath37 is well defined as @xmath38 if and only if the mode is under damped by a large margin ; e.g. @xmath39
. on the other hand , if the damping is sufficiently strong , then the mode can go unstable .
let us consider this physical effect in more detail .
if the mode where uncoupled to the damping current , then then the free energy of the oscillator would be @xmath40 , \nonumber \\ f_\infty ( t)=k_bt \ln \left[\sinh \left(\frac{\hbar \omega_\infty}{2k_bt}\right)\right ] .
\label{ts1}\end{aligned}\ ] ] the damping effects give rise to lamb shifted frequencies and a casimir - lifshitz renormalization in the free energy ; it is @xmath41 , \nonumber \\ \hbar \omega_n = 2\pi nk_bt .
\nonumber \\ \pi ( i|\omega_n| ) = \frac{2}{\pi } \int_0^\infty \frac{\omega { \im } m\pi ( \omega+i0^+)d\omega } { \omega^2 + \omega_n^2}\ .
\label{ts2}\end{aligned}\ ] ] a sufficient condition for the validity of eqs.([ts2 ] ) is that the mode oscillator obeys a linear equation of motion . from eqs.([ts1 ] ) and ( [ ts2 ] ) we deduce the following thermodynamic stability@xcite * theorem 1 : * _ the casimir free energy shift of an oscillator mode is stable if and only if @xmath42 .
if @xmath43 , then the one loop free energy in eq.([ts2 ] ) becomes complex yielding finite lifetime effects .
_ thermodynamic stability can be restored if the one goes beyond the one loop approximation in the effective lagrangian , e.g. the oscillator can shift its minimum form zero to @xmath44 .
for such a thermodynamic instability in which @xmath45 , the effective lagrangian may be taken as @xmath46 the stability is restored via a stabilizing term representing four photon interactions .
such a lagrangian can appear for modes whose surrounding walls are at least in part ferromagnetic .
a high quality photon oscillator mode is only weakly damped so that the one loop perturbation approximation is virtually exact . on the other hand _ dynamical instabilities _ may still require higher order photon interaction terms to understand the ultimate stabilities in laboratory systems .
suppose that the dielectric response function @xmath27 of the mode in eq.([cd4 ] ) is made to vary time ; i.e. @xmath47 if the resulting differential equation for the @xmath48 signal obeys to a sufficient degree of accuracy @xmath49 then there exists a solution of the form @xmath50 from a quantum mechanical viewpoint , the time variation @xmath51 may represent a photon moving backward in time and @xmath52 may represent photon moving forward in time . in eq.([dce3 ] ) , the reflection amplitude for a photon moving backward in time to bounce forward in time is given by @xmath53 .
a backward in time moving photon reflected forward in time appears in the laboratory to be a pair of photons being created .
the probability of such a photon pair creation event defines a _
photon pair creation noise temperature _ @xmath54 induced by the time varying frequency via @xmath55 the mean number @xmath56 of photons which would be radiated from the vacuum by a time varying frequency modulation @xmath57 obeys a formal planck law @xmath58 suppose ( for example ) that a microwave cavity is initially in thermal equilibrium at temperature @xmath59 .
the mean number of initial microwave photons in a given normal mode is then given by @xmath60 after a sequence of frequency modulation pulses the mean number of final photons in the cavity mode is @xmath61 note that the existence of an _ initial _ number of photons @xmath62 in the cavity mode makes larger the final number of of photons @xmath63 via the _ induced _ radiation of additional photon pairs .
if the microwave frequency large margin inequality @xmath64 holds true , then eqs.([dce5 ] ) - ( [ dce8 ] ) imply an approximate law for the _ final _ cavity mode noise temperature is given by @xmath65 the resulting enhancement @xmath66 is plotted in fig.[fig1 ] . the dynamical casimir effect for frequency modulation pulses is thereby described in terms of the amount of heat that raises the temperature @xmath67 of the microwave cavity .
for periodic modulations in the frequency one must examine@xcite the differential equation @xmath68 from a mathematical viewpoint , eq.([pfm1 ] ) has been well studied .
if @xmath69 can be represented as a non - overlapping pulse sequence of the form @xmath70 then the transmission problem for a single pulse , @xmath71 yields a complete solution to the general problem .
in particular we examine the two photon creation problem as in eq.([dce3 ] ) ; i.e. @xmath72 employing the characteristic function @xmath73 one may study the stability problem for the dynamic casimir effect . for _ periodic _ frequency modulations
there are two cases of interest : case i : _ stable motions @xmath74 _ @xmath75 case ii : _ unstable motions @xmath76 or @xmath77 _ @xmath78 in the unstable regime , @xmath79 represents the number of cavity photons being produced per unit time .
if the cavity mode has a high quality factor @xmath80 , then photons are also absorbed at a rate @xmath81 .
the net photon production rate in this approximation would then be @xmath82 and the theoretical noise temperature after @xmath83 pulses would be @xmath84 as an example , let us suppose a sequence of rectangular pulse sequences of the form @xmath85 wherein @xmath86 .
the estimate @xmath87 is not unreasonable .
the exponential temperature _ instability _ for high quality cavity modes , i.e. @xmath88 in eqs.([pmf8 ] ) - ( [ pmf11 ] ) , would be sufficient for large @xmath83 to _ melt _ the cavity .
no microwave oven works that efficiently even if the dynamic casimir effect were employed for exactly that purpose .
the one loop photon approximation is evidently at fault and higher loops ( non - linear processes ) must be invoked for the noise temperature of the mode to be theoretically stable as would be laboratory microwave cavities .
the stability of the microwave cavity is due to the fact that the modulation is induced by a _ pump _ which supplies the energy of the induced cavity radiation .
one may define a _ pump coordinate _
@xmath89 which in general is a quantum mechanical operator . in principle
, one might mechanically vibrate a wall in the cavity in which case @xmath89 would be proportional to a mechanical displacement . in practice ,
changing the frequency by electronic means may well be more efficient .
be that as it may , let us define the coordinate so that @xmath90 wherein the quantities on the right hand side of eq.([ms1 ] ) are given in eq.([pfm1 ] ) .
if the quantum pump coordinate exhibits stationary fluctuations @xmath91 with quantum noise @xmath92 then two photon absorption and two photon emission processes are described by the additional noise hamiltonian @xmath93 the usual mode photon creation and destruction operators are @xmath94 and @xmath95 , respectively .
when the hamiltonian in eq.([ms4 ] ) is taken to second order in perturbation theory , the resulting energies involve four boson processes and thereby introduces multi - photon loop processes . with the pump
coordinate positive and negative frequency spectral functions @xmath96 the two photon fermi golden rule transition rates which follow from eqs.([ms4 ] ) and ( [ ms5 ] ) read @xmath97 the pump coordinate also has a noise temperature @xmath98 may be defined via @xmath99 if there a many photons in the mode , then the net rate of photon absorption is given by @xmath100 on the other hand the frequency modulation produces photons at a rate @xmath101 and @xmath102 is defined in eq.([pmf7 ] ) .
we may now state the central result of this section : * theorem 2 : * _ if the pump coordinate pushes the cavity mode into a modulation dynamic casimir instability , then the quantum noise will stabilize the cavity mode according to the equation _
@xmath103 the cavity photon occupation number will then saturate according to @xmath104 more simply , with the response function @xmath105\right > e^{i\zeta t}dt , \label{ms12}\ ] ] the fluctuation dissipation theorem @xmath106 together with eqs.([ms11 ] ) and ( [ ms12 ] ) reads @xmath107}. \label{ms14}\ ] ] the relation time @xmath108 for the parameter @xmath89 may be conventionally defined@xcite by @xmath109 so that @xmath110 eq.([ms16 ] ) is our final answer for the number of final photons at saturation .
in order to make our final answer less abstract , let us consider a proposed@xcite experiment . in that proposal ,
the parameter @xmath111 describes the metallic conductivity in a semiconductor plate due to a laser beam inducing particle hole pairs .
if we let @xmath112 represent the recombination time taken to annihilate a particle hole pair in the semiconductor and let @xmath113 represent the laser frequency , then we estimate that @xmath114 which implies @xmath115 the following estimates are reasonable for the proposal@xcite : @xmath116
we have explored the concept of induced instabilities in both the static and dynamic casimir effects . for
the static case , large quantum electrodynamic collective lamb shifts in condensed matter can induce a phase transition requiring a new equilibrium position of the microwave oscillator coordinates .
in particular , when at the quadratic level and oscillator goes unstable , quartic terms can be invoked to make the system stable . for the dynamic case ,
even if the frequency shifts are small , perfect periodicity in modulation pulses can build up to exponentially large proportions again leading to an instability .
again dynamic quartic terms can stabilize the cavity modes .
the basic principle involved is that the shifted frequencies themselves must undergo fluctuations . given the noise fluctuations in the pump coordinate , the final saturation temperature of the microwave cavity can be computed from eq.([ms16 ] ) . | casimir effect concerns shifts frequency radiation modes interaction between photon modes electrical currents photon mode lagrangian discussed sec.[lcmd ] frequency shifts induce changes free energy zero point energy lamb frequency shifts small understood from perturbation theory viewpoint damping discussed in sec.[ocd ] conventional casimir effect theory considers feynman diagram corrections free energy one photon loop.[ts one loop instability if coupling between photon oscillation mode currents strong damping functions frequency shifts oscillating functions of time absorption emission of photon pairs processes constitute dynamical casimir effect frequency modulations heat cavity sec.[dce noise temperature description discussed[pfm heating cavity mode by periodic frequency modulation explored unstable regime temperature microwave cavity mode grows exponentially theoretical microwave oven more hot nonlinear higher loop photon processes producing dynamic microwave intensity stability discussed in sec.[ms ] lagrangian description of single microwave cavity mode action principle formulation electrodynamics employ coulomb gauge for vector potentialvector potential cavity mode written @xmath2 mode electromagnetic fields given by @xmath3 =\phi{\bf k}({\bf r } \bf b r = curl=\phi(t curl\bf k r lagrangian @xmath4d^3 describes mode simple oscillator circuit capacitance inductance @xmath6 defined by @xmath7 circuit electromagnetic field lagrangian follows from eqs.([ml2 ml3 ml4 simple @xmath8 oscillator form @xmath9 bare circuit frequency obeys @xmath10 interactions between cavity wall currents electromagnetic mode described by @xmath11 current @xmath12 drives oscillator circuit circuit mode lagrangian follows from[ml5 ml7 @xmath13 @xmath14 describes degrees of freedom mode coordinate maxwell s equations for single microwave mode form @xmath15 damping oscillator discussed from classical electrical engineering quantum electrodynamic viewpoint small external current source @xmath16 drives mode coordinate @xmath17[ml9 ] reads @xmath18 @xmath19 current induced by coordinate response @xmath17 complex frequency @xmath20 domain upper half @xmath21 plane @xmath22 induced current determined by surface admittance @xmath23 cavity walls @xmath24 @xmath25 effective frequency dependent capacitance @xmath26 determines mode dielectric response function @xmath27 retarded propagator obeys @xmath28 self energy @xmath29 determined by induced current admittance @xmath30 self energy describes frequency shift damping properties mode engineering response functions obey analytic dispersion relations @xmath31 @xmath32 damping rate oscillation determined by @xmath33 shifted frequency @xmath34 obeys dispersion relation sum rule shifted frequency related to damping rate sum rule @xmath35 eqs.([cd6 - cd9 quality factor @xmath36 mode frequency @xmath37 defined mode under damped large margin damping strong mode go unstable physical effect mode uncoupled to damping current free energy oscillator @xmath40_\infty=k_bt{ts1}{aligned damping effects lamb shifted frequencies casimir - lifshitz renormalization free energy @xmath41\nonumber\omega_n = 2\pi nk_bt \pi (|\omega_n| ) = \frac{2}{\pi }_0^\infty\omega\pi\omega+i0^+)d\omega \omega^2 + \omega_n^2}{ts2}{aligned} condition eqs.[ts2 mode oscillator obeys linear equation of motion deduce thermodynamic stability casimir free energy shift oscillator mode stable if @xmath42 if @xmath43 one loop free energy becomes complex finite lifetime effects thermodynamic stability restored if beyond one loop approximation effective lagrangian oscillator shift minimum form zero to @xmath44 thermodynamic instability @xmath45 @xmath46 stability restored via stabilizing term four photon interactions lagrangian modes walls ferromagnetic high quality photon oscillator mode weakly damped one loop perturbation approximation virtually exact dynamical instabilities require higher order photon interaction terms laboratory systemsdielectric response function @xmath27 eq.([cd4 time differential equation @xmath48 signal accuracy solution quantum mechanical time variation @xmath51 photon moving backward forward.([dce3 ] reflection amplitude for photon backward forward by @xmath53 backward photon reflected forward pair of photons created probability photon pair creation defines photon pair creation noise temperature @xmath54 by time varying frequency mean number @xmath56 photons radiated from vacuum varying frequency modulation @xmath57 planck law microwave cavity in thermal equilibrium at temperature @xmath59 mean number initial microwave photons normal mode given by @xmath60 after frequency modulation pulses mean number final photons in cavity mode @xmath61 initial number photons @xmath62 cavity mode makes larger final number photons @xmath63 radiation additional photon pairs microwave frequency large margin inequality @xmath64 eqs.([dce5 ] ) - dce8 ] ) approximate law for final cavity mode noise temperature by @xmath65 enhancement @xmath66 plotted in fig.[fig1 ]dynamical casimir effect frequency modulation pulses described heat temperature microwave cavity periodic modulations frequency examine differential equation @xmath68 eq.([pfm1 ] studied @xmath69 non - overlapping pulse sequence @xmath70 transmission problem single pulse @xmath71 solution examine two photon creation problem eq.([dce3 ] ) @xmath72 characteristic function @xmath73 study stability problem dynamic casimir effect periodic frequency modulations two cases stable motions @xmath74 _ unstable motions @xmath76 @xmath77 _ unstable regime @xmath79 represents cavity photons produced per unit time cavity mode high quality factor @xmath80 photons absorbed @xmath81 net photon production rate @xmath82 theoretical noise temperature after @xmath83 pulses @xmath84 sequence rectangular pulse sequences @xmath85 @xmath86 estimate @xmath87 not unreasonable exponential temperature instability high quality cavity modes @xmath88 eqs.([pmf8 - pmf11 sufficient @xmath83 cavity no microwave oven works efficiently dynamic casimir effectone loop photon approximation at fault higher loops non - for noise temperature laboratory microwave cavities stability microwave cavity due to modulation induced by pump energy cavity radiation pump coordinate @xmath89 quantum mechanical operator vibrate wall cavity @xmath89 proportional to mechanical displacement changing frequency by electronic efficient define coordinate @xmath90 quantities in eq.([pfm1 ] ) quantum pump coordinate stationary fluctuations @xmath91 quantum noise @xmath92 two photon absorption emission processes described by additional noise hamiltonian @xmath93 mode photon creation destruction operators @xmath94 and @xmath95 hamiltonian in eq.([ms4 second order resulting energies involve four boson processes multi - photon loop processes pump coordinate positive negative frequency spectral functions @xmath96 two photon fermi golden rule transition rates @xmath97 pump coordinate has noise temperature @xmath98 defined via @xmath99 many photons net rate photon absorption by @xmath100 frequency modulation produces photons @xmath101 and @xmath102 defined in eq.([pmf7 ] )state central result theorem 2 pump coordinate pushes cavity mode dynamic casimir instability quantum noise cavity mode @xmath103 cavity photon occupation number @xmath104 response function @xmath105\right > e^{i\zeta t}dt fluctuation dissipation theorem @xmath106 eqs.([ms11 ms12 reads @xmath107} relation time @xmath108 parameter @xmath89 defined@xcite by @xmath109 @xmath110 eq.([ms16 ] final answer number final photons at saturation consider proposed@xcite experiment parameter @xmath111 describes metallic conductivity semiconductor plate due laser beam inducing particle hole pairs @xmath112 represent recombination time annihilate particle hole pair @xmath113 laser frequency estimate @xmath114 implies @xmath115 estimates reasonable proposal@xcite @xmath116 explored induced instabilities static dynamic casimir effects large quantum electrodynamic shifts condensed matter induce phase transition new equilibrium position microwave oscillator coordinates quadratic level oscillator unstable quartic terms invoked make system stabledynamic case frequency shifts small periodicity modulation pulses large proportions instability dynamic quartic terms stabilize cavity modes shifted frequencies undergo fluctuations noise fluctuations pump coordinate final saturation temperature microwave cavity computed from eq.([ms16 ] ) | 0.570086 | 3,329 | 1,692 | , Saving $0.1 in GPT-4. |
172,850 | the emergence of a new population of radio galaxies at mjy and sub - mjy levels is responsible for the change in the slope of the radio source counts .
+ this population seems to include both star forming galaxies and classical ( agn - powered ) radio sources , but the relative importance of the two classes is still debated .
+ we present results from the atesp radio survey and its optical follow - up and show that the fraction of starburst galaxies changes from @xmath0 15@xmath1 at fluxes @xmath2 1 mjy to @xmath2 50% at lower fluxes . # 1_#1 _ # 1_#1 _ = # 1 1.25 in .125 in .25 in | recently , deep radio surveys ( @xmath3 mjy ) have shown that normalized radio counts show a flattening below a few mjy , ( see figure 1 for counts at 1.4 ghz ) .
this change of slope is generally interpreted as being due to the presence of a new population of radio sources ( the so called sub
mjy population ) which does not show up at higher flux densities ( see e.g. condon 1989 ) , where the counts are dominated by classical radio galaxies and quasars .
the sub - mjy population is essentially composed by low luminosity agn and starburst galaxies , but their relative comtribution is still not firmely established .
unfortunately , due to the long observing times required to reach faint fluxes , the existing samples in the sub
mjy region are generally small . the identification work and the subsequent spectroscopy are very demanding in terms of telescope time .
typically , no more than @xmath4 of the radio sources in sub
mjy samples have been identified on optical images , even though in the @xmath5jy survey in the hubble deep field and in ssa13 80@xmath1 of the 111 radio sources have been identified ( richards et al .
1999 ) . on the other hand ,
the typical fraction of spectra available is only @xmath6 .
the best studied sample is the marano field , where 50@xmath1 of the sources have spectra ( gruppioni et al .
1999a ) , which permitted the determination of spectral type and redshift for 29 objects . to alleviate the identification work , regions with deep photometry already available ( possibly multicolor ) provide a significant advantage .
the region we have selected fulfills these requirements at least partially .
vettolani et al . ( 1997 ) made a deep redshift survey near the sgp by studying photometrically and spectroscopically nearly all galaxies down to @xmath7 19.4 .
the survey , yielding 3342 redshifts ( vettolani et al .
1998 ) , has a typical depth of @xmath8 with 10@xmath1 of the objects at @xmath9 and is @xmath10 complete . in the same region
a radio survey has been carried out with the atca ( australia telescope compact array ) at 1400 mhz ( prandoni et al .
2000a , b ) .
it consists of 16 radio mosaics with @xmath11 resolution and uniform sensitivity ( @xmath12 noise level @xmath079 @xmath5jy ) over the whole area of the esp redshift survey ( @xmath13 sq .
degrees at @xmath14 ) .
we detected @xmath15 distinct radio sources down to a flux density limit of @xmath16 mjy ( @xmath17 ) , 1403 being sub
mjy sources .
we used the atesp catalogue to derive the differential atesp source counts down to 0.70 mjy ( prandoni et al .
these counts are compared with the most updated previous determinations at 1.4 ghz ( see fig . 1 ) . also shown is the interpolation determined by windhorst et al .
( 1990 ) from a collection of @xmath18 radio sources belonging to 24 different surveys at 1.4 ghz , representing the state of the art at that time ( solid line ) .
there is consistency between the atesp counts and those obtained by other recent surveys , with the exception of the phoenix deep survey ( pdf and pdfs , hopkins et al .
1998 ) , whose counts at @xmath19 mjy are systematically higher than the atesp counts ( and also higher than the counts derived from the other surveys presented in the figure ) .
the atesp counts are in very good agreement with the first counts ( white et al .
1997 ) , which are the most accurate available today over the flux range 230 mjy .
the atesp survey , on the other hand , provides the best determination of the counts at fainter fluxes ( @xmath20 mjy ) , where the first becomes incomplete .
the atesp counts can thus provide an useful observational constraint on the evolutionary models for the mjy and sub mjy populations .
in the same region lies the eis ( eso imaging survey , nonino et al . 1999 ) patch a ( 3.2 sq . degr . ) , consisting of deep images in the i band out of which a galaxy catalogue to i=22.5 has been extracted . for 218 out of 384 radio sources ( @xmath21 mjy ) in 2.97
square degrees of the eis - a an optical identification was found ; we obtained spectra at the eso 3.6 m telescope of a complete sample of 69 galaxies brighter than i = 19.0 . the high signal to noise ratio of
these spectra permits an unambiguous spectral classification of the whole sample .
we divided the galaxy - identifications into several standard groups ; this classification , based on spectral type , essentially distinguishes between agns , which , for weak radio sources , are mostly elliptical galaxies without strong emission lines ( although also a few seyfert type spectra are present ) , and starburst galaxies ( mccall et al . 1985 ) , which are often spiral galaxies in a particularly active phase of star formation . as expected , we found a number of these starburst galaxies , which are characterized by high excitation @xmath22 region - like spectra , but also some post - starbursts .
the latter have either strong @xmath23 absorption on top of a k - type spectrum without emission lines , or show @xmath24 and @xmath25 in emission and higher order lines ( from @xmath23 on ) strong but in absorption .
in addition some spectra are characteristic of galaxy disks of late type spirals : in those cases some emission is present ( [ oiii],[oii],@xmath24 and nii ) but at a lower level than in the starburst galaxies .
finally , one typical liner ( heckman 1980 ) was found .
figure 2 shows the redshift distribution of the different spectral classes .
the mean redshift distribution of the whole sample is z=0.20 ; in particular starburst and post - starburst galaxies are nearer than ellipticals , in good agreement with the results from first ( magliocchetti et al .
lrrrrrr + & & & + & & & + & & & & & & + ell+liner & 34 & ( 50% ) & 7 & ( 29% ) & 27 & ( 60% ) + agn & 5 & ( 7% ) & 1 & ( 4% ) & 4 & ( 9% ) + spiral disks & 14 & ( 20% ) & 6 & ( 25% ) & 8 & ( 18% ) + sb + post - sb & 16 & ( 23% ) & 10 & ( 42% ) & 6 & ( 13% ) + all & 69 & & 24 & ( 35% ) & 45 & ( 65% ) + & & & & & & + the faint radio source composition resulting from the atesp - eis spectroscopic sample classification is presented in table 1 , where sub - mjy and mjy regimes have been considered separately .
we notice that the good quality of the spectra allowed us to classify all objects ( in previous spectroscopic studies of sub - mjy samples about 15 - 20@xmath1 of the objects were not classified due to poor spectroscopy ) .
+ our data clearly show that the agn contribution does not significantly change going to fainter fluxes ( from 9% to 4% ) , that early - type galaxies largely dominate ( 60% ) the mjy population , while star - formation processes become important in the sub - mjy regime : sb and post - sb galaxies go from 13% at @xmath26 mjy to 42% at @xmath27 mjy .
nevertheless , at sub - mjy fluxes , early - type galaxies still constitute a significant fraction ( 29% ) of the whole population . as shown in fig . 3 where we plot the radio flux densities against the i magnitudes for the whole sample
, this seems to be particularly true going to fainter magnitudes .
in fact at @xmath28 40% ( @xmath29 ) of the sub - mjy sources are early - type galaxies ( circles ) and the fraction of starburst galaxies ( stars ) in only 20% ( @xmath30 ) . the latter result , even though based on a very small number of objects , is in agreement with the result obtained from the analysis of the marano field sub - mjy sample ( gruppioni et al .
1999a ) , and suggests that star - forming galaxies dominate the sub - mjy population only at bright magnitudes .
deeper spectroscopy for the atesp - eis sample will be crucial in order to verify this indication on a reliable statistical basis .
3 also indicates a possible physical interpretation of this result : star - forming galaxies are characterized by smaller radio to optical ratios ( @xmath31 ) , that is have weaker intrinsic radio emission , than early - type galaxies ( @xmath32 ) . if this behaviour holds going to fainter fluxes , a larger fraction of star - forming galaxies is expected in @xmath5jy samples .
this hypothesis is supported by the study of the @xmath5jy sources in the hubble deep field , the majority of which seem to be associated with star - forming galaxies ( richards et al .
in order to improve our knowledge of the sub - mjy population it is crucial to obtain deeper optical images and/or fainter radio samples .
the first step will be to analyze the ubvri images of deep-1 field ( eis survey ) which overlaps a subregion of the atesp survey . at a limiting magnitude of about i=26 we estimate to indentify 70 - 80@xmath1 of the 135 radio sources present in the field .
furthermore the same region will be observed at 5 ghz with the atca ; radio spectral index and radio source structure will provide important clues on the nature of sub - mjy sources and put strong observational constraints on evolutionary models .
the next step is to have a @xmath33 sample with high quality spectroscopy ; the vla data at 1.4 ghz for the deep field of the virmos spectroscopic survey ( le fevre , these proceedings ) fulfill these requirments . | deep radio surveys @xmath3 mjy shown normalized radio counts flattening below mjy figure 1 at 1.4 ghz change slope due to new population radio sources sub mjy population at higher flux densities condon 1989 counts dominated by classical radio galaxies quasars sub - mjy population composed by low luminosity agn starburst galaxies relative comtribution not established long observing times fluxes existing samples in sub mjy small identification work spectroscopy demanding telescope time no more than @xmath4 radio sources in sub mjy samples identified on optical images @xmath5jy survey hubble deep field ssa13 80@xmath1 of 111 radio sources identified 1999 typical of spectra only @xmath6 best studied sample marano field 50@xmath1 sources have spectra permitted determination of spectral type redshift for 29 objects regions with deep photometry provide advantage region selected fulfills requirements partially vettolani et al . 1997 made deep redshift survey near sgp all galaxies down to @xmath7 19.4 3342 redshifts1998 ) typical depth @xmath8 10@xmath1 objects @xmath9 @xmath10 complete region radio survey atca australia telescope compact array 1400 mhz prandoni et al . 2000a b 16 radio mosaics @xmath11 resolution uniform sensitivity @xmath12 noise level @xmath079 @xmath5jy ) area esp redshift survey @xmath13 sq. degrees @xmath14 ) detected @xmath15 radio sources flux density limit @xmath16 mjy @xmath17 ) 1403 sub mjy sources used atesp catalogue differential atesp source counts 0.70 mjy counts compared previous determinations 1.4 ghz fig . 1 ) interpolation windhorst et al . 1990 @xmath18 radio sources 24 surveys 1.4 ghz state art consistency atesp counts recent surveys exception phoenix deep survey counts @xmath19 mjy higher atesp counts other surveys atesp counts agreement first counts white et al . 1997 ) most accurate over flux range 230 mjy atesp survey best determination counts fainter fluxes @xmath20 mjy ) first incompleteatesp counts provide constraint evolutionary models for mjy sub mjy populations region eis 1999 ) patch a ( 3.2 sq . degr. ) deep images i band galaxy catalogue to i=22.5 extracted 218 out of 384 radio sources ( @xmath21 mjy ) in 2.97 square degrees eis - a optical identification found obtained spectra eso 3.6 m telescope 69 galaxies brighter than i = 19.0 high signal to noise ratio permits unambiguous spectral classification divided galaxy - into standard groups distinguishes between agns elliptical galaxies without strong emission lines seyfert type spectra starburst galaxies 1985 spiral galaxies active phase star formation found starburst galaxies high excitation @xmath22 region - like spectra some post - starbursts strong @xmath23 absorption without emission lines @xmath24 @xmath25 emission higher lines strong absorption some spectra galaxy disks late type spirals some emission present lower level than starburst galaxies one typical liner heckman 1980 ) found figure 2 shows redshift distribution spectral classesredshift distribution sample z=0.20 starburst post - starburst galaxies nearer ellipticals agreement with results magliocchetti et al 34 50% ) 7 29% ) 27 60% ) + agn 5 7% ) 1 4% ) 4 9% ) + spiral disks 14 20% ) 6 25% ) 8 18% ) + sb + post - sb 16 23% ) 10 42% ) 6 13% ) 69 24 35% ) 45 65% ) faint radio source composition atesp - eis spectroscopic sample classification presented in table 1 sub - mjy mjy regimes good quality spectra all objects 15 - 20@xmath1 not classified poor spectroscopy data show agn contribution change fainter fluxes 9% to 4% ) early - type galaxies dominate 60% ) mjy population star - formation processes important in sub - mjy regime sb post - sb galaxies from 13% at @xmath26 mjy to 42% at @xmath27 mjy sub - mjy fluxes early - type galaxies 29% ) population fig . 3 radio flux densities magnitudes true fainter magnitudesat @xmath28 40% ( @xmath29 ) sub - mjy sources early - type galaxies starburst galaxies 20% @xmath30 ) result with marano field sub - mjy sample suggests star - forming galaxies dominate sub - mjy population at bright magnitudes deeper spectroscopy atesp - eis sample crucial verify star - forming galaxies smaller radio to optical ratios weaker intrinsic radio emission than early - type galaxies if fainter fluxes larger fraction star - forming galaxies expected in @xmath5jy samples hypothesis supported by study @xmath5jy sources in hubble deep field majority associated with star - forming galaxies improve knowledge sub - mjy population crucial to obtain deeper optical images fainter radio samples analyze ubvri images deep-1 field atesp survey at limiting magnitude i=26 indentify 70 - 80@xmath1 of 135 radio sources same region observed at 5 ghz with atca radio spectral index radio source structure provide clues on nature sub - mjy sources constraints on evolutionary modelsstep @xmath33 sample high quality spectroscopy vla data 1.4 ghz deep field virmos spectroscopic survey fulfill requirments | 0.3524 | 2,294 | 1,214 | , Saving $0.1 in GPT-4. |
172,851 | in this work several aspects of atlas rpc offline monitoring and data quality assessment are illustrated with cosmics data selected by rpc trigger .
these correspond to trigger selection , front - end mapping , detection efficiency and occupancy , which are studied in terms of low level quantities such as : rpc off - line hits and standalone tracks .
the tools and techniques presented are also extended to the forthcoming lhc p - p beam collisions . | the muon spectrometer of the atlas experiment at the large hadron collider ( lhc ) is built around three large super - conducting air - core toroids . in the barrel region , where the magnetic field is provided by eight radial coils ,
muon triggering is accomplished by 596 resistive plate chambers @xcite arranged radially at about 5 m , 7.5 m , and 10 m from the beam line @xcite .
the first two are located inside the toroid coils and named low - pt and pivot planes respectively ; while the outer one is located just outside the toroid and named high - pt plane .
the rpc planes are made of one or two mechanically independent rpc units ( for a total of 1116 ) .
each unit consists of 2 layers of active gas volume , each one instrumented with two orthogonal readout strip panels ( measuring the bending and non - bending views with a pitch of about 3 cm ) with built - in fast gaas front - end electronics .
the area covered by the rpc detector is 3650 m@xmath0 and the front - end electronics consists of approximately 355,000 readout channels .
the off - line monitoring and data quality assessment of such a large sub - system are crucial to maximize the physics reach of the experiment .
this can be accomplished by a detailed knowledge of the detector performance during runs and ensuring a uniform detector behavior between runs in order to reduce systematic errors .
the readout and trigger scheme is implemented by on - detector programmable coincidence matrix ( cma ) asics @xcite .
a cma trigger selection consists of a fast geometrical 25 ns temporal coincidence of 3 out of 4 rpc layers for low - pt triggers and 1 out of 2 rpc layers for high - pt triggers , in addition to a low - pt trigger .
figure [ triggerconditionstiming].a ) shows the rpc layers pattern when a trigger is present for cosmics data .
the trigger window could be further decreased , in steps of 3.125 ns , thanks to the excellent 1 ns timing resolution of the rpc detector .
the two inset plots of figure [ triggerconditionstiming].a ) illustrate the relative time between rpc planes belonging to the same trigger tower . inside a tower ,
the measured spread in time is dominated by the signal propagation speed along the detecting strip ; instead between towers , it is dominated by the particle time - of - flight . both effect can be corrected off - line and the rpc timing is a powerful tool against cosmics , cavern background , and events pile - up . the width of the geometrical coincidence ( named ` trigger road ' ) can be programmed up to 3 + 3 high transverse momentum track values .
figure [ triggerconditionstiming].b ) clearly shows a projective trigger road in non - bending view as extracted from cosmics data .
the rpc mapping is a not trivial task because the same electronics implements the trigger logic and the readout .
in fact , to avoid trigger inefficiency a large fraction of rpc strips are readout by two adjacent coincidence matrix in the low - pt and high - pt planes ( named ` cabling overlaps ' ) .
the pointing geometry requires cabling overlaps which are position dependent along the beam and when chamber boundaries are crossed in the bending view , a full non - bending view overlap is required between chambers ( named ` logical - or ' ) .
figure [ cablingoverlapefficiency].a ) shows an example of channel overlaps between two coincidence matrix , together with the relative inefficiency obtained with cosmic rays . the resulting overlap inefficiency is a fraction of percent and compatible with the random arrival time of cosmics inside a 25 ns clock period .
the software tools should be capable to produce a fast feedback on rpc detector data quality , without relay on the full atlas event reconstruction and combined quantities .
a rpc standalone tracking is implemented in off - line monitoring @xcite .
the tracking is based on rpc space points , which are defined by orthogonal rpc cluster hits of the same gas volume .
figure [ clustersizeoccupancy].a ) shows the average readout panel cluster size distribution at a gas volume high voltage value of 9600 v and nominal front - end voltage threshold .
the pattern recognition is seeded by a straight line , which is defined by two rpc space points belonging , respectively , to low - pt and pivot planes of the same or nearby station .
rpc space points not part of any previous tracks and inside a predefined distance from the straight line are associated to the pattern .
resulting patterns with points in at least 3 out of 4 layers in low - pt and pivot planes are retained and a linear interpolation is performed in two orthogonal views . from cosmic data
about 95 % percent of events have at least one rpc track ; this is due the strong correlation between the pattern recognition and the trigger algorithm . applying a quality cut of chi2/dof @xmath1 1 about 70 % of events have at least a good tracks and 10 % with more than one . in order to measure the detection efficiency
the rpc tracking is repeated 6 times , each time removing the layer under test from the pattern recognition and track fitting .
figure [ cablingoverlapefficiency].b ) shows the strip profile of readout panel under test in correspondence of the projected track and the profile of efficient strip . the strip efficiency is also shown on the same plot and it results in an unbiased measure because of the 3 out of 4 majority trigger logic .
the rpc tracking standalone is extended to the forthcoming lhc p - p beam collisions .
cosmic rays arrive randomly in time and not uniformly on detector surface .
this makes detector studies with cosmics not very accurate and predictable .
tracks produced by beam collisions are synchronous with beam clock , pointing , and uniform in azimuthal angle and pseudo - rapidity .
the difficultly with beam is due to the presence of the magnetic field and operation at high luminosity . the above described pattern recognition and the track quality cut correspond , in magnetic field , to a cut in transverse momentum . at high
luminosity a large uncorrelated and correlated background could increase the number of fake tracks significantly . in order to mitigate such a problem we tune the pattern recognition and the track quality cut and reject low momentum tracks . in figure [ clustersizeoccupancy ]
the distribution of rpc hits per event with rpc trigger and with random trigger are shown .
the average value of these distributions correspond to the average rpc detector occupancy due to cosmics and uncorrelated noise .
the cosmic ray and random trigger data show a low level of uncorrelated noise in rpc detector , which corresponds to fraction of hz@xmath2@xmath3 . during beam collisions , at nominal luminosity ,
uncorrelated and correlated noise is going to be dominated by cavern background and low energy tracks .
data quality on trigger selection and detector performance could be asses in a quite straight forward and simple way by looking to distributions of layers pattern in trigger , single channel overlap efficiency , single strip efficiency , and average readout panel occupancy .
the monitoring of these distributions guarantees good data on tape and promptly spot eventually occurring problems .
1 r. santonico r. cardarelli : .
nuclear instruments and methods , 187 ( 1981 ) 377 .
atlas technical design report .
muon spectrometer .
cern / lhcc/97 - 22 , geneva ( 1997 ) .
g. chiodini , et al .
nuclear instruments and methods a 581 ( 2007 ) 213 . | muon spectrometer atlas experiment large hadron collider built around three super - conducting air - core toroids barrel region magnetic field by eight radial coils muon triggering by 596 resistive plate chambers at 5 7.5 10 m from beam line first two inside toroid coils low - pt pivot planes outer one outside toroid high - pt plane rpc planes two independent rpc units total 1116 each unit 2 layers active gas volume with two orthogonal readout strip panels built - fast gaas front - end electronics area covered rpc detector 3650 m@xmath0 front - end electronics 355,000 readout channels off - line monitoring data quality assessment crucial physics reach knowledge detector performance uniform detector behavior between runs reduce errors readout trigger scheme implemented by on - detector programmable coincidence matrix ) trigger selection fast 25 ns temporal coincidence of 3 out of 4 rpc layers for low - pt 1 of 2 for high - pt triggers figure shows rpc layers pattern trigger present data trigger window decreased 3.125 ns thanks to 1 ns timing resolution rpc detectortwo plots illustrate time between rpc planes same tower inside tower spread time dominated by signal propagation speed detecting strip between towers by particle time - of - flight corrected off - line rpc timing against cosmics cavern background events pile - up width geometrical coincidence trigger road programmed up to 3 + 3 high transverse momentum track values shows projective trigger road non - bending view from cosmics data rpc mapping same electronics implements trigger logic readout avoid inefficiency rpc strips readout by coincidence cabling overlaps pointing geometry requires cabling overlaps position dependent chamber boundaries crossed full non - bending view overlap required between chambers figure cablingoverlapefficiency shows channel overlaps between two coincidence matrix relative inefficiency with cosmic rays overlap inefficiency fraction of percent compatible with random arrival time cosmics inside 25 ns clock period software tools fast feedback on rpc detector data quality rpc standalone tracking in off - line monitoring @xcite based on rpc space points defined by orthogonal rpc cluster hits same gas volumefigure clustersizeoccupancy shows average readout panel cluster size distribution at gas volume high voltage 9600 v front - end voltage threshold pattern recognition seeded by straight line defined by two rpc space points low - pt pivot planes station space points not previous tracks distance from straight line associated to pattern patterns with in 3 out of 4 layers low - pivot planes retained linear interpolation performed in two orthogonal views 95 % events have one rpc track correlation between pattern recognition trigger algorithm quality cut chi2/dof @xmath1 1 70 % events have good tracks 10 % more than one efficiency rpc tracking repeated 6 times removing layer cablingoverlapefficiency shows strip profile of readout panel projected track efficient strip strip efficiency shown plot unbiased measure 3 out of 4 majority trigger logic rpc tracking extended to p - beam collisions cosmic rays arrive randomly not uniformly detector studies tracks beam collisions synchronous clock uniform in azimuthal angle pseudo - rapidity due to magnetic field operation high luminosity pattern recognition track quality cut correspond to cut transverse momentumhigh luminosity uncorrelated background fake tracks tune pattern recognition track quality reject low momentum tracks figure distribution rpc hits per event random trigger average distributions rpc detector occupancy cosmics uncorrelated noise cosmic ray random trigger show low uncorrelated noise detector fraction hz@xmath2@xmath3 beam collisions nominal luminosity uncorrelated noise dominated by cavern background low energy tracks data quality trigger selection detector performance layers pattern trigger single channel overlap efficiency single strip efficiency average readout panel occupancy monitoring guarantees good data problems r. santonico cardarelli nuclear instruments methods 187 ( 1981 ) 377 technical design report muon spectrometer cern / lhcc/97 - 22 geneva 1997 ) chiodini nuclear instruments methods 581 ( 2007 ) 213 | 0.270423 | 1,576 | 782 | , Saving $0.0 in GPT-4. |
172,860 | in this note , we consider the minimum number of not operators in a boolean formula representing a boolean function . in circuit complexity theory , the minimum number of not gates in a boolean circuit computing a boolean function @xmath0 is called the inversion complexity of @xmath0 . in 1958 , markov determined the inversion complexity of every boolean function and particularly proved that @xmath1 not gates are sufficient to compute any boolean function on @xmath2 variables . as far as we know , no result is known for inversion complexity in boolean formulas , i.e. , the minimum number of not operators in a boolean formula representing a boolean function .
the aim of this note is showing that we can determine the inversion complexity of every boolean function in boolean formulas by arguments based on the study of circuit complexity . | when we consider boolean circuits with a limited number of not gates , there is a basic question : can a given boolean function be computed by a circuit with a limited number of not gates ?
this question has been answered by markov @xcite in 1958 .
the _ inversion complexity _ of a boolean function @xmath0 is the minimum number of not gates required to construct a boolean circuit computing @xmath0 , and markov completely determined the inversion complexity of every boolean function @xmath0 . in particular , it has been shown that @xmath1 not gates are sufficient to compute any boolean function . after more than 30 years from the result of markov , santha and
wilson @xcite investigated the inversion complexity in _ constant depth circuits _ and showed that on the restriction @xmath1 not gates are not sufficient to compute a boolean function .
the result has been extended to _ bounded depth circuits _ by sung and tanaka @xcite .
recently we completely determined the inversion complexity of every boolean function in _ non - deterministic circuits _ , and particularly proved that one not gate is sufficient to compute any boolean function if we can use an arbitrary number of guess inputs @xcite . a boolean circuit
whose gates have fan - out one is called a _
formula_. formulas are one of well - studied circuit models in circuit complexity theory .
note that a boolean circuit whose gates have fan - out one corresponds to a boolean formula . in this note
, we investigate the inversion complexity in formulas , which corresponds to the minimum number of not operators in a boolean formula representing a boolean function . as far as we know
, there is no result for the inversion complexity in formulas .
we completely determine the inversion complexity of every boolean function in formulas .
a _ circuit _ is an acyclic boolean circuit which consists of and gates of fan - in two , or gates of fan - in two and not gates .
a _ formula _ is a circuit whose gates have fan - out one .
we denote the number of not gates in a formula @xmath3 by @xmath4 .
let @xmath5 and @xmath6 be boolean vectors in @xmath7 .
@xmath8 means @xmath9 for all @xmath10 .
@xmath11 means @xmath8 and @xmath12 for some @xmath13 .
a boolean function @xmath0 is called _ monotone _ if @xmath14 whenever @xmath8 .
a _ chain _ is an increasing sequence @xmath15 of boolean vectors in @xmath7 .
the _ decrease _ @xmath16 of a boolean function @xmath0 on a chain @xmath17 is the number of indices @xmath13 such that @xmath18 for @xmath19 .
the _ decrease _ @xmath20 of @xmath0 is the maximum of @xmath16 over all increasing sequences @xmath17 .
we denote the inversion complexity of a boolean function @xmath0 in circuits by @xmath21 .
markov gave the tight bound of @xmath21 for every boolean function @xmath0 .
[ prop : markov ] for every boolean function @xmath0 , @xmath22
first we separate @xmath0 to two functions @xmath31 and @xmath32 as follows .
[ fig : func ] .
let @xmath33 be the set of all vectors @xmath34 such that for every chain @xmath17 starting with @xmath5 , @xmath35 .
we define @xmath31 and @xmath32 as follows : @xmath36 and @xmath37 we define @xmath38 as follows : @xmath39 by the definitions of @xmath31 and @xmath33 , @xmath40 next we show that @xmath41 .
let @xmath5 and @xmath6 be boolean vectors in @xmath7 such that @xmath8 .
suppose that @xmath42 , i.e. , @xmath43 .
since @xmath43 , there is a chain @xmath44 starting with @xmath6 and such that @xmath45 .
then for a chain @xmath17 which starts with @xmath5 and includes @xmath44 , @xmath46 . therefore @xmath47 .
thus if @xmath42 , then @xmath48 , which means @xmath49 finally we show that @xmath50 we assume that @xmath51 . since @xmath52 for @xmath53 , there is a chain @xmath54 ending in a vector @xmath43 and such that @xmath55 .
since the @xmath6 is not in @xmath33 , there is a chain @xmath56 starting with @xmath6 and such that @xmath57 .
let @xmath44 be the chain which is obtained by connecting @xmath54 and @xmath56
. then , @xmath58 thus a contradiction happens . by the supposition and eq .
( [ eq : f1 ] ) to ( [ eq : f2 ] ) , there are a formula @xmath59 computing @xmath32 such that @xmath60 and formulas @xmath61 and @xmath62 computing @xmath31 and @xmath38 respectively such that @xmath63 .
we construct a formula @xmath3 computing @xmath0 from @xmath64 and @xmath62 as @xmath3 computes the following : @xmath65 we prove @xmath73 .
if the input of a not gate @xmath74 is @xmath75 and the output is @xmath76 , then we call the state of @xmath74 _
up_. if otherwise , we call the state _ down_. we denote by @xmath77 the number of not gates whose states are down in a formula @xmath3 given @xmath5 as the input of @xmath3 .
we change the input of @xmath3 from @xmath5 to @xmath6 .
let @xmath82 be all not gates which change from down state to up state at the time .
since @xmath11 , each @xmath83 for @xmath84 is connected from @xmath85 which changes from up state to down state by a path including no not gate . since the output of @xmath3 changes from @xmath76 to @xmath75 , the output of @xmath3
is also connected from @xmath86 which changes from up state to down state by a path including no not gate . @xmath87 and @xmath86 are distinguished from each other , since @xmath3 is a formula .
thus the number of not gates whose states are down increases by at least one .
m. fischer , lectures on network complexity , 1104 , cs department , yale university , 1974 ( revised 1996 ) .
a. a. markov , on the inversion complexity of a system of functions , 5(4 ) , pp . 331334 , 1958 . h. morizumi , limiting negations in non - deterministic circuits , , 2008 .
m. santha and c. wilson , limiting negations in constant depth circuits , 22(2 ) , pp . 294302 , 1993 .
s. sung and k. tanaka , limiting negations in bounded - depth circuits : an extension of markov s theorem , , lncs vol .
2906 , pp . 108116 , 2003 . | consider boolean circuits with limited not gates basic question can boolean function computed by circuit ? answered by markov @xcite 1958 inversion complexity of boolean function @xmath0 minimum not gates markov determined inversion complexity every function @xmath1 not gates sufficient compute boolean function 30 years santha wilson investigated inversion complexity in constant depth circuits showed @xmath1 not gates not sufficient compute boolean function result extended to bounded depth circuits by sung tanaka determined inversion complexity of boolean function in non - deterministic circuits proved one not gate sufficient compute function arbitrary guess inputs boolean circuit gates fan - out one called formula_ formulas well - studied circuit complexity theory boolean circuit fan - out one corresponds to boolean formula investigate inversion complexity in formulas minimum number not operators in boolean formula no result for inversion complexity in formulas determine inversion complexity of every boolean function in formulas circuit _ is acyclic boolean circuit gates fan - in two not gates formula _ is circuit gates have fan - out onedenote number gates formula @xmath3 by @xmath4 @xmath5 boolean vectors in @xmath7 @xmath8 means @xmath9 @xmath10 @xmath11 means @xmath8 @xmath12 @xmath13 boolean function @xmath0 monotone @xmath14 @xmath8 chain increasing sequence @xmath15 boolean vectors in @xmath7 decrease @xmath16 boolean function @xmath0 chain @xmath17 number indices @xmath13 @xmath18 @xmath19 decrease @xmath20 @xmath0 maximum @xmath16 over increasing sequences @xmath17 inversion complexity boolean function @xmath0 in circuits by @xmath21 tight bound @xmath21 boolean function @xmath0 separate @xmath0 to two functions @xmath31 @xmath32 @xmath33 set vectors @xmath34 every chain @xmath17 @xmath5 define @xmath31 @xmath32 @xmath38 @xmath39 definitions @xmath41 @xmath5 @xmath6 boolean vectors in @xmath7 @xmath42 @xmath43@xmath43 chain @xmath44 starting @xmath6 @xmath45 chain @xmath17 starts @xmath5 includes @xmath44 @xmath46 @xmath47 @xmath42 @xmath48 @xmath49 @xmath50 @xmath51 @xmath52 @xmath53 chain @xmath54 ending vector @xmath43 @xmath55 @xmath6 not in @xmath33 chain @xmath56 starting with @xmath6 @xmath57 @xmath44 chain connecting @xmath54 @xmath56 @xmath58 contradiction supposition formula @xmath59 computing @xmath32 @xmath60 formulas @xmath61 @xmath62 @xmath31 @xmath38 formula @xmath3 @xmath0 from @xmath64 @xmath62 @xmath65 prove @xmath73 input not gate @xmath74 @xmath75 output @xmath76 call state of @xmath74 _ up_ otherwise call state _ down_ denote @xmath77 number not gates states down formula @xmath3 @xmath5 input change input @xmath3 from @xmath5 to @xmath6 @xmath82 not gates change from down to up state@xmath11 @xmath83 @xmath84 connected @xmath85 changes up down state no not gate output @xmath3 changes to connected @xmath86 no not gate @xmath87 @xmath86 distinguished @xmath3 formula number not gates down increases one m fischer lectures network complexity 1104 department yale university 1974 revised 1996 markov inversion complexity system functions 5(4 ) pp 331334 1958 morizumi limiting negations non - deterministic circuits 2008 santha wilson limiting negations constant depth circuits 22(2 ) 294302 1993 sung tanaka limiting negations bounded - circuits extension markov s theorem lncs vol . 2906 108116 2003 | 0.262672 | 1,624 | 866 | , Saving $0.0 in GPT-4. |
172,864 | in this contribution , we report on the discovery of dwarf spheroidals ( dsphs ) in the core of the fornax cluster . their photometric properties like magnitude , colour , surface brightness are very similar to those of local group dsphs .
however , at a given total magnitude , dsphs in fornax seem to be more extended than their local group counterparts . the membership of several dwarf galaxy candidates in fornax has been confirmed by surface brightness fluctuation measurements on deep wide - field images taken with the magellan telescope .
the analysis of these images also confirms the flat faint end slope of the luminosity function for dsphs in fornax which contradicts the expected large number of small dark matter halos connected to dwarf galaxies in @xmath0cdm theory .
dwarf spheroidals have also been detected in the hydrai and centaurus cluster .
a preliminary analysis of their photometric properties shows that they obey similar scaling relations as their counterparts in fornax and the local group . | the identification of dwarf galaxies in different environments plays an important role for the verification of cosmological models .
cold dark matter models predict a large number of small dark matter ( dm ) halos as sub - structures around milky way - sized halos as well as galaxy cluster - sized halos ( e.g. moore et al .
if every small dm halo would contain luminous matter , many dwarf galaxies are expected in basically all environments .
however , already in the local group there exists a strong discrepancy , the so - called `` missing satellite problem '' ( e.g. klypin et al .
the faint end of its galaxy luminosity function is quite flat ( @xmath1 , pritchet & van den bergh @xcite ) compared with cdm model predictions .
several studies of galaxy clusters show rising numbers of low - luminosity des down to about @xmath2 mag with very different faint - end slopes in the range @xmath3 ( e.g. trentham & tully @xcite ) . however , it is not known whether the luminosity function in clusters continues to @xmath4 , as it does in the local group .
do dsphs actually exist in galaxy clusters ? and
how abundant are they ? here , we present the identification and analysis of dwarf spheroidals in nearby clusters , namely the fornax , hydrai and centaurus cluster .
end of 1999 , we observed the core of the fornax cluster through the johnson @xmath5 filters with the wide - field ccd ( wfccd ) at the 100-inch du pont telescope at las campanas , chile . the pixel scale of 0.77 arcsec / pixel favours the detection of very low surface brightness galaxies .
the photometric parameters of the des / dsphs have been derived from the analysis of their surface brightness profiles ( see fig .
1 ) : the total magnitude by a curve of growth analysis , the color within an aperture of 8 arcsec diameter , and the central surface brightness from an exponential fit to the outer part of the profile .
first results of our study were presented in hilker et al .
( @xcite ) .
about 70 new dsph candidates have been discovered beyond the limits of the fornax cluster catalog ( fcc , ferguson @xcite ) , the faintest one with an absolute magnitude of @xmath6 mag and a central surface brightness of @xmath7 mag / arcsec@xmath8 .
the dsphs follow similar magnitude - surface brightness and also colour - magnitude relations as their counterparts in the local group ( see figs . 1 and 2 in hilker et al .
the faint - end slope of the luminosity function of the dsphs is flat ( @xmath9 , see fig .
3 in hilker et al .
@xcite ) .
the only difference between the local group dsphs and those in the fornax cluster are their sizes .
2 shows that at a given total magnitude , the des / dsphs in fornax are on average larger than their local group counterparts ( data from grebel et al .
this is also reflected in the magnitude - surface brightness diagram ( fig .
3 ) where the local group dwarfs have on average a higher central surface brightness than the fornax dsphs .
this finding might be explained by environmental effects , i.e. the strong tidal forces in a cluster that lead to more extended , lower surface brightness dwarf galaxies , and finally to a destruction of dsphs close to the cluster center ( e.g. hilker et al .
the wfccd study has shown that the combination of deep multi - color photometry in a wide field with a sufficient resolution is crucial in order to identify dwarf spheroidal candidates in nearby clusters . however , one still can not be sure that all dsph candiates are real cluster members , as long as one has not measured their distances .
therefore , to improve the membership assignment , we have re - imaged the central fornax cluster with substantially better spatial resolution ( 0.2 arcsec / pixel ) using imacs and magellan at lco . from the first part of our survey
, we directly determined the cluster membership for 10 previously unconfirmed candidate des in the magnitude range @xmath10 mag using the sbf method ( fig . 2 ,
see mieske et al .
@xcite for details of this method ) .
this extends the magnitude range of confirmed cluster members far into the regime where the faint end slope @xmath11 dominates the galaxy luminosity function .
furthermore , we improved the morphological cluster membership assignments for fainter galaxies ( @xmath12 mag ) . for the vast majority of de candidates we confirm the probable cluster membership , such that @xmath11 changes by less than 0.02 compared to the previously determined value .
only very few dsph candidates turn out te be likely background galaxies due to their better resolved morphology ( see fig . 2 ) .
we find two new dsph candidates from our imacs imaging ( see fig . 3 ) .
including them does not change @xmath11 , either .
this further confirms the strong discrepancy between the number of low mass dark matter halos expected in a @xmath0cdm universe and the number of low luminosity galaxies .
the new membership determinations from the first part of the `` fornax deep field '' survey are summarised in the magnitude - surface brightness plot ( see fig . 3 ) . except for a few barely resolved galaxies ( close to the dashed line )
, the morphological membership classification seems to work very reliable . of the colour - magnitude relation ,
open triangles those galaxies that were identified only by eye .
double circles indicate cluster membership confirmed with sbf , single circles probable membership due to morphology .
probable background galaxies ( due to morphology ) are crossed out .
the two filled hexagons mark two additional cluster member candidates found from the imacs imaging .
the dashed line indicates a scale length of 2.5 arcsec for an exponential profile .
the dotted lines are the 3@xmath13 deviations from the magnitude - surface brightness relation as defined by the fornax des .
the solid curve shows the completeness limit of 50%.,scaledwidth=78.0% ]
the central parts of the hydrai and centaurus cluster have been imaged through johnson @xmath5 with fors1 at the vlt in dark time and under excellent seeing conditions ( for first results , see mieske & hilker @xcite ) .
a first visual inspection of the images revealed a wealth of faint , spatially resolved dsph candidates .
the surface brightness profiles of a small random sample has been measured .
their structural and photometric parameters are such that they fall on top of the colour - magnitude and magnitude - surface brightness relation defined by the fornax dsphs .
the publication of these results is in preparation .
the counterparts of local group dsphs do exist in fornax .
they follow similar colour - magnitude and magnitude - surface brightness relations , except that the fornax dsphs seem to be in average larger at a given total magnitude than the local group dsphs . +
* sbf - cluster memberships and improved morphological classifications do not change the shallow faint end slope of @xmath14 derived from the wfccd - data by more than 0.02 , posing a challenge to @xmath0cdm theory . +
preliminary analysis of deep vlt images in hydrai and centaurus show that dsph candidates exist in these clusters , and that they follow similar scaling relations as their counterparts in fornax .
more on this in forthcoming publications . | identification of dwarf galaxies in environments for cosmological models cold dark matter models predict small dark matter halos around milky way galaxy cluster - halos if every small dm halo luminous matter dwarf galaxies expected in all environments in local group strong discrepancy missing satellite problem faint end galaxy luminosity function flat @xmath1 compared with cdm model predictions studies galaxy clusters show rising low - luminosity des down to @xmath2 mag different faint - end slopes in @xmath3 not known luminosity function in clusters continues to @xmath4 do dsphs exist in galaxy clusters identification analysis of dwarf spheroidals in nearby clusters fornax hydrai centaurus cluster observed core of fornax cluster through johnson @xmath5 filters at 100-inch du pont telescope at las campanas chile pixel scale of 0.77 arcsec / pixel favours detection of low surface brightness galaxies photometric parameters of des / dsphs derived from surface brightness profiles total magnitude by growth color within aperture 8 arcsec diameter central surface brightness fromresults study presented in hilker et al . 70 new dsph candidates discovered beyond fornax cluster catalog faintest magnitude @xmath6 mag central surface brightness @xmath7 mag /@xmath8 dsphs follow similar magnitude - surface brightness colour - magnitude relations as counterparts in local group figs 1 2 faint - end slope luminosity function dsphs flat difference between local group dsphs fornax cluster sizes magnitude dsphs in fornax average larger than local group counterparts data grebel et al reflected in magnitude - surface brightness diagram local group dwarfs higher central surface brightness than fornax dsphs explained by environmental effects strong tidal forces extended lower surface brightness dwarf galaxies destruction of dsphs close to cluster center study deep multi - color photometry sufficient resolution crucial to identify dwarf spheroidal candidates in nearby clusters all dsph candiates real cluster members distances improve re - imaged central fornax cluster with better spatial resolution ( 0.2 arcsec / pixel ) using imacs and magellan at lcosurvey determined cluster membership for 10 unconfirmed candidate des magnitude @xmath10 mag using sbf method fig . 2 mieske et al . extends magnitude range cluster members faint @xmath11 dominates galaxy luminosity improved morphological cluster membership assignments for fainter galaxies @xmath12 mag ) majority candidates confirm probable cluster membership @xmath11 changes less than 0.02 few dsph candidates likely background galaxies better resolved morphology fig 2 two new dsph candidates from imacs imaging fig 3 change @xmath11 confirms discrepancy between low mass dark matter halos @xmath0cdm universe low luminosity galaxies new membership determinations summarised in magnitude - surface brightness plot fig . 3 morphological membership classification open triangles galaxies identified by eye double circles indicate cluster membership confirmed sbf single circles probable membership due to morphology probable background galaxies due morphology crossed out two filled hexagons mark two additional cluster member candidates imacs imaging dashed line indicates scale length 2.5 arcsec exponential profile dotted lines 3@xmath13 deviations from magnitude - surface brightness relationsolid curve shows completeness limit 50%=78.0% central parts hydrai centaurus cluster imaged through johnson @xmath5 fors1 vlt dark time excellent conditions mieske hilker @xcite inspection revealed faint spatially resolved dsph candidates surface brightness profiles small sample measured structural photometric parameters fall colour magnitude surface brightness relation fornax dsphs publication results preparation counterparts local group dsphs exist in fornax follow similar colour relations fornax dsphs larger total magnitude sbf - cluster memberships improved morphological classifications change shallow faint end slope @xmath14 wfccd - data 0.02 challenge @xmath0cdm theory preliminary analysis deep vlt images hydrai centaurus dsph candidates exist follow similar scaling relations counterparts fornax more forthcoming publications | 0.26789 | 1,623 | 802 | , Saving $0.0 in GPT-4. |
172,871 | in future normal - conducting linear colliders , the beams will be delivered in short bursts with a length of the order of @xmath0 .
the pulses will be separated by several ms . in order to maintain high luminosity ,
feedback is necessary on a pulse - to - pulse basis . in addition , intra - pulse feedback that can correct beam positions and angles within one pulse seem technically feasible . the likely performances of different feedback options are simulated for the nlc ( next linear collider @xcite ) and clic ( compact linear collider @xcite ) . | a vertical position displacement between the beam centres at the interaction point ( ip ) will cause luminosity reduction .
two main sources of beam jitter at the interaction point ip are expected .
firstly , the beam entering the final focus system may jitter in angle and position . at the ip , the resulting vertical position error , normalised to the beam size , and the resulting angle error , normalised to the beam divergence , are expected to have the same size .
secondly , transverse jitters of the final focus magnets , especially of the final doublet , will mainly change the position of the beams at the ip , not so much the angle .
the jitter at the ip can thus be described by @xmath1 here , @xmath2 and @xmath3 are the offset and angle error of the beam at the ip , @xmath4 and @xmath5 are beam size and divergence , also at the ip .
@xmath6 is the contribution to the position error due to the final focus system .
if it is large , the effect of the angle at the ip can be neglected .
when the beams collide with a vertical offset , they will receive a strong kick from the beam - beam interaction .
the angle of the outgoing beam can therefore be used to measure the relative positions of the beams .
the dependence of kick angle and luminosity on the position and initial angle have been simulated with the program guinea - pig @xcite , varying both parameters .
the luminosity @xmath7 as a fraction of the nominal @xmath8 , is shown in fig .
[ f : lumi ] , as a function on the relative beam position error and beam angle error .
the kick angle is shown in fig .
[ f : angle0 ] as a function of the offset .
if the beams collide without an offset but with an angle , their initial angle is roughly preserved in the beam - beam interaction . for comparison : the beam divergence is @xmath9 for nlc and @xmath10 for clic .
= 6.5 cm in order to have a fast correction , corrector and beam - position monitor ( bpm ) need to be located close together . here , they are located on the same side of the ip at a distance of @xmath11 , see fig . [
f : scheme ] .
thus the correction is not applied to the measured beam but to the other one .
this significantly reduces the time necessary to transport the signal from the bpm to the kicker .
the feedback response time @xmath12 is given by @xmath13 here , @xmath14 is the time the bpm electronics needs to measure the beam offsets and to process the data , @xmath15 is the response time of the kicker and @xmath16 is the transport time of the signal from bpm to kicker . @xmath17 and @xmath18 are the times of flight from the ip to the bpm and from the kicker to the ip , respectively . in the following ,
a total of @xmath19 is assumed , half of which is due to @xmath20 .
the pulse lengths are @xmath0 in clic and @xmath21 in nlc .
the hardware for this feedback has not yet been designed . with a solid state amplifier
it should be possible to correct an offset of @xmath22 @xcite , with an additional stage of tube amplification this may even be extended to @xmath23 @xcite .
it is assumed that the feedback changes the beam position by @xmath24 after each measured bunch according to @xmath25 for a measured angle @xmath26 .
the gain factor @xmath27 is chosen to give optimal performance .
the additional crossing angle , that results from the correction is orders of magnitude smaller than the beam divergence and can be neglected .
here , only position errors are considered .
first nlc is discussed . in fig .
[ f : gain ] , the luminosity loss with a beam offset @xmath28 is shown as a function of the gain @xmath27 . as can be seen , @xmath29 seems a good choice .
very small gains lead to a slow correction , very large ones to an over - correction .
both result in a larger luminosity loss . with @xmath29 ,
the luminosity loss is reduced by a factor 6 , compared to the case without feedback . for a smaller offset of @xmath30 about the same factor
is found .
two main sources of noise can lead to an increased luminosity loss with feedback : a bunch - to - bunch position jitter of the incoming beam , and the position resolution of the bpm .
for the chosen gain @xmath29 , the additional loss induced by the feedback is very small , compared to the case without feedback . to estimate the required bpm resolution ,
simulations are performed with perfect beams and a position error of the bpm of @xmath31 for a single bunch .
the luminosity loss , averaged over 100 cases , is only @xmath32 .
the limit on the bpm resolution seems therefore not to be very stringent compared to the resolutions that must be achieved in other parts of the machine . for a very large offset of @xmath33 , the luminosity without feedback ,
is only @xmath34 of the nominal value .
if the feedback has the required correction range , it can recover @xmath35 of the full luminosity .
for the experiment , this can make the difference between a complete failure and still acceptable running conditions . for clic ,
the machine with a centre - of - mass energy of @xmath36 is simulated . at higher energies , @xmath37 or @xmath38 ,
a large number of electrons and positrons will be produced during the collision of the two beams , in a process called coherent pair creation @xcite ; already at @xmath37 , the number of these particles is about @xmath39 of the number of beam particles .
they induce a strong signal in the bpm , and due to their large angle could even hit it .
their properties need to be studied in detail before one can suggest a feedback for the high energy machines . in clic at @xmath40 , the feedback response time
is assumed to be the same as in nlc . with the optimum gain @xmath41
, the luminosity loss is reduced by a factor 3 .
this is not as good as in nlc , since the bunch trains are shorter in clic .
a bpm resolution of @xmath31 leads to a luminosity loss of only @xmath42 .
this is better than in nlc because of the lower gain and the slightly larger kick angle for an offset of @xmath43 .
if the beams at the ip have angle jitters , this reduces the luminosity . in addition
, the bpm measures the additional angle and the feedback tries to correct a non - existing offset .
the latter problem can be solved by measuring the incoming beam angle error and subtracting it from the value measured by the feedback .
two options are discussed in reference @xcite , one suggested by m. breidenbach .
both have some difficulties and neither correct the angle error , but only its effect on the position feedback .
as shown below , this is not sufficient , because the luminosity loss will stay large .
if the angle jitter is significant , an additional angle feedback is needed for each beam , as described below .
each angle feedback consists of a bpm and a strip - line kicker which are placed in the beam delivery section before the detector , see fig . [
f : angle ] .
this assumes that the angle jitter is created before this system , as is to be expected .
the bpm has to be at a phase advance of @xmath44 from the ip , where an angle error at the ip can be measured as a position error .
the kicker has to be closer to the ip , at @xmath45 , to be able to transport the signal in the same direction as the beam . here
, the angle at the ip can be corrected by applying a kick .
one needs large beta - functions , at the bpm to have a good signal , and at the kicker to have a smaller divergence and thus correction angle .
possible positions exist in the beam delivery system @xcite .
the kick angles have to be significantly larger than for the offset feedback @xcite , and it may be difficult to achieve this .
this feedback is relatively simple , and uses a constant gain for each bunch .
the response time @xmath12 is given by equation ( [ e : latency ] ) . in the present case
@xmath17 is negative , since the beam reaches the bpm before the ip . with signal transmission at the speed of light
, one would obtain @xmath46 and consequently @xmath47 . in the following ,
@xmath48 is assumed .
the angle feedback is simulated for nlc .
the optimum gain is determined in the same way as for the position feedback .
if only angle errors were present , the luminosity loss would be reduced by a factor 6 , as for the position feedback .
the required resolution for the bpm depends on the vertical beta - function at its position .
it must correspond to a resolution of the beam angle in the ip of @xmath49 , to achieve a luminosity loss of only @xmath50 for perfect beams . finally , the combination of angle and position error is considered .
figure [ f : fig1 ] shows the fractional luminosity loss for a constant beam position error of @xmath28 as a function of the angle error .
if no feedback is used , the luminosity loss is high .
an additional angle error can increase it even more . if only a position feedback is used , which does not correct the angle error of the incoming beam , the luminosity loss is small as long as the angle errors are small .
if @xmath51 becomes comparable to @xmath52 , the loss is almost the same as without feedback .
if one measures the incoming angle , and subtracts it from the measured value , the situation does not improve very much . if finally , a position feedback at the ip and an angle feedback for each beam are used , the luminosity loss is significantly reduced , independent of the initial angle error .
if the appropriate hardware can be built , the intra - pulse feedback at the interaction point offers a reduction of the luminosity loss due to pulse - to - pulse jitter by a factor of about 6 in nlc and 3 in clic . even in case of a very large offset of 12 times the beam size , more than @xmath53 of the luminosity
is recovered in nlc . without feedback
the luminosity would be almost zero .
if the angle jitter is significant , it is not sufficient to correct the measured kick angle accordingly . to reduce the luminosity loss due to the angle errors ,
the described angle feedback is necessary . whether it is feasible needs to be studied .
i would like to thank t. raubenheimer for inviting me to slac , where i did most of the work presented .
i am grateful to m. breidenbach , p. emma , j. frisch , g. haller , t. raubenheimer and p. tennenbaum for very helpful discussions . | vertical position displacement between beam centres at interaction point ip luminosity reduction two sources of beam jitter at ip expected beam entering final focus system may jitter in angle position vertical position error angle error same size transverse jitters of final focus magnets especially doublet change position beams at ip not angle jitter at ip described by @xmath1 @xmath2 @xmath3 are offset angle error @xmath4 @xmath5 are beam size divergence @xmath6 contribution to position error final system if large effect of angle at ip can neglected beams collide with vertical offset receive strong kick from angle of outgoing beam used to measure relative positions of kick angle luminosity on position initial angle simulated with program guinea - pig @xcite varying parameters luminosity @xmath7 fraction of nominal @xmath8 shown in fig . function on relative beam position error beam angle error kick angle function of offset if beams collide without offset but with angle initial angle preserved beam divergence is @xmath9 for nlc @xmath10 for clic 6.5 cm fast correction corrector beam - position monitor bpm ) close together same side of ip distance of @xmath11 fig . correction not to measured beam but other one reduces time signal from bpm to kicker feedback response time @xmath12 by @xmath13 @xmath14 bpm beam offsets process response time kicker transport time to kicker @xmath17 @xmath18 times flight from ip to bpm kicker to ip total of @xmath19 assumed half due to @xmath20 pulse lengths are @xmath0 in clic @xmath21 in nlc hardware for feedback not yet designed solid state amplifier correct offset of @xmath22 @xcite additional amplification may to @xmath23 @xcite feedback changes beam position by @xmath24 after each measured bunch @xmath25 angle @xmath26 gain factor @xmath27 optimal performance additional crossing angle from correction smaller than beam divergence neglected only position errors considered first nlc discussed fig . f luminosity loss with beam offset @xmath28 function of gain @xmath27 @xmath29 good choicesmall gains lead slow correction large over - correction both result larger luminosity loss with @xmath29 luminosity loss reduced by factor 6 compared without feedback smaller offset @xmath30 same factor two sources noise increased luminosity loss with feedback position jitter position resolution bpm gain @xmath29 additional loss feedback small compared without feedback required bpm resolution simulations performed with perfect beams position error bpm @xmath31 single bunch luminosity loss averaged over 100 cases only @xmath32 limit bpm resolution not stringent compared large offset of @xmath33 luminosity without feedback only @xmath34 of nominal value if feedback recover @xmath35 full luminosity between complete failure acceptable running conditions machine with centre - of - mass energy @xmath36 simulated higher energies @xmath37 or @xmath38 large number electrons positrons produced during collision beams coherent pair creation at @xmath37 number particles about @xmath39 of beam particles induce strong signal in bpm large angle could hit it properties need before feedback for high energy machines clic at @xmath40 feedback response time same as in nlc optimum gain @xmath41 luminosity loss reduced factor 3 not as good as nlc bunch trains shorter clic bpm resolution @xmath31 leads luminosity loss @xmath42 better than nlc lower gain larger kick angle offset @xmath43 beams at ip have angle jitters reduces luminosity bpm measures additional angle feedback correct non - existing offset solved measuring incoming beam angle error subtracting from value feedback two options discussed @xcite both difficulties neither correct angle error only effect position feedback not sufficient luminosity loss large if angle jitter significant additional angle feedback needed for each beam each angle feedback bpm strip - line kicker placed beam delivery section before detector fig angle assumes angle jitter created before system bpm at phase advance of @xmath44 from ip angle error measured as position error kicker closer to ip at @xmath45 transport signal same direction beam angle at ip corrected by applying kick needs large beta - functions at bpm good signal kicker smaller divergence correction angle possible positions exist in beam delivery system @xcite kick angles larger than offset feedback @xcite difficult achieve feedback simple uses constant gain each response time @xmath12 given by equation latency @xmath17 negative beam reaches bpm before ip signal transmission at speed light @xmath46 and @xmath47 @xmath48 assumed angle feedback simulated for nlc optimum gain determined position feedback if angle errors luminosity loss reduced by factor 6 required resolution for bpm depends on vertical beta - function position correspond to resolution beam angle in ip of @xmath49 luminosity loss of @xmath50 for perfect beams combination of angle position error considered figure shows fractional luminosity loss for constant beam position error of @xmath28 function angle error if no feedback luminosity loss high additional angle error if position feedback used angle error luminosity loss small angle errors small if @xmath51 comparable to @xmath52 loss same as without feedback measures incoming angle subtracts from measured value situation improve position feedback at ip angle feedback for each beam used luminosity loss reduced independent of initial angle errorappropriate hardware built intra - pulse feedback interaction luminosity loss pulse - - pulse jitter by 6 in nlc 3 in clic large offset 12 times beam size more than @xmath53 luminosity recovered in nlc without feedback luminosity almost zero angle jitter significant not sufficient correct kick angle reduce luminosity loss angle errors angle feedback necessary t. raubenheimer inviting slac work presented grateful to m. breidenbach p. emma j. frisch g. haller t. raubenheimer p. tennenbaum for helpful discussions | 0.359037 | 2,377 | 1,169 | , Saving $0.1 in GPT-4. |
172,876 | we apply continuum percolation to proton - proton collisions and look for the possible threshold to phase transition from confined nuclear matter to quark gluon plasma . making the assumption that j/@xmath0 suppression is a good signal to the transition , we discuss this phenomenon for @xmath1 collisions , in the framework of a dual model with strings . and in recent years , high energy heavy ion collision experiments have been trying to collect information on the possible existence of the plasma of quarks and gluon ( qgp ) .
one of the strategies has been to look for differences in particle production between high density central heavy ion collisions , and low density ion collisions , nucleon - nucleus collisions and nucleon - nucleon collisions . at the cenr / sps ( @xmath2 gev ) and now at brookhaven / rhic ( @xmath3 gev ) several important general results have been obtained .
the charged particle density was found to increases with energy and the number of participating nucleons .
the average transverse momentum also increases with energy and particle density , @xmath4 increases as well with the mass of the produced particle .
strangeness increases with energy and particle density @xcite .
all these results , naturally excluding the dependence on the number of participants , are qualitatively similar to results obtained in nucleon - nucleon and nucleon - nucleus collisions @xcite . none of them , separately ,
can then be taken as clear evidence for the formation of the qgp .
on the other hand , the anomalous suppression of the ratio j/@xmath0 over drell - yan production @xcite , at large associated transverse energy @xmath5 , has been widely accepted as good signal for qgp formation @xcite .
in fact , no such effect was seen in lower density nucleus - nucleus , nucleon - nucleus or nucleon - nucleon collisions . in this note
, we shall argue that if the j/@xmath0 suppression has its origin in the creation of an extended colour conducting region , as in percolation , the same kind of suppression should occur even in nucleon - nucleon ( @xmath1 or @xmath6 ) collisions at high enough energy .
we shall work here in the framework of multi - collision models , namely the dual parton model ( dpm ) @xcite , but try to be as general as possible .
the basic ideas are : 1 ) nucleus - nucleus collisions can be built , in a non trivial manner , from nucleon - nucleon collisions ; 2 ) nucleon - nucleon collisions occur with formation of @xmath7 intermediate strings , strings are always in pairs , @xmath8 being a function of energy ; and 3 ) strings may fuse and percolate @xcite a process destroying naive additivity of elementary collisions .
the key parameter in transverse plane string percolation is the dimensionless tranverse density @xmath9 , with @xmath10 where @xmath11 is the tranverse radius of the string ( we shall take @xmath12 fm ) , @xmath13 the radius of the interaction area , and @xmath14 the number of strings .
percolation occurs , in the @xmath15 , @xmath16 limit , for @xmath17 .
as fusion and percolation of strings also occur in nucleon - nucleon collisions it is clear that the j/@xmath0 over d.y .
ratio will be strongly affected as @xmath9 approaches @xmath18 . in the @xmath1(@xmath6 )
case ( [ eq : eta ] ) becomes @xmath19 where @xmath20 is the effective proton radius . as the observed increase of particle densities with energy is mostly due to the increase in the number of formed strings
, @xmath21 is also an increasing function of energy .
thus @xmath9 may reach @xmath18 and become larger than @xmath18 .
this implies anomalous j/@xmath0 suppression . following previous work
@xcite we treat fusion and percolation of strings as a two dimensional continuum percolation problem @xcite .
we performed computer simulation by throwing @xmath22 discs ( of radius @xmath23 fm ) into a uniform region ( of radius of order of the radius of the proton , @xmath24 fm ) and counting the fraction of events @xmath25 with percolation . in the @xmath15 ,
@xmath26 limit @xmath25 becomes a step function with a sharp change at @xmath27 .
as @xmath28 is not so small , finite size effects are important , affecting mostly the slope ( @xmath29 ) of the function at @xmath18 , but the value of @xmath18 itself .
the computer simulation results were fitted by the function , @xmath30 and the following values were found for the parameters : @xmath31 and @xmath32 ( see fig .
1 ) assuming now , as in @xcite , that the j/@xmath0 production is prevented in a plasma of colour charges @xcite and that such situation corresponds to percolation and creation of a large conducting area @xcite we obtain for the j/@xmath0 over drell - yan ratio , @xmath33^{-1 } \ , , \label{eq:4}\ ] ] where @xmath34 @xcite is the value of the ratio at moderate energy .
the problem now is simply the problem of relating @xmath9 to @xmath35 , ( [ eq : eta1 ] ) . in other words ,
we need to obtain a reasonable estimate for the energy dependence of @xmath21 .
this is what we shall attempt now .
if in nucleus - nucleus collisions @xmath36 is the average number of nucleon - nucleon collisions and @xmath7 is the number of strings per nucleon - nucleon collision , the average number of strings @xmath37 is given by , @xmath38 in nucleon - nucleon collisions @xmath39 and @xmath40 . from ( [ eq : eta ] ) and ( [ eq:5 ] ) the condition for the percolation transition , in the case of @xmath41 , is @xmath42 by interpreting the na50 anomalous j/@xmath0 suppression at @xmath43 gev as the result of percolation , one can try to estimate the number of formed strings in nucleon - nucleon collisions .
the basic information is that anomalous suppression is absent in s - u central collisions , but it is present in pb - pb central collisions @xcite .
this means , @xmath44 and @xmath45 . at relatively low energy , it is known , from na49 and wa98 , sps experiments , that the number of nucleon - nucleon collisions in central nucleus - nucleus collisions is , roughly,(see , for instance @xcite ) .
@xmath46 where @xmath47 is the number of participants in a central ab , a@xmath48b , collision , @xmath49 on the other hand @xmath50 by using ( [ eq:7 ] ) , ( [ eq:8 ] ) and ( [ eq:9 ] ) in ( [ eq:6 ] ) we obtain , from s - u @xmath51 and , from pb - pb , @xmath52 as we are not so confident with these estimates we shall include an error of the order of 15% and study the ratio j/@xmath0 over dy in the range @xmath53 if we look now at the charged particle densities in @xmath1(@xmath6 ) collisions , in the spirit of dpm , we have that particles are emitted from two kinds of strings : valence strings(v ) , always 2 from valence quark interactions and shorter sea strings(s ) , from sea parton interactions , in a number growing with energy , @xmath54 .
the central charged particle density is written as(see , for instance , @xcite and @xcite ) , @xmath55 on the right hand side of ( [ eq:13 ] ) we have both contributions , from v and s strings .
we assume that @xmath56 and @xmath57 are constant ( `` feynman scaling '' ) and that the observed rise of the plateau is determined by the increase in the number of strings , i.e. , by increase of @xmath21 . in the low energy limit , @xmath58
, we thus have feynman scaling with , from data @xcite , @xmath59 in order to determine the energy dependence of @xmath21 we do the following .
solve de equation ( [ eq:13 ] ) for @xmath21 , with @xmath56 fixed by ( [ eq:14 ] ) and using for @xmath60 a parameterization to the @xmath1(@xmath6 ) data @xcite , @xmath61 for each of the limiting values of @xmath62 ( [ eq:12 ] ) , combined with the limiting values of @xmath56 ( [ eq:14 ] ) , we adjust the constant @xmath57 to obtain agreement with ( [ eq:15 ] ) .
the fit to @xmath60 high energy data for @xmath63 gev is shown in ( fig .
[ fig:2 ] ) . in fig .
[ fig:3 ] we present the @xmath35 dependence of the j/@xmath0 over dy ratio , equation ( [ eq:4 ] ) and ( [ eq : eta1 ] ) , for the two limiting values of @xmath21 . in conclusion : we expect a fast drop of j/@xmath0 over dy ratio in @xmath1(@xmath6 ) collisions in the energy range @xmath64 gev / nucleon .
these are energies of rihc and tevatron .
our work can be criticized from several different points of view : 1 .
the j/@xmath0 over dy ratio is also affected by internal absorption and as the number of strings increases with energy , absorption makes the ratio continuously decrease with energy .
this effect was not included .
2 . as charm production probability increases with energy the j/@xmath0 over dy ratio should have a tendency to increase with energy .
this correction was also not included .
one should , perhaps , in future consider the ratio j/@xmath0 over @xmath65 production as the reference quantity .
3 . as in @xmath1(@xmath6 )
collisions the interaction radius increases slowly with energy the critical value of @xmath9 , @xmath18 , should decrease with energy .
however the important effect is the actual decrease of @xmath66 with the consequence that the percolation transition occurs at higher value of energy .
4 .
the model is purely soft model and hard effects related to the increase of @xmath4 and changes in multiplicities were not included .
these effects can be accounted for with fusion of strings but were not considered here .
they are being studied now .
5 .
non - uniform distributions in impact parameter ( like gaussian distributions ) give rise to an increase of @xmath18 ( see last paper in@xcite ) , and consequently the percolation transition will tends to be displaced to higher energy .
6 .
one may question the validity of continuum percolation arguments when the ratio @xmath28 is so large , @xmath67 .
technically there is no problem , but we are not sure of the validity of the treatment . while finishing this paper we became aware of the work of t. alexopoulos et al .
@xcite dealing with evidence for deconfinement at tevatron ( @xmath68 tev ) . | we would like to thank roberto ugoccioni for help at several stages in this research project .
10 p. jacobs , _ heavy ion physics in the rhic era _
, talk at the hep , budapest 2001 ; a. drees and j. heuser , _ overview on @xmath69 measurements at rhic _ , meeting on percolation , ist , lisbon , november 2001 .
abreu et al .
( na50 collaboration ) , _ phys .
b _ * 410 * ( 1997 ) 337 ; + m.c .
abreu et al . ( na50 collaboration ) , _ phys .
b _ * 450 * ( 1999 ) 456 ; + m.c .
abreu et al .
( na50 collaboration ) , _ phys .
b _ * 477 * ( 2000 ) 28 ; + m.c .
abreu et al .
( na50 collaboration ) , _ phys .
b _ * 521 * ( 2001 ) 195 .
g. baym , _ physica _ * 96a * ( 1979 ) 131 ; + t. celik , f. karsch , h. satz , _ phys .
b _ * 97 * ( 1980 ) 128 ; + n. armesto , m. a. braun , e. g. ferreiro , c. pajares , _ phys . rev . lett . _ * 77 * ( 1996 ) 3736 ; + m. nardi , h. satz , _ phys .
b _ * 442 * ( 1998 ) 14 ; + a. rodrigues , r. ugoccioni , j. dias de deus , _ phys . lett .
b _ * 458 * ( 1999 ) 402 . | thank roberto ugoccioni help stages research project. jacobs heavy ion physics rhic era talk hep budapest 2001 a. drees j. heuser overview @xmath69 measurements rhic meeting percolation lisbon november 2001 abreu et al na50 collaboration phys . 410 * 1997 ) 337 abreu 450 1999 ) 456 abreu 477 * 2000 ) 28 ; abreu phys 521 * 2001 ) 195 g. baym physica 96a 1979 ) 131 t. celik f. karsch h. satz phys . 97 * 1980 ) 128 ; n. armesto m a. braun g. ferreiro c. pajares . 77 * 1996 ) 3736 m. nardi h. satz phys . 442 * 1998 ) 14 a. rodrigues r. ugoccioni j. dias de deus phys . 458 * 1999 ) 402 | 0.073684 | 403 | 223 | , Saving $0.0 in GPT-4. |
172,880 | by constructing a large , uniform galaxy cluster catalog from the sdss data , we have found that cluster galaxies evolve both spectrally and morphologically . by studying the morphology cluster - centric - radius relation ,
we have found two characteristic environments where galaxy morphologies change dramatically .
we found passive spiral galaxies in the infalling region of clusters .
they are likely to be a galaxy population in transition due to the cluster environment .
we also studied e+a galaxies , which have also been thought to be cluster originated .
we found that e+as live in all environments including the field region .
[ 1996/06/01 ] a&a | the sloan digital sky survey ( sdss ; york et al .
2000 ) is both an imaging and spectroscopic survey of a quarter of the sky .
imaging part of the survey takes ccd images of the sky in five optical bands ( @xmath0 and @xmath1 ; fukugita et al .
the spectroscopic part of the survey observes one million galaxies .
we use this excellent data set to tackle the long standing problems on environmental effects on galaxy evolution .
the cosmological parameters adopted are @xmath2=75 km s@xmath3 mpc@xmath3 , and ( @xmath4,@xmath5,@xmath6)=(0.3,0.7,0.0 ) .
the sdss cut & enhance galaxy cluster catalog ( ce ; goto et al .
2002a ) is one of the initial attempts to produce a cluster catalog from the sdss imaging data .
it uses generous color - cuts to eliminate fore- and background galaxies when detecting clusters .
its selection function is calculated using a monte carlo simulation .
the accuracy of photometric redshift is @xmath7z=0.015 at z@xmath80.3 .
composite luminosity functions of clusters are studied in goto et al .
( 2002b ) .
utilizing the sdss ce cluster catalog , we studied spectral and morphological evolution of cluster galaxies ( goto et al .
2003a ) . in the left panels of fig.[fig
: bo ] fractions of blue galaxies are plotted against redshift .
lines and stars show the best - fit and medians . in the lower panel ,
the definition of blue galaxies is by 0.2 bluer than red - sequence in @xmath9 . in the upper panel , a galaxy with @xmath10<2.2
is called blue . in both panels ,
higher redshift clusters show larger fractions of blue galaxies ( the butcher - oemler effect ) . in right panels ,
fractions of spiral galaxies are plotted as a function of redshift . in the upper panel ,
concentration is used to separate spiral galaxies . in the lower panel ,
profile fit is used . in both panels ,
higher redshift clusters show higher fractions of spiral galaxies ( the morphological butcher - oemler effect ) . throughout the panels in fig.[fig : bo ] , large scatter can be recognized in addition to the redshift evolution .
to investigate , we plot the difference from the best - fit line against cluster richness in fig.[fig : okamura_rich ] .
all panels show slight signs of decreasing blue fractions with increasing richness .
the trend is consistent with the ram - pressure stripping model discussed in fujita et al .
( 1999 ) . using a volume limited sample of 7938 spectroscopic galaxies ( 0.05@xmath8z@xmath80.1 , @xmath11 - 20.5 ) , we investigated the morphology cluster - centric - radius relation in the sdss ( goto et al .
we classified galaxies using the @xmath12 method , which uses concentration and coarseness of galaxies ( see yamauchi et al .
2003 for more details of @xmath12 ) .
we measured the distance to the nearest cluster using the c4 cluster catalog ( miller et al .
in fig.[fig : mr ] , morphological fractions of e , s0 , sa and sc galaxies are shown in red , green , cyan and blue as a function of cluster - centric - radius . around 1 @xmath13 , fractions of sc start to decrease .
around 0.3 @xmath13 , s0 starts to decrease and e starts to increase .
these two changes imply there might be two different physical mechanisms responsible for cluster galaxy evolution
. since a physical size of s0 galaxies ( @xmath12=0 ) is smaller than e and sc ( @xmath12=2 and -1 ) in fig.[fig : size ] , the results are consistent with the hypothesis that in the outskirts , stripping creates small s0 galaxies from spiral galaxies and , in the cluster cores , the merging of s0s results in a large es . .
petrosian 90% flux radius in @xmath14 band is used to calculate physical sizes of galaxies .
a solid line shows medians .
it turns over around @xmath150 , corresponding to s0 population .
, title="fig:",width=207 ] .
petrosian 90% flux radius in @xmath14 band is used to calculate physical sizes of galaxies .
a solid line shows medians .
it turns over around @xmath150 , corresponding to s0 population .
, title="fig:",width=207 ] in the same volume limited sample of the sdss , we have found an interesting class of galaxies with spiral morphologies ( fig .
[ fig : image ] ) , and without any star formation activity ( shown by the lack of emission lines in the spectrum ; fig .
[ fig : spectra ] ) . more interestingly ,
these galaxies exist in the infalling region of clusters ( 1@xmath1610 r@xmath17 or 1@xmath162 mpc@xmath18 ; fig.[fig : density ] , fig.[fig : radius ] ) .
these passive spiral galaxies might be the population of galaxies in transition between blue / spiral and red / s0 galaxies .
details are given in goto et al .
( 2003c ) we selected e+a galaxies in the sdss as galaxies with h@xmath19 ew @xmath84 and no detection of [ oii ] and h@xmath20 ( goto et al .
e+a galaxies have strong balmer absorption lines but no emission lines which indicate star formation activity .
these features are interpreted as a post - starburst signature and people have speculated that cluster related phenomena might cause the truncation of starburst .
interestingly , however , we have found a contrasting result in fig.[fig : ea_density ] , where the density distribution of e+as is statistically consistent with that of the field galaxies .
morphologically , several e+a galaxies found in the past showed disc - like morphology .
however in our data , most of e+as show elliptical - like morphology ( fig.[fig : morphology ] ) .
another possible explanation of e+as is dust - hidden star forming galaxies .
however in fig.[fig : ir ] , e+as do not look dustier .
color is plotted against @xmath21 .
the contours show the distribution of all galaxies in our sample .
symbols are the same as the middle panel .
e+a galaxies are not much redder than normal galaxies , suggesting they are not dustier systems .
, title="fig:",width=132 ] color is plotted against @xmath21 .
the contours show the distribution of all galaxies in our sample .
symbols are the same as the middle panel .
e+a galaxies are not much redder than normal galaxies , suggesting they are not dustier systems .
, title="fig:",width=132 ] color is plotted against @xmath21 .
the contours show the distribution of all galaxies in our sample .
symbols are the same as the middle panel .
e+a galaxies are not much redder than normal galaxies , suggesting they are not dustier systems .
, title="fig:",width=132 ] by constructing a large , uniform galaxy cluster catalog from the sdss data , we have found that cluster galaxies evolve both spectrally ( the butcher - oemler effect ) and morphologically ( the morphological butcher - oemler effect ) . by studying the morphology cluster - centric - radius relation ,
we have found two characteristic environment where galaxy morphology changes dramatically , suggesting the existence of two different physical mechanisms in cluster regions . passive spiral galaxies are likely to be a galaxy population in transition due to the cluster environment .
although e+a galaxies have been thought to be cluster related , we found e+as in the field .
these field e+as can not be explained by the cluster environment .
fukugita , m. , shimasaku , k. , & ichikawa , t. 1995 , , 107 , 945 fujita , y. & nagashima , m. 1999 , , 516 , 619 girardi , m. , giuricin , g. , mardirossian , f. , mezzetti , m. , & boschin , w. 1998 , , 505 , 74 goto , t. et al . 2002a , , 123 , 1807 goto , t. et al . 2002b , pasj , 54 , 515 goto , t. et al .
2003a , pasj , 55 , 739 goto , t. et al .
2003b , mnras , 346 , 601 goto , t. et al .
2003c , pasj , 55 , 757 goto , t. et al .
2003d , pasj , 55 , 771 miller , c. et al .
2004 , in prep .
yamauchi , c. et al .
2004 , in prep . york , d. g. et al .
2000 , , 120 , 1579 | sloan digital sky survey 2000 ) imaging spectroscopic survey quarter sky imaging takes images in five optical bands spectroscopic observes one million galaxies environmental effects galaxy evolution cosmological parameters @xmath2=75 km s@xmath3@xmath3 @xmath4,@xmath5,@xmath6)=(0.3,0.7,0.0 ) sdss cut enhance galaxy cluster catalog initial from sdss imaging data uses color - cuts fore- background galaxies selection function calculated monte carlo simulation accuracy photometric redshift is @xmath7z=0.015 at z@xmath80.3 composite luminosity functions of clusters studied in goto et 2002b studied spectral morphological evolution of cluster galaxies left panels fractions of blue galaxies plotted against redshift best - fit medians lower panel definition blue galaxies 0.2 bluer than red - sequence in @xmath9 upper panel galaxy with @xmath10<2.2 called blue higher redshift clusters show larger fractions blue galaxies right panels fractions of spiral galaxies as function of redshiftupper panel concentration spiral galaxies lower panel profile fit used higher redshift clusters show higher fractions spiral galaxies morphological butcher - oemler effect large scatter recognized redshift evolution plot difference best - fit line against cluster richness fig._rich panels show decreasing blue fractions increasing richness trend consistent with ram - pressure stripping model fujita et al . 1999 sample 7938 spectroscopic galaxies 0.05 - 20.5 investigated morphology cluster - centric - radius relation classified galaxies @xmath12 method concentration coarseness galaxies measured distance to nearest cluster c4 cluster catalog fig. fractions of e s0 sa sc galaxies shown in red green cyan blue function cluster - centric - radius around 1 @xmath13 fractions sc decrease 0.3 @xmath13 s0 e increase changes imply two physical mechanisms cluster galaxy evolution physical size of s0 galaxies @xmath12=0 ) smaller than e sc @xmath12=2 -1 fig.size results consistent with hypothesis outskirts stripping creates small s0 galaxies from spiral galaxies cluster cores merging s0s results in large es petrosian 90% flux radius in @xmath14 band sizes solid line shows medians turns over around @xmath150 s0 population petrosian 90% flux radius sizes solid line shows medians turns over around @xmath150 s0 population same volume limited sample found class galaxies with spiral morphologies without star formation activity lack of emission lines galaxies exist in infalling region clusters 1@xmath1610@xmath17 1@xmath162@xmath18 passive spiral galaxies might be population transition between blue / spiral and red / s0 galaxies details in goto et al . selected e+a galaxies with h@xmath19 @xmath84 no detection of [ oii h@xmath20 galaxies strong balmer absorption lines no emission lines star formation activity features interpreted as post - starburst signature cluster related phenomena might cause truncation of starburstfound contrasting result in fig. ea_density ] density distribution of e+as statistically consistent with field galaxies e+a galaxies past showed disc - like morphology in our data most e+as show elliptical - like morphology possible explanation e+as is dust - hidden star forming galaxies in fig. : ir ] e+as not look dustier color plotted against @xmath21 contours show distribution of all galaxies symbols e+a galaxies not much redder than normal galaxies not dustier systems against @xmath21 contours show distribution galaxies not redder than normal not dustier systems against @xmath21 contours show distribution galaxies galaxies not redder than normal galaxies not dustier systems constructing large uniform galaxy cluster catalog from sdss data found cluster galaxies evolve spectrally and morphologically studying morphology cluster - centric - radius relation found two characteristic environment where galaxy morphology changes dramatically suggesting existence of two different physical mechanisms in cluster regionspassive spiral galaxies likely galaxy population transition due cluster environment e+a galaxies cluster related found e+as field e+as explained cluster environment fukugita shimasaku ichikawa 1995 , , 107 , 945 fujita nagashima 1999 , , 516 , 619 girardi giuricin mardirossian mezzetti boschin 1998 , , 505 , 74 goto . 2002a 123 , 1807 goto 2002b 54 , 515 goto 2003a 55 , 739 goto 2003b 346 , 601 goto 2003c 55 , 757 2003d 55 , 771 miller . al . 2004 prep yamauchi .. 2004 york d... 2000 ,, 120 , 1579 | 0.3192 | 2,002 | 987 | , Saving $0.1 in GPT-4. |
172,887 | we present high spectral - resolution optical spectra of 49 herbig ae / be stars in a search for the [ oi ] 6300.2 line .
the vast majority of the stars in our sample show narrow ( fwhm @xmath0 100 km s@xmath1 ) emission lines , centered on the stellar radial velocity .
some stars in our sample show double - peaked lines profiles , with peak - to - peak separations of @xmath2 10 km s@xmath1 .
the presence and strength of the [ oi ] line emission appears to be well correlated with the far - infrared energy distribution of each source : stars with a strong excess at 60 @xmath3 m have in general stronger [ oi ] emission than stars with weaker 60 @xmath3 m excesses .
we interpret the [ oi ] 6300.2 line profiles as arising in the surface layers of the protoplanetary disks surrounding herbig ae / be stars . | high - resolution optical spectra of 49 herbig ae / be stars were obtained with the coud echelle spectrograph ( @xmath4 = 130,000 ) on the eso 3.6 m telescope , the echelle spectrograph on the mayall 4 m telescope at kpno ( @xmath4 = 30,000 ) and the utrecht echelle spectrograph on the william herschel telescope ( @xmath4 = 45,000 ) .
the spectra were examined for the presence of the [ oi ] 6300.2 line the strongest forbidden emission line at optical wavelengths .
we detect [ oi ] 6300.2 in emission in 39 out of the 49 sources in our sample .
the vast majority of these sources show narrow ( fwhm @xmath0 100 km s@xmath1 ) profiles , centered on the stellar radial velocity or slightly blue - shifted ( centroid position up to @xmath570 km s@xmath1 ) . in only three sources
in which [ oi ] emission was detected , the feature is much broader ( @xmath2 400 km s@xmath1 ) and strongly blue - shifted ( @xmath2 @xmath5200 km s@xmath1 ) with respect to the stellar radial velocity .
spectra of herbig ae / be stars .
areas of the spectrum strongly affected by telluric absorption or [ oi ] airglow have been removed from these spectra .
the horizontal and vertical lines indicate the continuum level and stellar radial velocity . ]
a more careful inspection of the centroid velocities of the detected [ oi ] emission lines shows that the vast majority of herbig ae / be stars have centroid velocities that are close to the stellar radial velocity .
nevertheless , there appears to be a small minority of herbig stars that show slightly ( up to @xmath570 km s@xmath1 ) blue - shifted centroid velocities as well ( fig .
2 ) . in general , the lines all of which are resolved at our spectral resolution are narrow ( fwhm @xmath0 100 km s@xmath1 ) , without any obvious dependence of line width on line strength ( fig .
3 ) . a noticeable exception to this general rule are the three embedded sources pv cep , v645 cyg and z cma , which show strong , much broader ( fwhm @xmath2 400 km s@xmath1 ) and strongly blue - shifted [ oi ] emission lines .
our high spectral resolution and high s / n spectra allow us to resolve the line profiles exhibited by the narrow emission components .
although the line profiles in most stars are single - peaked and symmetric , there are clear examples in our sample of stars showing double - peaked line profiles with peak - to - peak separations of @xmath2 10 km s@xmath1 , with the wings of the spectral line extending to @xmath2 40 km s@xmath1 . if we assume that these profiles are due to material that is in keplerian rotation around the star , these lines would be formed at radii of 160 au from the central star .
these are exactly the types of profiles and radii that would correspond to a location in the protoplanetary disks surrounding herbig ae / be stars . .
the dashed line represents the distribution expected if all sources were centered on the stellar radial velocity ; the solid line is a gaussian fit to this histogram .
yellow parts of the bars indicate group i sources , red group ii . ]
emission lines versus the fwhm .
filled diamonds represent group i , diamonds group ii and squares group iii sources .
the x - marked squares represent pv cep , v645 cyg and z cma .
the dashed line indicates the mean fwhm ( 47 km s@xmath1 ) . ]
one of the more striking features of the [ oi ] emission exhibited by the stars in our sample is the large range in [ oi ] emission line strength .
although stars with higher luminosities display on average also stronger [ oi ] emission , for stars with [ oi ] 6300.2 line luminosities below a few times 10@xmath6 l@xmath7 there are roughly equal numbers of stars in which we detect and do not detect significant [ oi ] emission , regardless of stellar luminosity .
this behaviour is reminiscent of what was recently found for the infrared emission bands due to polycyclic aromatric hydrocarbons ( pahs ) ( acke & van den ancker 2004 ) .
remarkably , the correlation between pah and [ oi ] luminosity appears fairly tight ( fig .
6300 luminosity versus the stellar uv luminosity .
the plotting symbols are as in fig .
a typical error bar is indicated in the upper left corner .
the dashed line represents l([oi ] ) = 1.4 @xmath8 10@xmath9 l@xmath10 . ]
6300 luminosity .
the dashed line represents the mean pah - over-[oi ] luminosity ratio ( l(pah)/l[oi ] @xmath11 10@xmath12 ) . ]
as shown above , the observed [ oi ] 6300.2 emission is believed to originate from the circumstellar disk .
typical disk temperatures are much too low to explain the strength of the observed lines through thermal emission
. however , the chemical reaction oh + h @xmath13 o + h@xmath14 leaves a significant fraction of the produced oxygen atoms in the @xmath15 state ; the upper level of the 6300.2 line ( e.g. strzer & hollenbach 2000 ) .
we suggest here that the bulk of the observed [ oi ] emission is non - thermal and produced by the photo - dissociation of oh . since this latter process critically depends on the ability of stellar uv photons to reach the oh molecule , we expect disk geometry to have a significant effect on the strength of the [ oi ] 6300.2 line in herbig ae / be stars
. the spectral energy distribution ( sed ) of herbig stars can be roughly classified in two groups : group i are sources with a strong mid - ir ( 20100 @xmath3 m ) excess , group ii have more modest mid - ir emission ( meeus et al .
dullemond ( 2002 ) interprets this classification in terms of disk geometry : group i sources have flared disks , group ii self - shadowed disks ( fig . 6 ) .
the classification of the sources can be expressed in a diagram such as shown in fig .
the strong mid - ir group i sources are redder than the group ii sources and appear in the lower right part of this diagram .
group ii sources are clearly more moderate [ oi ] emitters than group i sources .
the flaring of the disk in group i sources makes that the surface layers of the disk directly see the stellar uv photons capable of photo - dissociating oh . in group ii sources , the outer parts of the disk lie in the shadow of the puffed - up inner rim and hence receive almost no direct stellar radiation .
the observed strong difference in [ oi ] 6300.2 emission properties is therefore consistent with our previous interpretation of the [ oi ] emission as being due to the photo - dissociation of oh . is plotted versus the iras [ 12]@xmath5[60 ] color ( after van boekel et al .
the plotting symbols are proportional to the strength of the [ oi ] luminosity .
filled symbols indicate detected features , open symbols refer to upper limits .
squares represent highly embedded objects . ] | high - resolution spectra 49 herbig stars obtained with coud echelle spectrograph 130,000 eso 3.6 m telescope mayall 4 m telescope utrecht william herschel telescope 45,000 spectra examined for [ oi ] 6300.2 line strongest forbidden emission line optical wavelengths 6300.2 emission in 39 out of 49 sources majority show narrow 100 km profiles centered on stellar radial velocity or slightly blue - shifted up to @xmath570 km s@xmath1 three sources oi emission detected feature broader @xmath2 400 km s@xmath1 strongly blue - shifted @xmath5200 km s@xmath1 stellar radial velocity areas affected by telluric absorption [ oi ] airglow removed from spectra horizontal vertical lines indicate continuum level stellar radial velocity centroid velocities lines shows majority stars have close to stellar radial velocity small minority show slightly up to @xmath570 km blue - shifted centroid velocities ( fig . 2 )lines resolved at spectral resolution narrow ( @xmath0 100 km s@xmath1 dependence line width strength fig . 3 exception three sources pv cep v645 cyg z cma show strong broader @xmath2 400 km s@xmath1 blue - shifted emission lines high spectral resolution high s / n spectra resolve line profiles narrow emission profiles stars single - peaked examples double - peaked line profiles peak - separations @xmath2 10 km s@xmath1 wings extending to @xmath2 40 km s@xmath1 profiles due to material keplerian rotation lines formed at radii 160 au from central star protoplanetary disks surrounding herbig ae be stars dashed line represents distribution sources centered on stellar radial velocity solid line gaussian fit histogram yellow indicate group i sources red group ii emission lines diamonds represent group i ii squares group iii sources x - marked squares represent pv cep v645 cyg z cma dashed line indicates mean fwhm ( 47 km s@xmath1 ) large range in emission line strengthstars higher luminosities display stronger oi emission 6300.2 line luminosities below@xmath6 equal numbers stars detect significant [ oi emission regardless stellar luminosity behaviour reminiscent of infrared emission bands due to polycyclic aromatric hydrocarbons 2004 correlation between pah [ oi ] luminosity tight fig . 6300 luminosity versus stellar uv luminosity plotting symbols error bar upper left corner dashed line represents l([oi ] ) = 1.4 @xmath8 10@xmath9 l 6300 luminosity dashed line represents mean pah - over-[oi ] luminosity ratio l(pah)/l[oi ] @xmath11 10@xmath12 observed [ oi ] 6300.2 emission from circumstellar disk disk temperatures low to explain strength thermal emission chemical reaction oh + h leaves fraction oxygen atoms in @xmath15 state 2000 bulk [ oi emission non - thermal produced by photo - dissociation of oh depends on stellar uv photons oh molecule disk geometry strength [ oi ] 6300.2 line in starsspectral energy distribution herbig stars classified two groups i strong mid - ir 20100 @xmath3 m excess ii modest mid - ir emission dullemond 2002 interprets classification disk geometry group i flared ii self - shadowed disks fig . 6 classification expressed in diagram fig . strong mid - ir group i sources redder ii lower right part ii sources moderate [ oi ] emitters flaring disk i surface layers see stellar uv photons photo - ii sources outer parts disk shadow inner rim receive no direct stellar radiation difference in [ oi ] 6300.2 emission properties consistent with interpretation emission due to photo - dissociation oh plotted versus iras [ 12]@xmath5[60 ] color plotting symbols proportional to strength [ oi ] luminosity filled symbols indicate detected features open symbols upper limits represent embedded objects | 0.281014 | 1,637 | 809 | , Saving $0.0 in GPT-4. |
172,905 | infrared observations of the environment of the two soft gamma - ray repeaters ( sgrs ) with the best known locations on the sky show that they are associated to clusters of massive stars .
observations with iso revealed that sgr 1806 - 20 is in a cluster of giant massive stars , still enshrouded in a dense cloud of gas and dust @xcite .
sgr 1900 + 14 is at the edge of a similar cluster that was recently found hidden in the glare of a pair of m5 supergiant stars @xcite .
since none of the stars of these clusters has shown in the last years significant flux variations in the infrared , these two sgrs do not form bound binary systems with massive stars .
sgr 1806 - 20 is at only @xmath0 0.4pc , and sgr 1900 + 14 at @xmath0 0.8pc from the centers of their parental star clusters .
if these sgrs were born with typical neutron star runaway velocities of @xmath0 300km.s@xmath1 , they are not older than a few 10@xmath2 years .
we propose that sgr 1806 - 20 and sgr 1900 + 14 are ideal laboratories to study the evolution of supernovae explosions inside interstellar bubbles produced by the strong winds that prevail in clusters of massive stars . | neutron stars and stellar mass black holes are the last phase of the rapid evolution of the most massive stars , which are known to be formed in groups . in this context
, it is expected that the most recently formed collapsed objects should be found near clusters of massive stars , still enshrouded in their placental clouds of gas and dust .
this should be the case for sgrs , if they indeed are very young neutron stars @xcite . among the four sgrs that have been identified with certainty , sgr 1806 - 20 and sgr 1900 + 14 are the two with the best localizations with precisions of a few arcsec ( hurley et al . , 1999 @xcite and references therein ) .
both are on the galactic plane at distances of @xmath0 14kpc , beyond large columns of interstellar material ; a@xmath3 @xmath0 30mag in front of sgr 1806 - 20 @xcite and a@xmath3 @xmath0 19mag in front of sgr 1900 + 14 @xcite . because of these large optical obscurations along the line of sights , and in the immediate environment of the sources , infrared observations are needed to understand their origin and nature .
mid - infrared ( 5 - 18 @xmath4 m ) observations of the environment of sgr 1806 - 20 were carried out with the isocam instrument aboard the infrared space observatory ( iso ) satellite @xcite . by chance ,
the iso observations were made in two epochs , 11 days before , and 1 - 4 hours after a soft gamma - ray burst detected with the interplanetary network on 1997 april 14 @xcite .
we also observed sgr 1806 - 20 in the j(@xmath5 m ) , h(@xmath6 m ) and k@xmath7(@xmath8 m ) bands on 1997 july 19 , and sgr 1900 + 14 in the j(@xmath5 m ) , h(@xmath6 m ) and ks(@xmath9 m ) bands on 1999 july 25 , at the european southern observatory ( eso ) , using the irac2b camera on the eso / mpi 2.2 m telescope for sgr 1806 - 20 , and using the ntt / sofi for sgr 1900 + 14 . in the near infrared , sgr
1806 - 20 was monitored by us during the last four years , and sgr 1900 + 14 by vrba et al .
( 2000 ) @xcite .
the results of the infrared observations of sgr 1806 - 20 and sgr 1900 + 14 are summarized in figures [ fig1 ] and [ fig2 ] respectively .
figure [ fig1 ] shows a cluster of massive stars deeply embedded in a dense cloud of molecular gas and dust . using the iso fluxes as a calorimeter , fuchs et al .
( 1999 ) @xcite show that each of the four stars at the centre of the cluster could be equaly , or even more luminous than the lbv identified in the field by kulkarni et al .
( 1995 ) @xcite .
van paradijs et al . (
1996 ) @xcite reported the possible association of sgrs to strong iras sources .
the iras fluxes listed in table [ table1 ] suggest that the infrared emission at longer wavelengths detected by iras do arise in clouds of gas and dust that enshroud these two clusters of massive stars . + & ( j2000 ) & & ( j2000 ) & 12 & 25 & 60 @xmath4 m + sgr 1806 - 20 & @xmath10 18 08 39.5 & 18056 - 2025 & @xmath10 18 08 40.4 & 0.98 & 35 & 29 + & @xmath11 -20 24 40 & & @xmath11 -20 24 41.6 & & & + sgr 1900 + 14 & @xmath10 19 07 14.33 & 19048 + 0914 & @xmath10 19 07 15.3 & 2.5 & 6.3 & 12.3 + &
@xmath11 + 09 19 20.1 & & @xmath11 + 09 19 20.0 & & & +
\1 ) sgr 1806 - 20 and sgr 1900 + 14 are associated to clusters of massive stars . from iso observations we find
evidence that the cluster associated to sgr 1806 - 20 is enshrouded and heats a dust cloud that appears very bright at 12 - 18@xmath4 m .
although we did not made iso observations of sgr 1900 + 14 , the latter is as sgr 1806 - 20 , a strong iras source @xcite , and very likely it is also enshrouded in a dust cloud .
+ 2 ) these sgrs can not be older than a few 10@xmath12 years . at the runaway speeds of neutron
stars this is the time required to have moved away from the centers of their parental clusters of stars .
+ 3 ) j , h and k@xmath7 bands observations of the massive stars close to the sgrs positions show no significant flux variations @xcite .
therefore , these sgrs do not form bound binary systems with any of these massive stars .
+ 4 ) there is strong excess emission at 12 - 18@xmath4 m associated to sgr 1806 - 20 .
however , there is no evidence of heating by the high energy sgr activity , although observations were made only 2 hours after a soft gamma - ray burst reported by hurley et al .
( 1999 ) @xcite .
the authors are grateful to f.j .
vrba for communicating his results on sgr 1900 + 14 prior to publication .
fuchs , y. , mirabel , i. f. , chaty , s. , et al . , _
a&a _ * 358 * , 891 - 899 ( 1999 ) vrba , f.j . ,
henden , a.a . ,
luginbuhl , c.b . , and guetter , h.h . ,
_ apj in press _ ( 2000 ) kouveliotou , c. , strohmayer , t. , hurley , k. , et al . ,
_ apj _ * 510 * , l115-l118 ( 1999 ) hurley , k. , kouveliotou , c. , cline , t. , et al . ,
_ apj _ * 523 * , l37-l40 ( 1999a ) hurley , k. , astro - ph/9912061 ( 1999b ) corbel , s. , wallyn , p. , dame , t. m. , et al . , _ apj _ * 478 * , 624 - 630 ( 1997 ) vrba , f. j. , et al . , _ apj _ * 468 * , 225 - 230 ( 1996 ) kulkarni , s. r. , mathews , k. , neugebauer , g. , et al . ,
_ apj _ * 440 * , l61-l64 ( 1995 ) van paradijs , j. , et al . ,
_ a&a _ * 314 * , 146 - 152 ( 1996 ) frail , d. a. , kulkarni , s. r. , and bloom , j. s. , _ nature _ * 398 * , 127 - 129 ( 1999 ) | neutron stars stellar mass black holes last phase rapid evolution massive stars formed in groups recently formed collapsed objects near clusters massive stars placental clouds gas dust for sgrs young neutron stars four sgrs identified sgr 1806 - 20 sgr 1900 + 14 best localizations precisions few arcsec hurley et 1999 both galactic plane distances @xmath0 14kpc beyond columns interstellar material a@xmath3 @xmath0 30mag front sgr 1806 - 20@xmath3 19mag front sgr 1900 + 14 large optical obscurations infrared observations needed understand origin nature mid - infrared ( 5 - 18 @xmath4 m ) observations sgr 1806 - 20 isocam instrument infrared space observatory satellite @xcite observations made two epochs 11 days before 1 - 4 hours after soft gamma - ray burst detected 1997 april 14 @xciteobserved sgr 1806 - 20 j h bands 1997 july 19 sgr 1900 + 14 bands 1999 july 25 european southern observatory eso irac2b camera eso / mpi 2.2 m telescope sgr 1806 - 20 ntt / sofi sgr 1900 + 14 near infrared sgr 1806 - 20 monitored us four years sgr 1900 + 14 vrba et al 2000 @xcite results infrared observations sgr 1806 - 20 1900 + 14 summarized figures fig1 fig2 ] shows cluster massive stars dense cloud molecular gas dust iso fluxes calorimeter fuchs al 1999 four stars centre cluster more luminous than lbv identified kulkarni et al 1995 paradijs 1996 association sgrs strong iras sources iras fluxes table table1 suggest infrared emission longer wavelengths clouds gas dust clusters massive stars j2000 25 60 @xmath4 m + sgr 1806 - 20 @xmath10 18 08 39.5 & 18056 - 2025 @xmath10 18 08 40.4 & 0.98 35 29 @xmath11 -20 24 40 41.6 sgr 1900 + 14 @xmath10 19 07 14.33 19048 + 0914 15.3 2.5 6.3 12.3 @xmath11 + 09 19 20.1 20.0 sgr 1806 - 20 sgr 1900 + 14 associated to clusters massive stars cluster sgr 1806 - 20 dust cloud bright at 12 - 18@xmath4 m sgr 1900 + 14 strong iras source enshrouded in dust cloud sgrs older 10@xmath12 years from parental clusters j h k@xmath7 bands sgrs no significant flux variations sgrs form bound binary systems with stars strong excess emission at 12 - 18@xmath4 m sgr 1806 - 20 no evidence of heating high energy sgr activity 2 hours after gamma - ray burst hurley et al . 1999 authors grateful to f.j . vrba for results on sgr 1900 + 14 publication fuchs , y. mirabel , i. f. chaty , s. et al . a&a * 358 891 - 899 ( 1999 ) vrba , f.henden luginbuhl c.b guetter h apj press 2000 ) kouveliotou strohmayer hurley k apj 510 l115-l118 ( 1999 ) hurley kouveliotou cline t. apj 523 l37-l40 ( 1999a ) hurley astro - ph/9912061 1999b ) corbel s wallyn p dame t. apj 624 - 630 ( 1997 ) vrba f j. al 468 225 - 230 ( 1996 ) kulkarni mathews k neugebauer g. apj 440 * l61-l64 ( 1995 ) van paradijs j. 314 146 - 152 ( 1996 ) frail d. a. kulkarni s. bloom j nature * 127 - 129 ( 1999 ) | 0.276282 | 1,763 | 949 | , Saving $0.0 in GPT-4. |
172,907 | we consider solutions where the surface tension of the solvent @xmath0 is smaller than the surface tension of the polymer @xmath1 . in an evaporating film , a plume of solvent rich fluid , then induces a local depression in surface tension , and the surface forces tend to strengthen the plume .
we give an estimate ( at the level of scaling laws ) for the minimum thickness @xmath2 required to obtain this instability .
we predict that a ) @xmath2 is a decreasing function of the solvent vapor pressure @xmath3 b ) @xmath2 should be very small ( 1 micron ) provided that the initial solution is rather dilute .
c ) the overall evaporation time for the film should be much longer than the growth time of the instability . the instability should lead to distortions of the free surface and may be optically observable .
it should dominate over the classical benard - marangoni instability induced by cooling . _
pacs numbers _ : 68.60bs ; 68.45da ; 6810 jy . _ shortened version of the title _ : film evaporation | spin casting of polymer films from solutions is an important practical process . the intrinsic state of these films after casting raises a number of questions -especially if they are thin @xcite . in most cases
, we are dealing with materials such as polystyrene , or polymethyl metacrylate , which are glassy in the final state : these glassy features complicate the process enormously . in the present pages ,
we consider a simpler case : a ) the dry polymer is assumed to remain fluid at room temperature ( for instance , it could be a silicone oil ) b ) the polymer is assumed not to adsorb on the free surface of the solutions ( this corresponds to @xmath1@xmath4 ) .
we shall see that certain convective instabilities should occur during evaporation : one driven by concentration effects , and one driven by thermal effects ( benard marangoni ) .
we find that the concentration effects should usually be more important . in section 2 , we give a simple description of the classical evaporation process in a mixed film , associated with a diffusion flow of the solvent .
many more precise discussions of this process exist in the literature @xcite , but the present crude picture is enough to estimate the concentration drop @xmath5 between the bottom plate ( @xmath6 ) and the upper free surface ( @xmath7 ) .
this drop is the essential control parameter for the onset of a convective instability ( section 3 ) .
this instability requires low viscosities : indeed the films are initially dilute and of low viscosity .
we discuss the dilute limit in section 4 .
ultimately , we discuss another possible source of instability related to thermal effects : evaporation cools the outer surface .
this leads to a classical benard marangoni instability @xcite .
we show in the appendix that , ( when @xmath8 ) , concentration effects should dominate over thermal effects .
all our discussion is restricted to the level of scaling laws .
this is not unreasonable : even without instabilities , the concentration profiles in the evaporation problem are quite complex , and depend on many details : an exact hydrodynamic calculation of the thresholds in this situation would be purely numerical , and not very informative .
the volume fraction of solvent @xmath9 decreases when we move from the bottom plate ( @xmath10 , @xmath11 ) to the free surface ( @xmath12 ) . at the free surface ,
we assume instant equilibrium : the partial gas pressure of the solvent is equal to the equilibrium gas pressure @xmath13 , corresponding to @xmath7 . in practice
, we shall be concerned mainly with dilute solutions and replace ( very roughly ) @xmath14 by the vapor pressure of pure solvent @xmath15 . above the free surface , the solvent molecules diffuse in air , with a certain diffusion coefficient @xmath16 . in practice ,
the air transport involves both diffusion and convection , dependent on various noise sources in the experimental room . as is often done , we assume that all this can be described as diffusion through a boundary layer of fixed thickness @xmath17 ( @xmath18 @xmath19 ) .
the number density of solvent molecules in the gas @xmath20 thus drops linearly from the value associated to @xmath21 : @xmath22 to 0 at the upper end ( @xmath23 ) .
the diffusion current in the film ( number of molecules per unit area and per second ) is : @xmath24 where @xmath25 is the cooperative diffusion coefficient of the solution @xcite , and we ignore the @xmath26 dependence of @xmath25 .
the same flux is found just above the free surface : @xmath27 our scaling estimate for the diffusion constant of solvent in air is @xmath28v@xmath29 , where v@xmath30 is a thermal velocity for a solvent molecular , and @xmath31 is a mean free path , inversely proportional to the air pressure @xmath32 .
this gives ultimately : @xmath33 where @xmath34 is the size of a solvent molecule . combining eqs([eq1]-[eq4 ] ) , we arrive at : @xmath35 typically , taking @xmath36 @xmath37 @xmath34v@xmath38 @xmath39 and @xmath40 : we obtain @xmath41 eq . ( [ eq5 ] ) is important , because it defines the driving force for the convective instability to be discussed in the next section .
the principle is shown on fig.[fig1 ] . during the unperturbed evaporation process
, we saw that there is a significant difference between the solvent fractions @xmath42 and @xmath7 ( down and up ) at the supporting surface and at the free surface .
we now assume that a roll instability is superposed on the diffusion flux .
we can visualise the system as a set of rolls of size @xmath43 , or as a set of plumes carrying extra solvent from down to up .
the result is a slight difference in solvent concentration between point a ( @xmath44 ) and point b ( @xmath45 ) .
we estimate this difference by a balance between convection and diffusion : @xmath46 where @xmath47 is the convective velocity . the difference @xmath48 induces a gradient of surface tension : @xmath49 where @xmath50=@xmath51 is assumed negative : the polymer has a higher surface tension than the solvent
. finally , we estimate @xmath47 by a balance between surface forces and viscous stresses : @xmath52 where @xmath53 is the solution viscosity . combining eqs ( [ eq6 ] , [ eq7 ] , @xmath54 ) one arrives at a minimal thickness : @xmath55 for rough estimates , we can write in the semi dilute regime : @xmath56 where @xmath57 is the thermal energy , @xmath58 the solvent viscosity , and @xmath59 the mesh size in the solution @xcite . the result is : @xmath60 we can now combine eq . [ eq11 ] and eq .
[ eq5 ] , arriving at : @xmath61
\a ) role of the solvent vapor pressure @xmath21 : we see on eq .
( [ eq12 ] ) that high values of @xmath21 lead to low values of @xmath62 : the instability ( which occurs for @xmath63 ) is favored .
\b ) role of the solution viscosity @xmath53 : if we were dealing with concentrated polymer films , @xmath64 would be very high , and @xmath62 would be prohibitively large . for instance ,
if we choose @xmath65 @xmath66 @xmath67 @xmath37 and @xmath68v@xmath69 we arrive at @xmath70 however , we must not forget that our films always start from a rather dilute state , with @xmath71 the instability will grow _ during the early stages of evaporation_. if we now switch to @xmath72 , we are led to @xmath73 nanometers . thus ( even if there are large numerical prefactors in eq .
( [ eq12 ] ) ) we expect to find the instability in films around 1 micron .
\c ) to substantiate this prediction , we must show that the evaporation time @xmath74 is longer than the growth time ( @xmath75 ) of the instability .
we estimate @xmath76 as follows .
the rate of thinning is given by the flux @xmath77 of eq .
( [ eq2 ] ) : @xmath78 using also eq .
( [ eq2 ] ) , this gives an evaporation rate : @xmath79 lest us now consider the growth time of the instability @xmath75 . for simplicity , we shall focus our attention here on rather thin films , where inertial effects can be neglected .
we can then rewrite a time dependent equation for the modulation @xmath80 in the form : @xmath81 where @xmath82 is the horizontal wave vector of the modulation ( @xmath83).we also have , as in eq . ( [ eq8 ] ) : @xmath84 at threshold , the two terms in eq . ( [ eq15 ] )
balance each other .
we now consider situations definitively above threshold , where the convection term in ( 15 ) is dominant . using eq .
[ eq16 ] , this leads to : @xmath85 comparing eqs ( [ eq17 ] ) and ( [ eq14 ] ) we find : @xmath86 taking a dilute system , with @xmath87 @xmath88 @xmath66 we find @xmath89thus , the instability should grow easily before complete evaporation -during a time interval @xmath90 , where the viscosity is low and @xmath2 is small .
another estimate for @xmath75 , can be written down , when inertia is dominant ( and eq .
[ eq16 ] is modified ) .
but the conclusion remains the same for most practical film thicknesses .
\d ) there are a number of details which are not included in our discussion : for instance , the dependence of the surface tension @xmath91 on solvent concentration in the dilute limit ( @xmath92 ) has not been considered .
in fact , we know that when the polymer surface tension is higher than the solvent surface tension , there is a depletion layer of thickness @xmath93 near the free surface , and the surface tension has the following scaling form @xcite : @xmath94 thus , the parameter @xmath95 of eq .
( [ eq7 ] ) is really @xmath26 dependent : @xmath96 but , for reasonable values of @xmath7 ( e.g. @xmath97 ) this brings in only minor corrections on @xmath2 -proportional to ( 1-@xmath7)@xmath98
all our discussion ignored numerical coefficients , and we know how they can be important ( e.g. for the onset of thermal convection in the rayleigh problem ) . but some conclusions do emerge : \1 ) the convective instability due to concentration gradients in the film should show up for non glassy polymer films ( of thickness @xmath99
\2 ) it takes place early : when the film is still dilute .
\3 ) it will induce a certain surface roughness . to compute
the amplitude of the surface undulations resulting from the rolls is a delicate task and will not be attempted here .
_ acknowledgments _ : we benefited from discussions with g. reiter , s.kumar and f. brochard - wyart .
we now ignore all concentrations effects , and focus on fig .
[ fig2 ] . here , we have a thermal plume , terminating at point a , and we estimate the temperature difference by a balance of heat fluxes : the factors @xmath114 combine to give a constant of order unity , and the major features are related to the diffusion coefficients .
typical values are @xmath115@xmath116 @xmath117@xmath118 , and we thus expect @xmath119 : for films with @xmath120 thermal processes should be dominated by concentration processes . | spin casting of polymer films from solutions is important process intrinsic state films after casting raises questions -especially if thin dealing with materials polystyrene or polymethyl metacrylate glassy in final state complicate process consider simpler case : dry polymer assumed to remain fluid at room temperature could silicone oil polymer not adsorb on free surface of solutions corresponds to @xmath1@xmath4 ) convective instabilities occur during evaporation driven by concentration effects and thermal effects concentration effects more important in section 2 description of classical evaporation process in mixed film with diffusion flow of solvent precise discussions picture concentration drop between bottom plate and upper free surface drop essential control parameter for onset convective instability section 3 instability requires low viscosities films initially dilute low viscosity discuss dilute limit in section 4 another possible source of instability related to thermal effects evaporation cools outer surface leads to classical benard marangoni instability concentration effects dominate over thermal effects discussion restricted to level scaling lawsnot unreasonable without instabilities concentration profiles in evaporation problem complex depend on details exact hydrodynamic calculation thresholds numerical not informative volume fraction solvent @xmath9 decreases from bottom plate to free surface free surface assume instant equilibrium partial gas pressure solvent equal to gas pressure @xmath13 @xmath7 concerned with dilute solutions replace @xmath14 by vapor pressure pure solvent @xmath15 above free surface solvent molecules diffuse in air diffusion coefficient @xmath16 air transport involves diffusion convection dependent on noise sources diffusion through boundary layer fixed thickness @xmath17 density of solvent molecules in gas drops from to 0 at upper end @xmath23 diffusion current film molecules per area second is @xmath24 @xmath25 cooperative diffusion coefficient solution ignore @xmath26 dependence of @xmath25 same flux above free surface : @xmath27 estimate for diffusion constant of solvent in air is @xmath28v@xmath29 v thermal velocity solvent molecular @xmath31 mean free path proportional to air pressure @xmath32gives @xmath33 @xmath34 size solvent molecule combining eqs([eq1]-[eq4 ] arrive at @xmath35 @xmath36 obtain @xmath41 eq5 defines driving force convective instability principle shown on fig.[fig1 unperturbed evaporation significant difference between solvent @xmath42 @xmath7 supporting surface free surface roll instability superposed on diffusion flux visualise system rolls size @xmath43 plumes carrying extra solvent slight difference solvent concentration between point a @xmath44 point b @xmath45 ) estimate difference balance between convection diffusion @xmath46 @xmath47 convective velocity difference @xmath48 induces gradient surface tension @xmath49 @xmath50=@xmath51 negative polymer higher surface tension solvent estimate @xmath47 balance between surface forces viscous stresses @xmath52 @xmath53 solution viscosity combining eqs ( eq6 ] eq7 ] @xmath54 ) minimal thickness : @xmath55 semi dilute regime @xmath56 @xmath57 thermal energy @xmath58 solvent viscosity @xmath59 mesh size solution @xciteresult @xmath60 combine eq eq11 ] and eq5 ] arriving at @xmath61 role solvent vapor pressure @xmath21 high values @xmath21 lead to low values @xmath62 instability for @xmath63 favored role solution viscosity @xmath53 concentrated polymer films @xmath64 high @xmath62 large choose @xmath65 @xmath66 @xmath67 @xmath37 @xmath68v@xmath69 arrive at @xmath70 films start from dilute state @xmath71 instability grow during early stages evaporation switch to @xmath72 led to @xmath73 nanometers expect find instability in films around 1 micron substantiate prediction show evaporation time @xmath74 longer than growth time @xmath75 of instability estimate @xmath76 rate of thinning given by flux @xmath77 of eq . ( [ eq2 ] ) : @xmath78 gives evaporation rate : @xmath79 growth time instability @xmath75 focus attention on thin films inertial effects neglectedrewrite time dependent equation for modulation @xmath80 form @xmath81 @xmath82 horizontal wave vector of modulation @xmath83) eq. eq8 @xmath84 at threshold two terms in eq eq15 balance consider situations above threshold convection term 15 ) dominant using eq. eq16 ] leads to @xmath85 comparing eqs eq17 and eq14 find @xmath86 dilute system with @xmath87 @xmath88 @xmath66 instability grow before evaporation time interval @xmath90 viscosity low @xmath2 small estimate for @xmath75 when inertia dominant eq. eq16 ] modified conclusion same for practical film thicknesses details not dependence surface tension @xmath91 on solvent concentration dilute limit not considered polymer surface tension higher than solvent surface tension depletion layer of thickness @xmath93 near free surface surface tension scaling form @xmath94 parameter @xmath95 of eq . eq7 @xmath26 dependent @xmath96 reasonable values of @xmath7@xmath97 minor corrections on @xmath2 -proportional to@xmath7)@xmath98 discussion ignored numerical coefficients important for onset thermal convection rayleigh problem conclusions emerge convective instability due to concentration gradients show for non glassy polymer films thickness @xmath99 early film dilute surface roughness compute amplitude surface undulations delicate not attempted benefited from discussions with g. reiter s.kumar f. brochard - wyart ignore concentrations effects focus on fig thermal plume terminating point a estimate temperature difference by balance heat fluxes factors @xmath114 constant order unity major features related to diffusion coefficients typical values @xmath115@xmath116@xmath118 expect @xmath119 films with @xmath120 thermal processes dominated by concentration processes | 0.364826 | 2,446 | 1,223 | , Saving $0.1 in GPT-4. |
172,913 | in this contribution we discuss the expected properties of our halo if our galaxy had been built from mergers of smaller systems . using both analytic arguments and high - resolution simulations , we find that the galactic halo in the solar neighbourhood should have a smooth spatial distribution and that its stellar velocity ellipsoid should consist of several hundred kinematically cold streams , relicts from the different merging events .
we also discuss observational evidence which supports this hierarchical picture : two stellar streams originating in the same system that probably fell onto the milky way about ten gyr ago .
finally we address what future astrometric missions like fame or gaia may reveal by observing the motions of nearby halo stars .
# 1_#1 _ # 1_#1 _ = # 1 1.25 in .125 in .25 in | in recent years , considerable theoretical effort has been put into understanding the properties of galaxies within the hierarchical paradigm of structure formation in the universe ( e.g. kauffmann et al .
our own galaxy can play a very important role in constraining these models . for the milky way we have access to kinematics , distances , ages and chemical compositions of individual stars , information which is available for no other system .
thus observable substructure leftover by the different merging events could be just at hand .
the natural place to look for the stars of the various systems that merged to build up the milky way is the galactic halo , since as such systems disrupt they leave trails of stars along their orbits .
an ensemble of disrupted galaxies would thus naturally produce a spheroidal component .
what imprints do these mergers leave on the present day distribution of halo stars ?
what are the observational requirements ( accuracies , sample sizes ) that will enable us to test from this perspective if our galaxy was built hierarchically ?
numerical simulations of the disruption of satellite galaxies which probe the outer parts of the galaxy _ only _ , show that , after many gyr of evolution , their stars are distributed in coherent spatial structures almost along great circles in the sky ( johnston , hernquist & bolte 1996 ) .
when the satellite s orbits probe the inner galaxy ( i.e. with apocentres smaller than 3040 kpc ) , the galactic disk ( breaking the spherical symmetry ) makes the orbital plane precess in space thus transforming the two - dimensional streams in three - dimensional structures .
the stars appear now distributed almost homogeneously in space , and so the signatures of the different mergers experienced have disappeared ( almost completely ) in configuration space as shown in figure 1 . because phase - space density is a conserved quantity ,
the satellite galaxies initial high values strongly constrain how the debris can spread out in phase - space . as the satellite s stars spread out in space , they define streams : kinematic structures such as those shown in figure 2 .
these streams are the characteristic signatures of mergers , and should thus be visible in the kinematics of halo stars in the solar neighbourhood if our galaxy was indeed built hierarchically .
helmi & white ( 1999 ) find that , if the whole @xmath0 l@xmath1stellar halo was built from disrupted satellites , the velocity ellipsoid in the solar neighbourhood should consist of 300 500 stellar streams with internal velocity dispersions of @xmath2 5 km s@xmath3 . these results are based on numerical simulations and analytic calculations that model the disruption of a single satellite galaxy , and the evolution of its debris streams in a static potential . but note that this case is dramatically different from the hierarchical picture that we hope to test here . with this in mind , we analysed high - resolution simulations of the formation of a cluster in a @xmath4cdm cosmology ( springel 1999 ) . after scaling down the cluster to a galactic size halo ( by a factor @xmath2 12 in radius and in circular velocity ) we analysed the evolution of the debris originating in the different halos that merged to build up the `` galaxy '' .
we found that the debris streams behave in a similar fashion to the streams moving in a static potential ( helmi , white & springel , in preparation ) . from these high - resolution simulations
we can determine the number of dark - matter streams as a function of distance from the halo centre .
we find that in what would be the `` solar neighbourhood '' of the scaled halo , one should expect approximately 1000 _ dark _ streams ( figure 3 ) .
note , however , that the scaling used above is independent of the assembly time of the halo , which thus means that one may expect a slightly larger number of streams for a galactic halo than for a scaled - down version of a cluster halo . in general
a galactic halo ( being assembled about 10 gyr ago ) will have had more time to relax than a cluster halo ( typically assembled @xmath2 8 gyr ago ) , and so the streams to spread out in space .
we estimate that this number can not be more than a factor @xmath5 larger .
how do these results compare to our estimates derived for the stellar halo before ?
how many _ star _
streams should we observe in the solar neighbourhood ?
each dark matter halo will contribute by about a factor of ten more dark streams than stellar ones , since baryons are generally clustered in the inner roughly one - tenth of their host halo . also due to this segregation , the baryons orbital properties
do not exactly follow those of their dark matter counterparts .
a typical star in the solar neighbourhood has a period of 0.25 gyr , with an apocentre of about 11 kpc .
a typical dark matter particle will have an apocentre of the order of 20 kpc , corresponding to an orbital timescale of the order of 0.3 gyr . because the time for dispersal scales as @xmath6 , this implies that the naively expected number of star streams should be doubled . in synthesis ,
if we break the 2000 dark streams ( now scaled to take into account the earlier assembly of a galactic halo ) into ten contributors , each one of these will give rise to @xmath7 stellar streams , if our scalings are roughly right .
this estimate brings us close to the result derived initially : we should expect about four hundred stellar streams in the solar neighbourhood .
over the years , an increasing number of observations have been suggesting the presence of substructure in the halo of the galaxy ( e.g. eggen 1965 ; rodgers & paltoglou 1984 ; majewski , munn & hawley 1994 ) .
detections of lumpiness in the velocity distribution of halo stars are becoming increasingly convincing , and the discovery of the sagittarius dwarf satellite galaxy ( ibata , gilmore & irwin 1994 ) is a dramatic confirmation that accretion and merging continue to affect the galaxy .
however _ direct _ evidence that the bulk of the milky way s population of old stars was built up from mergers had been lacking until quite recently . using kinematic data from the hipparcos satellite , helmi et al . ( 1999 ) have found two halo star streams which share a common progenitor : a single coherent object disrupted during or soon after the milky way s formation , and which probably resembled the fornax and sagittarius dwarf spheroidal galaxies .
the kinematic properties of the sample of halo stars used are shown in figure 4 , with the stars identified as members of the streams highlighted .
this figure should be compared to figs . 1 and 2 , which correspond to a simulation set up to reproduce the properties of the streams .
the presence of these streams was also confirmed later by chiba & beers ( 2000 ) in a much larger sample .
samples of halo stars in the vicinity of the sun are currently too small to be useful to fully test the hierarchical picture and the predictions made in the previous section . since the expected number of streams is approximately 500 , the required samples should preferably have 2000 or more stars with good kinematics . to detect the clumpy nature of the velocity ellipsoid in the solar neighbourhood , this ellipsoid should be broken up into the streams , in which case the required accuracy should be @xmath8 km s@xmath3or @xmath9 km s@xmath3 , values that can be reached presently . to detect the individual streams
one may require a 3@xmath10 distinction or 5 km s@xmath3accuracy .
future astrometric satellites will measure with very high accuracy the motions of thousands to many millions of stars in our galaxy . whereas sim is a targeted mission ( and
will thus not be useful to test in the solar neighbourhood the predictions described above ) , fame promises to measure positions and parallaxes for about @xmath11 stars . for stars brighter than @xmath12 it will do so to better than 50 @xmath13as in parallax and 50 @xmath13as yr@xmath3 in proper motion , and at @xmath14
these accuracies will be degraded by an order of magnitude . on the other hand
, the proposed esa astrometric satellite gaia will provide very precise astrometry ( @xmath1510 @xmath13as in parallax and @xmath1510 @xmath13as yr@xmath3 in proper motion at @xmath16 , increasing to 0.2 mas yr@xmath3 at @xmath17 ) and multicolour photometry , for all 1.3 billion objects to @xmath18 , _ and _ radial velocities with accuracies of a few km s@xmath3 for most stars brighter than @xmath19 , so that full and homogeneous six - dimensional phase - space information will be available .
helmi & de zeeuw ( 2000 ) have run numerical simulations of the disruption of satellite galaxies in a galactic potential with the aim of building up the entire stellar halo . using these simulations , they generate artificial fame and gaia catalogues in which they look for the signatures left by the accreted satellites .
they find that disrupted satellite galaxies may be recovered after a hubble time as lumps in the space of integrals of motion .
using energy , angular momentum and its @xmath20-component to define such a space , they look for the clumps using a friends - of - friends algorithm . for a simulated gaia catalogue
they are able to recover 50% of all accreted objects , whereas for a fame catalogue ( using radial velocities accurate to 15 km s@xmath3 ) the recovery rate is @xmath21% , an effect which is due to the lower accuracies and the brighter limiting magnitude ( i.e. the samples with good kinematic information are smaller )
. however both missions should be able to test the hierarchical formation paradigm on our galaxy by measuring the amount of halo substructure in the form of nearby kinematically cold streams . in figure 5 the two - point correlation function in velocity space
is shown for four realizations of the artificial fame and gaia catalogs , each corresponding to a different position of the `` sun '' along the `` solar circle '' .
the presence of kinematically cold streams is visible as an excess of pairs in the bins corresponding to small velocity differences . and , even with velocity errors of the order of 20 km s@xmath3 , it will be possible to determine that the clumpy nature of the halo velocity ellipsoid in the solar neighbourhood .
chiba , m. , & beers , t.c .
2000 , , 119 , 2843 eggen , o.j .
1965 , in galactic structure , stars and stellar systems , volume 5 , ed .
a. blaauw & m. schmidt ( university of chicago press ) , 111 kauffmann , g. , colberg , j.m .
, diaferio , a. , & white , s.d.m .
1999 , mnras , 303 , 188 helmi , a. , & white , s.d.m 1999 , mnras , 307 , 495 helmi , a. , white , s.d.m , de zeeuw , p.t . , &
zhao , h.s .
1999 , nature , 402 , 53 helmi , a. , & de zeeuw , p.t .
2000 , mnras ( in press ) ibata , r. , gilmore , g. , & irwin , m. 1994 , nature , 370 , 194 johnston , k.v . , hernquist , l. , & bolte , m. 1996 , apj , 465 , 278 majewski , s.r . ,
munn , j.a .
, & hawley , s.l .
1994 , apj , 427 , l37 rodgers , a.w .
, paltoglou , g. 1984 , apj , 283 , l5 springel , v. 1999 , phd thesis ( university of munich ) | recent years theoretical effort understanding properties galaxies within hierarchical paradigm structure formation kauffmann et al our galaxy models milky way access to kinematics distances ages chemical compositions of stars available for no other system observable substructure merging events could be at hand natural place for stars systems milky way is galactic halo systems disrupt leave trails stars disrupted galaxies produce spheroidal component imprints mergers on distribution halo stars ? observational requirements accuracies sample sizes test if galaxy built hierarchically ? numerical simulations of disruption of satellite galaxies show stars distributed in coherent spatial structures along great circles ( johnston , hernquist & bolte 1996 ) satellite s orbits probe inner galaxy apocentres smaller than 3040 kpc galactic disk orbital plane precess transforming two - dimensional streams in three - dimensional structures stars distributed homogeneously space signatures of mergers disappeared almost in configuration space figure 1 phase - space density conserved quantity satellite galaxies initial high values constrain debris phase - spacesatellite s stars spread define streams kinematic structures figure 2 streams characteristic signatures of mergers visible in kinematics halo stars solar neighbourhood if galaxy built hierarchically helmi & white 1999 ) if @xmath0 l@xmath1stellar halo built from disrupted satellites velocity ellipsoid solar should 300 500 stellar streams internal velocity dispersions of @xmath2 5 km s@xmath3 results based on numerical simulations calculations disruption single satellite galaxy evolution of debris streams in static potential case different from hierarchical picture analysed high - simulations formation cluster in @xmath4cdm cosmology 1999 ) after scaling down cluster to galactic size halo factor @xmath2 12 radius velocity analysed evolution of debris in halos galaxy debris streams behave similar to static potential simulations determine number of dark - matter streams function distance from halo centre in solar neighbourhood scaled halo expect approximately 1000 dark _ streams ( figure 3 ) scaling independent of assembly time halo expect larger number of streams for galactic halo than scaled - down cluster halogalactic halo assembled 10 gyr ago more time to relax than cluster halo assembled @xmath2 8 gyr ago streams spread in space estimate number not factor @xmath5 larger results compare to estimates for stellar halo ? how many star streams in solar neighbourhood ? each dark matter halo factor ten more dark streams than stellar ones baryons clustered in inner one - tenth of host halo baryons orbital properties follow dark matter counterparts typical star period 0.25 gyr apocentre 11 kpc typical dark matter particle apocentre 20 kpc orbital timescale 0.3 gyr time for dispersal scales as @xmath6 implies expected number star streams doubled break 2000 dark streams galactic halo into ten contributors each rise to @xmath7 stellar streams if scalings estimate close to result expect four hundred stellar streams in solar neighbourhood increasing observations presence of substructure in halo galaxy eggen 1965 rodgers paltoglou 1984 1994 )detections lumpiness in velocity distribution halo stars convincing discovery sagittarius dwarf satellite galaxy 1994 accretion merging affect galaxy evidence milky way s population old stars from mergers lacking until recently data hipparcos satellite helmi et al 1999 found two halo star streams common progenitor single coherent object disrupted during milky way formation resembled fornax sagittarius dwarf spheroidal galaxies kinematic properties halo stars shown in figure 4 stars streams highlighted compared to figs 1 2 simulation presence streams confirmed by chiba & beers ( 2000 ) larger sample samples halo stars vicinity sun too small test hierarchical picture predictions expected number streams approximately 500 required samples have 2000 or more stars with good kinematics detect clumpy velocity ellipsoid solar neighbourhood ellipsoid broken up into streams required accuracy @xmath8 km s@xmath3or @xmath9 km s@xmath3 individual streams require 3@xmath10 distinction or 5 km s@xmath3accuracy future astrometric satellites measure high accuracy motions of millions stars galaxysim targeted mission not useful test solar neighbourhood predictions fame measure positions parallaxes @xmath11 stars stars brighter than @xmath12 better than 50 @xmath13as in parallax 50 yr@xmath3 proper motion at @xmath14 accuracies degraded magnitude proposed esa astrometric satellite gaia precise astrometry @xmath1510 @xmath13as parallax proper motion at @xmath16 to 0.2 mas yr@xmath3 at @xmath17 multicolour photometry 1.3 billion objects to @xmath18 radial velocities accuracies few km s@xmath3 for stars brighter than @xmath19 full homogeneous six - phase - space information available helmi & de zeeuw 2000 simulations disruption satellite galaxies building stellar halo generate artificial fame gaia catalogues for signatures satellites disrupted satellite galaxies recovered after time as lumps space motion energy angular momentum @xmath20-component clumps friends - of - friends algorithm simulated gaia catalogue 50% accreted objects fame catalogue to 15 km s@xmath3 recovery rate @xmath21% lower accuracies brighter limiting magnitudesamples with kinematic information smaller missions test hierarchical formation paradigm measuring halo substructure nearby cold streams figure 5 two - point correlation velocity four realizations artificial fame gaia catalogs different position sun solar circle presence kinematically cold streams visible excess pairs bins small velocity differences velocity errors 20 km s@xmath3 determine clumpy nature halo velocity ellipsoid solar neighbourhood chiba m. beers t. 2000 119 , 2843 eggen o.j. 1965 galactic structure stars stellar systems volume 5. blaauw m. schmidt university chicago press, 111 kauffmann colberg j diaferio white 1999 mnras , 303 , 188 helmi white 307 , 495 helmi white de zeeuw zhao 1999 nature , 402 , 53 helmi de zeeuw 2000 mnras ibata r. gilmore g. irwin m. 1994 nature , 370 , 194 johnston k hernquist l. bolte , m.1996 apj 465 278 majewski munn j.a hawley s.l 1994 apj 427 l37 rodgers paltoglou 1984 apj 283 l5 springel 1999 phd university munich | 0.440106 | 2,602 | 1,346 | , Saving $0.1 in GPT-4. |
172,917 | we construct a stochastic flow generated by an sde with its drift being a function of bounded variation and its noise being a stable process with exponent from ( 1,2 ) .
it is proved that the flow is non - coalescing and sobolev differentiable with respect to initial data . the representation for the derivative
is given . | consider an sde @xmath0 where @xmath1 , @xmath2 is a bounded measurable function on @xmath3 , @xmath4 is a symmetric stable process with the exponent @xmath5 i.e. @xmath4 is a lvy process with its characteristic function being equal to @xmath6 where @xmath7 is a constant .
the existence and uniqueness of a weak solution , and the strong markov property was considered in @xcite .
the existence of a unique string solution for equation was proved in @xcite . besides , it is continuously dependent on @xmath8 @xmath9}|{\varphi}_t(x)-{\varphi}_t(x_0)|\overset{p}{\rightarrow}0 , \ x\to x_0.\ ] ] in this paper
we construct a modification of @xmath10 which is cdlg in @xmath11 and monotonous in @xmath12 we prove that if a function @xmath2 has a locally bounded variation , then @xmath13 is sobolev differentiable in @xmath14 a.s .
and the derivative @xmath15 has the following representation @xmath16 where @xmath17 is a local time of the process @xmath18}$ ] at the point @xmath19 formula can be easily explained for @xmath20 indeed , in this case for each @xmath21 , equation can be considered as an integral equation with continuously differentiable coefficients .
then @xmath22 is continuously differentiable in @xmath14 and @xmath23 satisfies the linear equation
@xmath24 so @xmath25 by the occupation times formula @xcite , the r.h.s . of is equal to @xmath26 [ remark_0 ] all the technical details needed for the existence of local time such as the validity of occupation times formula , the existence of the integrals etc
. will be given in the next sections .
to prove for @xmath2 being a function of bounded variation we will use an approximation of by sdes with @xmath27 drifts .
if @xmath4 is a wiener process that corresponds to @xmath28 then the similar problem is well studied even for non - additive noises ( see for example @xcite ) .
note that most techniques used in a wiener case for non - smooth @xmath2 ( zvonkin s transformation , tanaka s formula , girsanov s formula etc . )
are inapplicable to a case of lvy process .
it is worth note that the differentiability w.r.t .
initial data of solutions of sdes with jumps and non - smooth coefficients has not been studied .
the paper is organized as follows .
the results on measurability and continuity of the solution , and the estimates on transition density are represented in section [ section_properties ] . in section [ section_local_time ]
we give a definition of a local time and prove the existence of the local time for the process @xmath29 . the main result on differentiability of the solution
is given in section [ section_main ] , theorem [ thm2 ] .
in this section we construct a version of @xmath13 satisfying some measurability properties . put @xmath30 [ prop1 ] let @xmath31 be a bounded measurable function
. then 1 .
there exists a unique strong solution of , i.e. a @xmath32-adapted cdlg process @xmath13 that satisfies almost surely .
the process @xmath13 is continuous w.r.t .
@xmath14 in probability in topology of uniform convergence : @xmath33}|{\varphi}_t(x)-{\varphi}_t(x_0)|\overset{p}{\rightarrow}0 , \ x\to x_0.\ ] ] 3 .
the process @xmath13 is a homogeneous strong markov process .
it has a continuous transition density @xmath34 moreover , + @xmath35 \ \forall \ x\in{{\mathds
r}},\ y\in{{\mathds r } } : $ ] @xmath36 where @xmath37 is a parameter of a stable process @xmath38 4 .
if @xmath39 then @xmath40 where @xmath41 5 . the process @xmath42 can be selected such that a. it is monotonous in @xmath8 @xmath43 b. it is cdlg in @xmath14 for any fixed @xmath11 and @xmath44 c. for any @xmath45 a map @xmath46\times{{\mathds r}}\times\omega\ni(t , x,\omega)\mapsto{\varphi}_t(x , \omega)\ ] ] is @xmath47)\times{{\cal b}}({{\mathds r}})\times{{\cal f}}_t$]-measurable . for a proof of 1 ) , 2 ) , see @xcite , 3 ) even in more general case is proved in @xcite .
prove 4 ) . since the process @xmath48 is continuous in @xmath49 then @xmath50 and it is easy to see that the process @xmath51 is a solution of with initial value @xmath52 by the uniqueness of the solution this implies .
we construct a version of the solution that satisfies properties of the last part of proposition 1 .
let @xmath53 be a set of full measure such that and are satisfied for all @xmath54 and rational @xmath12 the monotonicity and imply that @xmath53 can be selected such that @xmath55 @xmath56}|{\varphi}_t(x , \omega)-{\varphi}_t(x_0 , \omega)|\to0 , \ x\to x_0 , x\in{{\mathds q}}.\ ] ] it is easy to see that @xmath57 is a version of @xmath58 that satisfies 5 ) .
the proposition is proved .
[ remark_00 ] later on we will always consider a version of @xmath13 that satisfies the assumptions of proposition [ prop1 ] .
in this section we prove the existence and study properties of a local time for the process @xmath59 there are a few different approaches to the notion of a local time .
we consider a local time as a density of the occupation measure .
recall the definition and some properties of local times ( see @xcite ) .
let @xmath60 be a measurable function .
define a measure @xmath61\},\ ] ] where @xmath62 is a lebesgue measure .
let the measure @xmath63 be absolutely continuous w.r.t .
@xmath64 then its radon nikodym derivative @xmath65 is called a local time of @xmath66 relative to @xmath67.$ ] in particular , @xmath68 @xmath69 where @xmath70 is a measurable function for which at least one integral in make sense .
let @xmath60 be a measurable stochastic process .
we say that the local time of @xmath66 exists a.s . if almost all trajectories have a local time .
assume that for any @xmath71 the distribution of @xmath72 is absolutely continuous .
let @xmath73 be the corresponding density
. put @xmath74 [ b ] if for some @xmath75 the function @xmath76 is continuous , then the local time exists a.s .
, and @xmath77 [ remark1 ] it was mentioned in the proof ( see also @xcite , sect.25 ) that @xmath78 in @xmath79-sense for any @xmath80 and almost surely for @xmath62-a.a .
it follows from and standard results on existence of measurable version of a limit ( see , for example , @xcite ) , that the local time can be selected measurable in @xmath82 further we consider only such a modification .
[ remark3 ] note that if the local time exists a.s .
, then is satisfied with probability one for any measurable non - negative function @xmath83 the exceptional set is independent of @xmath83 return to equation .
[ prop2 ] there exists a process @xmath84 such that \1 ) for any fixed @xmath85 is a local time of @xmath86;$ ] \2 ) @xmath87 is measurable in @xmath88 \3 ) for any @xmath89 a map @xmath90 is continuous in @xmath91 the existence of the local time for fixed @xmath14 follows from theorem [ b ] and proposition [ prop1 ] .
indeed , let @xmath92 then @xmath93 @xmath94 @xmath95 observe that @xmath96 @xmath97 @xmath98 above we have used that @xmath99 and @xmath100 because @xmath101 the continuity of @xmath76 follows from the lebesgue dominated convergence theorem .
remark [ remark1 ] allows us to select a measurable in @xmath102 modification .
the proposition is proved .
the local time from proposition [ prop2 ] coincides with that obtained by n.i.portenko @xcite , who considered it as a @xmath103-functional from markov process . in the following statement
we obtain the exponential integrability of the local time .
[ prop3 ] for any @xmath104 there exists @xmath105 such that @xmath106 a possible way to prove is to expand the exponent in a taylor series , then to use estimate , and to make calculations similar to and formula .
however it is easier to apply the following result of n.i.portenko .
assume that @xmath107\}$ ] is a non - negative measurable process adapted to a flow @xmath108\}.$ ] assume that for @xmath109 @xmath110 where @xmath111 is a non - random integral function satisfying the following conditions \a ) @xmath112 if @xmath113 \b ) @xmath114 then for any @xmath62 @xmath115 where @xmath116 depends only on @xmath117 and @xmath118 see @xcite , lemma 1.1 for the proof .
let now @xmath119 similarly to we obtain that uniformly in @xmath120 @xmath121 @xmath122 @xmath123 this implies the uniform in @xmath120 estimate of @xmath124 to conclude the proof , it remains to make @xmath125 and apply fatou s lemma .
proposition [ prop3 ] is proved .
consider equation . assume that @xmath2 is continuously differentiable
. then for each @xmath126 can be considered as an integral equation with @xmath27-coefficients .
so @xmath22 is differentiable in @xmath14 and @xmath127 satisfies a linear equation @xmath128 thus @xmath129 applying and proposition [ prop2 ] we get @xmath130 note that generally speaking the exceptional set depends on @xmath14 and @xmath131 by fubini s theorem @xmath132 put @xmath138)}:=\|f\|_{l_p([a , b])}+\left\|\frac{df}{dx}\right\|_{l_p([a , b])}.\ ] ] it is well known that @xmath139 ) , \|\cdot\|_{p , 1})$ ] is a banach space .
so if @xmath140)$ ] is such that @xmath141 then @xmath142 ) , \ g=\frac{df}{dx}.\ ] ] [ thm2 ] assume that @xmath146 is a measurable bounded function and its restriction to any interval has a finite variation .
then @xmath147 for any @xmath148 a.s .
and representation holds true for any @xmath149 let @xmath159 be a solution of with @xmath160 instead of @xmath161 be its local time
. then @xmath162 it follows from @xcite that @xmath163}|{\varphi}^n_t(x)-{\varphi}_t(x)|\overset{p}{\rightarrow}0 , \
n\to\infty.\ ] ] let @xmath177 be a dissection of @xmath178.$ ] then @xmath179 @xmath180 @xmath181 @xmath182 @xmath183 @xmath184 } e\bigg|\alpha^l_x(y , t)-\frac{\int^{y_{j+1}}_{y_j}\alpha^l_x(z , t)dz } { \delta y_j } \bigg|{\mathop \mathrm{var}}a_l+\ ] ] @xmath185 @xmath186 where @xmath187 taking into account that by @xcite , @xmath201}|{\varphi}^n_z(x)-{\varphi}_z(x)|\overset{p}{\rightarrow}0 , \ n\to\infty,\ ] ] we get @xmath202}-{\mathds{1}}_{{\varphi}_z(x)\in[y_j , y_{j+1}]}\right)\overset{p}{\rightarrow}0,\ n\to\infty,\ ] ] for any @xmath203 recall that @xmath207 if @xmath81 is a point of continuity of @xmath208 select a dissection @xmath209 such that all @xmath209 are points of continuity of @xmath210 and @xmath211 use and and select @xmath212 such that for any @xmath213 @xmath214 and @xmath215 so the r.h.s . of is less than @xmath216 and the theorem is proved for finite @xmath217 let @xmath223 $ ]
be an arbitrary interval .
denote @xmath224}(|{\varphi}_z(c)|+|{\varphi}_z(d)|).$ ] making use of , proposition [ prop1 ] , and fubini s theorem we obtain the equality @xmath225 valid for all @xmath226 , a.a . @xmath227 and @xmath62-a.a .
@xmath228.$ ] since @xmath160 is finite , @xmath229)$ ] a.s .
thus @xmath230)$ ] a.s .
and its derivatives coincide a.s . with that of @xmath231 if @xmath232 the definition of the local time entails that @xmath233 for @xmath62-a.a .
@xmath234 $ ] with probability 1 .
so formula holds true . | sde @xmath0 @xmath1 bounded measurable function @xmath3 symmetric stable process exponent @xmath5 @xmath4 lvy process characteristic function equal to @xmath6 @xmath7 constant weak solution strong markov property considered @xcite unique string solution equation proved @xcite continuously dependent on @xmath8 @xmath9_t(x)-(x_0)\overset\rightarrow}0 construct modification @xmath10 cdlg in @xmath11 monotonous in @xmath12 prove function @xmath2 locally bounded variation @xmath13 differentiable in @xmath14 derivative @xmath15 representation @xmath16 @xmath17 local time process @xmath18 @xmath19 formula explained for @xmath20 @xmath21 equation integral equation continuously differentiable coefficients @xmath22 continuously differentiable in @xmath14 @xmath23 satisfies linear equation @xmath24 @xmath25 occupation times formula r.h.s equal to @xmath26 technical details local time validity occupation times formula integrals next sections prove @xmath2 function bounded variation approximation sdes with @xmath27 drifts@xmath4 wiener process corresponds to @xmath28 similar problem studied non - additive noises @xcite ) techniques wiener case for non - smooth @xmath2 zvonkin s transformation tanaka s formula girsanov s formula inapplicable to lvy process differentiability initial data of solutions sdes with jumps non - smooth coefficients not studied paper organized results on measurability continuity estimates transition density in section section_properties ] section_local_time definition local time process @xmath29 main result differentiability section [ section_main ] theorem [ thm2 ] construct version of @xmath13 satisfying measurability properties @xmath30 prop1 @xmath31 bounded measurable function unique strong solution @xmath32-adapted cdlg process @xmath13 satisfies almost surely @xmath13 continuous @xmath14 probability topology uniform convergence @xmath33(x process @xmath13 homogeneous strong markov processcontinuous transition density @xmath34 @xmath35 x\in{{\mathds r}}\mathds @xmath36 @xmath37 parameter stable process @xmath38 @xmath39 @xmath40 @xmath41 process @xmath42 selected monotonous in @xmath8 @xmath43 cdlg in @xmath14 @xmath11 @xmath44 @xmath45 map @xmath46\times{{\mathds r}}\times\omega\ni(t x\omega)\mapsto{\varphi}_t(x \omega) @xmath47)\times{{\cal b}}({{\mathds r}})\times{{\cal f}}_t$]-measurable proof see @xcite 3 ) case proved @xcite process @xmath48 continuous @xmath49 @xmath50 process @xmath51 solution initial value @xmath52 uniqueness solution construct version solution satisfies properties last proposition 1 @xmath53 full measure satisfied @xmath54 rational @xmath12 monotonicity @xmath53 selected @xmath55 @xmath56\varphi}_t(x \omega)-_t(x_0 \omega)\mathds q}} @xmath57 version @xmath58 satisfies 5 ) proposition provedremark_00 ] later consider version @xmath13 assumptions proposition prop1 section prove existence study properties local time for process @xmath59 different approaches notion local time consider local time density occupation measure recall definition properties local times see @xcite @xmath60 measurable function define measure @xmath61 @xmath62 lebesgue measure measure @xmath63 continuous @xmath64 radon nikodym derivative @xmath65 local time of @xmath66 relative to @xmath67 @xmath68 @xmath69 @xmath70 measurable function one integral sense @xmath60 measurable stochastic process local time of @xmath66 exists all trajectories have local time assume @xmath71 distribution of @xmath72 continuous @xmath73 corresponding density put @xmath74 if @xmath75 function @xmath76 continuous local time exists @xmath77 remark1 mentioned proof @xcite.25 @xmath78 @xmath79-sense @xmath80 @xmath62-a follows standard results existence measurable version limit local time selected measurable in @xmath82 consider such modification remark3 ] if local time existssatisfied probability one measurable non - negative function @xmath83 exceptional set independent @xmath83 equation process @xmath84 fixed @xmath85 local time @xmath86 @xmath87 measurable in @xmath88 @xmath89 map @xmath90 continuous in @xmath91 local time fixed @xmath14 follows from theorem proposition @xmath92 @xmath93 @xmath94 @xmath95 @xmath96 @xmath97 @xmath98 used @xmath99 @xmath100 @xmath101 continuity @xmath76 follows lebesgue convergence theorem remark select measurable @xmath102 modification proposition proved local time proposition coincides n.i.portenko @xcite @xmath103-functional markov process exponential integrability local time @xmath104 exists @xmath105 @xmath106 prove expand exponent taylor series use estimate make calculations similar formula easier apply result n.i.portenko assume @xmath107 non - negative measurable process adapted flow @xmath108assume @xmath109 @xmath110 @xmath111 non - random integral function satisfying conditions @xmath112 @xmath113 @xmath114 @xmath62 @xmath115 @xmath116 depends on @xmath117 @xmath118 see @xcite lemma 1.1 proof @xmath119 obtain uniformly @xmath120 @xmath121 @xmath122 @xmath123 implies uniform @xmath120 estimate @xmath124 conclude proof make @xmath125 apply fatou s lemma proposition prop3 ] proved consider equation assume @xmath2 continuously differentiable @xmath126 integral equation @xmath27-coefficients @xmath22 differentiable @xmath14 @xmath127 satisfies linear equation @xmath128 @xmath129 proposition prop2 get @xmath130 exceptional set depends @xmath14 @xmath131 fubini s theorem @xmath132 @xmath138_p @xmath139 banach space @xmath140) @xmath141 @xmath142 assume @xmath146 measurable bounded function restriction interval finite variation @xmath147 @xmath148representation @xmath149 @xmath159 solution @xmath160 @xmath161 local time @xmath162 follows @xcite @xmath163}{\varphi}^n_t(x)-{\varphi}_t(x)\overset{p}\rightarrow}0 @xmath177 dissection @xmath178 @xmath179 @xmath180 @xmath181 @xmath184\alpha^l_x(y t{y{j+1}}\alpha^l_x(z t y_j\mathrm{var}}a_l @xmath185 @xmath186 @xmath187 @xmath201}{\varphi}^n_z(x)-{\varphi}_z(x)\overset{p}{\rightarrow}0 @xmath202}{\mathds{1}}\varphi}_z(x)[y_j y{j+1}\overset{p}\rightarrow}0 @xmath203 @xmath207 @xmath81 point continuity @xmath208 dissection @xmath209 @xmath209 points continuity @xmath210 @xmath211 @xmath212 @xmath213 @xmath214 @xmath215less than @xmath216 theorem proved finite @xmath217 @xmath223 arbitrary interval denote @xmath224}_z proposition fubini s theorem obtain equality @xmath225 valid @xmath226 @xmath227 @xmath62-a.a @xmath228. @xmath160 finite @xmath229) @xmath230) derivatives coincide with @xmath231 @xmath232 definition local time entails @xmath233 @xmath62-a.a @xmath234 probability 1 formula holds true | 0.498482 | 3,157 | 1,725 | , Saving $0.1 in GPT-4. |
172,921 | until now , the spectral changes observed from persistent to dipping intervals in dipping low - mass x - ray binaries were explained by invoking progressive and partial covering of an extended emission region .
here , we propose a novel and simpler way to explain these spectral changes , which does not require any partial covering and hence any extended corona , and further has the advantage of explaining self - consistently the spectral changes in both the continuum and the narrow absorption lines that are now revealed by xmm - newton . in , we detect and absorption lines and model them for the first time by including a complete photo - ionized absorber model rather than individual gaussian profiles .
we demonstrate that the spectral changes both in the continuum and the lines can be simply modeled by variations in the properties of the ionized absorber . from persistent to dipping the photo - ionization parameter decreases while the equivalent hydrogen column density of the ionized absorber increases . in a recent work ( see et al . in these proceedings ) , we show that our new approach can be successfully applied to all the other dipping sources that have been observed by xmm - newton . | the lightcurves from dipping low - mass x - ray binaries ( lmxbs ) such as show dips recurring at the orbital period of the system ( fig .
[ fig : lc ] bottom ) .
dips are due to a structure passing through the line - of - sight at each orbital rotation .
this structure is probably a thickened region of the disk related to the impact of the stream from the companion star into the disk .
the presence of periodic dips and absence of eclipses from the companion indicate that dipping sources are viewed relatively close to edge - on .
the x - ray spectra of most of the dip sources become harder during dipping ( fig .
[ fig : lc ] top ) . however , simple photo - electric absorption by cool ( neutral ) material fails to explain the spectral changes from persistent to dipping intervals .
therefore , more complex models have been proposed . in particular , the `` complex continuum '' approach has been successfully applied to a number of dipping lmxbs including @xcite .
it assumes that the x - ray emission originates from two components , and the spectral changes during dips are explained by the partial and progressive covering of one of the components by a cool absorber , while the other component is rapidly and entirely covered by another cool absorber .
this approach implies that the latter component comes from a point - like region such as the neutron star surface , whereas the former component comes from a very extended corona .
the improved sensitivity and spectral resolution of _ chandra _ and xmm are allowing narrow absorption features from highly ionized fe and other metals to be observed in a growing number of x - ray binaries . in particular , ( he - like ) or ( h - like ) resonant 1s-2p absorption lines near 7 kev were reported from the micro - quasars , and , and from the neutron star systems , , , , , and now ( references in * ? ? ? * ) .
these sources are known to be viewed close to edge - on ( many are dippers ) .
this indicates that the highly ionized plasma probably originates in an accretion disk atmosphere or wind , which could then be a common feature of accreting binaries but preferentially detected in systems viewed close from the disk plane . here
, we report the detection of and absorption lines from the lmxb and propose a new explanation for the spectral changes between persistent and dipping intervals ( details in * ? ? ?
we further show that this new explanation also applies to all the other bright dipping sources observed by ( details in * ? ? ?
we analyzed the 50 ks xmm - newton observation of performed on 2003 january 29 ( fig .
[ fig : lc ] ) .
bursts were excluded and one spectrum was extracted for each category of emission : persistent , shallow dipping and deep dipping . and 1s-2p resonant absorption lines near 7 kev are clearly detected in the persistent spectrum ( fig .
[ fig:1323 ] a top ) , indicating that a highly - ionized disk atmosphere or wind is present in .
absorption lines are also present in the dipping spectra ( fig .
[ fig:1323 ] a middle and bottom ) indicating that the structure causing the dips ( `` bulge '' hereafter ) is also ionized .
however , clear spectral changes in the lines are visible from persistent to deep dipping : the strength of the line decreases while that of increases , indicating that the bulge is less strongly ionized . for the first time , to account for the absorption features evident near 7 kev , we include a photo - ionized absorber in the spectral model , rather than individual line profiles .
we use the model of spex , which treats the absorption by a thin slab composed of different ions , located between the ionizing source and the observer .
the processes considered are the continuum and the line absorption by the ions and scattering out of the line - of - sight by the free electrons in the slab .
the relevant ions are automatically taken into account and their relative column densities are coupled in a physical way via a photo - ionization model .
we find that the persistent and dipping spectra are all well fit by a model consisting of a power - law , a blackbody and a broad gaussian emission line , modified by absorption from neutral ( abs ) and ionized ( xabs ) material ( fig .
[ fig:1323 ] b and c ) .
the ionized plasma has a lower ionization parameter and a larger column density during dipping . in all cases
, it perfectly accounts for the narrow features near 7 kev .
remarkably , it also produces apparent continuum absorption which becomes substantial and strongly energy - dependent during dipping ( compare panels d in fig .
[ fig:1323 ] b and c ) . indeed , because the ionization is lower during dipping ,
there is a wider variety of ions than during persistent emission where most of the species are fully stripped of their electrons .
thus many more absorption lines and edges are expected during dipping ( see fig . [
fig : trans ] a ) . furthermore , because the column density is larger , the edges are stronger .
this explains the smooth variation of the transmission with energy ( outside the sharp changes at the binding energies themselves ) .
llccc & persistent & shallow dip & deep dip + & @xmath0 & @xmath1 & @xmath2 + & @xmath3 & @xmath4 & @xmath5 + & @xmath6 & @xmath7 & @xmath8 + [ tab : results ] by successfully fitting the dipping spectra using the persistent model , but fixing the parameters of the continuum to the persistent values , and allowing only the parameters of the absorbers ( abs and xabs ) to change , we actually demonstrate that the spectral changes from persistent to dipping can be modeled simply by variations in the properties of the neutral and ionized absorbers , with the ionized absorber playing the main role ( table [ tab : results ] ) .
contrary to the `` complex continuum '' model , the new proposed approach does not require any partial covering and hence does not require the underlying source of x - ray emission to be particularly extended in .
the new explanation further presents the advantage of explaining self - consistently the spectral changes both in the continuum _ and _ the narrow lines .
to test the new proposed explanation for the spectral changes , @xcite analyzed the epic pn data of all the bright dipping binaries observed by : , , , , and ( see et al . in these proceedings ) .
for each source ( except whose dips were too shallow for the analysis to be carried out ) , the persistent and dipping spectra were fit together with the parameters of the underlying continuum emission tied together , and the parameters of the absorbers ( one neutral , abs , and one photo - ionized , xabs ) left free to vary .
good fits were obtained for each source ( see the case of in fig . [ fig:1916 ] ) .
thus , the changes in the properties of a neutral and of an ionized absorber in the line - of - sight can account for the spectral changes in the continuum and in the narrow features of all the dipping sources that could be tested so far . from persistent to deep dipping , the amount of neutral absorber increases ( fig .
[ fig : multi ] a ) , corresponding to an increase by a factor @xmath92 in the amount of the local material . at the same time
, the column density of the ionized absorber is found to increase by a factor of 4 to 12 ( fig .
[ fig : multi ] a ) while its ionization parameter decreases ( fig . [
fig : multi ] b ) .
the changes in this ionized material clearly play the main role in explaining the overall energy - dependent spectral changes observed in the dipping sources ( see the bottom panel of fig .
[ fig:1916 ] a and b showing the contribution of the ionized absorber ) .
modeling the spectral changes between persistent and dipping intervals is a powerful means of learning about the bulge and the accretion disk in all the x - ray binaries . until now
, these spectral changes were modeled by invoking absorption of a point - like emission region by a neutral absorber , together with progressive and partial covering of an extended emission region by another neutral absorber .
we propose a novel and simpler explanation invoking a neutral absorber and a photo - ionized absorber .
it was successfully applied to all the bright dipping sources that could be tested to date : , , , , and .
no partial covering was needed , indicating that none of the underlying x - ray sources requires to be particularly extended .
the new approach has the strong advantage of explaining self - consistently the spectral changes both in the continuum and in the narrow absorption lines that have been revealed by xmm - newton .
these results suggest a geometry for x - ray binaries such as drawn in fig . [
fig : trans ] b. a highly - ionized plasma is present above the accretion disk .
if the binary is viewed relatively close to edge - on , the ionized plasma lies in our line - of - sight toward the x - rays emitted in the vicinity of the compact object , and signatures of the plasma appear in the spectrum , such as the and absorption lines in the persistent spectrum of . at the azimuth where the stream of material from the companion star impacts the disk ,
there is material projected at higher altitudes above the disk .
this bulge or thickened part of the disk passes through our line - of - sight during dipping .
contrary to the complex continuum approach , our modeling of the dipping spectra indicates that this material is ionized ( but less than the plasma seen during persistent intervals ) .
it probably contains clumps of neutral material .
the precise distribution of the ionized absorber is unknown .
possibly , from the surface of the disk to higher altitudes , the density of the ionized material decreases and hence its ionization parameter increases . if the ionized absorber is present at the radius of the bulge , its layers could be shifted to higher altitudes .
this could explain the differences observed between persistent and dipping intervals in a given source , and the differences in the absorbers properties observed from source to source , as a function of inclination . in any case , the geometry inferred from the dipping sources should be valid for all the other accreting binaries which only differ from the dipping ones in being viewed further away from the disk plane .
this makes the dipping sources among the best targets to improve our understanding of the disk structure and of the accretion process .
* constraints on the distribution of the ionized material : inner and outer radii , height , density gradient , ionization gradient , composition , velocity ( static atmosphere versus out - flowing wind ) ; * response of the ionized material to changes in the underlying source luminosity or spectral energy distribution ; * dependence of the properties of the ionized material on the system parameters such as the disk size or inclination ; * role of the reflection ( back - scattering ) of x - rays onto the ionized and neutral materials . | lightcurves from dipping low - mass x - ray binaries show dips at orbital period fig bottom dips due to structure passing through line - of - sight at each orbital rotation structure thickened region disk related to impact stream from companion star periodic dips absence of eclipses from indicate dipping sources viewed close to edge - on x - ray spectra become harder during dipping simple photo - electric absorption by cool material explain spectral changes from to dipping complex models proposed complex continuum '' approach applied to dipping lmxbs including @xcite assumes x - ray emission originates from two components spectral changes during dips explained by covering of one by cool absorber other covered by absorber implies latter component from neutron star surface former from extended corona improved sensitivity spectral resolution of _ chandra and xmm narrow absorption features from highly ionized fe metals in x - ray binaries resonant 1s-2p absorption lines near 7 kev reported from micro - quasars neutron star systems sources viewed close to edge - on many are dippersindicates highly ionized plasma originates in accretion disk atmosphere or wind common feature of accreting binaries detected in systems close from disk plane report detection of absorption lines from lmxb propose new explanation for spectral changes between persistent dipping intervals explanation applies to other bright dipping sources observed analyzed 50 ks xmm - newton observation 2003 january 29 bursts excluded one spectrum extracted for each category emission persistent shallow deep dipping 1s-2p resonant absorption lines near 7 kev detected in persistent spectrum highly - ionized disk atmosphere or wind present absorption lines present in dipping spectra structure causing dips ionized spectral changes in lines visible from persistent to deep dipping strength line decreases increases bulge less strongly ionized for absorption features near 7 kev include photo - ionized absorber in spectral model use model of spex treats absorption by thin slab different ions between ionizing source observer processes considered are continuum line absorption by ions scattering out line by free electronsrelevant ions column densities coupled via photo - ionization model persistent dipping spectra fit by model power - law blackbody broad gaussian emission line modified by absorption from neutral ionized material ( fig . fig:1323 ] b c ionized plasma lower ionization parameter larger column density during dipping accounts for narrow features near 7 kev produces continuum absorption substantial energy - dependent during dipping compare panels d in fig fig:1323 ] b c ionization lower during dipping wider variety of ions than persistent emission more absorption lines edges expected during dipping ( see fig . : trans ] a ) column density larger edges stronger explains smooth variation of transmission with energyllccc persistent shallow dip deep dip @xmath0 @xmath1 @xmath2 @xmath3 @xmath4 @xmath6 @xmath8 tab results fitting dipping spectra persistent model fixing parameters continuum to persistent values allowing parameters absorbers abs xabs change demonstrate spectral changes from persistent to dipping modeled by variations properties neutral ionized absorbers ionized absorber main role table results contrary to complex continuum model new proposed approach require partial covering require underlying source x - ray emission extended new explanation explaining self - consistently spectral changes in continuum narrow lines test explanation changes @xcite analyzed epic pn data of bright dipping binaries observed by , , each source dips shallow persistent dipping spectra fit with parameters underlying continuum emission tied parameters absorbers neutral photo - ionized left free to vary good fits obtained for each source case fig . fig:1916 ] changes in properties neutral ionized absorber line - of - sight can account for spectral changes in continuum narrow features of all dipping sources testedpersistent to deep dipping neutral absorber increases fig . multi a ) increase factor @xmath92 in local material column density of ionized absorber factor 4 to 12 a ionization parameter decreases fig b changes in ionized material energy - dependent spectral changes in dipping sources bottom panel of fig . fig:1916 ] a and b contribution ionized absorber modeling spectral changes between persistent and dipping intervals learning bulge accretion disk in x - ray binaries changes modeled by invoking absorption point - like emission region by neutral absorber covering extended emission region by neutral absorber propose novel explanation neutral absorber and photo - ionized absorber applied to all bright dipping sources no partial covering needed none underlying x - ray sources extended new approach self - consistently spectral changes in continuum and narrow absorption lines xmm - newton results suggest geometry for x - ray binaries in fig . b highly - ionized plasma above accretion diskbinary viewed close to edge - ionized plasma in line - of - sight toward x - rays compact object signatures appear in spectrum absorption lines azimuth material from companion star impacts disk material projected at higher altitudes above disk bulge part disk passes through line sight during dipping modeling dipping indicates material ionized less than plasma during persistent intervals contains clumps neutral material precise distribution ionized absorber unknown from surface disk to higher altitudes density ionized material decreases ionization parameter increases if ionized absorber present at radius bulge layers could shifted to higher altitudes explain differences between persistent dipping intervals differences in absorbers properties source to source function inclination geometry inferred from dipping sources valid for other accreting binaries differ viewed further away from disk plane makes dipping sources best targets improve understanding disk structure accretion processconstraints on distribution ionized material : inner outer radii height density gradient ionization gradient composition velocity atmosphere wind response material to changes source luminosity spectral energy distribution dependence properties material on system parameters disk size inclination role reflection of x - rays onto ionized neutral materials | 0.43169 | 2,346 | 1,107 | , Saving $0.1 in GPT-4. |
172,927 | this document accompanies fluid dyanmics video entry v83911 for aps dfd 2012 meeting . in this video ,
we present experiments on how drop oscillations can be `` frozen '' using hydrophobic powders . | in this video ( ref ) , we show that when a liquid drop impacts a powder which is superhydrophobic , the drop rebounds with a powder coating that can `` freeze '' the oscillations and yield a deformed ( i.e. non - spherical ) liquid marble . for water drops ,
the critical impact speed for the onset of this phenomenon is @xmath0 m / s .
repeat experiments with more viscous drops show even more deformed shapes . | video liquid drop impacts powder superhydrophobic drop rebounds with powder coating oscillations deformed non - spherical liquid marble water drops critical impact speed phenomenon @xmath0 m / s experiments with more viscous drops show deformed shapes | 0.068075 | 94 | 46 | , Saving $0.0 in GPT-4. |
172,938 | we present the results of molecular dynamics simulations of the extended simple point charge ( spc / e ) model of water to investigate the thermodynamic and dynamic properties of stretched and supercooled water .
we locate the liquid - gas spinodal , and confirm that the spinodal pressure increases monotonically with @xmath0 , supporting thermodynamic scenarios for the phase behavior of supercooled water involving a `` non - reentrant '' spinodal .
the dynamics at negative pressure show a minimum in the diffusion constant @xmath1 when the density is decreased at constant temperature , complementary to the known maximum of @xmath1 at higher pressures .
we locate the loci of minima of @xmath1 relative to the spinodal , showing that the locus is inside the thermodynamicaly metastable regions of the phase - diagram .
these dynamical results reflect the initial enhancement and subsequent breakdown of the tetrahedral structure and of the hydrogen bond network as the density decreases . | water is an important liquid in nature , and is also fundamental in chemical and technological applications .
although the individual water molecule has a simple chemical structure , water is considered a complex fluid because of its anomalous behavior @xcite .
it expands on freezing and , at a pressure of 1 atm , the density has a maximum at 4@xmath2c .
additionally , there is a minimum of the isothermal compressibility at 46@xmath2c and a minimum of the isobaric heat capacity at 35@xmath2c @xcite .
these anomalies are linked with the microscopic structure of liquid water , which can be regarded as a transient gel a highly associated liquid with strongly directional hydrogen bonds @xcite .
each water molecule acts as both a donor and an acceptor of bonds , generating a structure that is locally ordered , similar to that of ice , but maintaining the long - range disorder typical of liquids .
despite the extensive work that has been done on water , many aspects of its behavior remain unexplained .
several scenarios have been proposed to account for the the anomalous behavior of the thermodynamic response functions on cooling , each predicting a different behavior for the liquid spinodal , the line of the limit of stability separating the region where liquid water is metastable from the region where the liquid is unstable .
( i ) according the stability - limit conjecture @xcite , the pressure of the spinodal line should decrease on cooling , become negative , and increase again after passing through a minimum .
it reenters the positive pressure region of the phase diagram at a very low temperature , thereby giving rise to a line of singularities in the positive pressure region , and consequently the increase in the thermodynamic response functions on cooling in the anomalous region is due to the proximity of this reentrant spinodal .
( ii ) the critical point hypothesis @xcite , proposes a new critical point at the terminus of a first - order phase transition line separating two liquid phases of different density
. the anomalous increases of the response functions , compressibility , specific heat , and volume expansivity , is interpreted in terms of this critical point .
( iii ) the singularity - free hypothesis @xcite proposes that actually there is no divergence close to the anomalous region ; the response functions grow by lowering temperature but remain finite , attaining maximum values . both hypotheses are consistent with a non - reentrant spinodal , and so unambiguously identifying the spinodal can rule out at least on scenario .
water properties and anomalies can be strongly influenced by the physical or chemical properties of the medium @xcite .
the effect not only of applied pressure , but also of negative pressure ( `` stretching '' ) is remarkable .
the study of the behavior of this fluid under negative pressures is relevant not only from the academic point of view , but also for realistic systems . for example , negative pressures are observed @xcite , and seem to play an important role in the mechanism of water transport in plants .
therefore , properties that modify the structure of water , especially if this modification is similar to the effect of stretching ( as is the case in some hydrogels @xcite ) , also influence its dynamical behavior .
dynamic properties , such as the diffusion constant , have been studied in detail for water systems at atmospheric and at high positive pressures , both experimentally @xcite as well as by computer simulations @xcite .
the increase of pressure increases the presence of defects and of interstitial water molecules in the network @xcite .
they disrupt the tetrahedral local structure , weakening the hydrogen bonds , and thus increasing the diffusion constant @xcite .
however , a further increase in the pressure leads to steric effects which works in the direction of lowering the mobility .
the interplay of these factors leads to a maximum in the diffusion constant @xcite at some high density @xmath3 . above this density ( or corresponding pressure ) , the diffusion of water is in some sense like that of a normal liquid , controlled by hindrance , with the hydrogen bonds playing a secondary role .
however , the behavior at very low @xmath4 is less well understood . in this paper , we study how the thermodynamics and the dynamics of low - temperature water are affected by the decrease of the density .
we perform molecular dynamics ( md ) simulations of the spc / e model of water in the range 210 k @xmath5 280 k and 0.825 g/@xmath6 0.95 g/@xmath7 .
state points in this range have negative pressure , and are either a metastable stretched liquid , or a phase separated liquid - gas mixture .
additional details of the simulation procedure can be found in ref .
table [ jobs ] shows the thermodynamic and dynamic properties of the simulated state points as well as the time needed for equilibration and production runs . at the lowest @xmath0 studied ,
the production runs are not long enough to reliably estimate @xmath1 .
the effect of negative pressure is still not fully understood , and only a few experimental works @xcite and simulations @xcite have been performed on transport properties of stretched water . in this negative pressure region of the phase diagram the system is metastable , and becomes unstable beyond the spinodal line , so locating the spinodal we can ensure that our simulated state points lie in the metastable and not in the unstable region . moreover , the shape of the spinodal can test the stability - limit conjecture against the critical point hypothesis and the singularity - free interpretation , so we first locate the density and pressure of the spinodal , which we denote @xmath8 and @xmath9 , respectively .
we consider the the @xmath10-@xmath4 behavior along isotherms . for each @xmath0
, there is a minimum in @xmath10 at @xmath11 g/@xmath7 . at lower @xmath4
, @xmath10 increases , signaling cavitation of the liquid . for densities below @xmath12 ,
@xmath13 becomes negative , so the liquid is unstable with respect to the vapor phase .
therefore , the locus of infinite compressibility locates the spinodal line , and sets the density below which our simulated state points are no longer thermodynamically stable .
we confirm which state points are `` single phase '' and which are `` phase separated '' by calculating the oxygen - oxygen partial structure factor @xmath14 figure [ struct - fact ] shows @xmath15 at the the lowest @xmath0 ( @xmath16 k ) for each density simulated .
at the lowest density , @xmath17 g/@xmath7 , @xmath15 for @xmath18 nm@xmath19 increases significantly , signaling the presence of large - scale structure in the system due to phase separation of liquid and gas .
similar behavior is observed for other state points that would appear to be in the unstable regime from fig .
[ f1 ] @xcite . to test whether the minima in the @xmath10-@xmath4 isotherms arise from cavitation of the liquid
, we fit at each @xmath0 a 5th - order polynomial to the @xmath10-@xmath4 isotherms , and estimate @xmath9 and @xmath20 by the minimum of the polynomial fit .
we find that @xmath20 occurs in the narrow range @xmath21 , and so the spinodal density is nearly @xmath0 independent .
our results indicate that @xmath22 decreases monotonically with decreasing @xmath0 ( fig .
[ f2 ] ) , ruling out the possibility of a re - entrant spinodal in the temperature range studied .
we also compare our estimate of the spinodal with estimates from two other sources for the spc / e potential : ( i ) an estimate of the upper bound on @xmath9 @xcite , and ( ii ) the spinodal estimated by an approximate analytic equation of state ( eos ) @xcite .
figure [ f2 ] shows that our estimate of @xmath9 is less than ( and hence consistent with ) the upper bound estimate of ref .
the spinodal obtained from the eos in ref .
@xcite is quantitatively reasonable for @xmath23 k , but decreases far more quickly with decreasing @xmath0 ( reaching @xmath24 gpa at @xmath16 k ) than our simulations indicate .
this dramatic decrease likely results from the fact that the fitting procedure requires @xmath10 along a reference isotherm , which was performed at @xmath25 k in the density range @xmath26 g/@xmath7 .
this fit is not reliable outside of this density range , where the spinodal lies , causing an erroneous spinodal estimate .
these errors are compounded as the fit is pushed further from the reference @xmath0 . to improve the estimate
, we repeat the fitting procedure using a new reference isotherm @xmath16 k , and expand the density range down to @xmath27 g/@xmath7 .
the results of this fit are shown in fig .
[ f2 ] , and we obtain more reasonable agreement with our direct simulation results . ref .
@xcite also used this eos to predict a liquid - liquid phase transition for @xmath28 k ; this prediction should not be affected by using data at lower @xmath4 , since the transition lies within the density range of the original fits .
having established the limit of stability at negative pressures , we next analyze the dynamics of stretched water . the effect of extreme conditions on the flow of the liquid we assess by calculating the diffusion constant @xmath1 , defined by the asymptotic value , obtained by linear regression , of the slope of the mean square displacement versus time .
we show @xmath1 along isotherms in fig .
[ f4 ] . for @xmath29
k , @xmath1 has a minimum value at @xmath30 g/@xmath7 , which becomes more pronounced at lower @xmath0 ( fig .
this behavior can be understood considering the structural changes that occur with decreasing density . at low @xmath0
, the decreased density enhances the local tetrahedral ordering , which leads to a decrease in @xmath1 .
further decreases in density reduces the stability of the tetrahedral structure and causes an increase of @xmath1 .
the location of the minimum is near the ice ih density @xmath31 g/@xmath7 , which is the density where the perfect tetrahedral order occurs .
the behavior of the minimum of @xmath1 , @xmath32 , complements the known behavior of @xmath33 for the same model @xcite , where a maximum occurs due to breaking hydrogen bonds at high pressure ; the density of the @xmath32 increases slightly with increasing @xmath0 , while the density of @xmath34 decreases with increasing @xmath0 @xcite .
this is expected , since the range of densities where anomalous behavior occurs expands with decreasing @xmath0 .
we show the loci of @xmath32 , @xmath34 , along with the spinodal and the temperatures of maxima density , @xmath35 in fig .
water exhibits a very complex structure and its properties and anomalies are strongly influenced by variations of pressure . for high densities ( @xmath36 ) , water behaves as a normal liquid and the decrease of @xmath1 with increasing pressure is governed by steric effects . for @xmath37 , as the pressure is decreased , the presence of defects and interstitial water decrease , the tetrahedral structure dominates , with stronger hydrogen bonds .
this process reaches its maximum at @xmath38 . further stretching destabilizes the hydrogen bond network , leading to an increase in mobility .
the locus of @xmath39 roughly tracks the spinodal , not surprising since the same breakdown of tetrahedral order that gives rise to @xmath39 also facilitates cavitation .
we thank the national science foundation ( nsf ) , the conselho nacional de desenvolvimento cientifico e technologico ( cnpq ) , the fundacao de amparo a pesquisa do rio grande do sul ( fapergs ) for financial support .
fws thanks the national research council for financial support .
p. h. poole , f. sciortino , u. essmann , and h. e. stanley , nature * 360 * , 324 ( 1992 ) ; phys .
e * 48 * , 3799 ( 1993 ) ; f. sciortino , p.h .
poole , u. essmann , and h.e .
stanley , ibid * 55 * , 727 ( 1997 ) ; s. harrington , r. zhang , p.h .
poole , f. sciortino , and h.e .
stanley , phys .
lett . * 78 * , 2409 ( 1997 ) .
p. gallo , f. sciortino , p. tartaglia , and s .- h .
chen , phys .
* 76 * , 2730 ( 1996 ) ; f. sciortino , p. gallo , p. tartaglia , s .- h .
chen , phys .
e * 54 * , 6331 ( 1996 ) ; s .- h .
chen , p. gallo , f. sciortino , and p. tartaglia , _ ibid _ * 56 * , 4231 ( 1997 ) ; f. sciortino , l. fabbian , s .- h .
chen , and p. tartaglia , _ ibid _ , 5397 ( 1997 ) .
note that while @xmath15 clearly indicates phase separation in the system , the static pair correlation function @xmath40 ( the fourier transform of @xmath15 ) in the unstable region of the phase diagram shows no significant difference from @xmath40 in the metastable region .
.temperature , density , diffusion constant , potential energy , pressure , equilibration @xmath41 and production @xmath42times .
the uncertainty in @xmath1 is roughly @xmath43 . [
cols="^,^,^,^,^,^,^",options="header " , ] | water important liquid fundamental in chemical technological applications water molecule simple chemical structure complex fluid anomalous behavior expands on freezing at pressure 1 atm density maximum at 4@xmath2c minimum isothermal compressibility at 46@xmath2c minimum isobaric heat capacity at 35@xmath2c anomalies linked with microscopic structure of liquid water transient gel associated liquid with directional hydrogen bonds water molecule acts as donor acceptor of bonds structure locally ordered similar to ice maintaining long - range disorder liquids extensive work on water behavior unexplained scenarios proposed for anomalous behavior thermodynamic response functions on cooling different behavior for liquid spinodal line separating stability - limit conjecture pressure spinodal line decrease on cooling negative increase after passing minimum reenters positive pressure region at low temperature line of singularities positive pressure region increase in thermodynamic response functions on cooling in anomalous region due to proximity of reentrant spinodal critical point hypothesis proposes new critical point at terminus first - order phase transition line separating two liquid phases different densityanomalous increases of response functions compressibility specific heat volume expansivity interpreted in critical point singularity - free hypothesis proposes no divergence close to anomalous region ; response functions grow by lowering temperature remain finite attaining maximum values both hypotheses consistent with non - reentrant spinodal identifying spinodal can rule out scenario water properties anomalies influenced by physical or chemical properties medium effect of applied pressure negative pressure ( stretching remarkable study of behavior fluid under negative pressures relevant academic for realistic systems negative pressures observed important role in water transport in plants properties modify structure water especially similar to effect stretching influence dynamical behavior dynamic properties diffusion constant studied for water systems at atmospheric high positive pressures computer simulations increase of pressure increases presence defects interstitial water molecules in network disrupt tetrahedral local structure weakening hydrogen bonds increasing diffusion constant further increase pressure leads to steric effects lowering mobility interplay leads to maximum in diffusion constant at high densityabove density diffusion water like normal liquid controlled by hindrance hydrogen bonds secondary behavior at low @xmath4 less understood study thermodynamics dynamics low - temperature water by decrease density molecular simulations water in 210 k @xmath5 280 k 0.825 g/@xmath6 0.95 g/@xmath7 state points have negative pressure metastable stretched liquid or phase separated liquid - gas mixture details simulation in ref table shows thermodynamic dynamic properties points time for equilibration production runs at lowest @xmath0 production runs not long enough estimate @xmath1 effect of negative pressure not understood few experimental works simulations performed on transport properties stretched water negative pressure region system metastable unstable beyond spinodal line locating spinodal simulated state points metastable unstable shape spinodal stability - limit conjecture against critical point hypothesis singularity - free interpretation locate density pressure spinodal denote @xmath8 @xmath9 consider @xmath10-@xmath4 behavior along isotherms @xmath0 minimum in @xmath10 at @xmath11 g/@xmath7 lower @xmath4 @xmath10 increases signaling cavitationdensities below @xmath12 @xmath13 negative liquid unstable vapor phase locus of infinite compressibility locates spinodal line sets density below simulated state points thermodynamically stable confirm state points single phase phase separated calculating oxygen - oxygen partial structure factor @xmath14 shows @xmath15 lowest @xmath0 k each density lowest density @xmath17 @xmath15@xmath19 increases large - scale structure due to phase separation liquid gas similar behavior other state points unstable regime test minima in @xmath10-@xmath4 isotherms from cavitation liquid fit each @xmath0 5th - order polynomial to isotherms estimate @xmath9 @xmath20 by minimum polynomial fit @xmath20 occurs narrow range @xmath21 spinodal density nearly @xmath0 independent results @xmath22 decreases with decreasing @xmath0 ruling out possibility re - entrant spinodal temperature range compare estimate spinodal with estimates sources spc / e potential upper bound on @xmath9 @xcite spinodal analytic equation of state @xcitefigure f2 shows estimate @xmath9 less than consistent with upper bound estimate ref spinodal from @xcite reasonable for @xmath23 k decreases quickly with @xmath0 @xmath24 gpa at @xmath16 k decrease fitting procedure requires @xmath10 reference isotherm performed at @xmath25 k density range @xmath26 g/@xmath7 fit reliable outside density range erroneous spinodal estimate errors compounded fit pushed from @xmath0 repeat fitting new reference isotherm @xmath16 k expand density range to @xmath27 g/@xmath7 results shown in fig . f2 ] agreement with simulation results @xcite used liquid - liquid phase transition for @xmath28 k affected data lower @xmath4 transition within density range original established limit stability at negative pressures analyze dynamics stretched water effect extreme conditions flow liquid diffusion constant @xmath1 defined mean square displacement versus time show @xmath1 along isotherms in fig . f4 ] @xmath29 k minimum value at @xmath30 g/@xmath7 pronounced at lower @xmath0behavior structural changes decreasing density low decreased density enhances tetrahedral ordering leads to decrease @xmath1 decreases density stability tetrahedral structure causes increase @xmath1 minimum near ice density @xmath31 g/@xmath7 perfect tetrahedral order occurs behavior minimum @xmath1 complements behavior @xmath33 maximum due breaking hydrogen bonds at high pressure density @xmath32 increases with increasing @xmath0 @xmath34 decreases with increasing @xmath0 expected range densities anomalous behavior expands decreasing @xmath0 loci of @xmath32 @xmath34 spinodal temperatures of maxima density @xmath35 fig water complex structure properties anomalies influenced by variations pressure high densities @xmath36 water behaves as normal liquid decrease @xmath1 increasing pressure governed by steric effects @xmath37 pressure decrease tetrahedral structure dominates stronger hydrogen bonds process maximum at @xmath38 stretching destabilizes hydrogen bond network increase mobility locus @xmath39 tracks spinodal breakdown tetrahedral order facilitates cavitationthank national science foundation conselho nacional desenvolvimento cientifico technologico fundacao amparo pesquisa rio grande sul financial support thanks national research council financial support h poole sciortino u essmann h stanley nature 360 * , 324 ( 1992 ) phys . 48 *, 3799 ( 1993 ) sciortino poole essmann stanley 55 * , 727 ( 1997 ) s. harrington r. zhang poole sciortino stanley phys . lett 78 * , 2409 ( 1997 ) p. gallo f. sciortino tartaglia chen . 76 *, 2730 ( 1996 ) sciortino gallo tartaglia chen 54 * , 6331 ( 1996 ) chen gallo sciortino tartaglia 56 * , 4231 ( 1997 ) f. sciortino. fabbian chen p tartaglia 5397 ( 1997 ) @xmath15 indicates phase separation static pair correlation function @xmath40 unstable region shows no significant difference metastable regiontemperature density diffusion constant potential energy pressure @xmath41 production @xmath42times uncertainty @xmath1 @xmath43 cols="^,^ | 0.501077 | 3,053 | 1,539 | , Saving $0.1 in GPT-4. |
172,939 | the belle detector has already accumulated @xmath0 collision data at the kekb - collider corresponding to 600 @xmath1 .
babar has accumulated data of approximately 390 @xmath1 at pep - ii .
both are running on asymmetric energy @xmath0 colliders at the @xmath2 energy .
the paper selects important results from both experiments with the emphasis on cp violation in b meson decays and its implications for the unitarity triangle .
address = institute for high energy physics , austrian academy of sciences , nikolsdorfergasse 18,a-1050 vienna , austria | an irreducible complex phase in the weak interaction quark - mixing(ckm ) matrix of the standard model(sm ) describes cp violation(@xcite ) . the constraint between first and third generation is given by the equation @xmath3 .
this equation can be visualized in the form of the `` unitary triangle '' in the complex plane and we label the three angles of this unitary triangle as @xmath4 and @xmath5 . and
@xmath6 in a different convention ] b - factories using @xmath7 production measure cp violation arising from the interference between @xmath8 mixing and decay .
if both @xmath10 and @xmath11 decay to a common cp eigenstate @xmath12 , we can define the time dependent cp asymmtry @xmath13 as @xmath14 where @xmath15 is the decay rate for a @xmath16 to decay to @xmath17 at a proper time t after @xmath2-production while @xmath18 is the mass difference between the two @xmath10 mass eigenstates .
this quark transition is the best place to measure @xmath20 because of its small theoretical uncertainty .
the cp - violation parameters are @xmath21 with @xmath22 the cp - eigenvalue of the final states , and @xmath23 .
the `` golden channel '' @xmath24 gives the best results for @xmath20 because of the good signal - to - noise ratio . from 386 m @xmath25
events belle @xcite has selected 5,264 @xmath26 and 4792 @xmath27 candidates .
the updated result + @xmath28 + @xmath29 + babar @xcite has started with 227 m @xmath25 events and selected 7730 events in both modes .
this updated result is now @xmath30 .
the direct cp - violation is @xmath31 is consistent with 0 .
[ fig:1 ] shows proper time distributions and raw asymmetries for both @xmath26 and @xmath27 measured in both experiments .
the different sign of raw asymmetries stems from the different cp - eigenvalues of @xmath32 and @xmath33 . from belle ( left , center ) and babar ( right ) .
upper part : proper time distribution @xmath34 and lower part : raw asymmetry for ( left ) @xmath26 and ( right ) @xmath27 for belle .
for babar the two upper plots show @xmath26 , while the two lower plots show @xmath27 , title="fig:",width=226 ] from belle ( left , center ) and babar ( right ) .
upper part : proper time distribution @xmath34 and lower part : raw asymmetry for ( left ) @xmath26 and ( right ) @xmath27 for belle . for babar
the two upper plots show @xmath26 , while the two lower plots show @xmath27 , title="fig:",width=226 ] from belle ( left , center ) and babar ( right ) .
upper part : proper time distribution @xmath34 and lower part : raw asymmetry for ( left ) @xmath26 and ( right ) @xmath27 for belle . for babar
the two upper plots show @xmath26 , while the two lower plots show @xmath27 , title="fig:",width=226 ] although the cp violating parameter @xmath20 can be measured with relatively high precision there remains still a four - fold ambiguity for @xmath35 .
the standard model predicts a positive value of @xmath36 , and belle @xcite has obtained the best result with a time dependent dalitz analysis of the neutral d meson in the channel @xmath37 , with the @xmath38 decaying to @xmath39 using 386 m @xmath25 events belle obtained + @xmath40 and @xmath41 + the negative @xmath36 solution is disfavoured with 2@xmath42 significance .
babar @xcite has used a different channel and gets @xmath43 thus supporting this solution of @xmath20 ( @xmath44 ) in the sm final states from @xmath46 or @xmath47 transitions offer an independent test by comparing the cp - violating parameters in loop processes with those from tree - dominated ones .
these decays are dominated by gluonic penguin amplitudes , but `` new '' non - sm physics could contribute to loop amplitudes and affect time - dependent asymmetries .
therefore @xmath48 may deviate from its `` nominal '' value .
one prominent pure penguin mode is @xmath49 which is shown in fig .
[ fig:2 ] .
belle has combined all @xmath50 decay modes for 386 m @xmath51 events and obtained @xmath52 + with the current statistics fig .
[ fig:2](right ) a compilation from hfag @xcite shows no significant deviation from the `` nominal '' value and therefore more statistics is needed to settle this question . from belle(@xcite : upper part :
proper time distribution @xmath34 and lower part : raw asymmetry .
right : summary of measurements of cp - violating parameters s in the @xmath50 modes @xcite .
no significant deviations from @xmath53 is observed , title="fig:",width=226 ] from belle(@xcite : upper part : proper time distribution @xmath34 and lower part : raw asymmetry .
right : summary of measurements of cp - violating parameters s in the @xmath50 modes @xcite .
no significant deviations from @xmath53 is observed , title="fig:",width=226 ]
similar as for @xmath20 , the angle @xmath56 is determined by measuring the time dependent cp - asymmetries in the @xmath57 transition .
the time dependent cp - analysis has been done for @xmath58 in both experiments .
belle @xcite gets for 666@xmath5943 signal candidates from 275 m @xmath25 events : + @xmath60 and @xmath61 + while babar @xcite obtained from 227 m @xmath25 events 467@xmath5933 signal candidates : + @xmath62 and @xmath63 + as can be seen in fig .
[ fig:3 ] .
there is still a discrepancy not resolved between the two measurements ; especially belle claims a direct cp - violation ( a @xmath64 0 ) with more than 4 @xmath42 significance , while babar sees none .
the appearance of direct cp - violation is a hint , that the contribution from @xmath65 penguin diagrams can not be ignored , and therefore @xmath66 as measured in @xmath67 is different from its ideal value . :
upper part : proper time distribution @xmath34 for q=+1 ( @xmath10-tag ) and q=-1 ( @xmath11-tag ) for belle ( left ) and babar ( right ) .
the lower part shows the raw asymmetries for both experiments , ( for belle divided according to the purity @xmath68 of the tagged sample),title="fig:",width=226 ] : upper part : proper time distribution @xmath34 for q=+1 ( @xmath10-tag ) and q=-1 ( @xmath11-tag ) for belle ( left ) and babar ( right ) .
the lower part shows the raw asymmetries for both experiments , ( for belle divided according to the purity @xmath68 of the tagged sample),title="fig:",width=226 ] the decay @xmath70 is also sensitive to this angle @xmath56 , but it is more complicated as the final state is not a cp - eigenstate : it decays via @xmath71 .
fortunately , the longitudinal polarization is found nearly 100 % , as found by belle @xcite + @xmath72 + and therefore this final state should be a cp - eigenstate since longitudinal polarization dominates .
belle obtains from 275 m @xmath25 events the following values for + @xmath73 and @xmath74 + while babar @xcite has measured the following values ( see fig .
[ fig:4 ] ) : @xmath75 + @xmath76 and @xmath77 + using 232 m @xmath25 events .
both experiments use these results for a measurement of @xmath54 , i.e. + belle : @xmath78 $ ] and babar : @xmath79 $ ] .
the combined value from both @xmath55 and @xmath69 measurements is given in table [ tab : a ] , as compiled by @xcite and @xcite .
: upper part : proper time distribution @xmath34 for @xmath10-tag and @xmath11-tag .
the lower part shows the raw asymmetry , width=226 ]
the method with the best results obtained so far uses a dalitz plot analysis of @xmath81 decay of the neutral d from the @xmath82 process . with the assumption of no cp - asymmetry between neutral d mesons
, we can describe the amplitudes @xmath83 as a function of dalitz plot variables : + @xmath84k^+$ ] : @xmath85 + @xmath86k^-$ ] : @xmath87 + where @xmath88 is the invariant mass of @xmath32 with @xmath89 , @xmath90 is the strong phase , while @xmath5 is the weak phase to be fitted .
r is the ratio of the color suppressed and allowed decays , and the amplitudes @xmath91 and @xmath92 were obtained from an independent @xmath93 sample of @xmath94 . using 386 m events we got @xmath95
@xmath96,@xmath97 @xmath98 and @xmath99 @xmath100 candidates . combining all modes belle @xcite obtained + @xmath101 $ ] + where the model error reflects the uncertainty in the d - meson decay @xmath92 .
it is not only important to look at the angles of the unitarity triangle , but there is also much interest in determining its side lengths .
the two most difficult are @xmath102 and @xmath103 , i.e. transitions from third to first generation , as these are obviously very rare decays with a small branching ratio . starting with 386 m @xmath51 events , belle @xcite
has measured a branching fraction of br(@xmath106 ) = @xmath107 with 5.1 @xmath42 significance ( systematic included ) with the fit of fig [ fig:6 ] + the ratio br(@xmath106)/br(@xmath108 ) is proportional to @xmath109 with a kinematical factor and an su(3 ) correction , and we deduce : + @xmath104 = @xmath110 .
+ recently this quantity has also been measured by cdf @xcite by directly determining the oscillation amplitude @xmath111 from @xmath112-mixing , and they get the improved result : @xmath104 = @xmath113 , consistent with belle . and @xmath114 for @xmath115 .
curves show signal ( dashed ) , continuum ( dotted ) , @xmath116 ( dot - dashed ) , background ( dot - dot - dashed ) and the total fit result ( solid),width=453 ] @xmath103 is traditionally measured via its semileptonic decays @xmath118 but this includes the knowledge of its form factor , which is difficult to obtain experimentally .
therefore belle has aimed to obtain this branching ratio with the advantage of a model independent measurement .
belle @xcite started with 447 m b meson pairs and used only events where one side was fully reconstructed , i.e. the tag side ( @xmath119 ) , and compared properties of the remaining particles , i.e. the signal side ( @xmath120 ) , if this decays into @xmath121 and neutrino , using the expectations from mc for signal and background .
the @xmath121 meson is identified in five decay modes ( @xmath122,@xmath123,@xmath124,@xmath125 and @xmath126 ) which cover approximately 81% of all @xmath121 decays .
for all modes except @xmath125 , @xmath127 candidates are also rejected on the signal side .
fig [ fig:7 ] shows the energy @xmath128 of photons , which are not associated with either @xmath119 or the @xmath127-candidate from @xmath129 signal events should peak at low @xmath128,i.e .
no photon energy , while background events show higher values from @xmath128 due to additional neutral clusters .
we find @xmath130 signal events from a fit to a sample of 54 events , which means 3.5 @xmath42 significance including systematics .
our preliminary value of the branching fraction is : + br ( @xmath117 ) = @xmath131 + using the equation br ( @xmath117 ) = @xmath132@xmath133@xmath134 + we get @xmath135 = @xmath136 gev . using the most recent hfag @xcite value from semileptonic decays for @xmath137 we can measure the structure constant @xmath138 mev this is in full agreement with a recent unquenched lattice calculation with @xmath139 mev and thus the hfag value for @xmath140
is confirmed by this measurement .
both experiments belle and babar have shown that the ckm - ansatz works extremely well for tree processes , and that this fact can be used as an `` anchor point '' for new physics .
even contributions from penguin processes show no statistically significant deviation up to now , and this can be seen both in angles and side lengts of the unitarity triangle . to pin down effects from np ,
statistics of the relevant processes should be increased considerably . | irreducible complex phase weak interaction quark - mixing matrix describes cp violation constraint first third generation equation @xmath3 visualized unitary triangle plane three angles @xmath4 @xmath5 @xmath6 factories @xmath7 measure cp violation interference @xmath8 mixing decay @xmath10 @xmath11 decay common cp eigenstate @xmath12 time dependent cp asymmtry @xmath13 @xmath14 @xmath15 decay rate @xmath16 @xmath18 mass difference @xmath10 mass eigenstates quark transition measure @xmath20 small theoretical uncertainty cp - violation parameters @xmath21 @xmath22 cp - @xmath23 golden channel @xmath24 best results @xmath20 good signal - to - noise ratio 386 m @xmath25 events @xcite selected 5,264 @xmath26 4792 @xmath27 candidates updated result started 227 m @xmath25 events selected 7730 events both modes @xmath30 direct cp - violation @xmath31 consistent 0 fig:1 shows time distributions raw asymmetries @xmath26 @xmath27 experimentsdifferent raw asymmetries from cp - eigenvalues @xmath32 @xmath33 belle left babar right upper proper time distribution @xmath34 lower raw asymmetry for @xmath26 @xmath27 belle babar upper plots show @xmath26 lower plots show @xmath27 belle babar time distribution @xmath34 lower raw asymmetry @xmath26 @xmath27 belle babar upper plots show @xmath26 lower @xmath27 time distribution @xmath34 lower raw asymmetry for @xmath26 @xmath27 belle babar upper plots show @xmath26 lower show @xmath27 cp violating parameter @xmath20 measured high precision four - ambiguity for @xmath35 standard model predicts positive value @xmath36 belle best result time dependent dalitz analysis neutral d meson channel @xmath37 @xmath38 decaying to @xmath39 using 386 @xmath25 events belle + @xmath40 @xmath41 + negative @xmath36 solution disfavoured with 2@xmath42 significancebabar @xcite different channel gets @xmath43 supporting solution @xmath20 ( @xmath44 ) final states from @xmath46 @xmath47 transitions independent test cp - violating parameters loop processes tree - dominated ones decays dominated by gluonic penguin amplitudes new non - sm physics could contribute affect time - dependent asymmetries @xmath48 may deviate from nominal value pure penguin mode is @xmath49 shown in fig . belle combined @xmath50 decay modes for 386 @xmath51 events obtained @xmath52 + with current statistics compilation hfag @xcite shows no significant deviation from nominal value more statistics needed time distribution raw asymmetry measurements cp - violating parameters modes no significant deviations from @xmath53 no significant deviations from @xmath53 angle @xmath56 determined measuring time dependent cp - asymmetries in @xmath57 transition time dependent cp - analysis done for @xmath58 in both experimentsbelle @xcite gets 666@xmath5943 signal candidates from 275 m @xmath25 events + @xmath60 @xmath61 babar @xcite obtained from 227 m @xmath25 events 467@xmath5933 signal candidates + @xmath62 @xmath63 + in fig discrepancy not resolved between measurements belle claims direct cp - violation @xmath64 0 ) with more than 4 @xmath42 significance babar sees none direct cp - violation contribution from @xmath65 penguin diagrams @xmath66 measured in @xmath67 different from ideal value time distribution @xmath34 for q=+1 q=-1-tag ) for belle babar raw asymmetries time distribution @xmath34 for q=+1 q=-1 for belle babar decay @xmath70 sensitive to angle @xmath56 more complicated final state not cp - eigenstate decays via @xmath71 longitudinal polarization found nearly 100 % by belle @xcite + @xmath72 + final state should be cp - eigenstate longitudinal polarization dominatesbelle 275 m @xmath25 events values for @xmath73 babar @xcite values @xmath75 + 232 m @xmath25 events experiments use results measurement @xmath54 belle @xmath78 babar @xmath79 combined value @xmath55 @xmath69 measurements in table @xcite upper part time distribution @xmath34 @xmath10 @xmath11-tag lower part raw asymmetry method best results uses dalitz plot analysis @xmath81 decay neutral d @xmath82 process no cp - asymmetry amplitudes @xmath83 function of dalitz plot variables @xmath84k @xmath85 @xmath87 @xmath88 invariant mass @xmath32 @xmath90 strong phase @xmath5 weak phase r ratio of color suppressed allowed decays amplitudes @xmath91 @xmath92 obtained from independent @xmath93 sample @xmath94 386 m events @xmath95 @xmath96 @xmath100 candidates modes belle @xcite obtained + @xmath101 $ model error reflects uncertainty in d - meson decay @xmath92important angles unitarity triangle side lengths difficult @xmath102 @xmath103 transitions from third to first generation rare decays small branching ratio 386 m @xmath51 events belle @xcite measured branching fraction br(@xmath106 ) = @xmath107 with 5.1 @xmath42 significance fit fig ratio br(@xmath106)/br(@xmath108 ) proportional to @xmath109 kinematical factor su(3 ) correction @xmath104 = @xmath110 quantity measured by cdf @xcite oscillation amplitude @xmath111 from @xmath112-mixing improved result @xmath104 = @xmath113 consistent @xmath114 for @xmath115 curves show signal continuum @xmath116 - background total fit result ( @xmath103 measured via semileptonic decays @xmath118 form factor difficult obtain belle aimed obtain branching ratio model independent measurement started with 447 m b meson pairs used events one side reconstructed compared properties remaining particles signal side @xmath120 ) decays into @xmath121 and neutrino expectations mc for signal background@xmath121 meson identified in five decay modes 81% decays modes except @xmath127 candidates rejected fig shows energy @xmath128 photons not associated with @xmath119 or @xmath127-candidate signal events peak at low @xmath128 no photon energy background events show higher values from due neutral clusters @xmath130 signal events 54 events 3.5 @xmath42 significance preliminary value branching fraction + br ( @xmath117 ) = @xmath131 + @xmath135 = @xmath136 gev recent hfag @xcite value from semileptonic decays @xmath137 structure constant @xmath138 mev agreement with unquenched lattice calculation with @xmath139 mev hfag value for @xmath140 confirmed experiments belle babar ckm - ansatz works well for tree processes anchor point for new physics contributions penguin processes show no statistically significant deviation unitarity triangle to pin down effects np statistics relevant processes should | 0.433979 | 2,995 | 1,565 | , Saving $0.1 in GPT-4. |
172,943 | we analyze the zero - temperature behavior of the _ xy _ edwards - anderson spin glass model on a square lattice . a newly developed algorithm combining exact ground - state computations for ising variables
embedded into the planar spins with a specially tailored evolutionary method , resulting in the _ genetic embedded matching _ ( gem ) approach , allows for the computation of numerically exact ground states for relatively large systems .
this enables a thorough re - investigation of the long - standing questions of ( i ) extensive degeneracy of the ground state and ( ii ) a possible decoupling of spin and chiral degrees of freedom in such systems .
the new algorithm together with appropriate choices for the considered sets of boundary conditions and finite - size scaling techniques allows for a consistent determination of the spin and chiral stiffness scaling exponents . | with their rich behavior at low temperatures , spin glasses take a prominent role in the large class of magnetic systems with frustration .
the most commonly considered hamiltonian is that of the edwards - anderson ( ea ) model @xcite , @xmath0 with o(@xmath1 ) spins @xmath2 and random , nearest - neighbor couplings @xmath3 .
the wealth of behavior of these systems is attributed to the random disorder augmenting the frustration effects .
unfortunately , it is precisely this _ quenched _ disorder that provides an exceptional challenge for the application of the various analytical approximation methods well known from the treatment of homogeneous systems . owing to these difficulties ,
most of the advances in the understanding of spin glass systems beyond the celebrated mean - field theory of the sherrington - kirkpatrick model @xcite have been on account of ever more sophisticated numerical simulation and optimization techniques @xcite . for two - dimensional ( 2d ) systems , where for short - range interactions spin glass order is restricted to zero temperature ,
the investigation of ground states is of prominent interest . in general , finding ( exact ) ground states of spin glass models is a computationally hard problem , where the amount of computer time grows exponentially with the size of the system @xcite . here
, we explore a new avenue to advance methods for the so far much less investigated case of systems with _ continuous spins _ : we introduce a novel approximate optimization algorithm which , for the 2d _ xy _ spin glass discussed here , allows to find numerically exact ground states with good confidence for systems of up to about @xmath4 spins @xcite .
generalizing peierls argument for the stability of the ordered phase in homogeneous systems to situations with quenched disorder , a droplet scaling theory for spin glasses has been formulated @xcite .
therein , the role of the droplet surface ( free ) energy is taken on by the _ width _
@xmath5 of the distribution of random couplings for a real - space renormalization group decimation at length scale @xmath6 .
in the course of renormalization , @xmath5 scales as @xmath7 , defining the _ spin stiffness exponent _ @xmath8 .
if the system scales to weak coupling , @xmath9 , spin - glass order is unstable at finite temperature and the system is below its lower critical dimension .
this is the situation for the ea model in 2d @xcite , where then @xmath8 describes the properties of the _ critical _ point at temperature @xmath10 , relating the correlation length exponent @xmath11 @xcite .
numerically , the domain - wall free energy might be determined from the energy difference between ground states of systems with different types of boundary conditions ( bcs ) chosen such as to induce a relative domain wall @xcite . for the @xmath12 ising spin glass ,
the ground - state problem on planar graphs is an exception to the rule , being polynomial computationally @xcite .
hence , large systems can be treated , leading to reliable estimates of @xmath13 ( gaussian @xmath3 ) resp .
@xmath14 ( bimodal @xmath3 ) @xcite . due to
the presence of strong finite - size corrections , relatively large system sizes and/or elaborate finite - size scaling techniques appeared mandatory for consistent estimates of @xmath8 @xcite .
however , for the case @xmath15 of continuous spins , which is more relevant to real materials , the lack of effective and efficient algorithms for finding exact ground states and the necessary restriction to small systems with @xmath16 have led to rather less consistent estimates , moving in the range @xmath17 $ ] @xcite . moreover , the increased symmetry of the order parameter in the continuous spin case has led to speculations about a decoupling of spin and chiral variables @xcite : since the pattern of frozen spins in the glassy phase has internal degrees of freedom , there is a factual difference between proper and improper rotations expressed in the decomposition @xmath18 @xcite .
the additional ising like chirality variables might order independently of the spins ( for systems above their lower critical dimension ) or , at least , show a different stiffness against fluctuations , resulting in a scaling exponent @xmath19 possibly distinct from @xmath8 .
indeed , measurements of the chiral stiffness for small systems yielded @xmath20 @xcite , different from @xmath8 above .
more recently , however , kosterlitz and akino @xcite argued that the choice of bcs in previous studies was flawed and they suggest a possibly more appropriate approach leading to @xmath21 again for sizes @xmath22 .
the hardly compatible previous results for this system hence raise several methodological questions : have numerically exact ground states been found ?
, are the apparent strong finite - size effects under control ? , have the considered sets of bcs been chosen such as to properly select the intended excitations ? , and what is the role of scaling corrections explicitly depending on these bcs ?
the treatment of large samples for the 2d ising case is enabled by a transformation to an equivalent problem on the complete graph of frustrated plaquettes : following their definition , for each spin configuration frustrated plaquettes have an odd number of broken bonds around their perimeter , whereas unfrustrated plaquettes have an even number of broken bonds .
thus , drawing `` energy strings '' dual to the broken bonds , these connect pairs of frustrated plaquettes , and the total energy of ( [ eq : ea_model ] ) is ( up to a constant ) given by the total length of energy strings , such that the ground state corresponds to a _ minimum - weight perfect matching _ of frustrated plaquettes @xcite . the matching problem can be solved in polynomial time using edmonds algorithm @xcite , and for the case of planar graphs its solution is guaranteed to transform back to a valid spin configuration @xcite .
this does not directly apply to the continuous spins considered here .
we suggest , however , to _ embed _ ising variables into the planar spins by decomposing @xmath23 relative to a random direction @xmath24 in spin space . with respect to reflections of spins along the direction @xmath24
, the hamiltonian ( [ eq : ea_model ] ) decomposes as @xmath25 with @xmath26 , and @xmath27 hence , for any fixed @xmath24 and restricting the movement of spins to reflections along @xmath24 , the hamiltonian ( [ eq : ea_model ] ) for arbitrary @xmath15 takes on the form of an ising model .
consequently , edmonds algorithm can be applied to find ( one of ) the ground state(s ) of the embedded ising model .
it is obvious that this can never increase the energy of the full hamiltonian ( [ eq : ea_model ] ) , but the state found depends on the choice of random direction @xmath24 . to statistically recover the full o(@xmath1 ) symmetry of the hamiltonian ,
a series of subsequent minimizations is performed with respect to successive random choices of @xmath24 , thus gradually decreasing the total energy via non - local moves .
we refer to this approach as _ embedded matching _ technique .
it can be shown that , although when the full hamiltonian ( [ eq : ea_model ] ) is in a ground state , all embedded ising hamiltonians @xmath28 must be in one of their respective ground states as well , successive minimizations with respect to random directions @xmath24 are not guaranteed to drive the system towards its absolute energy minimum . in other words ,
the non - local embedded matching dynamics has metastable states , but many less than the simple local spin quench dynamics used before @xcite . to converge to ground states with high probability
, we insert the embedded matching technique as minimization component ( `` subroutine '' ) in a genetic algorithm @xcite : we consider a whole population of candidate ground - state configurations and simulate an evolutionary development by re - combining ( or _ crossing over _ ) neighboring pairs of parent configurations followed by minimization runs for the resulting offspring and replacement of the parents in case of lower energy of the offspring . in analogy with the approach of ref .
@xcite , the crossover is performed in a `` triadic '' fashion , comparing the overlaps with a third , reference configuration .
this layout is complemented by intermittent random mutation steps and performance - guided halving of the population at certain stages to find an optimum balance between `` genetic '' diversity and efficiency of optimization @xcite .
the choice of operation for the crossover of configurations is found to be crucial for the efficiency of the approach : it turns out that a random exchange of suitably defined rigid spin clusters is far more efficient than an exchange of single spins .
these clusters denote regions which are highly optimized inside for all configurations of the population ( i.e. , metastable states ) , but which have to undergo a series of independent rigid o(@xmath1 ) transformations to make up a true ground state of the system .
careful choice of the parameters of the resulting _
genetic embedded matching _ ( gem ) algorithm and application of various statistical tests ensure that indeed independent runs for a single given realization of the disorder variables @xmath3 always converge to a state of the same energy , up to unprecedented machine precision , which in this way can be guaranteed to be a ground state with high reliability @xcite .
we here concentrate on the symmetric , bimodal @xmath29 distribution . for this case
we find that the ground states computed in independent runs for a single disorder realization are always identical to each other up to a global o(@xmath1 ) transformation , indicating the lack of accidental degeneracies in contrast to what is found for the bimodal ising case .
hence , after averaging over disorder , the ground state is ordered and the ground - state spin correlation function is constant , implying @xmath30 . to determine the asymptotic ground - state energy per spin @xmath31 , ground - states were computed for @xmath32 square - lattice systems with @xmath33 , 8 , 10 , 12 , 16 , 20 , 24 , and 28 for open and open - periodic bcs and @xmath34 disorder replica per size .
finite - size corrections are expected to be purely analytic for the case of open bcs @xcite , and a fit to the ansatz @xmath35 yields @xmath36 with quality - of - fit @xmath37 .
for the open - periodic case , an additional non - analytic term @xmath38 is expected to occur @xcite , and a fit of the corresponding data to the form @xmath39 gives @xmath40 , @xmath41 , @xmath37 , perfectly consistent with the open - boundary result for @xmath31 and , due to the large statistical error , only in qualitative agreement with the expected value for the spin - stiffness exponent @xmath42 .
the resulting @xmath31 is about @xmath43 lower than the value @xmath44 of the bimodal ising spin - glass @xcite .
disorder realization with open boundaries relative to domain - wall bcs for spin ( left ) and chiral ( right ) excitations.,title="fig:",width=207 ] disorder realization with open boundaries relative to domain - wall bcs for spin ( left ) and chiral ( right ) excitations.,title="fig:",width=207 ] conventionally , domain - wall energies have been measured by comparing ground states for periodic and antiperiodic ( p / ap ) bcs @xcite . in ref .
@xcite it was argued , however , that the periodicity in both types of bcs forces domain walls into the system , such that the corresponding energy difference might not properly capture the energy of a single domain wall .
there , an improvement is suggested by optimizing over an additional global twist variable along the boundary under consideration . here , to start with the cleanest possible setup , in addition to the conventional p / ap bc set
, we consider open and domain - wall ( o / dw ) bcs , where for the latter the relative orientations of spins linked across the boundary are either tilted by an angle @xmath45 for spin domain walls or reflected along an arbitrary but fixed axis for chiral domain walls by the introduction of very strong bonds @xcite . in figure
[ fig : snapshots ] we show snapshots of spin and chiral excitations forced into the system by the o / dw bcs . to this end , we computed a locally averaged o(@xmath46 ) rotation matrix relating the configurations with o and dw bcs and translated it back into a rotation angle ( the arrows ) and the sign of the determinant ( @xmath47 for the blue squares ) .
it is apparent that in contrast to the discrete ising case the spin domain walls are rather smeared out and that to a certain extent the system appears to relax the spin excitation also through the chiral mode if it is found to be softer locally ( and vice versa for the chiral excitation ) . and
@xmath19 for aspect ratios @xmath48 , @xmath46 and @xmath49 as a function of @xmath50.,width=264 ] from the scaling of the domain - wall energies , @xmath51_j\sim l^\theta$ ] , we find a strong crossover for the p / ap data from @xmath52 for @xmath53 to @xmath54 for @xmath55 , indicating large finite - size effects and a movement from the value found for small p / ap computations in previous works @xcite towards the `` optimum twist '' value of ref .
the o / dw bcs , on the other hand , yield @xmath56 for spin excitations resp .
@xmath57 for the chiral domain walls .
hence , although it is already clear that the true stiffness exponents are much less negative than estimated before , there is still a sizable difference between the p / ap and o / dw results for @xmath8 , indicating incomplete control over finite - size effects . to improve on this ,
we take into account that , due to the independence of bcs for systems in one dimension , corrections depending on bcs should disappear as more and more elongated systems are being considered @xcite .
thus , we additionally performed computations for @xmath58 systems ( the change of bcs happening along the edges of length @xmath6 ) with aspect ratios @xmath59 and @xmath49 with the same statistics .
the results are presented in figure [ fig : asr_scaling ] for the case of p / ap and o / dw bcs , respectively .
guided by the experience from the ising case , we expect corrections depending on bcs to disappear as @xmath60 for large @xmath61 , and indeed the p / ap and o / dw spin data seem to converge for large @xmath61 , a fit to the given form yielding @xmath62 for p / ap bcs and @xmath63 for o / dw bcs .
the o / dw chiral data , on the other hand , give @xmath64 , clearly distinct from @xmath8 .
employing a novel `` genetic embedded matching algorithm '' , we computed numerically exact ground states for the 2d _ xy _ ea spin glass with @xmath29 couplings and up to @xmath65 spins .
no accidental degeneracies occur , implying @xmath66 .
analyzes of the domain - wall energies are hampered by strong finite - size effects which , however , can be controlled using the aspect - ratio scaling technique .
we find consistent estimates of @xmath67 from different sets of bcs , clearly smaller in modulus than previous estimates @xcite , and rather close to @xmath68 found for the _ gaussian _ 2d ising case .
the chiral exponent @xmath69 , on the other hand , is found to be clearly different from @xmath8 and closer to @xmath14 found for the _ bimodal _ 2d ising spin glass .
note also , that our results are rather far from @xmath70 resp .
@xmath71 estimated by finite - temperature monte carlo simulations @xcite , which probably is due to equilibration problems at low temperatures .
the research at the university of waterloo was undertaken , in part , thanks to funding from the canada research chairs program ( m.g . ) .
m.w . acknowledges support by the ec under contract no .
meif - ct-2004 - 501422 . | rich behavior low temperatures spin glasses prominent role in magnetic systems with frustration commonly considered hamiltonian edwards - anderson model @xcite @xmath0@xmath1 spins @xmath2 random nearest - neighbor couplings @xmath3 behavior attributed to random disorder frustration effects quenched disorder challenge for analytical approximation methods homogeneous systems advances in understanding spin glass systems beyond mean - field theory sherrington - kirkpatrick model @xcite sophisticated numerical simulation optimization techniques two - dimensional 2d systems short - range interactions spin glass order restricted to zero temperature investigation of ground states interest finding exact ground states of spin glass models computationally hard computer time grows with size system explore new avenue for systems continuous spins novel approximate optimization algorithm allows find numerically exact ground states confidence for systems up to @xmath4 spins @xcite generalizing stability ordered phase systems situations quenched disorder droplet scaling theory for spin glasses formulated role droplet surface energy distribution of random couplings for real - space renormalization group decimation at length scale @xmath6 renormalization @xmath5 scales as @xmath7 defining spin stiffness exponent @xmath8 system scales to weak coupling @xmath9 spin - glass order unstable at finite temperature system below lower critical dimension situation for ea model in 2d @xmath8 describes properties critical point at temperature @xmath10 correlation length exponent @xmath11 domain - wall free energy determined from energy difference between ground states systems conditions @xmath12 spin glass ground - state problem on planar graphs exception polynomial computationally large systems treated reliable estimates of @xmath13 gaussian @xmath14 ( bimodal strong finite - size corrections large system sizes elaborate scaling techniques mandatory for consistent estimates @xmath8 @xmath15 of continuous spins lack of algorithms ground states restriction to small systems with @xmath16 to less consistent estimates @xmath17 increased symmetry order parameter continuous spin case speculations about decoupling of spin chiral variables frozen spins glassy phase freedom factual difference between proper improper rotations in decomposition @xmath18additional chirality variables might order independently spins show different stiffness against fluctuations scaling exponent @xmath19 distinct from @xmath8 measurements chiral stiffness for small systems yielded @xmath20 different from @xmath8 kosterlitz and akino argued choice of bcs previous studies flawed suggest appropriate approach to @xmath21 for sizes @xmath22 hardly compatible results raise methodological questions exact ground states found finite - size effects under control considered sets bcs chosen select excitations role of scaling corrections depending on bcs ? treatment of large samples for 2d ising case enabled by transformation to equivalent problem on frustrated plaquettes each spin configuration frustrated plaquettes have odd broken bonds unfrustrated plaquettes even energy strings dual to broken bonds connect pairs frustrated plaquettes total energy_model given by total length of energy strings ground state corresponds to minimum - weight perfect matching of frustrated plaquettes matching problem solved in polynomial time using edmonds algorithm solution to valid spin configuration not apply to continuous spinssuggest embed ising variables into planar spins decomposing @xmath23 relative to random direction @xmath24 spin space reflections spins along @xmath24 hamiltonian ea_model decomposes as @xmath25 with @xmath26 @xmath27 fixed @xmath24 restricting movement spins to reflections along @xmath24 hamiltonian for arbitrary @xmath15 form ising model edmonds algorithm find ground state(s of embedded ising model increase energy full hamiltonian state depends on choice random direction @xmath24 recover full@xmath1 symmetry hamiltonian subsequent minimizations performed random choices @xmath24 decreasing total energy via non - local moves refer approach embedded matching technique full hamiltonian in ground state all embedded ising hamiltonians @xmath28 must in ground states successive minimizations random directions @xmath24 not drive system towards absolute energy minimum non - local embedded matching dynamics metastable states less than simple local spin quench dynamics before @xcite converge ground states high probability insert embedded matching technique as minimization component in genetic algorithm consider population candidate ground - state configurations simulate evolutionary development re - combining crossing over parent configurations followed minimization runs for offspring replacement parents lower energy crossover performed triadic fashion comparing overlaps with third reference configuration layout complemented by intermittent random mutation steps performance - guided halving population stages optimum balance between genetic diversity efficiency optimization choice of operation for crossover configurations crucial for efficiency random exchange of rigid spin clusters more efficient than single spins clusters denote regions highly optimized for all configurations metastable states undergo independent rigid o(@xmath1 transformations to true ground state careful choice of parameters genetic embedded matching algorithm application statistical tests ensure independent runs for single realization disorder converge to state same energy unprecedented machine precision guaranteed ground state high reliability concentrate on symmetric bimodal @xmath29 distribution ground states computed in independent runs for single disorder realization identical up to global o(@xmath1 ) transformation lack of accidental degeneracies contrast bimodal ising caseaveraging disorder ground state ordered spin correlation constant implying @xmath30 asymptotic ground - state energy per spin @xmath31 ground - states computed @xmath32 square - lattice systems @xmath33 8 10 12 16 20 24 28 open - periodic bcs @xmath34 disorder replica size finite - size corrections analytic open bcs @xcite fit ansatz @xmath35 yields @xmath36 quality - of - fit @xmath37 open - periodic case additional non - term @xmath38 fit data form @xmath39 gives @xmath40 @xmath37 consistent open - boundary result @xmath31 large statistical error qualitative agreement expected value spin - stiffness exponent @xmath42 resulting @xmath31 @xmath43 lower than value @xmath44 bimodal spin - glass @xcite disorder realization open boundaries domain - wall bcs spin chiral excitations open boundaries bcs domain - wall energies measured comparing ground states periodic antiperiodic bcs @xcite periodicity forces domain walls system energy difference capture energy single domain wallimprovement suggested optimizing additional global twist variable along boundary start cleanest setup conventional p / ap bc set consider open domain - wall ( o / dw ) bcs relative orientations of spins across boundary tilted by angle @xmath45 for spin domain walls or reflected fixed axis for chiral domain walls strong bonds figure snapshots spin chiral excitations forced by o / dw bcs computed locally averaged o(@xmath46 ) rotation matrix configurations with o dw bcs translated into rotation angle arrows sign of determinant @xmath47 blue squares spin domain walls smeared out system relax spin excitation through chiral mode if softer locally vice versa @xmath19 for aspect ratios @xmath48 @xmath46 @xmath49 function of @xmath50 scaling domain - wall energies strong crossover for p / ap data from @xmath52 to @xmath54 large finite - size effects movement from towards optimum twist '' value o / dw bcs yield @xmath56 for spin excitations @xmath57 for chiral domain wallsstiffness exponents less negative sizable difference between p / ap o / dw results for @xmath8 incomplete control over finite - size effects corrections bcs disappear as elongated systems considered performed computations for @xmath58 systems with aspect ratios @xmath59 @xmath49 same statistics results presented in figure p / ap o / dw bcs expect corrections bcs disappear as @xmath60 @xmath61 p / ap o / dw spin data converge for @xmath61 yielding @xmath62 for p / ap bcs @xmath63 for o / dw bcs o / dw chiral data give @xmath64 distinct from @xmath8 genetic embedded matching algorithm computed exact ground states for 2d _ xy _ ea spin glass with @xmath29 couplings @xmath65 spins no accidental degeneracies implying @xmath66 domain - wall hampered by finite - size effects controlled using aspect - ratio scaling consistent estimates of @xmath67 different sets bcs smaller in modulus than previous estimates close to @xmath68 gaussian 2d ising casechiral exponent @xmath69 different from @xmath8 closer to @xmath14 for bimodal 2d spin glass results far from @xmath70 @xmath71 estimated by finite - temperature simulations due to equilibration problems at low temperatures research university of waterloo to funding canada research chairs program support ec contract meif - ct-2004 - 501422 | 0.574605 | 3,500 | 1,761 | , Saving $0.1 in GPT-4. |
172,950 | with data collected during the first half of the 2011 @xmath0 run of the large hadron collider at @xmath1 , a substantial data sample of high @xmath2 triggers , corresponding to an integrated luminosity of @xmath3 , has been collected by the atlas detector .
measurements of the production of top - quark pairs and single top - quarks in different channels , the top - quark mass , the top - quark pair charge asymmetry and spin correlations , and the @xmath4 helicity fractions in top - quark decays are presented , as well as two searches for new physics effects involving top - quark pairs .
_ proceedings of the lepton photon 2011 conference , to appear in pramana - journal of physics _ | top - quark measurements are of central importance to the lhc physics programme .
the production of top - quark pairs in @xmath0 collisions is a process which is situated at the boundary between the standard model ( sm ) and what might lie beyond it . within the sm , top quarks
are predicted to almost always decay to a @xmath5-quark and a @xmath4-boson , that can further decay leptonically or hadronically .
the final states are thus characterised by the presence of two ( dilepton ) , one ( single lepton ) or no leptons ( all hadronic channel ) . with an integrated luminosity of @xmath6 of @xmath0 collisions recorded by the atlas detector at @xmath1 in the first half of 2011 a variety of precision and new measurement
have been obtained .
within the sm the @xmath8 production cross - section at @xmath1 is calculated to be at approximate nnlo for a top - quark mass of @xmath9 . a precise determination of @xmath7 tests these perturbative qcd predictions .
first measurements of @xmath7 at the lhc have been reported by atlas and cms with 3 @xmath10 and 35 @xmath10 . with approximately twenty times
more data the single lepton , dilepton and lepton+@xmath11 channels have been measured . in the single - lepton channel
a multivariate likelihood discriminant is constructed using template distributions of four variables @xcite .
data are split according to lepton flavour and number of jets .
a profile likelihood technique is used to extract @xmath7 and constrain the systematic effects from data .
the result is @xmath12 pb , the most precise measurement of @xmath7 at lhc to date . in the dilepton channel a cut - and - count method is employed @xcite .
the background contribution from drell - yan production is suppressed by requiring for same - flavour events large @xmath13 and for @xmath14 events large @xmath15 , the scalar sum of jet and lepton transverse energies .
remaining drell - yan events and background from fake leptons are estimated with data - driven methods .
the combined cross - section in the three channels is @xmath16 pb . a second measurement requiring at least one @xmath5-jet yields a consistent result .
a cross - section measurement is also performed in final states with an isolated muon and a hadronically decaying @xmath11-lepton @xcite .
at least two jets , one of them @xmath5-tagged , are required .
the analysis utilises a multivariate technique based on boosted decision trees to identify @xmath11-leptons and extracts @xmath17 pb .
single top - quark production has been explored in the three channels ( @xmath18 , @xmath19 and @xmath20 ) . for the @xmath18-channel measurement a cut - based analysis exploiting the two- and three - jet bins
is performed and exactly one @xmath5-tag is required @xcite .
an excess of top candidates is observed over antitop candidates .
the measured cross - section is @xmath21 pb in agreement with the sm prediction and has been cross - checked with an analysis based on neural networks . for the search for the associated production of a top quark and a @xmath4-boson only the leptonic decays of the two @xmath4 bosons are considered @xcite .
a simple cut - based approach is used to select the @xmath19 contribution . at the 95% c.l .
@xmath22 pb for the observed ( expected ) upper limit . for the search in the s - channel single top - quark production two b - jets
are required @xcite . with a cut - based analysis an upper limit of @xmath23 pb
is obtained at 95% c.l .
single top - quark production in the @xmath18-(left @xcite ) , @xmath19-(centre @xcite ) , and @xmath20-channel ( right @xcite ) , respectively
the top - quark mass ( @xmath24 ) has been measured using a two - dimensional template analysis in the single - lepton channel that determines @xmath24 together with a global jet energy scale factor @xcite .
combining the electron and muon channels and the results from the 2010 atlas data , the top - quark mass is measured to be @xmath25 .
the top - antitop charge asymmetry is measured in the single - lepton channel @xcite .
a kinematic likelihood is used to reconstruct the event topology .
after background subtraction , a bayesian unfolding procedure is performed to correct for acceptance and detector effects . the charge asymmetry observable @xmath26 is based on the difference of the absolute values of top and antitop rapidities , @xmath27 .
it is measured to be @xmath28 , in agreement with the sm prediction of @xmath29 spin correlation in @xmath8 events are studied in the dilepton channel @xcite .
the spin information is accessed via the angular distributions of its decay products .
the difference in azimuthal angle between the two charged leptons is compared to the expected distributions in the sm , and to the case where the top quarks are produced with uncorrelated spin . using the helicity basis as the quantisation axis
, the strength of the spin correlation between the top and antitop quark is measured to be @xmath30 , which is in agreement with the nlo sm prediction .
helicities of @xmath4-bosons in top - quark decays have been measured in the single- and di - lepton channels @xcite .
at least one of the jets in the single - lepton final state is required to be @xmath5-tagged .
the results are in agreement with the sm .
as the polarisation of the @xmath4-bosons in top - quark decays is sensitive to the structure of the @xmath31-vertex the measurements are used to set limits on anomalous contributions to the @xmath31-vertex .
a search for new phenomena in @xmath8 events with large @xmath13 is carried out in the single - lepton channel @xcite .
the results are interpreted in terms of a model where new top - quark partners are pair - produced and each decay to a top quark and a long - lived undetected neutral particle .
the data are found to be consistent with sm expectations . a limit at 95% c.l .
is set excluding a cross - section times branching ratio of 1.1 pb for a top - partner mass of 420 @xmath32 and a neutral particle mass less than 10 @xmath32 . in a search for high mass @xmath8 resonances in the dilepton channel
@xcite no excess above the sm expectation is observed .
upper limits at the 95% c.l are set on the cross - section times branching ratio of the resonance decaying to @xmath8 pairs as a function of the resonance pole mass .
a lower mass limit of 0.84 @xmath33 is set for the case of a kaluza - klein gluon resonance in the randall - sundrum model .
i would like to thank the lhc crew and the atlas collaboration for the excellent data quality , the many authors and contributors of the top physics analyses shown here , david milstead for reading the manuscript and the organizers of lepton photon 2011 in mumbai for the excellent organisation of the conference .
i also gratefully acknowledge the support of the deutsche forschungsgemeinschaft ( dfg ) through the emmy - noether grant cr-312/1 - 1 . | top - quark measurements lhc physics programme production top - quark pairs @xmath0 collisions boundary between standard model sm top quarks decay to @xmath5-quark @xmath4-boson leptonically or hadronically final states two one no leptons integrated luminosity @xmath6 @xmath0 collisions 2011 precision new measurement obtained @xmath8 production cross - section at @xmath1 approximate nnlo for top - quark mass @xmath9 precise determination @xmath7 tests qcd predictions first measurements @xmath7 lhc reported atlas 3 @xmath10 35 @xmath10 twenty times more data single lepton dilepton lepton+@xmath11 channels measured single - lepton channel multivariate likelihood discriminant constructed template distributions four variables data split to lepton flavour number of jets profile likelihood technique extract @xmath7 result @xmath12 pb most precise measurement of @xmath7 at lhc dilepton channel cut - and - count method employedbackground contribution drell - yan production requiring - flavour events jet lepton transverse energies remaining drell - yan events background fake leptons estimated data methods combined cross - section three channels @xmath16 pb second measurement one @xmath5-jet yields consistent result cross - section measurement performed final states isolated muon hadronically decaying @xmath11-lepton two jets one @xmath5-tagged required analysis multivariate technique identify @xmath11-leptons extracts @xmath17 pb single top - quark production explored in three channels-channel measurement cut - based analysis one @xmath5-tag required excess of top candidates observed over antitop candidates measured cross - section @xmath21 pb sm prediction cross - checked with analysis neural networks search production top quark @xmath4-boson leptonic decays of two @xmath4 bosons considered cut - based approach @xmath19 contribution 95% upper limit channel single top - quark production two b - jets required upper limit of @xmath23 pb obtained at 95% c.ltop - quark production @xmath18---channel top - quark mass @xmath24 measured two - dimensional template analysis single - lepton channel global jet energy scale factor electron muon channels 2010 atlas data top - quark mass measured @xmath25 top - antitop charge asymmetry measured single - lepton channel kinematic likelihood event topology bayesian unfolding procedure acceptance detector effects charge asymmetry @xmath26 based difference top antitop rapidities measured @xmath28 agreement with sm prediction @xmath29 spin correlation @xmath8 events studied dilepton channel spin information accessed angular distributions decay products difference azimuthal angle between two charged leptons compared to expected distributions sm top uncorrelated spin helicity basis strength spin correlation between top antitop quark measured @xmath30 agreement with nlo sm prediction helicities of @xmath4-bosons top - quark decays measured single- di - lepton channels one jets single - lepton final state @xmath5-tagged results agreement with smpolarisation @xmath4-bosons top - quark decays sensitive @xmath31-vertex measurements anomalous contributions search for new phenomena @xmath8 events large @xmath13 single - lepton channel @xcite results new top - quark partners pair - produced decay to top quark neutral particle data consistent with sm expectations limit 95% c.l set cross - section times branching ratio 1.1 pb for top - partner mass 420 @xmath32 neutral particle mass less than 10 search high mass @xmath8 resonances dilepton channel no excess above sm expectation upper limits 95% c.l set on cross - section times branching ratio resonance pairs resonance pole mass lower mass limit 0.84 @xmath33 for kaluza - klein gluon resonance randall - sundrum model lhc crew atlas collaboration data authors contributors david milstead organizers lepton photon 2011 support deutsche forschungsgemeinschaft emmy - noether grant - | 0.266206 | 1,683 | 851 | , Saving $0.0 in GPT-4. |
172,961 | presently available high - energy proton beams in circular accelerators carry enough momentum to accelerate high - intensity electron and positron beams to the tev energy scale over several hundred meters of the plasma with a density of about @xmath0 .
however , the plasma wavelength at this density is 100 - 1000 times shorter than the typical longitudinal size of the high - energy proton beam . therefore the self - modulation instability ( smi ) of a long ( @xmath110 cm ) proton beam in the plasma should be used to create the train of micro - bunches which would then drive the plasma wake resonantly . changing the plasma density profile offers a simple way to control the development of the smi and the acceleration of particles during this process .
we present simulations of the possible use of a plasma density gradient as a way to control the acceleration of the electron beam during the development of the smi of a 400 gev proton beam in a 10 m long plasma .
this work is done in the context of the awake project the proof - of - principle experiment on proton driven plasma wakefield acceleration at cern .
awake experiment , self - modulation instability , cern , proton - driven plasma wakefield acceleration | proton beams in the modern high - energy accelerators carry a large amount of energy .
for example , the design parameters of the large hadron collider correspond to the total proton beam energy of 360 mj stored in the 2800 bunches at the top energy of 7 tev .
this is comparable to the kinetic energy of a typical fully loaded airliner ( 80 t ) at the take - off speed of 300 km / h ( 280 mj ) . even the single bunch ( @xmath2 protons at 400 gev ) in the 40 year old super proton synchrotron ( sps ) at cern carries an order of magnitude more energy than the single bunch in the proposed international linear collider ( @xmath3 electrons or positrons at 250 gev ) .
this makes it possible to accelerate a substantial amount of particles to a tev - scale energy in a single accelerating stage using a beam - driven scheme powered by a relativistic proton beam .
several such techniques were suggested earlier as a way of transferring the proton beam energy to other particles ( electrons / positrons , muons , and pions ) @xcite which can not be accelerated in a circular machine either because of the prohibitively high energy loss due to the synchrotron radiation ( electrons / positrons ) or because of the short life - time of the unstable particles .
the proton - driven plasma wakefield acceleration ( pdpwfa ) @xcite is a recently proposed method promising a gev / m rate of acceleration to a tev - scale energy in a single plasma stage .
plasma wakefields with gv / m amplitude correspond to the plasma wavelength around 1 mm , however the typical proton beam bunches in a storage ring have the longitudinal size in the order of 10 cm . in the original pdpwfa proposal @xcite the proton beam
was assumed to be compressed by a factor of 1000 down to the longitudinal size of 0.1 mm .
such an extreme bunch compression is very challenging ( although technically feasible ) , but the similarly high plasma wakefields can be excited resonantly with a sequence of sub - millimeter long microbunches produced from the long proton beam as a result of the beam self - modulation instability ( smi ) @xcite in plasma .
the self - modulated beam can drive the plasma wakefields for long distances @xcite even without the very strong external focusing needed in the case of the compressed proton bunch .
the awake experiment @xcite at cern will be the first proof - of - principle demonstration of this technique using the self - modulation of the 400 gev proton bunch from the sps accelerator .
a 10 m long plasma section based on the continuous flow of rubidium vapor at 200 @xmath4c will be used .
the selected plasma section design is already capable of creating plasma density profiles with a constant gradient along the whole 10 m long section @xcite .
this gradient naturally appears if the continuous flow of rubidium vapor through the orifices at the beam entrance and exit is unbalanced . in general ,
plasma density gradients are well known to be useful for the control of electron injection and acceleration in the laser- and beam - driven plasma wakefield acceleration @xcite . in this article
we study the effect of a plasma density gradient on the acceleration of electrons in the plasma wake created by the self - modulating proton beam .
the details of electron beam injection and acceleration in the uniform plasma were already given in @xcite .
more complicated longitudinal plasma density profiles were suggested earlier for the smi - based pdpwfa @xcite .
however we focus on the case of a constant plasma density gradient which is relevant for the awake experiment .
the process is studied numerically with the particle - in - cell version of 2d3v quasi - static code lcode @xcite assuming the cylindrical symmetry .
the awake experiment will be conducted at cern in the deep underground cngs facility @xcite .
an lhc - type proton bunch of 400 gev/@xmath5 momentum but higher intensity ( @xmath6 protons / bunch ) is extracted from the sps and sent towards a 10 m long rubidium vapor cell .
a high power ( 2 tw ) laser pulse , co - propagating and co - axial with the proton beam , is used to ionize the ( initially neutral ) rubidium gas in the plasma cell and also to generate a seed for the proton bunch self - modulation .
a several millimeter long bunch with @xmath7 electrons at 10 - 20 mev produced by the photo - injector serves as a witness beam and is accelerated in the wake of the proton bunches .
several diagnostics are installed downstream the plasma cell to measure the proton bunch self - modulation and the accelerated electron bunch properties . the geometry and the baseline parameters of the experiment are given in fig .
[ fig : layout ] .
the plasma wavelength is inversely proportional to the square root of the plasma density @xmath8 : @xmath9 where @xmath10 is the classical electron radius .
small change in the plasma density @xmath11 results in the corresponding change in the plasma wavelength @xmath12 the phase shift of the wakefield corresponding to this plasma density change is @xmath13 where @xmath14 is the number of plasma oscillations behind the ionizing laser pulse . here for simplicity we consider free plasma oscillations driven by the seed pulse .
another cause of phase shifts is the evolution of the proton beam @xcite . during the smi growth , the plasma wakefield phase and amplitude change even in the uniform plasma . in our case
the typical phase shift due to the smi is one plasma wavelength for 100 micro - bunches @xcite .
this shift accumulates over first 4 meters of the plasma .
only half of the wakefield period is decelerating for protons .
therefore , the number of proton beam micro - bunches driving the plasma wake resonantly in a non - uniform plasma can be estimated from @xmath15 and ( [ eq : delta_psi ] ) as @xmath16 since the baseline awake proton bunch has @xmath17 cm , the number of proton micro - bunches at the baseline density is around 100 .
we can expect that the typical plasma density gradients which can still support a significant wakefield amplitude are several percent over the entire length of the plasma section .
the simulated amplitude of the longitudinal electric field excited by the self - modulating proton beam in plasmas with different density profiles is shown in fig .
[ fig : ez_max ] .
as expected , self - modulation of the proton beam with the baseline awake parameters ( fig . [ fig : layout ] ) produces wakefields with significant amplitudes for plasma density gradients up to several percent over 10 m ( the 10% gradient reduces the maximum field by a factor of three ) .
however , the process of electron acceleration is more sensitive to the density profile @xcite , especially to the sign of the density gradient which defines the phase velocity of the plasma wakefield .
[ fig : plus_minus_2_percent ] shows the final accelerated electron energy as a function of the longitudinal position along the beam .
density gradients offer a convenient way to control the phase of the plasma wakefield during the development of the self - modulation instability . in order to have a significant energy gain ( > 1 gev ) in the uniform plasma
, one has to inject electrons around 130 periods of plasma oscillations behind the laser pulse @xcite , while in the case of a positive density gradient it is possible to shift the optimum injection delay closer to the laser pulse .
this effect can be seen in fig .
[ fig : plus_minus_2_percent ] . the longitudinal motion of an individual electron as well as the wakefield phase and amplitude for positive and negative plasma density gradients are shown in fig .
[ fig : plus_minus_10_percent ] . as one can see , the amplitude of the electric field is approximately the same in both cases , however , the electron gains energy only in the case of the positive density gradient .
the negative density gradient results in a gradual increase of the plasma wavelength and corresponding continuous drift of the wakefield phase towards the tail of the bunch ( i. e. , the phase velocity of the wakefield is slower than the speed of light ) .
this limits the achievable energy , because , as soon as the injected electron gains some energy , it outruns the plasma wake and enters the decelerating ( but still focusing ) phase where it is decelerated .
such cycle of electron acceleration and deceleration can be repeated several times as one can see in the left side of fig .
[ fig : plus_minus_10_percent ] .
the positive density gradient makes the phase velocity of the plasma wake equal or slightly faster than the speed of light over a long part of the plasma section at some specific delay @xmath18 behind the laser pulse .
therefore it becomes possible for electrons to stay in phase with the wakefield and gain energy continuously until the end of the plasma section ( right part of fig .
[ fig : plus_minus_10_percent ] ) .
the steeper the plasma density gradient , the closer the optimal electron injection delay is to the laser pulse .
in general , the acceleration of electrons is easier to achieve by injecting particles closer to the laser pulse .
the less micro - bunches are used for acceleration , the more stable and reproducible this process becomes with respect to various perturbations like small scale plasma non - uniformities or beam parameter variations from shot to shot . with a proton beam longitudinally compressed by a factor of two , the 20% plasma density gradient ( corresponding to the optimal injection at @xmath19 cm ) provides electron acceleration to more than 1 gev ( fig .
[ fig : compressed ] ) . in this case
only 25 proton micro - bunches are required to accelerate electrons above 1 gev .
this is a factor of four reduction with respect to 100 micro - bunches necessary in the baseline case of uniform plasma and proton beam with @xmath20 cm .
correspondingly , the requirement on small scale density uniformity can be four times relaxed .
using numerical simulation we have shown that the plasma density gradients offer a simple and efficient way to control the development of the proton beam self - modulation instability and acceleration of electrons during this process .
for the baseline parameters of the awake experiment it is possible to accelerate electrons to a high energy ( > 1 gev ) in a plasma section with a density gradient of up to 10% along 10 m. using small positive gradients ( below 10% over 10 m ) should improve the overall stability and reproducibility of electron acceleration experiment because it will rely on significantly lower number of micro - bunches to drive the plasma wakefield resonantly ( optimum electron injection position shifts closer to the laser pulse ) . with longitudinally compressed proton bunches it is possible to operate at higher density gradients ( 20% with 2x compression )
this can further improve the control over the acceleration process .
even a small negative plasma density gradient ( @xmath21% over 10 m for example ) dramatically reduces the achievable electron energy because in this case the phase velocity of the plasma wake is always slower than the speed of light .
the authors thank awake collaboration for fruitful discussions . the contribution of novosibirsk team to this work
is supported by the russian science foundation , grant no .
14 - 12 - 00043 .
some of the simulations are performed at the siberian supercomputer center sb ras .
e. a. perevedentsev , a. n. skrinsky , on possibility of using intense beams of large proton accelerators for excitation of linear accelerating structures .
proceedings of vi nat .
accelerator meeting , dubna , 1978 .
preprint inp 79 - 80 , novosibirsk , 1979 .
g. plyushchev , rubidium flow simulations in the awake plasma section .
talk presented at the 11th awake physics board meeting , cern , 2015 .
presentation and the report available online from the indico webpage ` https://indico.cern.ch/event/403300/ ` c. g. r. geddes , k. nakamura , g. r. plateau , cs .
toth , e. cormier - michel , e. esarey , c. b. schroeder , j. r. cary , and w. p. leemans , plasma - density - gradient injection of low absolute - momentum - spread electron bunches . phys .
100 , 215004 ( 2008 ) .
k. v. lotov , a. p. sosedkin , a. v. petrenko , l. d. amorim , j. vieira , r. a. fonseca , l. o. silva , e. gschwendtner and p. muggli , electron trapping and acceleration by the plasma wakefield of a self - modulating proton beam .
physics of plasmas 21 , 123116 ( 2014 ) . ` www.inp.nsk.su/~lotov/lcode/ ` k. v. lotov , phys . rev .
beams * 6 * , 061301 ( 2003 ) .
k. v. lotov , a. sosedkin , e.mesyats , simulation of self - modulating particle beams in plasma wakefield accelerators .
proceedings of ipac2013 ( shanghai , china ) , p. 1238 . | proton beams in high energy accelerators carry large energy design parameters large hadron collider correspond proton beam energy 360 mj in 2800 bunches at top energy 7 tev comparable to kinetic energy loaded airliner 80 at speed 300 km / h ( 280 mj single bunch @xmath2 protons at 400 gev in 40 year old super proton synchrotron at cern carries more energy than linear collider @xmath3 electrons positrons at 250 gev accelerate particles to tev - scale energy single using beam - driven scheme relativistic proton beam techniques suggested proton beam energy to particles circular machine high energy loss short life - time unstable particles proton - driven plasma wakefield acceleration @xcite proposed method gev / m rate acceleration to tev - scale energy single plasma stage plasma wakefields with gv / m amplitude correspond wavelength around 1 mm typical proton beam bunches in storage ring longitudinal size 10 cm original proposal beam compressed by factor 1000 to 0.1 mmextreme bunch compression challenging technically feasible high plasma wakefields excited with sub - millimeter microbunches from long proton beam beam self - modulation instability @xcite self - modulated beam plasma wakefields long distances without strong external focusing compressed proton bunch awake experiment at cern first technique using self - modulation 400 gev proton bunch from sps accelerator 10 m long plasma section continuous flow rubidium vapor at 200 @xmath4c used plasma section design plasma density profiles constant gradient gradient appears if flow rubidium vapor unbalanced plasma density gradients useful for control electron injection acceleration in laser- beam - driven plasma wakefield acceleration study effect plasma density gradient on acceleration electrons self - modulating proton beam details complicated longitudinal plasma density profiles suggested for focus on constant plasma density gradient relevant for awake experiment process studied numerically with particle - in - cell version 2d3v quasi - static code lcode @xcite cylindrical symmetry awake experiment conducted at cern deep underground cngs facility @xcitelhc - type proton bunch 400 gev/@xmath5 momentum higher intensity @xmath6 protons extracted from sps sent towards 10 m long rubidium vapor cell high power 2 tw laser pulse proton beam ionize rubidium gas seed for proton bunch self - modulation millimeter long bunch @xmath7 electrons 10 - 20 mev photo - injector witness beam accelerated proton bunches diagnostics installed measure proton bunch self - modulation accelerated bunch properties geometry baseline parameters experiment in fig . plasma wavelength proportional to plasma density classical electron radius change plasma density @xmath11 plasma wavelength phase shift density @xmath13 number plasma oscillations behind ionizing laser pulse free plasma oscillations driven by seed pulse phase shifts evolution proton beam @xcite smi growth plasma wakefield phase amplitude change typical phase shift one plasma wavelength for 100 micro - bunches @xcite shift accumulates over first 4 meters plasma half wakefield period decelerating for protonsproton beam - bunches driving plasma wake in non - uniform plasma estimated from @xmath15 @xmath16 baseline awake proton bunch @xmath17 cm micro - bunches at baseline density around 100 typical plasma density gradients support significant wakefield amplitude several percent over length plasma section simulated amplitude longitudinal electric field self - modulating proton beam in plasmas different density profiles shown in fig . self - modulation proton beam parameters produces wakefields significant amplitudes for plasma density gradients percent over 10 m 10% gradient reduces maximum field factor three electron acceleration sensitive to density profile density gradient phase velocity plasma wakefield accelerated electron energy longitudinal position beam density gradients control phase plasma wakefield during self - modulation instability significant energy gain > 1 gev in uniform plasma inject electrons around 130 periods plasma oscillations behind laser pulse positive density gradient shift injection delay closer to laser pulse in fig . longitudinal motion of electron wakefield phase amplitude for positive negative plasma density gradients shown in figfig : plus_minus_10_percent amplitude electric field same in both cases electron gains energy only positive density gradient negative density gradient results in increase plasma wavelength continuous drift wakefield phase towards tail bunch phase velocity slower than speed light limits achievable energy injected electron gains energy outruns plasma wake enters decelerating phase cycle electron acceleration deceleration repeated several times left side fig positive density gradient makes phase velocity plasma wake equal or slightly faster than speed light over long plasma section at delay behind laser pulse possible for electrons to stay in phase with wakefield gain energy until end plasma section steeper plasma density gradient closer optimal electron injection delay to laser pulse acceleration easier by injecting particles closer to laser pulse less micro - bunches used for acceleration more stable reproducible process perturbations plasma non - uniformities beam variations with proton beam longitudinally compressed by factor two 20% plasma density gradient optimal injection at @xmath19 cm provides electron acceleration to more than 1 gev fig 25 proton micro - bunches required accelerate electrons above 1 gev factor four reduction 100 micro - bunches uniform plasma proton beam @xmath20 cm requirement small scale density uniformity four times relaxed plasma density gradients control proton beam self - modulation instability acceleration accelerate electrons high energy > 1 gev in plasma section density gradient up to 10% along 10 m small positive gradients below 10% over 10 m improve stability reproducibility electron acceleration experiment lower micro - bunches plasma wakefield injection laser pulse longitudinally compressed proton bunches operate higher density gradients ( 20% with 2x compression control acceleration small negative plasma density gradient @xmath21% over 10 m reduces electron energy phase velocity plasma slower than speed light authors thank awake collaboration for discussions contribution novosibirsk team supported by russian science foundation grant 14 - 12 - 00043 simulations performed at siberian supercomputer center perevedentsev skrinsky large proton accelerators linear accelerating structures proceedings accelerator meeting dubna 1978 preprint 79 - 80 novosibirsk 1979plyushchev rubidium flow simulations awake plasma section talk 11th awake physics board meeting cern 2015 report online indico webpage https://indico.cern.ch/event/403300 geddes nakamura plateau toth cormier - michel esarey schroeder cary leemans plasma - density gradient injection low momentum spread electron bunches . 100 215004 2008 ) lotov sosedkin petrenko amorim vieira fonseca silva gschwendtner muggli electron trapping acceleration plasma wakefield self - modulating proton beam plasmas 21 123116 2014 www.inp.nsk.su~lotov lotov phys beams 061301 2003 ) sosedkin.mesyats simulation self - modulating particle beams plasma wakefield accelerators proceedings ipac2013 shanghai china p. 1238 | 0.440428 | 2,886 | 1,396 | , Saving $0.1 in GPT-4. |
172,964 | we discuss a method to extract the ckm @xmath0 angle combining dalitz plot analysis of @xmath1 and untagged @xmath2 , @xmath3 .
the method also allows obtaining the ratio and phase difference between the _ tree _ and _ penguin _ contributions from @xmath2 and @xmath4 decays and direct cp asymmetry between @xmath2 and @xmath5 . from monte carlo studies of 100k events for the neutral mesons ,
we show the possibility of measuring @xmath0 with a precision of @xmath6 . | in the standard model , cp violation is implemented by the existence of ckm complex parameters .
interference between processes with different weak phases contributing to a same final state , can generate asymmetry on charge conjugate @xmath7 meson decays , allowing one to measure the weak phase difference since the asymmetry effects are in some way proportional to it .
the common method @xcite to extract the ckm @xmath8 phase , explores the interference between the phases generated in the @xmath9 oscillation , in the decay to the same @xmath10 final state . for ckm @xmath0 , the most well established methods @xcite explores the interference in the time - independent decays @xmath11 and @xmath12 , when @xmath13 and @xmath14 decays to the same final state . using these methods ,
@xmath0 should be determined at the lhc @xcite with precision of @xmath15 , for one year of data taking . beyond two body interferences
, one could explore the asymmetry associated with the dalitz interference between intermediary states in three body @xmath7 decays .
this was initially proposed for @xmath16 @xcite , where @xmath17 plays a fundamental role as reference channel . however , the method is statistically limited by the low contribution of the cabibbo suppressed amplitude @xmath18 , estimated on the already observed cabibbo allowed @xmath19 channel @xcite . recently
, new effort is being made to explore @xmath0 in @xmath20 decays . while some approaches requires time - dependent analysis @xcite , we first showed @xcite how to proceed with an untagged analysis , with the benefit of higher statistics .
computer simulations @xcite showed that tagging introduces inefficiencies in the order of 90% in lhcb data .
the major intermediate sates for @xmath21and @xmath22 @xcite , are resumed in table [ tab : bkpipicontrib ] with the respective tree and penguin contributions , followed by ckm weak phases contained in the amplitude . since
magnitudes and phases extracted by the fit procedure are the overall contributions , it s not possible to isolate and measure @xmath0 in a simple amplitude analysis of @xmath23 and @xmath24 and @xmath2 and @xmath5 . .resonances and dominant contributions from @xmath25 decays .
we denote allowed , suppressed by color and penguin amplitudes by @xmath26 , @xmath27 and @xmath28 . [ cols="^,^,^,^",options="header " , ] one important issue concerning the @xmath0 extraction , is the size of the ratio @xmath29 and the phase difference @xmath30 from the tree and penguin amplitudes of the @xmath31 resonance .
the theoretical knowledge of these quantities is model dependent .
some groups using factorization approach @xcite , arrive to large @xmath32 and small @xmath33 . on the other hand , non - factorisable approach for pseudoscalar - pseudoscalar @xmath7 decay @xcite ,
presents an opposite scenario , with small @xmath32 and large @xmath33 .
the joint fit applied to the real data , will be able to define which theoretical approach is more adequate , since it is possible to measure the parameters under discussion . to our study , we choose @xmath34 and generate the experiments with @xmath35 .
if in the unconstrained analysis , the three hypothesis prove to be correct , we can assume that the @xmath31 resonances parameters from @xmath2 and @xmath5 are given by the following tree and penguin sum : @xmath36 in this case , we can use the scheme ( [ eq : esquemag ] ) to extract @xmath0 using a constrained fit , where the penguin amplitude is fixed and the tree parameters @xmath37 and @xmath38 are directly extracted from @xmath31 .
using the parameters from table [ tab : viabilidade ] , we measure @xmath39 .
we presented a method to extract the ckm @xmath0 angle using a combined dalitz plot analysis from @xmath1 and @xmath40 .
this approach use three basic hypothesis that can be tested before one proceeds to the constrained fit . for measuring the @xmath7 neutral parameters
, we use a new technique of joint fit that allow us to extract in an independent way the amplitudes from two summed surfaces in a joint sample of @xmath41 untagged events .
we carried a fast mc study to estimate the errors associated to the joint fit technique . assuming a relatively low statistics for the anchor resonance @xmath17 we obtained @xmath0 with a @xmath42 error . during the analysis
we can measure cp violation by counting the number of events from @xmath2 and @xmath5 , information extracted in the joint fit , or exploring dalitz symmetries as discussed in @xcite .
we can also measure the ratio and phase difference from tree and penguin amplitudes of the @xmath31 resonance , defining which theoretical approach , factorisable or non - factorisable is more adequate .
the method presented here is competitive with the other approaches to determine the ckm @xmath0 angle @xcite and needs the high statistics expected for the lhcb experiment , due to the small contribution of the reference channel @xmath43 .
however , in the case that the @xmath44 resonance is dominated by the @xmath45 component @xcite , or even if the ratio between the tree and penguin is negligible @xcite , the @xmath46 amplitude could take place of the charmonium as a reference channel in the analysis .
23 babar collaboration , b. aubert _ et al .
lett . * 94 * , 161803 ( 2005 ) , hep - ex/0408127 .
belle collaboration , k. abe _
et al _ , hep - ex/0507037 .
d. atwood , i. dunietz , a. soni , phys .
78 * , 3257 ( 1997 ) .
m. gronau , d. london , phys .
b * 253 * , 483 ( 1991 ) ; m. gronau , d. london , phys .
b * 265 * , 172 ( 1991 ) .
a. giri , yu .
grossman , a. soffer , j. zuppan , phys .
d * 68 * , 054018 ( 2003 ) . o. schneider , talk at the `` flavor in the era of the lhc '' workshop , cern , november 2005 , http://cern.ch/flavlhc and , j. rademacker , talk at the `` physics at the lhc '' workshop , krakow , july 2006 , http://indico.cern.ch/conferencedisplay.py?confid=a058062 .
i. bediaga , r. e. blanco , c. gbel and r. mndez - galain , phys .
lett . * 81 * 4067 ( 1998 ) .
babar collaboration , b. aubert _ et al .
_ , hep - ex/0507004 .
belle collaboration , a. garmash _ et al .
lett . * 96 * 251803 ( 2006 ) , hep - ex/0512066 .
m. ciuchini , m. pierini , l.silvestrini , hep - ph/06010233 .
m. gronau , d. pirjol , a. soni , j. zupan , hep - ph/0608243 .
i. bediaga , g. guerrer , j. miranda , hep - ph/0608268 .
lhcb collaboration , reoptimized detector design and performance report , cern - lhcc/2003 - 030 .
belle collaboration , k. abe _
et al . _ , hep - ex/0610081 .
belle collaboration , r. kumar _ et al .
_ , hep - ex/0607008 .
c. w. chiang _ et .
phys . rev . * d69 * , 034001 ( 2004 ) .
m. beneke , m. neubert , nucl .
phys . , * b675 * , 333 ( 2003 ) .
g. burdman and j.f .
donoghue , phys . rev . * 45 * 187 ( 1992 ) s. gardner , j.tandean , phys.rev . *
d69 * , 034011 ( 2004 ) .
s. barsuk for lhcb collaboration , nucl .
b , proc . suppl .
156 , 93 ( 2006 ) .
m. beneke and m.neubert , nucl .
phys , * b675 * , 333 ( 2003 ) .
a. j. buras _ et al . _ ,
phys.rev.lett.*92*:101804 ( 2004 ) .
i. bediaga , f.s . navarra and m , nielsen phys
. lett . * 579 b * , 59 ( 2004 ) .
h. cheng and k. yang , phys.rev.*d71*:054020 , 2005 and a.k . giri , b. mawlong and r. mohanta , hep - ph/0608088 . | standard model cp violation implemented ckm complex parameters interference between processes weak phases same final state asymmetry on charge conjugate @xmath7 meson decays weak phase difference method @xcite extract ckm @xmath8 phase explores interference between phases @xmath9 oscillation decay @xmath10 final state ckm @xmath0 explores interference in time - independent decays @xmath11 @xmath12 @xmath13 @xmath14 decays same final state @xmath0 determined at lhc @xcite with precision of @xmath15 for one year data taking explore asymmetry dalitz interference between intermediary states in three body @xmath7 decays proposed for @xmath16 @xcite @xmath17 reference channel method statistically limited by low contribution cabibbo suppressed amplitude @xmath18 @xmath19 channel effort explore @xmath0 in @xmath20 decays time - dependent analysis untagged analysis higher statistics tagging introduces inefficiencies 90% in lhcb datamajor intermediate sates for @xmath21and resumed in table with tree penguin contributions followed by weak phases in amplitude magnitudes phases extracted by fit overall contributions possible to isolate measure @xmath0 in amplitude analysis of.resonances dominant contributions from @xmath25 decays suppressed by color penguin amplitudes by @xmath26 issue @xmath0 extraction size ratio @xmath29 phase difference @xmath30 from tree penguin amplitudes of @xmath31 resonance theoretical knowledge quantities model dependent groups factorization approach arrive to large @xmath32 small @xmath33 non - factorisable approach for @xmath7 decay presents opposite scenario with small @xmath32 large @xmath33 joint fit real data theoretical approach possible to measure parameters choose @xmath34 generate experiments with @xmath35unconstrained analysis three hypothesis correct assume @xmath31 resonances from @xmath2 @xmath5 given by tree penguin sum : @xmath36 scheme extract @xmath0 constrained fit penguin amplitude fixed tree parameters @xmath37 @xmath38 extracted from @xmath31 parameters from table measure @xmath39 method to extract ckm @xmath0 angle combined dalitz plot analysis from @xmath1 @xmath40 approach three hypothesis tested before constrained fit measuring @xmath7 neutral parameters new technique joint fit extract amplitudes from two summed surfaces joint sample @xmath41 untagged events carried fast mc study estimate errors joint fit technique low statistics for anchor resonance @xmath17 obtained @xmath0 with @xmath42 error measure cp violation counting events from @xmath2 @xmath5 exploring dalitz symmetries measure ratio phase difference from tree penguin amplitudes of @xmath31 resonance method competitive with approaches determine ckm @xmath0 angle needs high statistics for lhcb experiment small contribution reference channel @xmath43@xmath44 resonance dominated @xmath45 component ratio tree penguin negligible @xmath46 amplitude charmonium reference channel babar collaboration aubert 94 * 161803 ( 2005 ) hep - ex/0408127 belle collaboration k abe hep - ex/0507037 d. atwood dunietz soni . 78 * 3257 ( 1997 ) gronau d. london phys . 253 * 483 ( 1991 ) london 265 * 172 ( 1991 ). giri grossman soffer zuppan phys . 68 * 054018 ( 2003 ). schneider flavor lhc workshop cern november 2005 j. rademacker lhc workshop krakow july 2006=a058062 bediaga blanco . gbel r. mndez - galain phys . lett * 81 * 4067 ( 1998 ) babar collaboration aubert hep - ex/0507004 belle collaboration garmash 96 * 251803 ( 2006 ) hep - ex/0512066 m. ciuchini pierinisilvestrini hep - ph/06010233. gronau pirjol soni zupan hep ph/0608243 bediaga guerrer miranda hep ph/0608268 lhcb collaboration reoptimized detector design performance report cern - lhcc/2003 - 030 belle collaboration abe hep - ex/0610081 r. kumar hep ex/0607008 chiang . rev d69 034001 2004 ) m. beneke neubert b675 333 ( 2003 ). burdman j rev 187 ( 1992 gardner j.tandean phys.rev d69 034011 ( 2004 barsuk lhcb collaboration suppl 156 93 ( 2006 ) m. beneke m.neubert b675 333 ( 2003 j buras.rev.lett*:101804 ( 2004 ) bediaga navarra nielsen phys 579 59 ( 2004 ) h. cheng k. yang phys.rev.*:054020 2005 giri mawlong r. mohanta hep - ph/0608088 | 0.314694 | 2,058 | 1,076 | , Saving $0.1 in GPT-4. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.