Giter VIP home page Giter VIP logo

pymaterial's Introduction

pymaterial

Install

pip install pymaterial

Why Material Science?

How do we know what material to use?

Experiments

  • What the world will looks like if electron don’t follow Pauli Exclusion Principle
  • For hunting life on a new planet, does carbon actually essential?
  • Why water liquid?

Example 1: Why… $\mathrm{H}_2\mathrm{O}$?

charge_1 = Q(25, 'ncoulomb')
charge_2 = Q(-75, 'ncoulomb')
interatomic_separation = Q(3, 'centimeter')
charge_1, charge_2, interatomic_separation
(25 <Unit('nanocoulomb')>, -75 <Unit('nanocoulomb')>, 3 <Unit('centimeter')>)
The attractive force between charge 1 and charge 2
attractive_force = AttractiveForce().magnitude(charge_1, charge_2, interatomic_separation)
attractive_force

0.018724066233877443 newton

AttractiveForce().constant_a(charge_1, charge_2)

1.68516596104897×10-5 meter2 newton

The attractive energy $E_A$ between charge 1 and charge 2

attractive_energy = AttractiveEnergy().magnitude(charge_1, charge_2, interatomic_separation)

pymaterial's People

Watchers

XλRI-U5 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.