Amaro, P., A. Surzhykov, F. Parente, P. Indelicato, and J. P. Santos. "
Calculation of two-photon decay rates of hydrogen-like ions by using B-polynomials."
Journal of Physics A: Mathematical and Theoretical. 44 (2011): 245302.
AbstractA new approach is laid out to investigate two-photon atomic transitions. It is based on the application of the finite-basis solutions constructed from the Bernstein polynomial (B-polynomial) sets. We show that such an approach provides a very promising route for the relativistic second-order (and even higher-order) calculations since it allows for analytical evaluation of the involved matrices elements. In order to illustrate possible applications of the method and to verify its accuracy, detailed calculations are performed for the 2 s 1/2 ‚Üí 1 s 1/2 transition in neutral hydrogen and hydrogen-like ions, which are compared with the theoretical predictions based on the well-established B-spline basis-set approach.
Louren{\c c}o, João, Diogo Sousa, Bruno C. Teixeira, and Ricardo Dias. "
Detecting concurrency anomalies in transactional memory programs."
Comput. Sci. Inf. Syst.. 8 (2011).
AbstractSoftware transactional memory is a promising programming model that adapts many concepts borrowed from the databases world to control concurrent accesses to main memory (RAM). This paper discusses how to support revertible operations, such as memory allocation and release, within software libraries that will be used in software memory transactional contexts. The proposal is based in the extension of the transaction life cycle state diagram with new states associated to the execution of user-defined handlers. The proposed approach is evaluated in terms of functionality and performance by way of a use case study and performance tests. Results demonstrate that the proposal and its current implementation are flexible, generic and efficient