9,548 research outputs found

    Constraining forces causing the Meissner effect

    Get PDF
    As shown in former papers, the nonadiabatic Heisenberg model presents a novel mechanism of Cooper pair formation which is not the result of an attractive electron-electron interaction but can be described in terms of quantum mechanical constraining forces. This mechanism operates in narrow, roughly half-filled superconducting bands of special symmetry and is evidently responsible for the formation of Cooper pairs in all superconductors. Here we consider this new mechanism within an outer magnetic field. We show that in the magnetic field the constraining forces produce Cooper pairs of non-vanishing total momentum with the consequence that an electric current flows within the superconductor. This current satisfies the London equations and, consequently, leads to the Meissner effect. This theoretical result is confirmed by the experimental observation that all superconductors, whether conventional or unconventional, exhibit the Meissner effect

    At Ease with Your Warnings: The Principles of the Salutogenesis Model Applied to Automatic Static Analysis

    Get PDF
    The results of an automatic static analysis run can be overwhelming, especially for beginners. The overflow of information and the resulting need for many decisions is mentally tiring and can cause stress symptoms. There are several models in health care which are designed to fight stress. One of these is the salutogenesis model created by Aaron Antonovsky. In this paper, we will present an idea on how to transfer this model into a triage and recommendation model for static analysis tools and give an example of how this can be implemented in FindBugs, a static analysis tool for Java.Comment: 5 pages, 4 figure

    Constraining Forces Stabilizing Superconductivity in Bismuth

    Get PDF
    As shown in former papers, the nonadiabatic Heisenberg model presents a novel mechanism of Cooper pair formation generated by the strongly correlated atomic-like motion of the electrons in narrow, roughly half-filled "superconducting bands". These are energy bands represented by optimally localized spin-dependent Wannier functions adapted to the symmetry of the material under consideration. The formation of Cooper pairs is not the result of an attractive electron-electron interaction but can be described in terms of quantum mechanical constraining forces constraining the electrons to form Cooper pairs. There is theoretical and experimental evidence that only this nonadiabatic mechanism operating in superconducting bands may produce eigenstates in which the electrons form Cooper pairs. These constraining forces stabilize the Cooper pairs in any superconductor, whether conventional or unconventional. Here we report evidence that also the experimentally found superconducting state in bismuth at ambient as well as at high pressure is connected with a narrow, roughly half-filled superconducting band in the respective band structure. This observation corroborates once more the significance of constraining forces in the theory of superconductivity

    Preventing Incomplete/Hidden Requirements: Reflections on Survey Data from Austria and Brazil

    Get PDF
    Many software projects fail due to problems in requirements engineering (RE). The goal of this paper is analyzing a specific and relevant RE problem in detail: incomplete/hidden requirements. We replicated a global family of RE surveys with representatives of software organizations in Austria and Brazil. We used the data to (a) characterize the criticality of the selected RE problem, and to (b) analyze the reported main causes and mitigation actions. Based on the analysis, we discuss how to prevent the problem. The survey includes 14 different organizations in Austria and 74 in Brazil, including small, medium and large sized companies, conducting both, plan-driven and agile development processes. Respondents from both countries cited the incomplete/hidden requirements problem as one of the most critical RE problems. We identified and graphically represented the main causes and documented solution options to address these causes. Further, we compiled a list of reported mitigation actions. From a practical point of view, this paper provides further insights into common causes of incomplete/hidden requirements and on how to prevent this problem.Comment: in Proceedings of the Software Quality Days, 201

    Empirical Research Plan: Effects of Sketching on Program Comprehension

    Get PDF
    Sketching is an important means of communication in software engineering practice. Yet, there is little research investigating the use of sketches. We want to contribute a better understanding of sketching, in particular its use during program comprehension. We propose a controlled experiment to investigate the effectiveness and efficiency of program comprehension with the support of sketches as well as what sketches are used in what way.Comment: 5 pages, 0 figures, Proc. International Conference on Agile Software Development (XP'16). Volume 251 of the book series Lecture Notes in Business Information Processing (LNBIP). Springer, 201

    Thermodynamics of Micro- and Nano-Systems Driven by Periodic Temperature Variations

    Get PDF
    We introduce a general framework for analyzing the thermodynamics of small systems that are driven by both a periodic temperature variation and some external parameter modulating their energy. This set-up covers, in particular, periodic micro and nano-heat engines. In a first step, we show how to express total entropy production by properly identified time-independent affinities and currents without making a linear response assumption. In linear response, kinetic coefficients akin to Onsager coefficients can be identified. Specializing to a Fokker-Planck type dynamics, we show that these coefficients can be expressed as a sum of an adiabatic contribution and one reminiscent of a Green-Kubo expression that contains deviations from adiabaticity. Furthermore, we show that the generalized kinetic coefficients fulfill an Onsager-Casimir type symmetry tracing back to microscopic reversibility. This symmetry allows for non-identical off-diagonal coefficients if the driving protocols are not symmetric under time-reversal. We then derive a novel constraint on the kinetic coefficients that is sharper than the second law and provides an efficiency-dependent bound on power. As one consequence, we can prove that the power vanishes at least linearly when approaching Carnot efficiency. We illustrate our general framework by explicitly working out the paradigmatic case of a Brownian heat engine realized by a colloidal particle in a time-dependent harmonic trap subject to a periodic temperature profile. This case study reveals inter alia that our new general bound on power is asymptotically tight.Comment: 15 pages, 4 figure

    Structural Distortion Stabilizing the Antiferromagnetic and Semiconducting Ground State of BaMn2_2As2_2

    Get PDF
    We report evidence that the experimentally found antiferromagnetic structure as well as the semiconducting ground state of BaMn2_2As2_2 are caused by optimally-localized Wannier states of special symmetry existing at the Fermi level of BaMn2_2As2_2. In addition, we find that a (small) tetragonal distortion of the crystal is required to stabilize the antiferromagnetic semiconducting state. To our knowledge, this distortion has not yet been established experimentally

    A controlled experiment for the empirical evaluation of safety analysis techniques for safety-critical software

    Get PDF
    Context: Today's safety critical systems are increasingly reliant on software. Software becomes responsible for most of the critical functions of systems. Many different safety analysis techniques have been developed to identify hazards of systems. FTA and FMEA are most commonly used by safety analysts. Recently, STPA has been proposed with the goal to better cope with complex systems including software. Objective: This research aimed at comparing quantitatively these three safety analysis techniques with regard to their effectiveness, applicability, understandability, ease of use and efficiency in identifying software safety requirements at the system level. Method: We conducted a controlled experiment with 21 master and bachelor students applying these three techniques to three safety-critical systems: train door control, anti-lock braking and traffic collision and avoidance. Results: The results showed that there is no statistically significant difference between these techniques in terms of applicability, understandability and ease of use, but a significant difference in terms of effectiveness and efficiency is obtained. Conclusion: We conclude that STPA seems to be an effective method to identify software safety requirements at the system level. In particular, STPA addresses more different software safety requirements than the traditional techniques FTA and FMEA, but STPA needs more time to carry out by safety analysts with little or no prior experience.Comment: 10 pages, 1 figure in Proceedings of the 19th International Conference on Evaluation and Assessment in Software Engineering (EASE '15). ACM, 201

    Too Trivial To Test? An Inverse View on Defect Prediction to Identify Methods with Low Fault Risk

    Get PDF
    Background. Test resources are usually limited and therefore it is often not possible to completely test an application before a release. To cope with the problem of scarce resources, development teams can apply defect prediction to identify fault-prone code regions. However, defect prediction tends to low precision in cross-project prediction scenarios. Aims. We take an inverse view on defect prediction and aim to identify methods that can be deferred when testing because they contain hardly any faults due to their code being "trivial". We expect that characteristics of such methods might be project-independent, so that our approach could improve cross-project predictions. Method. We compute code metrics and apply association rule mining to create rules for identifying methods with low fault risk. We conduct an empirical study to assess our approach with six Java open-source projects containing precise fault data at the method level. Results. Our results show that inverse defect prediction can identify approx. 32-44% of the methods of a project to have a low fault risk; on average, they are about six times less likely to contain a fault than other methods. In cross-project predictions with larger, more diversified training sets, identified methods are even eleven times less likely to contain a fault. Conclusions. Inverse defect prediction supports the efficient allocation of test resources by identifying methods that can be treated with less priority in testing activities and is well applicable in cross-project prediction scenarios.Comment: Submitted to PeerJ C

    Group theory of Wannier functions providing the basis for a deeper understanding of magnetism and superconductivity

    Get PDF
    The paper presents the group theory of best localized and symmetry-adapted Wannier functions in a crystal of any given space group G or magnetic group M. Provided that the calculated band structure of the considered material is given and that the symmetry of the Bloch functions at all the points of symmetry in the Brillouin zone is known, the paper details whether or not the Bloch functions of particular energy bands can be unitarily transformed into best localized Wannier functions symmetry-adapted to the space group G, to the magnetic group M, or to a subgroup of G or M. In this context, the paper considers usual as well as spin-dependent Wannier functions, the latter representing the most general definition of Wannier functions. The presented group theory is a review of the theory published by one of the authors in several former papers and is independent of any physical model of magnetism or superconductivity. However, it is suggested to interpret the special symmetry of the best localized Wannier functions in the framework of a nonadiabatic extension of the Heisenberg model, the nonadiabatic Heisenberg model. On the basis of the symmetry of the Wannier functions, this model of strongly correlated localized electrons makes clear predictions whether or not the system can possess superconducting or magnetic eigenstates
    corecore