Open Access. Powered by Scholars. Published by Universities.®

Physics Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 4 of 4

Full-Text Articles in Physics

Attempts To Measure Nanosecond Resolved Electronic Dynamics Of Charge Density Wave Phase Transition In 1t-Tas2, Ben Campbell Jan 2022

Attempts To Measure Nanosecond Resolved Electronic Dynamics Of Charge Density Wave Phase Transition In 1t-Tas2, Ben Campbell

Honors Theses and Capstones

Scanning tunneling microscopes allow for atomic spatial resolution but the resulting images are necessarily time-averaged and fast dynamics are lost. Pump-probe spectroscopy is a common optical technique used to measure ultrafast electronic dynamics but the integration of optical pump-probe spectroscopy into an STM requires specialized knowledge and equipment. Alternatively, an all-electronic pump-probe spectroscopy technique has recently been developed for use with an STM that replaces the laser pulses of optical pump-probe with voltage pulses. In this paper, I implemented an all-electronic pump-probe scheme into an existing scanning tunneling microscope using an arbitrary waveform generator and a lock-in amplifier. I developed …


Applied Symmetry For Crystal Structure Prediction, Scott William Fredericks Aug 2019

Applied Symmetry For Crystal Structure Prediction, Scott William Fredericks

UNLV Theses, Dissertations, Professional Papers, and Capstones

This thesis presents an original open-source Python package called PyXtal (pronounced "pi-crystal") that generates random symmetric crystal structures for use in crystal structure prediction (CSP). The primary advantage of PyXtal over existing structure generation tools is its unique symmetrization method. For molecular structures, PyXtal uses an original algorithm to determine the compatibility of molecular point group symmetry with Wyckoff site symmetry. This allows the molecules in generated structures to occupy special Wyckoff positions without breaking the structure's symmetry. This is a new feature which increases the space of search-able structures and in turn improves CSP performance.

It is shown that …


Autonomous Watercraft Simulation And Programming, Nicholas J. Savino May 2019

Autonomous Watercraft Simulation And Programming, Nicholas J. Savino

Undergraduate Theses and Capstone Projects

Automation of various modes of transportation is thought to make travel more safe and efficient. Over the past several decades advances to semi-autonomous and autonomous vehicles have led to advanced autopilot systems on planes and boats and an increasing popularity of self-driving cars. We simulated the motion of an autonomous vehicle using computational models. The simulation models the motion of a small-scale watercraft, which can then be built and programmed using an Arduino Microcontroller. We examined different control methods for a simulated rescue craft to reach a target. We also examined the effects of different factors, such as various biases …


Nbconvert Refactor, Jonathan Frederic Jun 2013

Nbconvert Refactor, Jonathan Frederic

Physics

IPython is an interactive Python computing environment. It provides an enhanced interactive Python shell. The IPython Notebook is a browser based interface distributed with IPython. It enables the creation of richly formatted notebooks that contain embedded IPython code. With nbconvert, notebooks can be exported to various formats including, but not limited to, LaTeX, reveal.js, RST, and HTML. This is important for users that want to be able to share their work outside of IPython. This senior project is the addition of a Sphinx LaTeX output format and the refactor of nbconvert.