Skip to main content

DiPolMol: tools for calculating molecular dipole moments, polarisabilities, and Hamiltonians

Project description

DiPolMol-Py

A Python package to calculate the rotational and hyperfine structure of doublet-Sigma molecules (e.g., CaF, BaF, SrF) in the presence of external fields.

DiPolMol-Py is licensed under a BSD 3 clause license, a copy can be found `See the LICENSE file'. If you use our work for academic purposes you can cite us using:

B.Humphreys et al. DiPolMol-Py: A Python package for calculations for $^{2}{\Sigma}$ ground-state molecules (https://arxiv.org/pdf/2503.21663).

Installation

run: pip install dipolmol

This installs the latest stable release and all required dependencies.

Package structure

Programme Files:

Hamiltonian – used to build the required Hamiltonian using matrix representation, including the field-free Hamiltonian and in the presence of magnetic, dc electric and off-resonant light fields.

Calculate – uses the eigenstates and eigenenergies found from diagonalising the Hamiltonian to run various calculations. Can be used to identify quantum numbers of eigenstates, calculate transition dipole moments and polarisabilities.

Constants – includes all known constants for CaF, BaF and SrF.

Examples:

There are three example files for calculating the energy structure in the presence of a magnetic, off-resonant light and electric field (example_Bfield, example_ac_Efield, example_dc_Efield).

There are two files to calculate the electric and magnetic moments of states (example_electric_moment, example_magnetic_moment).

We provide example_polarisability to calculate the polarisability for a given wavelength and polarisation of light.

Finally, example_tdm can be used to calculate the transition dipole moment.

Example

.. code-block:: python

import numpy as np
import dipolmol.hamiltonian as hamiltonian
import dipolmol.calculate as calc
from dipolmol.constants import SrF

Nmax=4 #Identify the maximum N 
H0,H_B,H_dc,H_ac 
	= hamiltonian.build
		(Nmax,SrF,zeeman=True,Edc=False
          ,Eac=False) 

B = np.linspace(0,100,5000)*1e-4 #Tesla

H = H_0[..., None] + H_B[..., None]*B
H = H.transpose(2,0,1)

energies, states, label_list = 
   calc.solve(H, Nmax, SrF,label=True, B)

Resulting plot of above code

.. image:: Images/zeeman_SrF_plot.png :width: 400 :alt: Resulting plot of above example

For more examples of usage, see the ./Examples module.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dipolmol-1.1.3.tar.gz (12.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dipolmol-1.1.3-py3-none-any.whl (12.9 kB view details)

Uploaded Python 3

File details

Details for the file dipolmol-1.1.3.tar.gz.

File metadata

  • Download URL: dipolmol-1.1.3.tar.gz
  • Upload date:
  • Size: 12.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for dipolmol-1.1.3.tar.gz
Algorithm Hash digest
SHA256 6b34e09d4c036d9f7ad27299020eae76dd815a61445afdf3d02ca6ff53ebbe6a
MD5 f1e786f653ad6821d4b33b9e1eb76cb3
BLAKE2b-256 d1a9c3683f07651a7f783c0f30ae3ffbc0bcf58cf6f6f66ca287e762a656cf9f

See more details on using hashes here.

File details

Details for the file dipolmol-1.1.3-py3-none-any.whl.

File metadata

  • Download URL: dipolmol-1.1.3-py3-none-any.whl
  • Upload date:
  • Size: 12.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for dipolmol-1.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 2d07d684188d0448e8b14010237a4b08351fc35562cbd5116ac3556c11fe4021
MD5 47fea4be5f84489206f480ed9357e3f6
BLAKE2b-256 d78d781dcc098dde39808d6071912b08ff32ca43c4ab94891c7808a10a6dec88

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page