Ising model for nanocrystal ligand exchange
收藏DataONE2024-11-19 更新2025-04-26 收录
下载链接:
https://search.dataone.org/view/sha256:82d307d5c0f6aa86db917e643cd81d7ddaab22d2c7da0abab48d9ab8512f6bd1
下载链接
链接失效反馈官方服务:
资源简介:
To account for inter-ligand interactions during ligand exchanges on colloidal quantum dots, we have developed an Ising model that uses a Monte-Carlo simulation where a two dimensional grid with periodic boundary conditions represents the nanocrystal surface. During the simulation, a random grid site populated with a ligand is selected along with a random free ligand in solution, and if the identities of those ligands are different, an exchange is attempted based on the Gibbs free energy of exchange. This process is repeated until the system reaches thermal equilibrium, and then the enthalpy and ligand coverage are calculated for a given number of starting exchange ligands. The simulation results are then compared to the raw experimental data, and the parameters are adjusted to fit isothermal titration calorimetry data and the 1H NMR data. This simulation was developed in Python, and the code for the simulation is deposited herein.
, , , # Ising Model for Nanocrystal Ligand Exchange
[https://doi.org/10.5061/dryad.g1jwstqx3](https://doi.org/10.5061/dryad.g1jwstqx3)
## Description of the data and file structure
Isothermal titration calorimetry data and 1H NMR data collected for this simulation that for the reaction of zinc chloride with indium myristate capped indium phosphide quantum dots and detailed descriptions of the experimental methods can be found at DOI:10.1021/jacs.0c08954
### Files and variables
N is the total number of lattice sites in a rectangular grid with side lengths of Nx and Ny, and reflects the total number of binding sites on a single indium phosphide quantum dot.
kT is Boltzmann's constant multiplied by temperature.
Initial thermodynamic parameters are defined as follows. Throughout the script, the following naming conventions are used when defining variables: A terms represent values for the native ligand (indium myristate) while B terms represent values for zinc chloride. H is enthalpy, whil...
创建时间:
2024-11-20



