• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 274
  • 40
  • 34
  • 12
  • 5
  • 4
  • 3
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 443
  • 172
  • 122
  • 96
  • 65
  • 58
  • 56
  • 56
  • 55
  • 52
  • 50
  • 46
  • 45
  • 43
  • 38
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
341

Optimizing OFETs properties for spintronics applications / Optimisation des propriétés OFETs pour les applications spintroniques

Verduci, Tindara 13 December 2016 (has links)
Cette thèse a pour but d’étudier le transport de porteur de charge au sein de polymères conjugués, avec comme finalité d’identifier les propriétés des appareils d’électronique organique appropriées pour des applications dans la spintronique organique. Nous avons analysé des échantillons planaires, de géométries latérales, qui offrent la possibilité d’étudier les propriétés de transport sous l’application de différents stimulus et la détection le transport de longue distance du moment angulaire (spin), au sein de semi-conducteurs organiques (OSC). Dans cette configuration, des critères bien établis doivent être satisfait pour réaliser le transport diffusif d’un courant de spin polarisé au travers d’un matériel organique. Nous avons analysé ces diffèrent critères et trouvé des matériaux dont les propriétés physiques fournissent une solution satisfaisante. Le résultat de ce travail fut la création de transistors à effet de champ organiques dont les propriétés répondent au besoin des applications de spintronique. / In this thesis, charge carrier transport in conjugated polymers is studied with the aim to identify organic electronics devices properties suitable for applications in organic spintronics. We investigate planar samples, in a lateral geometry, which offer the possibility to study transport properties under the application of different stimuli and to detect long-range spin transport in OSCs. In this configuration, well-established criteria must be satisfied to realize diffusive-like transport of a spin-polarized current through an organic material. We analyse these criteria and find possible materials properties solutions. The outcome is the realization of organic field-effect transistors with properties ad hoc for spintronics applications.
342

IN-MEMORY COMPUTING WITH CMOS AND EMERGING MEMORY TECHNOLOGIES

Shubham Jain (7464389) 17 October 2019 (has links)
Modern computing workloads such as machine learning and data analytics perform simple computations on large amounts of data. Traditional von Neumann computing systems, which consist of separate processor and memory subsystems, are inefficient in realizing modern computing workloads due to frequent data transfers between these subsystems that incur significant time and energy costs. In-memory computing embeds computational capabilities within the memory subsystem to alleviate the fundamental processor-memory bottleneck, thereby achieving substantial system-level performance and energy benefits. In this dissertation, we explore a new generation of in-memory computing architectures that are enabled by emerging memory technologies and new CMOS-based memory cells. The proposed designs realize Boolean and non-Boolean computations natively within memory arrays.<br><div><br></div><div>For Boolean computing, we leverage the unique characteristics of emerging memories that allow multiple word lines within an array to be simultaneously enabled, opening up the possibility of directly sensing functions of the values stored in multiple rows using single access. We propose Spin-Transfer Torque Compute-in-Memory (STT-CiM), a design for in-memory computing with modifications to peripheral circuits that leverage this principle to perform logic, arithmetic, and complex vector operations. We address the challenge of reliable in-memory computing under process variations utilizing error detecting and correcting codes to control errors during CiM operations. We demonstrate how STT-CiM can be integrated within a general-purpose computing system and propose architectural enhancements to processor instruction sets and on-chip buses for in-memory computing. <br></div><div><br></div><div>For non-Boolean computing, we explore crossbar arrays of resistive memory elements, which are known to compactly and efficiently realize a key primitive operation involved in machine learning algorithms, i.e., vector-matrix multiplication. We highlight a key challenge involved in this approach - the actual function computed by a resistive crossbar can deviate substantially from the desired vector-matrix multiplication operation due to a range of device and circuit level non-idealities. It is essential to evaluate the impact of the errors introduced by these non-idealities at the application level. There has been no study of the impact of non-idealities on the accuracy of large-scale workloads (e.g., Deep Neural Networks [DNNs] with millions of neurons and billions of synaptic connections), in part because existing device and circuit models are too slow to use in application-level evaluation. We propose a Fast Crossbar Model (FCM) to accurately capture the errors arising due to crossbar non-idealities while being four-to-five orders of magnitude faster than circuit simulation. We also develop RxNN, a software framework to evaluate DNN inference on resistive crossbar systems. Using RxNN, we evaluate a suite of large-scale DNNs developed for the ImageNet Challenge (ILSVRC). Our evaluations reveal that the errors due to resistive crossbar non-idealities can degrade the overall accuracy of DNNs considerably, motivating the need for compensation techniques. Subsequently, we propose CxDNN, a hardware-software methodology that enables the realization of large-scale DNNs on crossbar systems with minimal degradation in accuracy by compensating for errors due to non-idealities. CxDNN comprises of (i) an optimized mapping technique to convert floating-point weights and activations to crossbar conductances and input voltages, (ii) a fast re-training method to recover accuracy loss due to this conversion, and (iii) low-overhead compensation hardware to mitigate dynamic and hardware-instance-specific errors. Unlike previous efforts that are limited to small networks and require the training and deployment of hardware-instance-specific models, CxDNN presents a scalable compensation methodology that can address large DNNs (e.g., ResNet-50 on ImageNet), and enables a common model to be trained and deployed on many devices. <br></div><div><br></div><div>For non-Boolean computing, we also propose TiM-DNN, a programmable hardware accelerator that is specifically designed to execute ternary DNNs. TiM-DNN supports various ternary representations including unweighted (-1,0,1), symmetric weighted (-a,0,a), and asymmetric weighted (-a,0,b) ternary systems. TiM-DNN is an in-memory accelerator designed using TiM tiles --- specialized memory arrays that perform massively parallel signed vector-matrix multiplications on ternary values per access. TiM tiles are in turn composed of Ternary Processing Cells (TPCs), new CMOS-based memory cells that function as both ternary storage units and signed scalar multiplication units. We evaluate an implementation of TiM-DNN in 32nm technology using an architectural simulator calibrated with SPICE simulation and RTL synthesis. TiM-DNN achieves a peak performance of 114 TOPs/s, consumes 0.9W power, and occupies 1.96mm2 chip area, representing a 300X improvement in TOPS/W compared to a state-of-the-art NVIDIA Tesla V100 GPU. In comparison to popular quantized DNN accelerators, TiM-DNN achieves 55.2X-240X and 160X-291X improvement in TOPS/W and TOPS/mm2, respectively.<br></div><div><br></div><div>In summary, the dissertation proposes new in-memory computing architectures as well as addresses the need for scalable modeling frameworks and compensation techniques for resistive crossbar based in-memory computing fabrics. Our evaluations show that in-memory computing architectures are promising for realizing modern machine learning and data analytics workloads, and can attain orders-of-magnitude improvement in system-level energy and performance over traditional von Neumann computing systems. <br></div>
343

STRAINTRONIC NANOMAGNETIC DEVICES FOR NON-BOOLEAN COMPUTING

Abeed, Md Ahsanul 01 January 2019 (has links)
Nanomagnetic devices have been projected as an alternative to transistor-based switching devices due to their non-volatility and potentially superior energy-efficiency. The energy efficiency is enhanced by the use of straintronics which involves the application of a voltage to a piezoelectric layer to generate a strain which is ultimately transferred to an elastically coupled magnetostrictive nanomaget, causing magnetization rotation. The low energy dissipation and non-volatility characteristics make straintronic nanomagnets very attractive for both Boolean and non-Boolean computing applications. There was relatively little research on straintronic switching in devices built with real nanomagnets that invariably have defects and imperfections, or their adaptation to non-Boolean computing, both of which have been studied in this work. Detailed studies of the effects of nanomagnet material fabrication defects and surface roughness variation (found in real nanomagnets) on the switching process and ultimately device performance of those switches have been performed theoretically. The results of these studies place the viability of straintronics logic (Boolean) and/or memory in question. With a view to analog computing and signal processing, analog spin wave based device operation has been evaluated in the presence of defects and it was found that defects impact their performance, which can be a major concern for the spin wave based device community. Additionally, the design challenge for low barrier nanomagnet which is the building block of binary stochastic neurons based probabilistic computing device in case of real nanomagnets has also been investigated. This study also cast some doubt on the efficacy of probabilistic computing devices. Fortunately, there are some non-Boolean applications based on the collective action of array of nanomagnets which are very forgiving of material defects. One example is image processing using dipole coupled nanomagnets which is studied here and it showed promising result for noise correction and edge enhancement of corrupted pixels in an image. Moreover, a single magneto tunnel junction based microwave oscillator was proposed for the first time and theoretical simulations showed that it is capable of better performance compared to traditional microwave oscillators. The experimental part of this work dealt with spin wave modes excited by surface acoustic waves, studied with time resolved magneto optic Kerr effect (TR-MOKE). New hybrid spin wave modes were observed for the first time. An experiment was carried out to emulate simulated annealing in a system of dipole coupled magnetostrictive nanomagnets where strain served as the simulated annealing agent. This was a promising outcome and it is the first demonstration of the hardware variant of simulated annealing of a many body system based on magnetostrictive nanomagnets. Finally, a giant spin Hall effect actuated surface acoustic wave antenna was demonstrated experimentally. This is the first observation of photon to phonon conversion using spin-orbit torque and although the observed conversion efficiency was poor (1%), it opened the pathway for a new acoustic radiator. These studies complement past work done in the area of straintronics.
344

Atomic-scale spin-sensing with a single molecule at the apex of a scanning tunneling microscope / Détection de spin à l'échelle atomique au moyen d'une molécule unique absorbée au bout de la pointe d'un microscope à effet tunnel

Verlhac, Benjamin 03 May 2019 (has links)
L’étude présentée dans ce manuscrit s’inscrit dans le domaine du magnétisme de surface, qui a connu de grands développements ces dernières années grâce au microscope à effet tunnel (STM). Elle a pour but de montrer qu’une molécule simple, le nickelocène [Ni(C5H5)2], peut être attachée au sommet d’une pointe STM afin de produire une pointe-sonde magnétique, qui, dans le cadre de l’imagerie magnétique, présente des avantages indéniables comparés à des pointes conventionnelles. À la différence d’autres systèmes moléculaires étudiés avec le STM, nous montrons que les propriétés magnétiques du nickelocène en phase gazeuse sont préservées en présence d’un métal, même lorsque la molécule est attachée au sommet d’une pointe STM. Nous présentons trois résultats marquants avec cette pointe-sonde moléculaire: 1) Nous montrons que l’on peut contrôler le spin du nickelocène, activant à souhait un effet Kondo ; 2) Nous produisons à l’aide du courant tunnel des excitations entre les états de spin du nickelocène, que nous pouvons aisément identifier au travers de la conductance moléculaire. Ces états sont sensibles à toute perturbation magnétique extérieure au nickelocène; 3) Au travers de ces excitations, nous sondons alors le magnétisme de surface. Nous montrons qu’en couplant magnétiquement la pointe-sonde moléculaire avec des atomes, soit isolés soit dans une surface ferromagnétique, nous pouvons mesurer leur polarisation de spin, ainsi que le couplage d’échange nickelocène-atome. Ce dernier permet d’obtenir un contraste magnétique en imagerie STM à l’échelle atomique. / The study presented in this manuscript is part of the field of surface magnetism, which has undergone major developments in recent years thanks to the scanning tunneling microscope (STM). It aims to show that a single molecule, nickelocene [Ni(C5H5)2], can be attached to the tip of a STM to produce a magnetic probe-tip, which, in the context of magnetic imaging, has undeniable advantages compared to conventional tips. Unlike other molecular systems studied with STM, we show that the magnetic properties of nickelocene in the gas phase are preserved in the presence of a metal, even when the molecule is attached to the tip of a STM. We present three remarkable results with this molecular probe-tip: 1) We show that we can control the spin of nickelocene, activating at will a Kondo effect; 2) We monitor the spin states of nickelocene by producing electrically-driven excitations, which we can easily identify through the molecular conductance. These states are sensitive to the magnetic environment surrounding nickelocene; 3) We use these states to probe surface magnetism. We show that by magnetically coupling the molecular probe tip with single atoms, either isolated or in a ferromagnetic surface, we can measure their spin polarization, as well as the nickelocene-atom exchange coupling. By monitoring this coupling it is possible to obtain a magnetic contrast in the STM images with atomic-scale resolution.
345

Preparation and characterization of an organic-based magnet

Carlegrim, Elin January 2007 (has links)
In the growing field of spintronics there is a strong need for development of flexible lightweight semi-conducting magnets. Molecular organic-based magnets are attractive candidates since it is possible to tune their properties by organic chemistry, making them so-called “designer magnets”. Vanadium tetracyanoethylene, V(TCNE)x, is particularly interesting since it is a semiconductor with Curie temperature above room temperature (TC~400 K). The main problem with these organic-based magnets is that they are extremely air sensitive. This thesis reports on the frontier electronic structure of the V(TCNE)x by characterization with photoelectron spectroscopy (PES) and near edge x-ray absorption fine structure (NEXAFS) spectroscopy. It also presents a new and more flexible preparation method of this class of organic-based thin film magnets. The result shows improved air stability of the V(TCNE)x prepared with this method as compared to V(TCNE)x prepared by hitherto used methods.
346

Interconnects for post-CMOS devices: physical limits and device and circuit implications

Rakheja, Shaloo 07 November 2012 (has links)
The objective of this dissertation is to classify the opportunities, advantages, and limits of novel interconnects for post-CMOS logic that can augment or eventually replace the CMOS logic. Post-CMOS devices are envisaged on the idea of using state variables other than the electron charge to store and manipulate information. In the first component of the thesis, a comprehensive analysis of the performance and the energy dissipation of novel logic based on various state variables is conducted, and it is demonstrated that the interconnects will continue to be a major challenge even for post-CMOS logic. The second component of the thesis is focused on the analysis of the interconnection aspects of spin-based logic. This research goal is accomplished through the development of physically-based models of spin-transport parameters for various metallic, semiconducting, and graphene nanoribbon interconnects by incorporating the impact of size effects for narrow cross-sectional dimensions of all-spin logic devices. Due to the generic nature of the models, they can be used in the analysis of spin-based devices to study their functionality and performance more accurately. The compact nature of the models allows them to be easily embedded into the developing CAD tools for spintronic logic. These models then provide the foundation for (i) analyzing the spin injection and transport efficiency in an all-spin logic circuit with various interconnect materials, and (ii) estimating the repeater-insertion requirements in all-spin logic, and (iii) estimating the maximum circuit size for all-spin logic. The research is crucial in pinpointing the implications of the physical limits of novel interconnects at the material, device, circuit, and architecture levels.
347

Preparation and characterization of an organic-based magnet

Carlegrim, Elin January 2007 (has links)
<p>In the growing field of spintronics there is a strong need for development of flexible lightweight semi-conducting magnets. Molecular organic-based magnets are attractive candidates since it is possible to tune their properties by organic chemistry, making them so-called “designer magnets”. Vanadium tetracyanoethylene, V(TCNE)<sub>x</sub>, is particularly interesting since it is a semiconductor with Curie temperature above room temperature (T<sub>C</sub>~400 K). The main problem with these organic-based magnets is that they are extremely air sensitive. This thesis reports on the frontier electronic structure of the V(TCNE)<sub>x</sub> by characterization with photoelectron spectroscopy (PES) and near edge x-ray absorption fine structure (NEXAFS) spectroscopy. It also presents a new and more flexible preparation method of this class of organic-based thin film magnets. The result shows improved air stability of the V(TCNE)<sub>x</sub> prepared with this method as compared to V(TCNE)<sub>x</sub> prepared by hitherto used methods.</p>
348

Contributions aux propriétés de transport d'un système à N Corps / Contributions to the transport properties of many body systems

Silva, Fernanda Deus da 11 March 2015 (has links)
Nous étudions plusieurs problémes reliés aux propriétés de transport dans les systèmes corrélés. La thèse contient 3 parties distinctes, chacune d'entre elles décrivant un aspect particulier. Nous avons obtenu dans chacun des cas des résultats qui permettent une meilleure compréhension du transport. Nous étudions l'effet de la dissipation et d'une perturbation extérieure dépendant du temps sur le diagramme de phases d'un systèmes à N corps à température nulle et à température finie. En présence de perturbation dépendant du temps, la dissipation joue un rôle important dans l'évolution vers un état stable indépendant du temps. Nous utilisons le formalisme de Keldysh dans l'approximation adiabatique qui permet d'étudier le diagramme de phases du système en fonction de parameter et de la température. Dans la 2ième partie, nous étudions un concept important pour la physique des systèmes métalliques à plusieurs bandes, le concept d'hybridation, et la façon dont l'hybridation affecte la supraconductivité du métal. De façon générale, une hybridation dépendante ou non du vecteur d'onde k a tendance à détruire la supraconductivité. Nous montrons dans ce chapitre qu'une hybridation antisymétrique a l'effet inverse et renforce la supraconductivité. Nous montrons que si l'hybridation est antisymétrique, la supraconductivité a des propriétés non-triviales. Nous proposons que dans un tel système, il puisse exister des fermions de Majorana, même en l'absence de couplage spin-orbite. Le dernier chapitre de la thèse porte sur les effets du couplage spin-orbite sur le transport dans les nanostructures magnétiques. Dans les nanostructures, le couplage spin-orbite joue un rôle important en raison de la brisure de symmétrie à la surface ou aux interfaces. En particulier, nous étudions l'effet de l'interaction Dzyaloshinskii-Moriya (DM) sur le transport de spin dans un système tri-couche. Nous montrons qu'il existe une interaction DM entre les moments des couches et les électrons de conduction, et l'influence de cette interaction sur le transport est étudiée dans un modèle simplifié ou chaque couche est représentée par un point. / We study some important problems related to the transport properties of many body systems. It is divided in three parts, each one focusing in a specific topic. We obtain relevant results that improve our understanding of these systems. We investigate the effect of dissipation and time-dependent external sources, in the phase diagram of a many body system at zero and finite temperature. In the presence of time-dependent perturbations, dissipation is essential for the system to attain a steady, time independent state. In order to treat this time dependent problem, we use a Keldysh approach within an adiabatic approximation that allows us to study the phase diagram of this system as a function of the parameters of the system and temperature. We also discuss the nature of the quantum phase transitions of the system. Next, we study an important concept in the physics of metallic multi-band systems, that of hybridization, and how it affects the superconducting properties of a material. A constant or symmetric $k$-dependent hybridization in general act in detriment of superconductivity. We show here that when hybridization between orbitals in different sites assumes an anti-symmetric character having odd-parity it {it{enhances}} superconductivity. The antisymmetric hybridization in a problem study in this thesis (present in Chapter 3) allow us to propose a new system where it is possible to investigate Majorana fermions, even in absence of spin-orbit interactions. In the last part of this thesis we study the effect of spin-orbit coupling (SOC) on transport properties in magnetic nanostructures. In this system SOC plays an important role, because surfaces (or interfaces) introduce symmetry breaking which is a source of spin-orbit interaction. We study the role of Dzyaloshinshkii-Moriya (DM) interaction on spin-transport in a 3 layer system. We show that there is a DM interaction between magnetics ions in the layers and spin of conduction electrons. We study the influence of this DM interaction on transport within a simple model where each layer is represented by a point.
349

Magnetic State Detection in Magnetic Molecules Using Electrical Currents

Saygun, Turab January 2015 (has links)
A system with two magnetic molecules embedded in a junction between non-magnetic leads was studied. In this system electrons tunnel from the localized energy level in region one to the localized energy level in region two generating a flow of electric charge through the quantum dot system. The current density and thus the conductance changes depending on the molecular spin moment. In this work we studied molecules with either spin "up" or spin "down" and with symmetric coupling strengths. The results indicate that the coupling strength between energy level and molecule together with the tunneling rate through the insulating layer play a major role when switching from parallel to anti-parallel molecular spin, for a specific combination of the coupling strength and tunneling rate we could observe a decrease in the current by 99.7% in the non-gated system and 99.4% in the gated system.
350

Studying novel material properties using synchrotron-based soft x-ray spectroscopy

2015 July 1900 (has links)
This thesis is centred around the study materials with novel electronic properties, including transition metals interacting with semiconductors and unique molecular systems. The idea of advancing modern computing is the basis for motivating the work in that the projects all have potential to be used in novel applications that would impact the efficiency and/or execution of current technology. We have studied two variations of transition metals as they appear in materials and two molecular systems. As for the transition metals interacting with semiconductors, we first discuss transition metal atoms introduced as impurities to a semiconductor lattice, and second, we discuss transition metal oxides that are naturally semiconducting. We have used a number of experimental and theoretical techniques to better understand these groups of materials. Materials prepared through high quality synthesis techniques were studied using x-ray spectroscopy made possible by synchrotron light sources. Computational software then allowed for the experiments to be interpreted by comparing them to the simulations. In the study of transition metals as impurities, we chose the Co:MoS2 system because MoS2 has had promising results with other transition metal dopants. We examined the electronic structure for two purposes: (1) to determine the local bonding environment and locations of the cobalt atoms in order to better understand the behaviour of Co as an impurity; and (2) the overall band gap of the system so that we could evaluate the system’s potential for use in applications. Experimental results combined with our theoretical simulations led us to conclude that the samples available were all metallic, and at low concentrations cobalt atoms were able to substitute directly into the MoS2 lattice. An examination of copper (II) oxide allowed us to investigate the ability to tune the band gap of a known semiconductor through a synthesis process that applied axial pressure to the sample. For a collection of samples prepared at different pressures, x-ray spectroscopy methods showed an increasing band gap with increasing synthesis pressure, a result that is most encouraging for the field of band gap engineering. Using soft x-ray spectroscopy to examine the conduction and valence bands of the two molecular systems, the potassium-doped hydrocarbons and Li2RuO3, was important for drawing conclusions about the materials’ composition and behaviour. Results showed the introduction of new states at the lower edge of the conduction band of K:phenanthrene, a possible reason for its low-temperature superconductivity. Li2RuO3’s electronic structure was examined and compared to calculations performed by collaborators.

Page generated in 0.0726 seconds