5 resultados para Application Programming Interface

em Universidade Complutense de Madrid


Relevância:

30.00% 30.00%

Publicador:

Resumo:

With x-ray absorption spectroscopy and polarized neutron reflectometry we studied how the magnetic proximity effect at the interface between the cuprate high-TC superconductor YBa_(2)Cu_(3)O_(7) (YBCO) and the ferromagnet La_(2/3)Ca_(1/3)MnO_(3) (LCMO) is related to the electronic and magnetic properties of the LCMO layers. In particular, we explored how the magnitude of the ferromagnetic Cu moment on the YBCO side depends on the strength of the antiferromagnetic (AF) exchange coupling with the Mn moment on the LCMO side. We found that the Cu moment remains sizable if the AF coupling with the Mn moments is strongly reduced or even entirely suppressed. The ferromagnetic order of the Cu moments thus seems to be intrinsic to the interfacial CuO_(2) planes and related to a weakly ferromagnetic intraplanar exchange interaction. The latter is discussed in terms of the partial occupation of the Cu 3d_(3z^(2)−r^(2)) orbitals, which occurs in the context of the so-called orbital reconstruction of the interfacial Cu ions.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We perform computer simulations of the quasiliquid layer of ice formed at the ice-vapor interface close to the ice Ih-liquid-vapor triple point of water. Our study shows that the two distinct surfaces bounding the film behave at small wavelengths as atomically rough and independent ice-water and water-vapor interfaces. For long wavelengths, however, the two surfaces couple, large scale parallel fluctuations are inhibited, and the ice-vapor interface becomes smooth. Our results could help explain the complex morphology of ice crystallites.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

We perform computer simulations of the quasi-liquid layer of ice formed at the ice/vapor interface close to the ice Ih/liquid/vapor triple point of water. Our study shows that the two distinct surfaces bounding the film behave at small wave-lengths as atomically rough and independent ice/water and water/vapor interfaces. For long wave-lengths, however, the two surfaces couple, large scale parallel fluctuations are inhibited and the ice/vapor interface becomes smooth. Our results could help explaining the complex morphology of ice crystallites.

Relevância:

30.00% 30.00%

Publicador:

Resumo:

During the lifetime of a research project, different partners develop several research prototype tools that share many common aspects. This is equally true for researchers as individuals and as groups: during a period of time they often develop several related tools to pursue a specific research line. Making research prototype tools easily accessible to the community is of utmost importance to promote the corresponding research, get feedback, and increase the tools’ lifetime beyond the duration of a specific project. One way to achieve this is to build graphical user interfaces (GUIs) that facilitate trying tools; in particular, with web-interfaces one avoids the overhead of downloading and installing the tools. Building GUIs from scratch is a tedious task, in particular for web-interfaces, and thus it typically gets low priority when developing a research prototype. Often we opt for copying the GUI of one tool and modifying it to fit the needs of a new related tool. Apart from code duplication, these tools will “live” separately, even though we might benefit from having them all in a common environment since they are related. This work aims at simplifying the process of building GUIs for research prototypes tools. In particular, we present EasyInterface, a toolkit that is based on novel methodology that provides an easy way to make research prototype tools available via common different environments such as a web-interface, within Eclipse, etc. It includes a novel text-based output language that allows to present results graphically without requiring any knowledge in GUI/Web programming. For example, an output of a tool could be (a structured version of) “highlight line number 10 of file ex.c” and “when the user clicks on line 10, open a dialog box with the text ...”. The environment will interpret this output and converts it to corresponding visual e_ects. The advantage of using this approach is that it will be interpreted equally by all environments of EasyInterface, e.g., the web-interface, the Eclipse plugin, etc. EasyInterface has been developed in the context of the Envisage [5] project, and has been evaluated on tools developed in this project, which include static analyzers, test-case generators, compilers, simulators, etc. EasyInterface is open source and available at GitHub2.