Skip to content

Commit

Permalink
Update examples (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
TsumiNa authored May 23, 2022
1 parent 9ab3df2 commit 899c0bd
Show file tree
Hide file tree
Showing 6 changed files with 4,004 additions and 2,012 deletions.
4 changes: 2 additions & 2 deletions samples/calculate_descriptors.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"## Calculate descriptors and draw heatmap\n",
"This tutorial shows how to calculate descriptors using `xenonpy.descriptor` system. We will calculate compositional and structural descriptors using `xenonpy.descriptor.Compositions` and `xenonpy.descriptor.Structures` respectively.\n",
"\n",
"We need some sample data to execute these calculations. If you don't have it, please see https://github.com/yoshida-lab/XenonPy/blob/master/samples/build_sample_data.ipynb."
"We need some sample data to execute these calculations. If you don't have it, please see https://github.com/yoshida-lab/XenonPy/blob/master/samples/sample_data_building.ipynb."
]
},
{
Expand Down Expand Up @@ -1296,7 +1296,7 @@
"### the base classes\n",
"\n",
"There are still lots of details for descriptor calculator system.\n",
"Before we fill these documents, you can see https://github.com/yoshida-lab/XenonPy/blob/master/samples/build_your_own_descriptor_calculator.ipynb for imaging."
"Before we fill these documents, you can see https://github.com/yoshida-lab/XenonPy/blob/master/samples/custom_descriptor_calculator.ipynb for imaging."
]
},
{
Expand Down
Loading

0 comments on commit 899c0bd

Please sign in to comment.