Skip to main content

No project description provided

Project description

banner

QL1D adalah library open-source yang dirancang untuk menyelesaikan persamaan Schrödinger satu dimensi (1D) secara numerik. Library ini memanfaatkan array dari NumPy untuk merepresentasikan operator dan fungsi gelombang, sehingga memungkinkan komputasi yang efisien dan performa yang optimal dalam proses perhitungan eigenvalue dan eigenstate.

import QL1D as qd
import numpy as np

x = np.linspace(1, 5, 2000)
delta = x[1] - x[0]
psi = np.exp(-(x**2)/2)
faktor_norm, res = qd.alge.normaliza(delta, psi)
print(f'Hasil faktor Normalisasi :{faktor_norm}')
print(f'Hasil Normalisasi :{res}')

Requirements

Untuk menjalankan Library ini, di perlukan Memiliki Python versi: 3.14.3

Instalasi

Silahkan install package QL1D via pip

pip install QL1D==0.2.0

Informasi:

Silahkan melihat Wiki untuk dokumentasi dan contoh penggunaannya

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

ql1d-0.2.0.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

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

ql1d-0.2.0-py3-none-any.whl (5.3 kB view details)

Uploaded Python 3

File details

Details for the file ql1d-0.2.0.tar.gz.

File metadata

  • Download URL: ql1d-0.2.0.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for ql1d-0.2.0.tar.gz
Algorithm Hash digest
SHA256 c9e4cba8290dc60c459928f511698361075424476740f240aee51b21b1652851
MD5 1a0c1b157d44a0462e134d5e8187f16f
BLAKE2b-256 7fa3d1912589d099c6d1c495c7f7b027b903adf26fd3b32657a09c3d84b9dbf0

See more details on using hashes here.

File details

Details for the file ql1d-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: ql1d-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 5.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for ql1d-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b29b31027e47c8d5afc537794d004fdc370948ea65c662f41aa08338e8d296bc
MD5 d817e7330af0c5e91856cdc157d16220
BLAKE2b-256 134d59cec983131d491ef50bb6699bd732e5938b9688732e4bd5644c424a390c

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