carloswph/linus-pauling
Composer 安装命令:
composer require carloswph/linus-pauling
包简介
Electronic Distribution using Linus-Pauling diagram.
README 文档
README
Returns the Linus Pauling electronic distribution for a given atomic number.
Usage
Just use the static method, providing a single integer as argument, which corresponds to the atomic number of the element, to find the LP distribution. Example:
use Linus\Pauling\ED; require __DIR__ . '/vendor/autoload.php'; $element = Linus\Pauling\ED::distribute(34); echo $element; /* RETURNS: 1s2 2s2 2p6 3s2 3p6 4s2 3d10 4p4 */
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-16