No project description provided
Project description
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9e4cba8290dc60c459928f511698361075424476740f240aee51b21b1652851
|
|
| MD5 |
1a0c1b157d44a0462e134d5e8187f16f
|
|
| BLAKE2b-256 |
7fa3d1912589d099c6d1c495c7f7b027b903adf26fd3b32657a09c3d84b9dbf0
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b29b31027e47c8d5afc537794d004fdc370948ea65c662f41aa08338e8d296bc
|
|
| MD5 |
d817e7330af0c5e91856cdc157d16220
|
|
| BLAKE2b-256 |
134d59cec983131d491ef50bb6699bd732e5938b9688732e4bd5644c424a390c
|