Skip to content

Commit 15ddc67

Browse files
author
Jon Drobny
committed
Removed further refs to pybca.
1 parent b136ef2 commit 15ddc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ python -m pip install .
3232
python
3333
Python 3.9.6 (tags/v3.9.6:db3ff76, Jun 28 2021, 15:26:21) [MSC v.1929 64 bit (AMD64)] on win32
3434
Type "help", "copyright", "credits" or "license" for more information.
35-
>>> from libRustBCA.pybca import *; from scripts.materials import *
35+
>>> from libRustBCA import *; from scripts.materials import *
3636
>>> angle = 0.0 # deg
3737
>>> energy = 1000.0 # eV
3838
>>> num_samples = 10000

0 commit comments

Comments
 (0)