Claude Optimized

Best Claude prompts for Physicists

A specialized toolkit of advanced AI prompts designed specifically for Physicists.

Professional Context

Physicists face an overwhelming amount of data from experiments, simulations, and observations, which can hinder their ability to extract meaningful insights and make informed decisions.

💡 Expert Advice & Considerations

Don't rely solely on Claude for complex calculations, but use it to validate and verify your results.

Advanced Prompt Library

4 Expert Prompts
1

Quantum System Analysis

Terminal

Given a many-body quantum system with a Hamiltonian H = ∑_{i=1}^{N} (p_i^2 / 2m) + ∑_{i<j} V(x_i - x_j), where p_i is the momentum of the i-th particle, x_i is its position, m is the mass, and V is the interaction potential, calculate the ground state energy and the first excited state energy using the variational Monte Carlo method. Assume a trial wave function of the form ψ_T(x) = ∏_{i=1}^{N} exp(-x_i^2 / 2σ^2), where σ is a variational parameter. Use the Metropolis-Hastings algorithm to sample the configuration space and estimate the energies. Provide a detailed report on the implementation, including the choice of σ, the acceptance ratio, and the estimated energies.

✏️ Customization:Change the number of particles N and the interaction potential V to suit the specific problem.
2

Signal Processing for LIGO Data

Terminal

Develop a Python script to analyze the gravitational wave signal from LIGO data, using the following steps: (1) load the data from a given file, (2) apply a band-pass filter to remove noise, (3) use the Hilbert transform to extract the instantaneous phase and amplitude of the signal, (4) calculate the Fourier transform of the signal to obtain the power spectral density, and (5) plot the results. Assume the data is sampled at 4096 Hz and has a duration of 1 second. Use the NumPy and SciPy libraries for the calculations and Matplotlib for plotting.

✏️ Customization:Modify the filtering parameters and the plot settings to suit the specific signal characteristics.
3

Thermodynamic System Optimization

Terminal

Consider a thermodynamic system consisting of a heat engine and a heat reservoir, with the engine operating between two temperatures T_h and T_c. The engine's efficiency is given by η = 1 - (T_c / T_h), and the heat transfer rate is Q = ε * (T_h - T_c), where ε is a constant. Develop an optimization strategy to maximize the engine's power output P = η * Q, subject to the constraints that the engine's temperature T_e is within a certain range [T_min, T_max] and the heat reservoir's temperature T_r is fixed. Use a gradient-based optimization method, such as the gradient descent algorithm, to find the optimal values of T_h, T_c, and ε.

✏️ Customization:Change the temperature range and the heat transfer coefficient ε to suit the specific application.
4

Crystal Structure Prediction

Terminal

Use density functional theory (DFT) to predict the crystal structure of a given material, assuming a face-centered cubic (FCC) or body-centered cubic (BCC) lattice. Develop a workflow to (1) generate the initial crystal structure, (2) relax the atomic positions using a conjugate gradient algorithm, (3) calculate the total energy and stress tensor, and (4) determine the optimal lattice parameters. Use the Vienna Ab initio Simulation Package (VASP) for the DFT calculations and provide a detailed report on the results, including the optimized lattice parameters, the total energy, and the electronic band structure.

✏️ Customization:Modify the material's chemical composition and the calculation settings to suit the specific problem.