Ratings | | Unique User Downloads | | Download Rankings |
Not yet rated by the users | | Total: 33 | | All time: 10,591 This week: 189 |
|
Description | | Author |
This class can compute an atomic number Linus Pauling diagram.
It can take as parameter a given atomic number.
The class returns a string with the Linus Pauling distribution. Innovation Award
May 2021
Number 5 |
Linus Pauling diagrams are useful used by chemists to analyze the characteristics and properties of atoms.
This class provides a PHP implementation of an algorithm to generate Linus Pauling diagram string sequences.
Manuel Lemos |
| |
|
|
Innovation award
Nominee: 13x
Winner: 2x |
|
Details
Linus Pauling PHP Diagram
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
*/
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.