interpret-raman-spectrum
정보
이 Claude Skill은 라만 스펙트럼을 분석하여 분자 진동을 식별하고 편극율 기반 선택 규칙을 적용하여 분자 대칭성을 할당합니다. 적외선 데이터와의 상호 보완적 분석을 가능하게 하며, 형광 간섭을 완화하고 참조 데이터와 스펙트럼을 대조합니다. 분광학 응용에서 라만 산란 데이터의 체계적 해석에 사용하십시오.
빠른 설치
Claude Code
추천npx skills add pjt222/agent-almanac -a claude-code/plugin add https://github.com/pjt222/agent-almanacgit clone https://github.com/pjt222/agent-almanac.git ~/.claude/skills/interpret-raman-spectrumClaude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요
문서
Interpret Raman Spectrum
Analyze Raman scattering spectra to identify molecular vibrations, apply selection rules complementary to infrared absorption, and integrate Raman data with IR results for a comprehensive vibrational analysis.
When to Use
- Analyzing samples that are difficult for IR (aqueous solutions, sealed containers, remote sensing)
- Identifying symmetric vibrations that are weak or inactive in IR
- Complementing IR data using the mutual exclusion principle for centrosymmetric molecules
- Characterizing carbon materials (graphene, carbon nanotubes, diamond) via characteristic Raman bands
- Analyzing inorganic compounds, minerals, or crystalline phases where Raman is often more informative than IR
- Performing non-destructive, in situ analysis (no sample preparation required for many Raman measurements)
Inputs
- Required: Raman spectrum data (Raman shift in cm-1 vs. intensity)
- Required: Excitation laser wavelength (e.g., 532 nm, 633 nm, 785 nm, 1064 nm)
- Optional: IR spectrum of the same sample for complementary analysis
- Optional: Polarization data (parallel and perpendicular spectra for depolarization ratios)
- Optional: Known molecular formula or compound class
- Optional: Sample physical state (solid, liquid, solution, gas, thin film)
Procedure
Step 1: Assess Spectrum Quality and Identify Artifacts
Evaluate the Raman spectrum for reliability before analyzing peaks:
- Laser wavelength and fluorescence: Fluorescence is the most common interference in Raman spectroscopy. It produces a broad, intense background that can obscure Raman peaks. Shorter-wavelength lasers (532 nm) excite more fluorescence; longer-wavelength lasers (785 nm, 1064 nm) reduce it at the cost of weaker Raman signal (intensity scales as lambda^-4).
- Signal-to-noise ratio: Evaluate whether Raman peaks are clearly distinguishable from noise. Weak Raman scatterers may require longer acquisition times or higher laser power.
- Cosmic ray spikes: Sharp, narrow spikes at random positions are cosmic ray artifacts, not Raman peaks. They appear in only one spectrum of a time-averaged set and can be removed by spike filters.
- Baseline correction: A sloping or curved baseline (from fluorescence or thermal emission) should be subtracted before measuring peak positions and intensities.
- Photodegradation: High laser power can damage or transform the sample. Check for spectral changes between successive acquisitions at the same spot. Reduce power if degradation is observed.
- Spectral range: Standard Raman spectra cover 100--4000 cm-1 Raman shift. The low-frequency cutoff depends on the edge or notch filter used to block the Rayleigh line. Note if any region is truncated.
Got: Spectrum quality assessed, fluorescence level documented, artifacts (cosmic rays, baseline drift) identified or corrected, and the usable spectral range confirmed.
If fail: If fluorescence dominates the spectrum (broad background >> Raman peaks), recommend re-measurement with a longer-wavelength laser (785 or 1064 nm) or surface-enhanced Raman spectroscopy (SERS). If the sample degrades, reduce laser power or use a rotating sample stage.
Step 2: Identify Raman-Active Modes and Apply Selection Rules
Determine which vibrations are Raman-active and how they complement IR data:
- Raman selection rule: A vibration is Raman-active if it involves a change in the polarizability of the molecule. Symmetric stretches (which often change the molecular volume) are typically strong in Raman.
- IR selection rule (for comparison): A vibration is IR-active if it involves a change in the dipole moment. Asymmetric stretches are typically strong in IR.
- Mutual exclusion principle: For molecules with a center of inversion (centrosymmetric), no vibration can be both Raman-active and IR-active. If a band appears in both spectra, the molecule lacks a center of symmetry.
- General complementarity: Even for non-centrosymmetric molecules, vibrations that are strong in Raman tend to be weak in IR, and vice versa. This complementarity makes the combined Raman + IR dataset more informative than either alone.
- Identify Raman-favored modes: Symmetric stretches (C-C, C=C, S-S, N=N), breathing modes of rings, and stretches of homonuclear bonds (which have no dipole change and are IR-inactive) are typically strong in Raman.
Got: Selection rules applied, Raman-active vs. IR-active modes distinguished, and mutual exclusion tested if the molecule is centrosymmetric.
If fail: If the molecular symmetry is unknown, use the combined Raman and IR data to infer it. If a band appears in both spectra with comparable intensity, the molecule is not centrosymmetric.
Step 3: Analyze Raman Shift Positions
Assign observed Raman bands to specific vibrational modes using characteristic frequencies:
- C-H stretching region (2800--3100 cm-1): Similar to IR, but Raman intensities differ. Aromatic and olefinic C-H (3000--3100 cm-1) are often stronger in Raman than aliphatic C-H.
- Triple bonds (2100--2260 cm-1): C triple-bond C symmetric stretch is strong in Raman and often weak or absent in IR. C triple-bond N is active in both.
- Double bond stretches:
| Shift (cm-1) | Assignment | Raman Intensity |
|---|---|---|
| 1600--1680 | C=C stretch | Strong |
| 1650--1800 | C=O stretch | Medium (weaker than IR) |
| 1500--1600 | Aromatic C=C | Medium to strong |
- Aromatic ring modes:
| Shift (cm-1) | Assignment | Notes |
|---|---|---|
| 990--1010 | Ring breathing (monosubstituted) | Very strong, diagnostic |
| 1000 | Ring breathing (sym. trisubstituted) | Strong |
| 1580--1600 | Ring stretch | Medium |
| 3050--3070 | Aromatic C-H stretch | Medium |
- Other characteristic Raman bands:
| Shift (cm-1) | Assignment |
|---|---|
| 430--550 | S-S stretch (disulfide) |
| 570--705 | C-S stretch |
| 800--1100 | C-C skeletal stretch |
| 630--770 | C-Cl stretch |
| 500--680 | C-Br stretch |
| 200--400 | Metal-ligand stretch |
- Carbon materials: The G band (~1580 cm-1, graphitic sp2) and D band (~1350 cm-1, defect/disorder) are diagnostic for carbon allotropes. The 2D band (~2700 cm-1) characterizes graphene layer count. Diamond shows a sharp peak at 1332 cm-1.
Got: All significant Raman bands assigned to vibrational modes with reference to characteristic frequency ranges.
If fail: If a band cannot be assigned from the tables above, consult spectral databases (RRUFF for minerals, SDBS for organics). Unassigned bands may belong to combination modes, overtones, or lattice vibrations in crystalline samples.
Step 4: Compare Raman with IR Data
Integrate the two complementary vibrational techniques:
- Tabulate corresponding bands: Create a comparison table listing each vibrational mode with its Raman shift, IR frequency, and relative intensity in each technique.
- Identify modes observed in only one technique: Modes present in Raman but absent in IR (or vice versa) provide symmetry information. Symmetric stretches of non-polar bonds (S-S, C=C in symmetric environments) appear only in Raman.
- Resolve ambiguities: Where IR assignments were tentative (e.g., overlapping C-O and C-N stretches in the fingerprint region), check whether Raman provides a clearer picture due to different relative intensities.
- Functional group confirmation: Confirm IR-identified functional groups via their Raman counterparts. For example, an ester should show C=O in IR (~1735 cm-1) and C-O-C in Raman. A carboxylic acid should show broad O-H in IR and C=O in both techniques.
- Assess overall consistency: The Raman and IR data should be mutually consistent. Any contradictions (e.g., a band assigned as a symmetric stretch that appears strong in both spectra for an allegedly centrosymmetric molecule) indicate an error in assignment or symmetry assumption.
Got: A unified vibrational analysis table combining Raman and IR data, with functional group assignments confirmed or refined by the complementary information.
If fail: If IR data is unavailable, the Raman spectrum alone still provides useful information but with reduced certainty. Note which assignments would benefit from IR confirmation.
Step 5: Evaluate Polarization Data and Document Results
Use depolarization ratios for symmetry assignment and compile the final analysis:
- Depolarization ratio (rho): rho = I_perpendicular / I_parallel, measured from polarized Raman experiments.
- rho = 0 to 0.75: Polarized band (rho < 0.75). Totally symmetric vibrations (A-type) are polarized.
- rho = 0.75: Depolarized band. Non-totally-symmetric vibrations give rho = 0.75.
- Symmetry assignment: Polarized bands must belong to the totally symmetric irreducible representation of the molecular point group. This helps distinguish between modes of different symmetry that appear at similar frequencies.
- Compile results: Assemble a complete table of all observed Raman bands with:
- Raman shift (cm-1)
- Relative intensity (strong/medium/weak)
- Depolarization ratio (if measured)
- Assignment (vibrational mode)
- Corresponding IR band (if observed)
- Compare with reference spectra: If the compound is known, compare the observed Raman spectrum with published reference spectra (databases such as RRUFF, SDBS, or NIST). Agreement in peak positions within +/- 3 cm-1 and matching relative intensities confirms identity.
- Report uncertainties: Flag any assignments that remain tentative, and note which additional experiments (temperature-dependent Raman, resonance Raman, SERS) could resolve ambiguities.
Got: Complete Raman analysis with all bands assigned, polarization data interpreted for symmetry, and results integrated with IR and other spectroscopic data.
If fail: If polarization data is unavailable, symmetry assignment relies on frequency and intensity patterns alone. Note the limitation and recommend polarized measurements if symmetry information is critical.
Validation
- Spectrum quality assessed (fluorescence, cosmic rays, baseline, photodegradation)
- Raman selection rules applied and Raman-active modes identified
- Mutual exclusion principle tested if the molecule is centrosymmetric
- All significant Raman bands assigned to vibrational modes
- Raman data compared and integrated with IR data where available
- Depolarization ratios interpreted for symmetry assignment (if polarization data available)
- Assignments consistent with known molecular structure or proposed structure from other techniques
- Results compared with reference spectra where possible
Pitfalls
- Fluorescence overwhelming the Raman signal: This is the single most common problem. Switch to a longer-wavelength laser or use time-gated detection. Do not attempt to interpret broad fluorescent humps as Raman bands.
- Confusing cosmic ray spikes with real peaks: Cosmic rays produce sharp, intense spikes that appear at random positions. They are present in single acquisitions but disappear in averaged spectra. Always check for reproducibility.
- Neglecting the polarizability selection rule: Modes that are strong in IR (asymmetric stretches of polar bonds) may be weak or absent in Raman, and vice versa. Do not expect the same intensity pattern as IR.
- Ignoring sample degradation: High laser power can char, polymerize, or phase-transform the sample. Spectrum changes between successive measurements at the same spot indicate degradation.
- Assuming all Raman bands are fundamentals: Overtones (2x fundamental frequency) and combination bands can appear in Raman spectra. These are weaker than fundamentals but can cause confusion if not considered.
- Overlooking low-frequency modes: Lattice vibrations, torsional modes, and metal-ligand stretches appear below 400 cm-1. Many conventional Raman setups do not access this region. Verify that the instrument's notch/edge filter allows measurement in the low-frequency range if these modes are relevant.
Related Skills
interpret-ir-spectrum-- complementary vibrational technique for dipole-active modesinterpret-nmr-spectrum-- determine molecular connectivity for complete structure assignmentinterpret-mass-spectrum-- establish molecular formula and fragmentationinterpret-uv-vis-spectrum-- characterize electronic transitions and chromophoresplan-spectroscopic-analysis-- select and sequence analytical techniques before data acquisition
GitHub 저장소
연관 스킬
llamaguard
기타LlamaGuard는 폭력 및 혐오 발언 등 6가지 안전 범주에서 LLM 입력과 출력을 조정하기 위한 Meta의 70-80억 파라미터 모델입니다. 94-95% 정확도를 제공하며 vLLM, Hugging Face 또는 Amazon SageMaker를 사용해 배포할 수 있습니다. 이 기술을 사용하여 AI 애플리케이션에 콘텐츠 필터링 및 안전 가드레일을 손쉽게 통합하세요.
cost-optimization
기타이 Claude Skill은 리소스 적정화, 태깅 전략, 지출 분석을 통해 개발자들이 클라우드 비용을 최적화할 수 있도록 지원합니다. AWS, Azure, GCP에서 클라우드 비용을 절감하고 비용 거버넌스를 구현하기 위한 프레임워크를 제공합니다. 인프라 비용을 분석하거나, 리소스를 적정화하거나, 예산 제약을 충족해야 할 때 사용하세요.
quantizing-models-bitsandbytes
기타이 스킬은 bitsandbytes를 사용하여 LLM을 8비트 또는 4비트 정밀도로 양자화하며, 최소한의 정확도 손실로 50-75%의 메모리 감소를 달성합니다. 제한된 GPU 메모리에서 더 큰 모델을 실행하거나 추론을 가속화하는 데 이상적이며, INT8, NF4, FP4와 같은 형식을 지원합니다. 이 스킬은 HuggingFace Transformers와 통합되어 QLoRA 학습 및 8비트 옵티마이저를 가능하게 합니다.
dispatching-parallel-agents
기타이 Claude Skill은 3개 이상의 독립적인 문제를 동시에 조사하고 해결하기 위해 다중 에이전트를 배치합니다. 공유 상태나 의존성 없이 해결 가능한 무관련 장애 시나리오에 맞게 설계되었습니다. 핵심 기능은 병렬 문제 해결로, 각 독립 문제 영역마다 하나의 에이전트를 할당하여 효율성을 극대화합니다.
