Calculation of Density of Quantum States in Graphene
Computation of graphene's density of states using tight-binding approximation and Schrödinger equation, with implementation details for band structure calculations
Explore MATLAB source code curated for "薛定谔方程" with clean implementations, documentation, and examples.
Computation of graphene's density of states using tight-binding approximation and Schrödinger equation, with implementation details for band structure calculations
Implementation of the Schrödinger equation solver for quantum mechanics using MATLAB, with detailed explanations provided in readme.txt. Execute start.m to run the program, which incorporates numerical methods for eigenvalue problems and wavefunction calculations.
Numerical Implementation of the Nonlinear Schrödinger Equation (NLSE) with Algorithm Explanations and Code Structure Details
This MATLAB m-file code numerically solves the Schrödinger equation, analyzing frequency bandwidth and phase shift effects while displaying comprehensive 3D visualizations of the wave function dynamics.
This MATLAB m-file solves the Schrödinger equation while incorporating bandwidth frequency and phase offset parameters, generating comprehensive 3D visualizations of the wave function evolution.
MATLAB program implementation for solving coupled nonlinear Schrödinger equations using Crank-Nicolson finite difference method with algorithm explanations and code structure details
Simulates nonlinear beam propagation in optical fibers by solving the Schrödinger equation with key physical effects including second-order dispersion and loss, implemented with robust numerical algorithms for photonics applications
Practical implementation of MATLAB's built-in eigs function for solving Schrödinger equation, featuring simple code structure, high accuracy, and wave number results matching analytical solutions
The implementation utilizes the Split-Step Fourier Method to solve the nonlinear Schrödinger equation, enabling accurate calculation of dispersion and self-phase modulation (SPM) effects in optical fibers.