/MolecularWeightCalculator

Handy molecular weight calculator using mass data imported from text file. Current version is limited to multiplier of two digits. Must write molecule without charges or states of matter. Otherwise, follow conventions on writing chemical formulas.

Primary LanguageJava

Moleculator

Handy molecular weight calculator using mass data imported from text file.

Getting Started

These instructions will get you a copy of the calculator onto your local machine.

Prerequisites

Make sure git is installed in your computer.

You can run the program directly on your terminal or with the IDE of your choice. To run on your terminal, make sure you have java installed.

Installing

Run the following command in working directory:

$ git clone https://github.com/eparayno/MolecularWeightCalculator.git

Running program

You may open your IDE and click "Open Project".

You may also run on your terminal: Change directory to the directory containing main.java (/MolecularWeightCalculator/src/main.java)

$ java main.java

Instructions

Current version is limited to multiplier of two digits. Must write molecule without charges or states of matter. Otherwise, follow conventions on writing chemical formulas.

Author(s)

  • Erika Parayno