Recommend this page to a friend! |
Download |
Info | Documentation | Files | Install with Composer | Download | Reputation | Support forum | Blog | Links |
Ratings | Unique User Downloads | Download Rankings | ||||
Not yet rated by the users | Total: 34 | All time: 11,046 This week: 555 |
Version | License | PHP version | Categories | |||
linus-pauling-ed 1.0 | GNU General Publi... | 5 | PHP 5, Physics |
Description | Author | |
This class can compute an atomic number Linus Pauling diagram. Innovation Award
|
Returns the Linus Pauling electronic distribution for a given atomic number.
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
*/
Files (4) |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
composer.json | Data | Auxiliary data | ||
composer.lock | Data | Auxiliary data | ||
README.md | Doc. | Documentation |
The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. |
Install with Composer |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.