# Quantum Dot Optical Properties AI Agent Connect

> Calculate quantum dot band gaps, emission wavelengths, and confinement energies.

## Overview
- **Category:** science
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8fYgO47U2DHdgHMoHvj1PIOaP2GNMwZ3iRRt6R5T/ai-agent-connect
- **Tags:** quantum-dots, semiconductor, optics, nanotechnology, physics-sim

## Description

This MCP server provides precise calculations for the optical characteristics of semiconductor quantum dots. By applying quantum confinement equations and the effective mass approximation, it allows AI agents to determine the `bandGap`, `emissionWavelength`, and `confinementEnergy` for specific materials like CdSe or InP. Use `calculate_optical_properties` for a full profile, `get_confinement_energy` to isolate the energy shift, or `predict_emission_color` to find the visible color of a dot based on its diameter.

## Tools

### calculate_optical_properties
Provides a complete profile of the quantum dot's optical characteristics

### compare_materials_for_size
Compares how different materials respond to the same physical diameter

### get_confinement_energy
Isolates the specific energy shift caused by quantum confinement

### predict_emission_color
Translates the calculated wavelength into a human-readable color description

## Prompt Examples

**Prompt:** 
```
What are the optical properties of a 5nm CdSe quantum dot using the spherical-ema model?
```

**Response:** 
```
For a 5nm CdSe quantum dot, the band gap is 2.55 eV, the emission wavelength is 486.3 nm, and the confinement energy is 0.42 eV.
```

**Prompt:** 
```
What color will a 3nm InP quantum dot emit?
```

**Response:** 
```
A 3nm InP quantum dot will emit blue light.
```

**Prompt:** 
```
Compare the band gap of CdSe and PbS at a diameter of 6nm.
```

**Response:** 
```
At 6nm, CdSe has a band gap of 2.12 eV, while PbS has a band gap of 0.95 eV.
```

## Frequently Asked Questions

**What parameters are required for calculations?**
You must provide the dot diameter in nanometers, the semiconductor material identifier, and the specific confinement model to be used.

**Can I compare different materials at the same size?**
Yes, you can use the `compare_materials_for_size` tool to see how different materials respond to the same physical diameter.

**How is the emission color determined?**
The color is determined by mapping the calculated emission wavelength to the visible light spectrum using the `predict_emission_color` tool.
