6 resultados para Parallel pumping
Resumo:
Similarly to the case of LIF (Laser-Induced Fluorescence), an equally revolutionary impact to science is expected from resonant X-ray photo-pumping. It will particularly contribute to a progress in high energy density science: pumped core hole states create X-ray transitions that can escape dense matter on a 10 fs-time scale without essential photoabsorption, thus providing a unique possibility to study matter under extreme conditions. In the first proof of principle experiment at the X-ray Free Electron Laser LCLS at SCLAC [Seely, J., Rosmej, F.B., Shepherd, R., Riley, D., Lee, R.W. Proposal to Perform the 1st High Energy Density Plasma Spectroscopic Pump/Probe Experiment", approved LCLS proposal L332 (2010)] we have successfully pumped inner-shell X-ray transitions in dense plasmas. The plasma was generated with a YAG laser irradiating solid Al and Mg targets attached to a rotating cylinder. In parallel to the optical laser beam, the XFEL was focused into the plasma plume at different delay times and pump energies. Pumped X-ray transitions have been observed with a spherically bent crystal spectrometer coupled to a Princeton CCD. By using this experimental configuration, we have simultaneously achieved extremely high spectral (λ/δλ ≈ 5000) and spatial resolution (δx≈70 μm) while maintaining high luminosity and a large spectral range covered (6.90 - 8.35 Å). By precisely measuring the variations in spectra emitted from plasma under action of XFEL radiation, we have successfully demonstrated transient X- ray pumping in a dense plasma.
Resumo:
An analysis of the operation of a new series-L/parallel-tuned Class-E amplifier and its equivalence to the classic shunt-C/series-tuned Class-E amplifier are presented. The first reported closed form design equations for the series-L/parallel-tuned topology operating under ideal switching conditions are given, including the switch current and voltage in steady state, the circuit component values, the peak values of switch current and voltage and the power-output capability. Theoretical analysis is confirmed by numerical simulation for a 500 mW (27 dBm), 10% bandwidth, 5 V series-L/parallel-tuned, then, shunt-C/series-tuned Class-E power amplifier, operating at 2.5 GHz. Excellent agreement between theory and simulation results is achieved.
Resumo:
We report the self-assembly of a new family of hydrophobic,bis(pyridyl) PtII complexes featuring an extendedoligophenyleneethynylene-derived π-surface appended withsix long (dodecyloxy (2)) or short (methoxy (3)) side groups.Complex 2, containing dodecyloxy chains, forms fibrous assemblies with a slipped arrangement of the monomer units (dPt···Pt… =14 Å) in both nonpolar solvents and the solid state.Dispersion-corrected PM6 calculations suggest that this organizationis driven by cooperative π–π, C-H···Cl and π–Pt interactions, which is supported by EXAFS and 2D NMR spectroscopic analysis. In contrast, nearly parallel π-stacks (dPt···Pt… = 4.4 Å) stabilized by multiple π–π and C-H···Cl contact sare obtained in the crystalline state for 3 lacking longside chains, as shown by X-ray analysis and PM6 calculations.Our results reveal not only the key role of alkyl chain lengthin controlling self-assembly modes but also show the relevanceof Pt-bound chlorine ligands as new supramolecular synthons.
Resumo:
Structured parallel programming, and in particular programming models using the algorithmic skeleton or parallel design pattern concepts, are increasingly considered to be the only viable means of supporting effective development of scalable and efficient parallel programs. Structured parallel programming models have been assessed in a number of works in the context of performance. In this paper we consider how the use of structured parallel programming models allows knowledge of the parallel patterns present to be harnessed to address both performance and energy consumption. We consider different features of structured parallel programming that may be leveraged to impact the performance/energy trade-off and we discuss a preliminary set of experiments validating our claims.
Resumo:
We advocate the Loop-of-stencil-reduce pattern as a means of simplifying the implementation of data-parallel programs on heterogeneous multi-core platforms. Loop-of-stencil-reduce is general enough to subsume map, reduce, map-reduce, stencil, stencil-reduce, and, crucially, their usage in a loop in both data-parallel and streaming applications, or a combination of both. The pattern makes it possible to deploy a single stencil computation kernel on different GPUs. We discuss the implementation of Loop-of-stencil-reduce in FastFlow, a framework for the implementation of applications based on the parallel patterns. Experiments are presented to illustrate the use of Loop-of-stencil-reduce in developing data-parallel kernels running on heterogeneous systems.